Related:
- How to find a particular desktop in a network
- Desktop goose - Download - Other
- Network error occurred - Guide
- Windows network commands - Guide
- Network card - Guide
- Cannot ping computer on same network - Guide
1 response
Well, are you using Powershell? with CMD prompt, you could always PING the PC, and assume if it is on it is being used.....
Powershell syntax as follows:
Does this help?
If not, we need details about what tools you are expecting to use to find this out with!
Powershell syntax as follows:
Get-CimInstance –ComputerName "YOURCOMPUTER NAME" –ClassName Win32_ComputerSystem | Select-Object UserName
Does this help?
If not, we need details about what tools you are expecting to use to find this out with!