Friday, January 05, 2007

Here's some powershell script/command to find who is logged in on a RemoteMachine.

Get-WmiObject -computerName ComputerName -class Win32_ComputerSystem -Property UserName | findstr UserName

No comments: