Tag Archives: sessions

Viewing Net Sessions using PowerShell and PInvoke

We are all used to view net sessions on a local or remote system by calling net session to see what clients are connected to another system such as a file server or even a domain controller. This provides a … Continue reading

Posted in powershell | Tagged , , , | 3 Comments

Quick-Hits: Find currently logged on users

I was recently tasked with locating all servers on our network and query for users that were currently logged onto each server, either through a terminal session or logged on via console session.  This got me thinking of what ways … Continue reading

Posted in powershell, scripts | Tagged , , , | 28 Comments