Skip to content
New issue

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

Idea: MemberOf property may not handle cross-domain objects #8

Open
oconnell-sean opened this issue Sep 22, 2020 · 1 comment
Open
Assignees
Labels
missing required info information is missing; cannot continue question

Comments

@oconnell-sean
Copy link

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.

@compwiz32 compwiz32 self-assigned this Dec 22, 2020
@compwiz32
Copy link
Owner

@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?

@compwiz32 compwiz32 added question missing required info information is missing; cannot continue labels Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing required info information is missing; cannot continue question
Projects
None yet
Development

No branches or pull requests

2 participants