Suppress/Workaround: Remote Desktop Connection: A website wants to start a remote connection.
Issue: When you are connecting to an RDP session of Windows systems starting Server 2008 and Vista OSes, you’ll see below prompt that user needs to respond. This is an expected behavior by RDP starting these versions. However, this becomes an issue if you are automating RDP access to the servers via ActiveX or other programming models. Suppressing above prompt for Automation tasks: Download WASP module files from: Windows Automation Snapin for PowerShell Import the WASP module into the Powershell: PS C:> Import-Module "C:DownloadsWASPWASPWASP.dll" PS C:> Verify that WASP module is loaded fine by running below command: PS C:> […]
Read more