This file contains 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
#https://stackoverflow.com/questions/52031528/powershell-get-deleted-files-of-a-folder | |
#https://jdhitsolutions.com/blog/powershell/7024/managing-the-recycle-bin-with-powershell/ | |
#https://stackoverflow.com/questions/16906170/create-directory-if-it-does-not-exist | |
New-Variable -Name 'ssfBITBUCKET' -Option Constant -Value 0x0A; | |
New-Variable -Name 'BitBucketDetails_Name' -Option Constant -Value 0; | |
New-Variable -Name 'BitBucketDetails_ParentPath' -Option Constant -Value 1; | |
New-Variable -Name 'BitBucketDetails_DeletionTimeText' -Option Constant -Value 2; | |
New-Variable -Name 'BitBucketDetails_SizeText' -Option Constant -Value 3; | |
New-Variable -Name 'BitBucketDetails_Type' -Option Constant -Value 4; | |
New-Variable -Name 'BitBucketDetails_LastWriteTimeText' -Option Constant -Value 5; |
This file contains 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
0x1424ec684f64b6226be24f16ed2797dcd3bedcde |