Skip to content

Releases: santisq/PSADTree

v1.1.5

07 Sep 18:07
Compare
Choose a tag to compare

What's Changed

  • Adds -Credential parameter and Truncate Warning by @PoshAJ in #15

Full Changelog: v1.1.4...v1.1.5

v1.1.4

03 Sep 17:29
8cf28c3
Compare
Choose a tag to compare

What's Changed

  • Adds comparer for ascending sorting of sub-trees by @santisq in #10
  • Adds -Exclude parameter to both cmdlets by @santisq in #12

Thanks to @CrookedJ and @PoshAJ for testing and feedback!


Full Changelog: v1.1.3...v1.1.4

v1.1.3

11 Jul 02:31
Compare
Choose a tag to compare

What's Changed

  • Updates build to use ProjectBuilder.
  • Updates CI to v4 Actions.
  • Updates -Depth parameter type from uint to int with range validation.
  • Updates docs.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

09 Sep 22:46
Compare
Choose a tag to compare

What's Changed

  • Convert function to Binary Module by @santisq in #5. The Get-Hierarchy function has been rewritten in C# and split into 2 cmdlets (Get-ADTreeGroupMember and Get-ADTreePrincipalGroupMembership).
  • Cmdlets Features:
    • Both cmdlets include a -Depth parameter to limit the level of recursion.
    • Both cmdlets support pipeline input and should support input from the Active Directory Module cmdlets.

Future Plans

  • Get-ADTreeOrganizationalUnit might be included in a future release.
  • Feel free to submit a new Issue if you want to see other features included. Feedback is appreciated.

Full Changelog: v1.0.0...v1.1.2

v1.1.1

09 Sep 22:31
a077bfd
Compare
Choose a tag to compare

What's Changed

  • Convert function to Binary Module by @santisq in #5. The Get-Hierarchy function has been rewritten in C# and split into 2 cmdlets (Get-ADTreeGroupMember and Get-ADTreePrincipalGroupMembership).
  • Cmdlets Features:
    • Both cmdlets include a -Depth parameter to limit the level of recursion.
    • Both cmdlets support pipeline input and should support input from the Active Directory Module cmdlets.

Future Plans

  • Get-ADTreeOrganizationalUnit might be included in a future release.
  • Feel free to submit a new Issue if you want to see other features included. Feedback is appreciated.

Full Changelog: v1.0.0...v1.1.1

v1.0.0

14 Aug 02:56
5a97cc6
Compare
Choose a tag to compare

What's Changed

  • Add multiple domain support by @PoshAJ in #3
    • Added -Server Parameter.
    • The function no longer requires the Active Directory Module.
    • Improved hierarchy aesthetics (looks similar to PSTree).

New Contributors

  • @PoshAJ made their first contribution in #3

Full Changelog: https://github.com/santisq/Get-Hierarchy/commits/v1.0.0