The ability to add other principals to an Azure security group
Via the Azure portal:
Via PowerZure:
Add-AzureADGroup -User [UPN] -Group [Group name]
The Azure activity log for the tenant will log who added what principal to what group, including the date and time.
The ability to add other principals to an Azure security group
Via the Azure portal:
Via PowerZure:
Add-AzureADGroup -User [UPN] -Group [Group name]
The Azure activity log for the tenant will log who added what principal to what group, including the date and time.