Get-ADGroupMember
# This will display the users and sid in backup operators
Get-ADGroupMember -Identity "Backup Operators"
Last updated
# This will display the users and sid in backup operators
Get-ADGroupMember -Identity "Backup Operators"
Last updated