Skip to content

Instantly share code, notes, and snippets.

@chelnak
Created July 25, 2016 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chelnak/22516df24d7d50745d6f8857f03001b3 to your computer and use it in GitHub Desktop.
Save chelnak/22516df24d7d50745d6f8857f03001b3 to your computer and use it in GitHub Desktop.
List all entitlements and associated principals with PowervRA
Get-vRAEntitlement | Select Name, @{Name="Principals"; Expression={$_.Principals.ref}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment