You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a RDP Gateway server without a domain. it works perfectly with interactive mouse operations. but it is not working with your script. error is given below.
2024-01-30 06:27:59.511 +03:00 [INF] Task [Deploy to RDP Gateway Service] :: Task is enabled and primary request was successful.
2024-01-30 06:27:59.511 +03:00 [INF] Executing command via PowerShell
2024-01-30 06:28:29.965 +03:00 [ERR] Waiting for powershell to complete..5s
Waiting for powershell to complete..10s
Waiting for powershell to complete..15s
Waiting for powershell to complete..20s
Waiting for powershell to complete..25s
Waiting for powershell to complete..30s
Error: Import-Module: An error occurred attempting to create an instance of the provider 'RemoteDesktopServices'.
At line:9 char:1
Import-Module RemoteDesktopServices
Error: Cannot find drive. A drive with the name 'RDS' does not exist. at , : line 12
The text was updated successfully, but these errors were encountered:
If you don't have the RemoteDesktopServices powershell module available then perhaps this is the error you would see. You can alternatively use your own powershell script using the Run a Powershell Script task : https://docs.certifytheweb.com/docs/script-hooks
I have a RDP Gateway server without a domain. it works perfectly with interactive mouse operations. but it is not working with your script. error is given below.
2024-01-30 06:27:59.511 +03:00 [INF] Task [Deploy to RDP Gateway Service] :: Task is enabled and primary request was successful.
2024-01-30 06:27:59.511 +03:00 [INF] Executing command via PowerShell
2024-01-30 06:28:29.965 +03:00 [ERR] Waiting for powershell to complete..5s
Waiting for powershell to complete..10s
Waiting for powershell to complete..15s
Waiting for powershell to complete..20s
Waiting for powershell to complete..25s
Waiting for powershell to complete..30s
Error: Import-Module: An error occurred attempting to create an instance of the provider 'RemoteDesktopServices'.
At line:9 char:1
Error: Cannot find drive. A drive with the name 'RDS' does not exist. at , : line 12
The text was updated successfully, but these errors were encountered: