Monday, November 14, 2005

Remotely enable Remote Desktop

On windows 2003 server,

WMIC /NODE:"ClientPCname" /USER:"DomainName\Administrator"
/PASSWORD:"Password" RDTOGGLE WHERE ServerName="ClientPCName"
CALL SetAllowTSConnections 1


You don't need to reboot the PC.

No comments: