PowerShell: Get Last Logon For All Users Across All Domain Controllers
Here is a quick PowerShell script to help you query the last logon time for all of your users across all of your domain controllers. It will also save the output to a .csv file specified in the $exportFilePath string. I was surprised not to find many examples of this across the web already. Either not many people have multiple […]
Read more