Skip to content

Conversation

@santisq
Copy link
Owner

@santisq santisq commented Jan 24, 2026

Hey guys, adding you both in case you wanna review / test this PR before publishing. This PR brings:

  • -Properties <string[]> parameter added to the base cmdlet:
    • You can query for additional properties for Users, Computers and Groups. Supports -Properties *.
    • Completer class added to this parameter. The values show attribute names used by the ActiveDirectory Module (friendlier than ldap display names).
  • AdditionalProperties property added to TreeObjectBase class. When a property supplied in -Properties is found for the target type a key / value pair is added.
  • UserAccountControl and Enabled properties added to TreeUser and TreeComputer.
  • Target framework changed from net6 to net8, I didn't find any problem in my tests... Dependency versions also bumped.

I think the only thing missing is the documentation.

@santisq santisq requested review from CrookedJ and poshAJ January 24, 2026 19:07
@santisq santisq self-assigned this Jan 24, 2026
@santisq santisq added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 24, 2026
@santisq santisq merged commit f7d4db6 into main Jan 28, 2026
10 of 15 checks passed
@santisq santisq deleted the 19-feature-request---add-additionalproperties-parameter-to-get-adtreegroupmember branch January 28, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request - Add AdditionalProperties parameter to Get-ADTreeGroupMember

1 participant