How would one insert an array full of smtp email addresses into an AD Group. I've tried this:
Set-QADGroup $_ -ObjectAttributes @{proxyAddresses = $email_smtp_array}
But this does not work.
How would one insert an array full of smtp email addresses into an AD Group. I've tried this:
Set-QADGroup $_ -ObjectAttributes @{proxyAddresses = $email_smtp_array}
But this does not work.