Running custom PowerShell tools as RemoteApp is a practical way to deliver lightweight utilities to end users, but the technique brings a cluster of real-world surprises: RemoteApp won’t publish .PS1 files natively; the Publish RemoteApp wizard and RDP client behave differently than desktop...
If you launch the same commands every time you open a PowerShell session, a properly crafted PowerShell profile will save time, reduce repetitive errors, and make your shell feel tailored to the way you work.
Background / Overview
PowerShell’s profile is nothing more than a PowerShell script...
I personally need to generate file hashes quite a bit for verifying file integrity as well as analyzing malware samples. I really wanted to have code that I had complete control over so I wrote a short powershell script and some minor registry editing to set this up.
Registry Change
If you...