Just as a reference to my future self …
To view hidden files & folders in a directory via PowerShell use the -Force
switch with Get-ChildItem
:
1 2 3 4 5 6 7 8 9 10 11 12 |
PS T:\Recovery\WindowsRE> Get-ChildItem PS T:\Recovery\WindowsRE> Get-ChildItem -Force Directory: T:\Recovery\WindowsRE Mode LastWriteTime Length Name ---- ------------- ------ ---- ---hs 18/06/2013 19:08 3170304 boot.sdi ---hs 03/12/2013 19:16 1022 ReAgent.xml -a-hs 03/12/2013 19:12 287303082 Winre.wim |