Get-TenantDetailsFromGraph
Get my organization tenant details from graph.
Syntax
Get-TenantDetailsFromGraph
[[-GraphApiVersion] <String>]
Description
The Get-TenantDetailsFromGraph cmdlet calls graph and gets my organization tenant details. Use Get-Help Get-TenantDetailsFromGraph -Examples for more detail.
Examples
EXAMPLE 1
Get-TenantDetailsFromGraph
Get my tenant details from graph by calling graph service in version 1.6.
Parameters
-GraphApiVersion
Graph version to call. The default version is "1.6".
Type: | String |
Position: | 1 |
Default value: | 1.6 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |