[Index]

Model: device/exchangehybrid/CASMailbox

Model Details

Title Description Details
DisplayName * This parameter is available only in on-premises Exchange 2013. The DisplayName parameter specifies the display name for the mailbox.
  • Field Name: DisplayName
  • Type: String
ECPEnabled * This parameter is available only in on-premises Exchange 2013. The ECPEnabled parameter enables or disables access to the Exchange admin center (EAC) for the specified user. Valid input for this parameter is $true or $false. The default value is $true.
  • Field Name: ECPEnabled
  • Type: Boolean
ExternalPopSettings *
  • Field Name: ExternalPopSettings
  • Type: String
OrganizationId *
  • Field Name: OrganizationId
  • Type: String
EwsBlockList The EwsBlockList parameter specifies the Exchange Web Services applications (user agent strings) that aren't allowed to access the mailbox by using Exchange Web Services. To enter multiple values and overwrite any existing entries, use the following syntax: <value1>,<value2>.... If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "<value1>","<value2>".... To add or remove one or more values without affecting any existing entries, use the following syntax: @{Add="<value1>","<value2>"...; Remove="<value1>","<value2>"...}. This parameter is meaningful only when the EwsEnabled parameter is set to $true, and the EwsApplicationAccessPolicy parameter is set to EnforceBlockList.
  • Field Name: EwsBlockList.[n]
  • Type: Array
MAPIBlockOutlookRpcHttp * This parameter is available only in on-premises Exchange 2013. The MAPIBlockOutlookRpcHttp parameter enables or disables access to the mailbox by using Outlook Anywhere (RPC over HTTP) in Microsoft Outlook. Valid values for this parameter are: $true Only Outlook clients that aren't configured to use Outlook Anywhere (RPC over HTTP) are allowed to access the mailbox. By default, Outlook 2013 is configured to use Outlook Anywhere. $false Outlook clients that are configured to use Outlook Anywhere (RPC over HTTP) are allowed to access the mailbox. The default value is $false.
  • Field Name: MAPIBlockOutlookRpcHttp
  • Type: Boolean
PopMessagesRetrievalMimeFormat * The PopMessagesRetrievalMimeFormat parameter specifies the message format for POP3 clients that access the mailbox. You can use an integer or a text value. Valid values are: 0: TextOnly 1: HtmlOnly 2: HtmlAndTextAlternative 3: TextEnrichedOnly 4: TextEnrichedAndTextAlternative 5: BestBodyFormat 6: Tnef The default value is BestBodyFormat. To change the value of this parameter, you also need to set the value of the PopUseProtocolDefaults parameter to $false.
  • Field Name: PopMessagesRetrievalMimeFormat
  • Type: String
ActiveSyncBlockedDeviceIDs The ActiveSyncBlockedDeviceIDs parameter specifies one or more Exchange ActiveSync device IDs that aren't allowed to synchronize with the mailbox. A device ID is a text string that uniquely identifies the device. Use the Get-MobileDevice cmdlet to see the devices that have Exchange ActiveSync partnerships with the mailbox. To enter multiple values and overwrite any existing entries, use the following syntax: <value1>,<value2>.... If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "<value1>","<value2>".... To add or remove one or more values without affecting any existing entries, use the following syntax: @{Add="<value1>","<value2>"...; Remove="<value1>","<value2>"...}. To clear the list of device IDs, use the value $null for this parameter.
  • Field Name: ActiveSyncBlockedDeviceIDs.[n]
  • Type: Array
ExternalSmtpSettings *
  • Field Name: ExternalSmtpSettings
  • Type: String
InternalPopSettings *
  • Field Name: InternalPopSettings
  • Type: String
EwsApplicationAccessPolicy * The EwsApplicationAccessPolicy parameter controls access to the mailbox by using Exchange Web Services applications. Valid values for this parameter are: EnforceAllowList Only applications specified in the EwsAllowList parameter are allowed to access the mailbox. EnforceBlockList Applications specified in the EwsBlockList parameter aren't allowed to access the mailbox, but any other applications can access the mailbox. This parameter doesn't affect access to the mailbox by using Entourage, Outlook for Mac, and Outlook. Access to the mailbox by using these clients is controlled by the EwsAllowEntourage, EwsAllowMacOutlook and EwsAllowOutlook parameters.
  • Field Name: EwsApplicationAccessPolicy
  • Type: String
EmailAddresses This parameter is available only in on-premises Exchange 2013. The EmailAddresses parameter specifies all the proxy addresses of the recipient. It includes the primary SMTP address as one of the proxy addresses. Typically, the primary SMTP address and other proxy address are set by email address policies. However, you can use this parameter to configure other proxy addresses for the recipient. For more information, see Email address policies. Valid syntax for this parameter is [<Type>]:<emailaddress1>,[<Type>]:<emailaddress2>.... The optional <Type> value indicates the type of email address. Some examples of valid type values include: SMTP The primary SMTP address smtp Other SMTP email addresses X400 X.400 addresses X500 X.500 addresses If you don't include a <Type> value for an email address, the value smtp is assumed. To specify the primary SMTP email address, you can use any of the following methods: Use the <Type> value SMTP. The first email address when you don't use the <Type> value SMTP, and when you don't use any <Type> values, or when there are multiple <Type> values of smtp Use the PrimarySmtpAddress parameter instead. You can't use the EmailAddresses parameter and the PrimarySmtpAddress parameter in the same command. When you specify one or more proxy address by using the EmailAddresses parameter, those values replace any exiting proxy addresses that are configured for the recipient. To add or remove specify proxy addresses without affecting other values, use the following syntax: @{Add="[<Type>]:<emailaddress1>","[<Type>]:<emailaddress2>"...; Remove="[<Type>]:<emailaddress2>","[<Type>]:<emailaddress2>"...} Exchange doesn't validate custom address types (including X.400 addresses) for proper formatting. You need to ensure that any custom addresses comply with the format requirements for that address type.
  • Field Name: EmailAddresses.[n]
  • Type: Array
ShowGalAsDefaultView * The ShowGalAsDefaultView parameter shows the global address list (GAL) as the default recipient picker for messages. Valid input for this parameter is $true or $false. The default value is $true.
  • Field Name: ShowGalAsDefaultView
  • Type: Boolean
PSShowComputerName
  • Field Name: PSShowComputerName
  • Type: Boolean
MapiHttpEnabled *
  • Field Name: MapiHttpEnabled
  • Type: String
PopSuppressReadReceipt * The PopSuppressReadReceipt parameter controls the behavior of read receipts for POP3 clients that access the mailbox. Valid values for this parameter are: $true The user receives a read receipt when the recipient opens the message. $false The user receives two read receipts: one when the message is downloaded and another when the message is opened. The default value is $false. To change the value of this parameter, you also need to set the value of the PopUseProtocolDefaults parameter to $false.
  • Field Name: PopSuppressReadReceipt
  • Type: Boolean
Guid *
  • Field Name: Guid
  • Type: String
LinkedMasterAccount *
  • Field Name: LinkedMasterAccount
  • Type: String
PopForceICalForCalendarRetrievalOption * The PopForceICalForCalendarRetrievalOption parameter specifies how meeting requests are presented to POP3 clients that access the mailbox. Valid values for this parameter are: $true All meeting requests are in the iCal format. $false All meeting requests appear as Outlook Web App links. The default value is $false. To change the value of this parameter, you also need to set the value of the PopUseProtocolDefaults parameter to $false.
  • Field Name: PopForceICalForCalendarRetrievalOption
  • Type: Boolean
ObjectClass
  • Field Name: ObjectClass.[n]
  • Type: Array
PSComputerName
  • Field Name: PSComputerName
  • Type: String
WhenCreatedUTC *
  • Field Name: WhenCreatedUTC
  • Type: String
  • Format: date-time
InternalImapSettings *
  • Field Name: InternalImapSettings
  • Type: String
OWAEnabled * The OWAEnabled parameter enables or disables access to the mailbox by using Outlook Web App. Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other Outlook Web App settings in this cmdlet are ignored.
  • Field Name: OWAEnabled
  • Type: Boolean
MAPIBlockOutlookNonCachedMode * This parameter is available only in on-premises Exchange 2013. The MAPIBlockOutlookNonCachedMode parameter controls access to the mailbox by using Microsoft Outlook in online or offline mode. Valid values for this parameter are: $true Only Outlook clients that are configured to use Cached Exchange Mode (offline mode) are allowed to access the mailbox. $false The state of the Cached Exchange Mode setting isn't checked before Outlook clients are allowed to access the mailbox (online mode and offline mode are allowed). The default value is $false.
  • Field Name: MAPIBlockOutlookNonCachedMode
  • Type: Boolean
ImapUseProtocolDefaults * The ImapUseProtocolDefaults parameter specifies whether to use the IMAP4 protocol defaults for the mailbox. Valid input for this parameter is $true or $false. The default value is $true. You need to set the ImapUseProtocolDefaults parameter to $false when you use any of the following IMAP4 parameters: ImapEnableExactRFC822Size ImapForceICalForCalendarRetrievalOption ImapMessagesRetrievalMimeFormat ImapSuppressReadReceipt
  • Field Name: ImapUseProtocolDefaults
  • Type: Boolean
ImapForceICalForCalendarRetrievalOption * The ImapForceICalForCalendarRetrievalOption parameter specifies how meeting requests are presented to IMAP4 clients that access the mailbox. Valid values for this parameter are: $true All meeting requests are in the iCal format. $false All meeting requests appear as Outlook Web App links. The default value is $false. To change the value of this parameter, you also need to set the value of the ImapUseProtocolDefaults parameter to $false.
  • Field Name: ImapForceICalForCalendarRetrievalOption
  • Type: Boolean
PopUseProtocolDefaults * The PopUseProtocolDefaults parameter specifies whether to use the POP3 protocol defaults for the mailbox. Valid input for this parameter is $true or $false. The default value is $true. You need to set the PopUseProtocolDefaults parameter to $false when you use any of following parameters: PopEnableExactRFC822Size PopForceICalForCalendarRetrievalOption PopMessagesRetrievalMimeFormat PopSuppressReadReceipt
  • Field Name: PopUseProtocolDefaults
  • Type: Boolean
EwsAllowEntourage * The EwsAllowEntourage parameter enables or disables access to the mailbox by Microsoft Entourage clients that use Exchange Web Services (for example, Entourage 2008 for Mac, Web Services Edition). Valid input for this parameter is $true or $false. The default value is $true.
  • Field Name: EwsAllowEntourage
  • Type: Boolean
PrimarySmtpAddress * This parameter is available only in on-premises Exchange 2013. The PrimarySmtpAddress parameter specifies the primary SMTP email address for the mailbox. This is the From address that external recipients see when they receive a message from this mailbox. You can't use the PrimarySmtpAddress parameter and the EmailAddresses parameter in the same command.
  • Field Name: PrimarySmtpAddress
  • Type: String
ImapMessagesRetrievalMimeFormat * The ImapMessagesRetrievalMimeFormat parameter specifies the message format for IMAP4 clients that access the mailbox. You can use an integer or a text value. Valid values are: 0: TextOnly 1: HtmlOnly 2: HtmlAndTextAlternative 3: TextEnrichedOnly 4: TextEnrichedAndTextAlternative 5: BestBodyFormat 6: Tnef The default value is BestBodyFormat. To change the value of this parameter, you also need to set the value of the ImapUseProtocolDefaults parameter to $false.
  • Field Name: ImapMessagesRetrievalMimeFormat
  • Type: String
Identity * The Identity parameter specifies the mailbox that you want to view. This parameter accepts the following values: Example: JPhillips Example: Atlanta.Corp.Contoso.Com/Users/JPhillips Example: Jeff Phillips Example: CN=JPhillips,CN=Users,DC=Atlanta,DC=Corp,DC=contoso,DC=com Example: Atlanta\JPhillips Example: fb456636-fe7d-4d58-9d15-5af57d0354c2 Example: [email protected] Example: /o=Contoso/ou=AdministrativeGroup/cn=Recipients/cn=JPhillips Example: [email protected] Example: [email protected]
  • Field Name: Identity
  • Type: String
MAPIBlockOutlookExternalConnectivity *
  • Field Name: MAPIBlockOutlookExternalConnectivity
  • Type: Boolean
DistinguishedName *
  • Field Name: DistinguishedName
  • Type: String
InternalSmtpSettings *
  • Field Name: InternalSmtpSettings
  • Type: String
OriginatingServer *
  • Field Name: OriginatingServer
  • Type: String
ExchangeVersion *
  • Field Name: ExchangeVersion
  • Type: String
Name * This parameter is available only in on-premises Exchange 2013. The Name parameter specifies the name of the mailbox.
  • Field Name: Name
  • Type: String
MAPIEnabled * The MAPIEnabled parameter enables or disables access to the mailbox by using MAPI clients (for example, Microsoft Outlook). Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other MAPI settings in this cmdlet are ignored.
  • Field Name: MAPIEnabled
  • Type: Boolean
ServerName *
  • Field Name: ServerName
  • Type: String
ImapEnabled * The ImapEnabled parameter enables or disables access to the mailbox by using IMAP4 clients. Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other IMAP4 settings in this cmdlet are ignored.
  • Field Name: ImapEnabled
  • Type: Boolean
MAPIBlockOutlookVersions * This parameter is available only in on-premises Exchange 2013. The MAPIBlockOutlookVersions parameter blocks access to the mailbox for specific versions of Outlook. For example, if you specify the value 15.0.4569.1503, only Outlook 2013 Service Pack 1 (SP1) or later clients are allowed to access the mailbox. Earlier versions of Outlook are blocked.
  • Field Name: MAPIBlockOutlookVersions
  • Type: String
PopEnabled * The PopEnabled parameter enables or disables access to the mailbox by using POP3 clients. Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other POP3 settings in this cmdlet are ignored.
  • Field Name: PopEnabled
  • Type: Boolean
EwsEnabled * The EwsEnabled parameter enables or disables access to the mailbox by using Exchange Web Services clients. Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other Exchange Web Services settings in this cmdlet are ignored.
  • Field Name: EwsEnabled
  • Type: Boolean
WhenCreated *
  • Field Name: WhenCreated
  • Type: String
  • Format: date-time
HasActiveSyncDevicePartnership *
  • Field Name: HasActiveSyncDevicePartnership
  • Type: Boolean
ActiveSyncEnabled * The ActiveSyncEnabled parameter enables or disables Exchange ActiveSync for the mailbox. Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other Exchange ActiveSync settings in this cmdlet are ignored.
  • Field Name: ActiveSyncEnabled
  • Type: Boolean
OwaMailboxPolicy * The OwaMailboxPolicy parameter specifies the Outlook Web App mailbox policy for the mailbox. You can use any value that uniquely identifies the Outlook Web App mailbox policy. For example: Name Distinguished name (DN) GUID The name of the default Outlook Web App mailbox policy is Default.
  • Field Name: OwaMailboxPolicy
  • Type: String
LegacyExchangeDN *
  • Field Name: LegacyExchangeDN
  • Type: String
ActiveSyncDebugLogging * The ActiveSyncDebugLogging switch shows the actual value of the ActiveSyncDebugLogging property for the mailbox. If you don't use this switch, the value always appears as $false. To see this value, you need to use a formatting cmdlet. For example, Get-CasMailbox [email protected] -ActiveSyncDebugLogging | Format-List.
  • Field Name: ActiveSyncDebugLogging
  • Type: Boolean
EwsAllowList The EwsAllowList parameter specifies the Exchange Web Services applications (user agent strings) that are allowed to access the mailbox. To enter multiple values and overwrite any existing entries, use the following syntax: <value1>,<value2>.... If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "<value1>","<value2>".... To add or remove one or more values without affecting any existing entries, use the following syntax: @{Add="<value1>","<value2>"...; Remove="<value1>","<value2>"...}. This parameter is meaningful only when the EwsEnabled parameter is set to $true, and the EwsApplicationAccessPolicy parameter is set to EnforceAllowList.
  • Field Name: EwsAllowList.[n]
  • Type: Array
ServerLegacyDN *
  • Field Name: ServerLegacyDN
  • Type: String
ActiveSyncAllowedDeviceIDs The ActiveSyncAllowedDeviceIDs parameter specifies one or more Exchange ActiveSync device IDs that are allowed to synchronize with the mailbox. A device ID is a text string that uniquely identifies the device. Use the Get-MobileDevice cmdlet to see the devices that have Exchange ActiveSync partnerships with the mailbox. To enter multiple values and overwrite any existing entries, use the following syntax: <value1>,<value2>.... If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "<value1>","<value2>".... To add or remove one or more values without affecting any existing entries, use the following syntax: @{Add="<value1>","<value2>"...; Remove="<value1>","<value2>"...}. To clear the list of device IDs, use the value $null for this parameter.
  • Field Name: ActiveSyncAllowedDeviceIDs.[n]
  • Type: Array
EwsAllowMacOutlook * The EwsAllowMacOutlook parameter enables or disables access to the mailbox by Microsoft Outlook for Mac clients that use Exchange Web Services (for example, Outlook for Mac 2011). Valid input for this parameter is $true or $false. The default value is $true.
  • Field Name: EwsAllowMacOutlook
  • Type: Boolean
ImapSuppressReadReceipt * The ImapSuppressReadReceipt parameter controls the behavior of read receipts for IMAP4 clients that access the mailbox. Valid values for this parameter are: $true The user receives a read receipt when the recipient opens the message. $false The user receives two read receipts: one when the message is downloaded and another when the message is opened. The default value is $false. To change the value of this parameter, you also need to set the value of the ImapUseProtocolDefaults parameter to $false.
  • Field Name: ImapSuppressReadReceipt
  • Type: Boolean
ActiveSyncMailboxPolicy * The ActiveSyncMailboxPolicy parameter specifies the Exchange ActiveSync mailbox policy for the mailbox. You can use any value that uniquely identifies the Exchange ActiveSync mailbox policy. For example: Name Distinguished name (DN) GUID The name of the default Exchange ActiveSync mailbox policy is Default.
  • Field Name: ActiveSyncMailboxPolicy
  • Type: String
SamAccountName * This parameter is available only in on-premises Exchange 2013. The SamAccountName parameter specifies an account identifier that's compatible with older operating systems. The value of this parameter must be less than 20 characters, and can contain letters, numbers, and the following characters: ! # $ % ^ & - . _ { } | ~
  • Field Name: SamAccountName
  • Type: String
ExternalImapSettings *
  • Field Name: ExternalImapSettings
  • Type: String
IsValid *
  • Field Name: IsValid
  • Type: Boolean
ObjectCategory *
  • Field Name: ObjectCategory
  • Type: String
OWAforDevicesEnabled * The OWAforDevicesEnabled parameter enables or disables access to the mailbox by using OWA for Devices. Valid input for this parameter is $true or $false. The default value is $true.
  • Field Name: OWAforDevicesEnabled
  • Type: Boolean
ImapEnableExactRFC822Size * This parameter is available only in on-premises Exchange 2013. The ImapEnableExactRFC822Size parameter specifies how message sizes are presented to IMAP4 clients that access the mailbox. Valid values for this parameter are: $true Calculate the exact message size. $false Use an estimated message size. The default value is $false. We don't recommend changing this value unless you determine that the default setting causes problems for IMAP4 clients. To change the value of this parameter, you also need to set the value of the ImapUseProtocolDefaults parameter to $false.
  • Field Name: ImapEnableExactRFC822Size
  • Type: Boolean
WhenChanged *
  • Field Name: WhenChanged
  • Type: String
  • Format: date-time
WhenChangedUTC *
  • Field Name: WhenChangedUTC
  • Type: String
  • Format: date-time
ObjectState *
  • Field Name: ObjectState
  • Type: String
PopEnableExactRFC822Size * This parameter is available only in on-premises Exchange 2013. The PopEnableExactRFC822Size parameter specifies how message sizes are presented to POP3 clients that access the mailbox. Valid values for this parameter are: $true Calculate the exact message size. $false Use an estimated message size. The default value is $false. We don't recommend changing this value unless you determine that the default setting causes problems for POP3 clients. To change the value of this parameter, you also need to set the value of the PopUseProtocolDefaults parameter to $false.
  • Field Name: PopEnableExactRFC822Size
  • Type: Boolean
RunspaceId
  • Field Name: RunspaceId
  • Type: String
ActiveSyncMailboxPolicyIsDefaulted *
  • Field Name: ActiveSyncMailboxPolicyIsDefaulted
  • Type: Boolean
EwsAllowOutlook * The EwsAllowOutlook parameter enables or disables access to the mailbox by Microsoft Outlook clients that use Exchange Web Services. Outlook uses Exchange Web Services for free/busy, out-of-office settings, and calendar sharing.
  • Field Name: EwsAllowOutlook
  • Type: Boolean
Id *
  • Field Name: Id
  • Type: String
API reference for device/exchangehybrid/CASMailbox