Get-vRABusinessGroup
SYNOPSIS
Retrieve vRA Business Groups
SYNTAX
Get-vRABusinessGroup [[-TenantId] <String>] [[-Name] <String[]>] [[-Limit] <String>]
DESCRIPTION
Retrieve vRA Business Groups
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
Get-vRABusinessGroup
-------------------------- EXAMPLE 2 --------------------------
Get-vRABusinessGroup -TenantId Tenant01 -Name BusinessGroup01,BusinessGroup02
PARAMETERS
-TenantId
Specify the ID of a Tenant
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: $Global:vRAConnection.Tenant
Accept pipeline input: False
Accept wildcard characters: False
-Name
Specify the Name of a Business Group
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Limit
The number of entries returned per page from the API. This has a default value of 100.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 100
Accept pipeline input: False
Accept wildcard characters: False