Get-MailboxAutoReplyConfigurationDomain

Module: MO_Module
Applies to: Exhange Online, Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019

Use the Get-MailboxAutoReplyConfigurationDomain function to view the current Out of Office (OOF) settings for users in a specific domain.

Get-MailboxAutoReplyConfigurationDomain

SYNOPSIS

Lists OOF settings for users within the domain of specific SMTP addresses in a domain.

SYNTAX

Get-MailboxAutoReplyConfigurationDomain [-Domain] <Object> [<CommonParameters>]

DESCRIPTION

Lists OOF settings if they are enabled and what values are set for users. This function only displays enabled OOF's and not disabled ones.

EXAMPLES

EXAMPLE 1

Get-MailboxAutoReployConfigurationDomain -Domain Contoso.com

This lists end users with an @contoso.com SMTP address if they have OOF settings enabled.

EXAMPLE 2

Get-MailboxAutoReployConfigurationDomain -Domain contoso.onmicrosoft.com

This lists end users with an @contoso.onmicrosoft.com SMTP address if they have OOF settings enabled.

PARAMETERS

-Domain

Enter the domain value to be selected for scanning OOF values.

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
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.

INPUTS

Need to define the domain parameter.

OUTPUTS

Output to the screen of values that have OOF set.