Hi Team,
I am Facing an issue while checking the RDP(Remote Desktop) connectivity with credentials.I have used the below script for making a rdp check connectivity.
Script : cmdkey /generic:"server01" /user:"test" /pass:"PW"
mstsc /v:server01 /f
But it is throwing an error like RDP cannot process the request with saved credentials and please do enter again.
Is there any other way to check the RDP connectivity with saved credentials using powershell?