Repository for different Windows DFIR related CMDs, PowerShell CMDlets, etc, plus workshops that I did for different conferences or events.
Get-ChildItem \<PATH\> -Force | Select-Object FullName, CreationTimeUTC, LastAccessTimeUTC, LastWriteTimeUTC
Get-ChildItem \<PATH\> -Force | Select-Object FullName, CreationTime, LastAccessTime, LastWriteTime
Get-FileHash \<PATH\> -Algorithm MD5 | Format-List
Get-FileHash \<PATH\> -Algorithm SHA1 | Format-List
Get-FileHash \<PATH\> -Algorithm SHA256 | Format-List
where executablename
Get-Content LNK_User1.csv, LNK_User2.csv | Select-Object -Unique | Set-Content -Encoding ASCII LNK_Users.csv
- Check the file "createSymLinks.ps1" and from where it was found.
- More info about Known Folders: URL
- BSides Amman 2021, all files here: URL