Created
July 25, 2016 14:48
-
-
Save chelnak/bca64a7f88d7d4473ea2a7010bdb306b to your computer and use it in GitHub Desktop.
List all Business Groups and their members with PowervRA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-vRABusinessGroup | Select Name, @{Name="GroupManagers"; Expression={$_.GroupManagerRole.Name}}, @{Name="SupportUsers"; Expression={$_.SupportUserRole.name}}, @{Name="BuisinessUsers"; Expression={$_.UserRole.name}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment