Sysinternals
Sysinternals Suite is a bundle of the Sysinternals utilities including Process Explorer, Process Monitor, Sysmon, Autoruns, ProcDump, all of the PsTools, and many more.
PsExec
Add User to log on remotely: LocalUser = evtl. ein service account z.B. für updates/monitoring/… Server = name des Zielservers
PsExec.exe \\Server -u "Server\\LocalUser" -p "LocalUserPW" net user testuser2 Passw0rd1 /add
PsExec.exe \\Server -u "Server\\LocalUser" -p "LocalUserPW" net localgroup "Administrators" testuser /add
PsExec.exe \\Server -u "Server\\LocalUser" -p "LocalUserPW" net localgroup "Remote Desktop Users" testuser /add
Sysinternals live
Run sysinternals tools from the explorer
\\live.sysinternals.com\tools\procexp.exe
Or zoom ...
\\live.sysinternals.com\tools\ZoomIt.exe