Hey Fellow PW users,
I've created a script which allows the system to change its name to %computername%-Current logged on username, which makes life a little easier when trying to remote to their computers on the remote control tool/Webapp.
To get started, create your script in the script editor, in my example,
Name: Update Computer Name with Logged on Username
Windows/Powershell Code:
$pwqusers = quser | Select-Object -skip 1
$pwquserfmt = $pwqusers.substring(1,22).Trim