Powershell Script 2 Command (ps2cmd)
Converts a Powershell script to a single Powershell Command. Use this as a work-around to run a Powershell script (normally a .ps1 file) when Powershell scripts are blocked from running on the system.
Steps
- Enter the Powershell Script (collection of commands) into the field below.
- Click “Convert”
- Select “copy to clipboard” link
- Open a Powershell window then Paste the Powershell Command into the Powershell window.
Powershell Command
powershell.exe -Command " # Generated Thu, 21 Nov 2024 06:40:17 +0000 Write-Host `"Hello World`" "