Activate Windows Remote Desktop Remotely!
wmic /node:”RemoteServer” /user:”domain\AdminUser” /password:”password” RDToggle where servername=”RemoteServer” call SetAllowTSConnections 1
I got this working on windows Vista and Windows 7 virtual machines from my xp box. Pretty funny how it’s a built-in directive. Now the question is, how to disable it. Will follow up with that ASAP.
