Last active
August 29, 2015 14:27
-
-
Save mtrl/e154641e55d3897be7ab to your computer and use it in GitHub Desktop.
Install-A4T-plugin.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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