Activate Remote desktop remotely!


/ Published in: Windows PowerShell
Save to your folder(s)

make sure your tubes are locked down first


Copy this code and paste it in your HTML
  1. wmic /node:�RemoteServer� /user:�domain\AdminUser� /password:�password� RDToggle where servername=�RemoteServer� call SetAllowTSConnections 1

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.