execution policy

  1. Publish PowerShell Tools as RemoteApp: Launchers, UNC Paths and DPI Fixes

    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...
  2. Master PowerShell Profiles: Automate, Personalize, and Speed Up Your Shell

    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...
  3. Windows 10 Creating your own file hashing "program"

    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...