< Back
Get-vRATenantDirectory
Post
NAME Get-vRATenantDirectory
SYNOPSIS
Retrieve vRA Tenant Directories
SYNTAX
Get-vRATenantDirectory [-Id] <String[]> [[-Limit] <String>] [<CommonParameters>]
DESCRIPTION
Retrieve vRA Tenant Directories
PARAMETERS
-Id <String[]>
Specify the ID of a Tenant
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Limit <String>
The number of entries returned per page from the API. This has a default value of 100.
Required? false
Position? 2
Default value 100
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
System.Management.Automation.PSObject.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRATenantDirectory -Id Tenant01
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRATenantDirectory -Id Tenant01,Tenant02
RELATED LINKS
SYNOPSIS
Retrieve vRA Tenant Directories
SYNTAX
Get-vRATenantDirectory [-Id] <String[]> [[-Limit] <String>] [<CommonParameters>]
DESCRIPTION
Retrieve vRA Tenant Directories
PARAMETERS
-Id <String[]>
Specify the ID of a Tenant
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Limit <String>
The number of entries returned per page from the API. This has a default value of 100.
Required? false
Position? 2
Default value 100
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
System.Management.Automation.PSObject.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRATenantDirectory -Id Tenant01
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRATenantDirectory -Id Tenant01,Tenant02
RELATED LINKS