Forum Discussion
Quinton Wells
Dec 09, 2020Copper Contributor
Attempting to retrieve a list of all (Unified Groups) of which given users are members
I have a script in design to give me unified group memberships for a supplied list of users. I have tried the following: $userFQDN = Get-User $user.DisplayName | select -ExpandProperty Distin...
Quinton Wells
Copper Contributor
Hi Vasil
Thanks for your reply.
Are you able to improve my -filter format, please?
Thanks
QW
VasilMichev
Dec 12, 2020MVP
The format is fine, just make sure you are passing the correct DN.
- Quinton WellsFeb 15, 2021Copper Contributor
Hi VasilMichev
I'm getting confused around the format - which type of quotes to use?
In particular when using a variable to specify the comparison string.
Thanks
QW