Get-CMAADTenant

Get Microsoft Entra tenant connected with the Configuration Manager site.

Syntax

Get-CMAADTenant
   -Id <string>
   [-DisableWildcardHandling]
   [-ForceWildcardHandling] 
   [<CommonParameters>]
Get-CMAADTenant
   [-Name <string>]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling] 
   [<CommonParameters>]

Description

Use this cmdlet to get Microsoft Entra tenant connected with the Configuration Manager site.

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

Examples

Example 1: Get all Microsoft Entra tenants connected with the Configuration Manager site

Get-CMAADTenant

Example 2: Get a Microsoft Entra tenant with name "Contoso" connected with the Configuration Manager site

Get-CMAADTenant -Name "Contoso"

Example 2: Get a Microsoft Entra tenant with Id "72f988bf-00ab-11cd-22ef-2d7cd011db00" connected with the Configuration Manager site

Get-CMAADTenant -Id "72f988bf-00ab-11cd-22ef-2d7cd011db00"

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DisableWildcardHandling

This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ForceWildcardHandling

This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Id

Specify the Tenant ID of Microsoft Entra tenant.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Specify the Name of Microsoft Entra tenant.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet doesn't run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object