Skip to content

Releases: jdhitsolutions/ADReportingTools

ADReportingTools_v1.4.0

18 Jul 14:27
Compare
Choose a tag to compare

ADReportingTools

1.4.0

  • Added missing online help links.
  • Cleaned up module manifest
  • Fixed typo. (Issue #27)
  • Updated README.md.

ADReportingTools_v1.3.0

07 Apr 13:21
Compare
Choose a tag to compare

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 file admanager.format.ps1xml.
  • Modified Get-ADComputerReport to include Enabled and ManagedBy properties.
  • Added a table view called Managed to adcomputerreport.format.ps1xml.
  • Added missing online help links.
  • Updated README.md.

ADReportingTools_v1.2.0

31 Mar 13:44
Compare
Choose a tag to compare

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 file groupreport.css.
  • Added missing help for Get-ADComputerReport.
  • Added argument completer for SERVER parameter on all commands in this module and the Get commands from the ActiveDirectory module.
  • Updated README.md.

ADReportingTools_v1.1.0

29 Mar 16:20
Compare
Choose a tag to compare

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

27 Mar 14:34
Compare
Choose a tag to compare

ADReportingTools

1.0.0

  • First stable release.
  • Updated README.md.
  • Added command Get-ADDepartment and format file addepartmentmember.format.ps1xml.
  • Exporting a global variable called $ADReportingHash which is used as an argument completer for Get-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 file adcomputerreport.format.ps1xml.
  • Modified adgroupreport.format.ps1xml to add member count to the default output. (Issue #21)
  • Added a view called summary to adgroupreport.format.ps1xml.
  • Added command Get-NTDSInfo and format file adntds.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 file adbackupstatus.format.ps1xml.
  • Help updates.

ADReportingTools_v0.8.0-preview

17 Mar 20:34
Compare
Choose a tag to compare
Pre-release

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 functions Get-ADReportingToolsOptions and Set-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

16 Mar 18:32
Compare
Choose a tag to compare
Pre-release

ADReportingTools

0.7.0-preview

  • Fixed typo in adbranchmember.format.ps1xml.
  • Added custom table view called group for ADGroup objects in adgroup.format.ps1xml.
  • Added command Split-DistinguisedName.
  • Added command Get-ADGroupReport with a custom format file adgroupreport.format.ps1ml and a custom type file adgroupreport.types.ps1xml. (Issue #3)
  • Removed About_ADReportingTools.
  • Updated README.md.

ADReportingTools_0.6.1-preview

12 Mar 20:01
Compare
Choose a tag to compare
Pre-release

0.6.1

  • Fixed prerelease tag in the module.

0.6.0

  • Added online help links.
  • Help updates.
  • Modified Get-ADSiteSummary and Get-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 to adusers-categories.json with properties DisplayName,Name,SamAccountname,UserPrincipalName,Enabled,WhenCreated, and WhenChanged.
  • Updated README.md.