Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the configuration of hosted email domains.
Get-HostedEmailDomains [ <CommonParameters>]
The Get-HostedEmailDomains cmdlet gets the configuration of hosted email domains. The cmdlet returns the domain names of the hosted email providers.
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
string[]
This cmdlet returns an array of domain names from a hosted email provider.
This command gets the domain names of the hosted email providers.
PS C:\> Get-HostedEmailDomains
PS C:\>