We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$GroupA = Get-ADGroup GroupA
Get-ADGroup -ldapfilter “(memberOf=$(GroupA.DistinguishedName))”
The text was updated successfully, but these errors were encountered:
@oconnell-sean Hey Sean. I am sorry for the delay in responding on this issue. You didn't reference a file; which script were you referring to?
Sorry, something went wrong.
compwiz32
No branches or pull requests
Group : Domain_One\GroupA
Members:
1. Domain_One\GroupB
2. Domain_Two\GroupC
$GroupA = Get-ADGroup GroupA
Get-ADGroup -ldapfilter “(memberOf=$(GroupA.DistinguishedName))”
I think this would only return group objects that are in the same domain. Domain_One\GroupB.
If Domain_Two\GroupC was a member of GroupA it would be excluded.
unless you do a pass of each domain or maybe a Global Catalog .... -Server Domain_Two
Also, May want to account for Fsp objects that are members of groups.
The text was updated successfully, but these errors were encountered: