Hi Team,
We have implement Mesh Central server and authenticate user from AD to connect our server. We have requirement to auto login to server after connect.
Earlier we are using :
echo "Connecting to 192.168.104.69"
$Server="192.168.104.69"
$User="Administrator"
$Password="1234"
cmdkey /generic:TERMSRV/$Server /user:$User /pass:$Password
for auto login. But we want to auto login through Mesh Central. We block the rdp port on our server.
Any help will be highly appreciated.
Regards
Deepak