Press "Enter" to skip to content

Hiding Properties In Powershell

Shane O’Neill shows the trick to excluding properties in Powershell:

Hmm, Properties, ExecutionManager, and URN (hidden from view) are not needed. That is not a problem, I’ll just pipe them to Select-Object and include them in the -ExcludeProperty parameter.

It’s not quite as straightforward as you’d imagine, but Shane shows you how to do it.