Forum Discussion
Patrick Rote
Oct 01, 2020Iron Contributor
How to get all users exported from an AD AzureGroup listing their,email addresses?
Hi All, How to get all users exported from an AD AzureGroup listing their,email addresses e.g a group starting with "HRUSERS" Do i need to install a module for powershell? Thanks in advance
- Oct 02, 2020
Use the -Append switch for Export-CSV.
VasilMichev
Oct 02, 2020MVP
Use the -Append switch for Export-CSV.
Patrick Rote
Oct 02, 2020Iron Contributor
Thanks that actually did work .
Although i found out i could loop through the members too
Although i found out i could loop through the members too