.universal/scripts.ps1
New-PSUScript -Module "ActiveDirectory.Scripts" -Command "Get-UDDisabledComputers" -InformationAction "SilentlyContinue" New-PSUScript -Module "ActiveDirectory.Scripts" -Command "Get-UDDomainControllers" -InformationAction "SilentlyContinue" New-PSUScript -Module "ActiveDirectory.Scripts" -Command "Get-UDInactiveComputers" -InformationAction "SilentlyContinue" New-PSUScript -Module "ActiveDirectory.Scripts" -Command "Get-UDInactiveUsers" -InformationAction "SilentlyContinue" New-PSUScript -Module "ActiveDirectory.Scripts" -Command "Get-UDLockedOutUsers" -InformationAction "SilentlyContinue" New-PSUScript -Module "ActiveDirectory.Scripts" -Command "Get-UDUsersNeverLoggedOn" -InformationAction "SilentlyContinue" New-PSUScript -Module "ActiveDirectory.Scripts" -Command "Get-UDUsersRecentlyCreated" -InformationAction "SilentlyContinue" New-PSUScript -Module "ActiveDirectory.Scripts" -Command "Get-UDUsersRecentlyDeleted" -InformationAction "SilentlyContinue" New-PSUScript -Module "ActiveDirectory.Scripts" -Command "Get-UDUsersRecentlyModified" -InformationAction "SilentlyContinue" New-PSUScript -Module "ActiveDirectory.Scripts" -Command "Get-UDUsersWithoutManager" -InformationAction "SilentlyContinue" |