If you have AD cmdlets 1.0.3 already installed and are moving to 1.0.4 now there is a gotcha to keep in mind:
To make sure that the upgrade works fine it is highly recommended that you uninstall 1.0.3 before installing 1.0.4.
I’ve seen on some of computers upgrade kind of going – you can successfully finish the setup, etc. – but then when you try to actually use the cmdlets they would not run. Clean installation seems to work just fine in all cases.
Sorry for the inconvenience.
Tags: AD cmdlets, cmdlets, PowerShell, Known Issues, Knowledge Base, Active Directory, AD
I have installed version 1.0.4 and I think there is an issue with get-qadgroupmember. It doesn’t list the nested group in it. So therefore I can even do a recursive function for it.
If I do:
(get-qadgroup drivemap_R_to_AAMFG-NTAP1-346_DDPDVM).directoryentry.Member
Then I can see the nested groups in it.
Do you know anyting I can do for it to list the nested groups?
Thanks.
Looks like a bug introduced in 1.0.4. This did work fine in 1.0.3. I’ve escalated this to the dev team and they are working on the fix. Meanwhile you probably have to use the workaround you found.
Thanks for reporting the issue!