ADAudit30Days.ps1


<#PSScriptInfo
 
.VERSION 1.0.1
 
.GUID 4c5e7fe8-cd06-4597-b029-3cb7afeb296a
 
.AUTHOR Jadedarchitect
 
.COMPANYNAME
 
.COPYRIGHT
 
.TAGS Audit Inactive AD Audit
 
.LICENSEURI
 
.PROJECTURI
 
.ICONURI
 
.EXTERNALMODULEDEPENDENCIES
 
.REQUIREDSCRIPTS
 
.EXTERNALSCRIPTDEPENDENCIES
 
.RELEASENOTES
 
 
.PRIVATEDATA
 
#>


<#
 
.DESCRIPTION
 Pulls list of active accounts not logged in for 30 days. Pulls Name,SamAccountName,DistinguishedName,Description for ease of sorting/labeling during audit. Used in Conjunction with SetADDescriptions.ps1 for ease of AD Labeling. https://www.powershellgallery.com/packages/SetADDescriptions/1.0.0
 
#>
 
Param()