if you want to turn on Remote Desktop on a WinXP or 2003 machine over the the network, this little WMIC command will help
wmic /NODE:Server /USER:administrator RDTOGGLE WHERE ServerName=”Server” CALL SetAllowTSConnections 1
if you want to turn on Remote Desktop on a WinXP or 2003 machine over the the network, this little WMIC command will help
wmic /NODE:Server /USER:administrator RDTOGGLE WHERE ServerName=”Server” CALL SetAllowTSConnections 1