Shane O’Neill shows the trick to excluding properties in Powershell:
Hmm,
Properties
,ExecutionManager
, andURN
(hidden from view) are not needed. That is not a problem, I’ll just pipe them toSelect-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.