< Back

New-AutomaticRepliesSettingObject

Sat Jan 18, 2020 12:10 pm

NAME New-AutomaticRepliesSettingObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.automaticRepliesSetting" (or one of its derived types).





SYNTAX

New-AutomaticRepliesSettingObject [-externalAudience <string>] [-externalReplyMessage <string>]

[-internalReplyMessage <string>] [-scheduledEndDateTime <object>] [-scheduledStartDateTime <object>] [-status

<string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.automaticRepliesSetting" (or one of its derived types).





PARAMETERS

-status <string>

The "status" property, of type "microsoft.graph.automaticRepliesStatus".



This property is on the "microsoft.graph.automaticRepliesSetting" type.



Valid values: 'disabled', 'alwaysEnabled', 'scheduled'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-externalAudience <string>

The "externalAudience" property, of type "microsoft.graph.externalAudienceScope".



This property is on the "microsoft.graph.automaticRepliesSetting" type.



Valid values: 'none', 'contactsOnly', 'all'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-scheduledStartDateTime <object>

The "scheduledStartDateTime" property, of type "microsoft.graph.dateTimeTimeZone".



This property is on the "microsoft.graph.automaticRepliesSetting" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-scheduledEndDateTime <object>

The "scheduledEndDateTime" property, of type "microsoft.graph.dateTimeTimeZone".



This property is on the "microsoft.graph.automaticRepliesSetting" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-internalReplyMessage <string>

The "internalReplyMessage" property, of type "Edm.String".



This property is on the "microsoft.graph.automaticRepliesSetting" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-externalReplyMessage <string>

The "externalReplyMessage" property, of type "Edm.String".



This property is on the "microsoft.graph.automaticRepliesSetting" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS