Get-Command Get-Service Get-EventLog -logName Application -newest 15
test-server1.ps1
echo "Connecting to test-server1" $Server="xx.xx.xx.xx" $Port="3389" $User="Administrator" $Password="AdminPassword" cmdkey /add:$Server /user:$User /pass:$Password mstsc /v:$Server:$Port