Created
September 22, 2019 05:49
-
-
Save PolarBearGod/6ba0703e52fda5be9b8bd05566bb8ad3 to your computer and use it in GitHub Desktop.
List contents of a Windows 10 Recycle Bin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(New-Object -ComObject Shell.Application).NameSpace(0x0a).Items() | select @{n="OriginalLocation"; e={$_.ExtendedProperty("{9B174B33-40FF-11D2-A27E-00C04FC30871} 2")}},Name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment