Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Display Hidden Properties from Object

$
0
0

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

  


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>