Resource Type: dsc_exoremotedomain
- Defined in:
- lib/puppet/type/dsc_exoremotedomain.rb
Overview
The DSC EXORemoteDomain resource type. Automatically generated from version 1.21.1222.1
Properties
-
dsc_allowedooftype
The AllowedOOFType parameter specifies the type of automatic replies or out-of-office (also known as OOF) notifications than can be sent to recipients in the remote domain. Valid values are: External, ExternalLegacy, InternalLegacy or None
-
dsc_applicationid
Id of the Azure Active Directory application to authenticate with.
-
dsc_autoforwardenabled
The AutoForwardEnabled parameter specifies whether to allow messages that are auto-forwarded by client email programs in your organization.
-
dsc_autoreplyenabled
The AutoReplyEnabled parameter specifies whether to allow messages that are automatic replies from client email programs in your organization (for example, automatic reply messages that are generated by rules in Outlook).
-
dsc_byteencodertypefor7bitcharsets
The ByteEncoderTypeFor7BitCharsets parameter specifies the 7-bit transfer encoding method for MIME format for messages sent to this remote domain.
-
dsc_certificatepath
Path to certificate used in service principal usually a PFX file.
-
dsc_certificatethumbprint
Thumbprint of the Azure Active Directory application’s authentication certificate to use for authentication.
-
dsc_characterset
The CharacterSet parameter specifies a character set for MIME messages without defined character sets that are sent from your organization to recipients in the remote domain.
-
dsc_contenttype
The ContentType parameter specifies the outbound message content type and formatting.
-
dsc_deliveryreportenabled
The DeliveryReportEnabled parameter specifies whether to allow delivery reports from client software in your organization to recipients in the remote domain.
-
dsc_displaysendername
The DisplaySenderName parameter specifies whether to show the sender’s Display Name in the From email address for messages sent to recipients in the remote domain.
-
dsc_domainname
The DomainName parameter specifies the SMTP domain that you want to establish as a remote domain. A valid value is an SMTP domain (for example, contoso.com). The maximum length is 256 characters.
-
dsc_ensure
Specify if the RemoteDomain should exist or not.
-
dsc_isinternal
The IsInternal parameter specifies whether the recipients in the remote domain are considered to be internal recipients.
-
dsc_linewrapsize
The LineWrapSize parameter specifies the line-wrap size for messages to recipients in the remote domain. Valid values are an integer from 0 through 132 or the value to unlimited. The default value is unlimited.
-
dsc_meetingforwardnotificationenabled
The MeetingForwardNotificationEnabled parameter specifies whether to enable meeting forward notifications for recipients in the remote domain.
-
dsc_name
The Name parameter specifies a unique name for the remote domain object. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks.
-
dsc_nonmimecharacterset
The NonMimeCharacterSet parameter specifies a character set for plain text messages without defined character sets that are sent from your organization to recipients in the remote domain.
-
dsc_preferredinternetcodepageforshiftjis
The PreferredInternetCodePageForShiftJis parameter specifies the specific code page to use for Shift JIS character encoding in messages that are sent to recipients in the remote domain.
-
dsc_requiredcharsetcoverage
The RequiredCharsetCoverage parameter specifies a percentage threshold for characters in a message that must match to apply your organization’s preferred character set before switching to automatic character set detection.
-
dsc_targetdeliverydomain
The TargetDeliveryDomain parameter specifies whether the remote domain is used in cross-forest deployments to generate target email addresses for new mail users that represent users in the other organization (for example, all mailboxes hosted on Exchange Online are represented as mail users in your on-premises organization).
-
dsc_tenantid
Id of the Azure Active Directory tenant used for authentication.
-
dsc_tnefenabled
The TNEFEnabled parameter specifies whether Transport Neutral Encapsulation Format (TNEF) message encoding is used on messages sent to the remote domain.
-
dsc_trustedmailinboundenabled
The TrustedMailInboundEnabled parameter specifies whether messages from senders in the remote domain are treated as trusted messages.
-
dsc_trustedmailoutboundenabled
The TrustedMailOutboundEnabled parameter specifies whether messages sent to recipients in the remote domain are treated as trusted messages.
-
dsc_usesimpledisplayname
The UseSimpleDisplayName parameter specifies whether the sender’s simple display name is used for the From email address in messages sent to recipients in the remote domain.
Parameters
-
dsc_certificatepassword
Username can be made up to anything but password will be used for CertificatePassword
-
dsc_credential
Credentials of the Exchange Global Admin
-
dsc_identity (namevar)
Specify the Identity for the RemoteDomain.
-
dsc_psdscrunascredential
-
name (namevar)
Description of the purpose for this resource declaration.
-
validation_mode
(defaults to: property)
Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).