PowerTip: Display Hidden Properties from Object

Doctor Scripto

Summary: Learn how to use Windows PowerShell to display hidden properties from an object.

Hey, Scripting Guy! Question How can I see if there are any hidden properties on an object I have returned from Windows PowerShell?

Hey, Scripting Guy! Answer Use the -Force parameter with either Format-List or Format-Table, for example:

Get-ChildItem C: | Format-List * -Force

  

0 comments

Discussion is closed.

Feedback usabilla icon