Releases: jdhitsolutions/ADReportingTools
Releases · jdhitsolutions/ADReportingTools
ADReportingTools_v1.4.0
ADReportingTools
1.4.0
- Added missing online help links.
- Cleaned up module manifest
- Fixed typo. (Issue #27)
- Updated
README.md
.
ADReportingTools_v1.3.0
ADReportingTools
1.3.0
- Added
ThreadJob
as a required module. (Issue #25) - Changed
$ADReportingToolsOptions
to an[ordered]
hashtable and added the ANSI reset sequence at the end. Now, if you look at $ADReportingToolsOptions`, your console will reset. - Modified
Get-ADReportingToolsOptions
to filter out keys I'm using for reference information when users access$ADReportingToolsOptions
directly. - Added function
Get-ADManager
and custom format fileadmanager.format.ps1xml
. - Modified
Get-ADComputerReport
to includeEnabled
andManagedBy
properties. - Added a table view called
Managed
toadcomputerreport.format.ps1xml
. - Added missing online help links.
- Updated
README.md
.
ADReportingTools_v1.2.0
ADReportingTools
1.2.0
- Revised help for
Show-DomainTree
to indicate it must be run in a console session and not the PowerShell ISE. ((Issue #23)) - Added function
New-ADGroupReport
and CSS filegroupreport.css
. - Added missing help for
Get-ADComputerReport
. - Added argument completer for
SERVER
parameter on all commands in this module and theGet
commands from the ActiveDirectory module. - Updated
README.md
.
ADReportingTools_v1.1.0
ADReportingTools
1.1.0
- Fix typo in
$ADReportingHash
Note. (Issue #22) - Added
Open-ADReportingToolsHelp
to launch a PDF with module documentation. (Issue #2) - Fixed bad parameter in
New-ADChangeReport
. (Issue #24) - Modified CSS parameter in
New-DomainReport
. - Modified
Show-DomainTree
to test for ConsoleHost as a match and not equal to. (Issue #23) - Updated
README.md
. - Help updates.
ADReportingTools_v1.0.0
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.
ADReportingTools_v0.8.0-preview
ADReportingTools
0.8.0-preview
- Updated
README.md
. - Added
New-ADChangeReport
. (Issue #15) - Added sample CSS file
changereport.css
. - Added sample HTML report
samplechange.html
. - Added private function
_convertObjects
. - Added variable
ADReportingToolsOptions
and functionsGet-ADReportingToolsOptions
andSet-ADReportingToolsOptions
. (Issue #16) - Modified format files to use values from
$ADReportingToolsOptions
. - Added
Universal
to $ADReportingToolsOptions` to highlight Universal groups. - Added
DomainLocal
to $ADReportingToolsOptions` to highlight DomainLocal groups.
ADReportingTools_v0.7.0-preview
ADReportingTools
0.7.0-preview
- Fixed typo in
adbranchmember.format.ps1xml
. - Added custom table view called
group
for ADGroup objects inadgroup.format.ps1xml
. - Added command
Split-DistinguisedName
. - Added command
Get-ADGroupReport
with a custom format fileadgroupreport.format.ps1ml
and a custom type fileadgroupreport.types.ps1xml
. (Issue #3) - Removed
About_ADReportingTools
. - Updated
README.md
.
ADReportingTools_0.6.1-preview
0.6.1
- Fixed prerelease tag in the module.
0.6.0
- Added online help links.
- Help updates.
- Modified
Get-ADSiteSummary
andGet-ADSiteDetail
to allow getting site by name. (Issue #14) - Modified
Get-ADBranch
to allow filter of users, groups, or computers, and to exclude containers. (Issue #13 - Published pre-release module to the PowerShell Gallery.
- Added category
Basic
toadusers-categories.json
with propertiesDisplayName
,Name
,SamAccountname
,UserPrincipalName
,Enabled
,WhenCreated
, andWhenChanged
. - Updated
README.md
.