ADReportingTools
1.0.0
- First stable release.
- Updated
README.md
. - Added command
Get-ADDepartment
and format fileaddepartmentmember.format.ps1xml
. - Exporting a global variable called
$ADReportingHash
which is used as an argument completer forGet-ADDepartment
. - Moved ANSI colors from
Show-DomainTree
to$ADReportingToolsOptions
. (Issue #17) - Added class coloring to ADBranch output.
- Modified ADBranch output to show disabled user accounts in red.
- Added command
Get-ADComputerReport
and format fileadcomputerreport.format.ps1xml
. - Modified
adgroupreport.format.ps1xml
to add member count to the default output. (Issue #21) - Added a view called
summary
toadgroupreport.format.ps1xml
. - Added command
Get-NTDSInfo
and format fileadntds.format.ps1xml
. (Discussion #18) - Modified
Get-ADSummary
to better display PSBoundParameters with Verbose output in the PowerShell ISE. - Updated format files to ensure ANSI formatting only happens in a Console host.
- Added command
Get-ADBackupStatus
and format fileadbackupstatus.format.ps1xml
. - Help updates.