Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.52 KB

Get-AzureADDomainNameReference.md

File metadata and controls

62 lines (43 loc) · 1.52 KB
external help file Module Name online version schema
Microsoft.Open.AzureAD16.Graph.PowerShell.dll-Help.xml
AzureAD
2.0.0

Get-AzureADDomainNameReference

SYNOPSIS

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
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

NOTES

See the migration guide for Get-AzureADDomainNameReference to the Microsoft Graph PowerShell.

INPUTS

System.String

OUTPUTS

System.Object

RELATED LINKS