Skip to content

Instantly share code, notes, and snippets.

@chelnak
Created July 25, 2016 14:48
Show Gist options
  • Select an option

  • Save chelnak/bca64a7f88d7d4473ea2a7010bdb306b to your computer and use it in GitHub Desktop.

Select an option

Save chelnak/bca64a7f88d7d4473ea2a7010bdb306b to your computer and use it in GitHub Desktop.
List all Business Groups and their members with PowervRA
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