Get-AzureADDomainNameReference
This cmdlet retrieves the objects that are referenced by a given domain name
Syntax
Get-AzureADDomainNameReference
-Name <String>
[<CommonParameters>]
Description
This cmdlet retrieves the objects that are referenced by a given domain name
Examples
Example 1
PS C:\WINDOWS\system32> Get-AzureADDomainNameReference -Name drumkit.onmicrosoft.com
This example shows how to retrieve the domain name reference objects for a domain that is specified through the -Name parameter
Parameters
-Name
The name of the domain name for which the referenced objects are retrieved
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |