Summary: Use Windows PowerShell to display only hidden files and folders.
How can I use Windows PowerShell 3.0 to display only hidden files and folders?
Use the –Hidden parameter from Get-ChildItem:
Get-ChildItem -Hidden
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments