|
Trying to get nested users from Distribution Lists in AD I am new to Powershell, but have been a Perl dev for many years. So,
I'm familiar with what you can do with a script... I just don't know
how to do it in Powershell. =)
I've been tasked with providing a list of users that are part of the
given distribution list. Here are my constraints:
1. This needs to be with Powershell as it's installed - no additional
cmdlets (so I can't use Get-QADGroupMember)
2. I don't know how many DLs will be nested.
I've tried searching around online, but everyone is using the cmdlet
mentioned above, or the Exchange cmdlets. Since I don't have access
to either, can this be done?
Thanks!
--Lareth |