Export-LastLogonTime
1.5
Export-LastLogonTime takes the OU name or distinguished name specified in the OU parameter and retrieves its users' account names and last logon times. Then it exports a .csv file to the destination given in the Destination parameter. This command will search the entire domain for the OU name specified. If the destination path contains spaces it must be wrapped in
Export-LastLogonTime takes the OU name or distinguished name specified in the OU parameter and retrieves its users' account names and last logon times. Then it exports a .csv file to the destination given in the Destination parameter. This command will search the entire domain for the OU name specified. If the destination path contains spaces it must be wrapped in quotation marks, and the file name specified must end in .csv.
Due to the fact that the LastLogonDate does not replicate between domain controllers, this script will search for domain controllers and compare the LastLogonDate from each one to find the most recent time a user logged in unless specific Domain Controllers are specified to the Server parameter.
While available, supplying specific Domain Controllers to the Server parameter is discouraged because there is a possibility they will not be correct due to the reason described above.
Show more
Due to the fact that the LastLogonDate does not replicate between domain controllers, this script will search for domain controllers and compare the LastLogonDate from each one to find the most recent time a user logged in unless specific Domain Controllers are specified to the Server parameter.
While available, supplying specific Domain Controllers to the Server parameter is discouraged because there is a possibility they will not be correct due to the reason described above.
Installation Options
Owners
Copyright
2016 Chris Carter
Package Details
Author(s)
- Chris Carter
Tags
Functions
Dependencies
This script has no dependencies.
Release Notes
The Server parameter was added to specify which Domain Controller(s) to use when checking the logon times. The switch parameters NoClobber and Force were added for improved control over file overwrites. Help data was updated with new information, and minor errors corrected.
FileList
- Export-LastLogonTime.nuspec
- Export-LastLogonTime.ps1