You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
364 B
8 lines
364 B
REM Batch script to run each RDS import script sequentially
|
|
REM Spaces are not supported in script path
|
|
REM Must pass the thumbprint as the only parameter
|
|
REM Ex. "./Scripts/PSRDSCerts.bat {5}"
|
|
|
|
powershell.exe -ExecutionPolicy RemoteSigned -File ./Scripts/ImportRDListener.ps1 %*
|
|
powershell.exe -ExecutionPolicy RemoteSigned -File ./Scripts/ImportRDGateway.ps1 %*
|