Hi All,
Ive been looking for a short and efficient script for this task. I am learning the new Azure AD powershell module and want to achieve rentention by repetition using the following cmdlets something along the lines of:
$AADUsers = Import-Csv C:\Csv.Sample.Aad.xlxs
Add-AzureADGroupmember $Aadusers -ObjectId (insert object id here)
Thank you in Advance!