Skip to content

Instantly share code, notes, and snippets.

@mtrl
Last active August 29, 2015 14:27
Show Gist options
  • Save mtrl/e154641e55d3897be7ab to your computer and use it in GitHub Desktop.
Save mtrl/e154641e55d3897be7ab to your computer and use it in GitHub Desktop.
Install-A4T-plugin.bat
echo "Installing plugin from %1"
"c:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy ByPass -file Install-A4T-Plugin.ps1 %1 -CmsHostname "http://[hostname]/" -Username [cme username] -Password [password]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment