Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Last active March 21, 2016 15:02
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 jonathanmedd/83339dc63681b3fa057b to your computer and use it in GitHub Desktop.
Save jonathanmedd/83339dc63681b3fa057b to your computer and use it in GitHub Desktop.
Get-Command PowervRA
PS C:\Users\jmedd> Get-Command -Module PowervRA
CommandType Name Version Source
----------- ---- ------- ------
Function Add-vRAPrincipalToTenantRole 1.0.0 powervra
Function Connect-vRAServer 1.0.0 powervra
Function Disconnect-vRAServer 1.0.0 powervra
Function Export-vRAContentPackage 1.0.0 powervra
Function Get-vRAApplianceServiceStatus 1.0.0 powervra
Function Get-vRAAuthorizationRole 1.0.0 powervra
Function Get-vRABlueprint 1.0.0 powervra
Function Get-vRABusinessGroup 1.0.0 powervra
Function Get-vRACatalogItem 1.0.0 powervra
Function Get-vRACatalogPrincipal 1.0.0 powervra
Function Get-vRAConsumerCatalogItem 1.0.0 powervra
Function Get-vRAConsumerCatalogItemRequestTemplate 1.0.0 powervra
Function Get-vRAConsumerEntitledCatalogItem 1.0.0 powervra
Function Get-vRAConsumerRequest 1.0.0 powervra
Function Get-vRAConsumerResource 1.0.0 powervra
Function Get-vRAConsumerResourceOperation 1.0.0 powervra
Function Get-vRAConsumerResourceType 1.0.0 powervra
Function Get-vRAConsumerService 1.0.0 powervra
Function Get-vRAContentPackage 1.0.0 powervra
Function Get-vRAEntitledCatalogItem 1.0.0 powervra
Function Get-vRAEntitlement 1.0.0 powervra
Function Get-vRAGroupPrincipal 1.0.0 powervra
Function Get-vRARequest 1.0.0 powervra
Function Get-vRAReservationPolicy 1.0.0 powervra
Function Get-vRAResourceOperation 1.0.0 powervra
Function Get-vRAResourceType 1.0.0 powervra
Function Get-vRAService 1.0.0 powervra
Function Get-vRAServiceBlueprint 1.0.0 powervra
Function Get-vRAStorageReservationPolicy 1.0.0 powervra
Function Get-vRATenant 1.0.0 powervra
Function Get-vRATenantDirectory 1.0.0 powervra
Function Get-vRATenantDirectoryStatus 1.0.0 powervra
Function Get-vRATenantRole 1.0.0 powervra
Function Get-vRAUserPrincipal 1.0.0 powervra
Function Get-vRAVersion 1.0.0 powervra
Function Invoke-vRARestMethod 1.0.0 powervra
Function New-vRABusinessGroup 1.0.0 powervra
Function New-vRAContentPackage 1.0.0 powervra
Function New-vRAEntitlement 1.0.0 powervra
Function New-vRAReservationPolicy 1.0.0 powervra
Function New-vRAService 1.0.0 powervra
Function New-vRAStorageReservationPolicy 1.0.0 powervra
Function New-vRATenant 1.0.0 powervra
Function New-vRATenantDirectory 1.0.0 powervra
Function Remove-vRABusinessGroup 1.0.0 powervra
Function Remove-vRAPrincipalFromTenantRole 1.0.0 powervra
Function Remove-vRAReservationPolicy 1.0.0 powervra
Function Remove-vRAService 1.0.0 powervra
Function Remove-vRAStorageReservationPolicy 1.0.0 powervra
Function Remove-vRATenant 1.0.0 powervra
Function Remove-vRATenantDirectory 1.0.0 powervra
Function Request-vRAConsumerCatalogItem 1.0.0 powervra
Function Set-vRABusinessGroup 1.0.0 powervra
Function Set-vRACatalogItem 1.0.0 powervra
Function Set-vRAEntitlement 1.0.0 powervra
Function Set-vRAReservationPolicy 1.0.0 powervra
Function Set-vRAService 1.0.0 powervra
Function Set-vRAStorageReservationPolicy 1.0.0 powervra
Function Set-vRATenant 1.0.0 powervra
Function Set-vRATenantDirectory 1.0.0 powervra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment