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-Objectand include them in the-ExcludePropertyparameter.
It’s not quite as straightforward as you’d imagine, but Shane shows you how to do it.