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
Link Copied
Hi. I am not sure I understand the question. First, are you using MeshCentral v2? If you are using version 1, I don't support it anymore. If you are using the latest version, I will need a bit more context as to what you are doing.
Thanks,
Ylian
For more complete information about compiler optimizations, see our Optimization Notice.