Skip to content

nojeffrey/Powershell_Whos-Logged-In-Where

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Powershell_Whos-Logged-In-Where

  • Gets a list of AD Computers, pings each of these once, if successful runs Get-WmiObject to get a list of logged on users, appends {NetBios Name}, {IP Address}, {Logged on Users} to a CSV file named {todays_date}.csv
  • Prints current Computer, IP Address, Logged on users to the console.
  • Test-Connection + Get-WmiObject takes ~5-20 seconds per machine, if your network has 1000+ seats, good luck.

alt tag

About

Get a list of who is logged into every active AD machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published