PowerTip: Display Hidden Files in PowerShell

Doctor Scripto

Summary: Boe Prox shows how to use Windows PowerShell to display hidden files.

Hey, Scripting Guy! Question How can I use Windows PowerShell to display hidden files and folders?

Hey, Scripting Guy! AnswerThere are a couple of approaches that use Get-ChildItem:

      • Get-ChildItem –Hidden
      • Get-ChildItem –Attributes H

0 comments

Discussion is closed.

Feedback usabilla icon