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 Read the full text.
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 Read the full text.