Skip to content

Produces an Excel report of active domain users including their display name, title, office, department, and password status.

License

Notifications You must be signed in to change notification settings

onezeroone-dev/OZO-AD-Active-Users-Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OZO AD Active Users Report Installation and Usage

Description

Produces an Excel report of active domain users including display name, title, office, department, and password status.

Prerequisites

This script requires the ActiveDirectory, ImportExcel, OZO, and OZOAD PowerShell modules. The ActiveDirectory PowerShell module is included with the Remote Server Administration Tools (RSAT) for Windows feature installation. The remaining modules are published to PowerShell Gallery. Ensure your system is configured for this repository then execute the following in an Administrator PowerShell:

Install-Module ImportExcel,OZO,OZOAD

Installation

This script is published to PowerShell Gallery. Ensure your system is configured for this repository then execute the following in an Administrator PowerShell:

Install-Script ozo-ad-active-users-report

Usage

ozo-ad-active-users-report
    -OutDir <String>

Parameters

Parameter Description
OutDir Directory for the Excel report. Defaults to the current directory.

Notes

Empty cells in the password status field indicates the password has never been set.

Acknowledgements

Special thanks to my employer, Sonic Healthcare USA, who supports the growth of my PowerShell skillset and enables me to contribute portions of my work product to the PowerShell community.

About

Produces an Excel report of active domain users including their display name, title, office, department, and password status.

Resources

License

Stars

Watchers

Forks

Packages

No packages published