Get-HostedEmailDomains

Get-HostedEmailDomains

Gets the configuration of hosted email domains.

Sintaxis

Get-HostedEmailDomains [ <CommonParameters>]

Descripción detallada

The Get-HostedEmailDomains cmdlet gets the configuration of hosted email domains. The cmdlet returns the domain names of the hosted email providers.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • string[]

    This cmdlet returns an array of domain names from a hosted email provider.

Ejemplos

Example 1: Get the configuration of hosted email domains

This command gets the domain names of the hosted email providers.

PS C:\> Get-HostedEmailDomains
PS C:\>