[Index]
Model ref.: device/exchangehybrid/CASMailbox
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "ServerLegacyDN": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "ServerLegacyDN", "title": "ServerLegacyDN", "required": true, "type": "string" }, "DisplayName": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "DisplayName", "title": "DisplayName", "required": true, "type": "string", "description": "This parameter is available only in on-premises Exchange 2013.\nThe DisplayName parameter specifies the display name for the mailbox." }, "ECPEnabled": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "ECPEnabled", "title": "ECPEnabled", "required": true, "type": "boolean", "description": "This parameter is available only in on-premises Exchange 2013.\nThe 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." }, "ExternalPopSettings": { "__type_requested": "", "__type_mapping_type": "Unknown", "name": "ExternalPopSettings", "title": "ExternalPopSettings", "required": true, "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "OrganizationId": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "OrganizationId", "title": "OrganizationId", "required": true, "type": "string" }, "EwsBlockList": { "__type_requested": "MultiValuedProperty", "__type_mapping_type": "String[]", "name": "EwsBlockList", "title": "EwsBlockList", "items": { "type": "string" }, "required": true, "readonly": false, "type": "array", "description": "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.\nTo 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>\"....\nTo add or remove one or more values without affecting any existing entries, use the following syntax: @{Add=\"<value1>\",\"<value2>\"...; Remove=\"<value1>\",\"<value2>\"...}.\nThis parameter is meaningful only when the EwsEnabled parameter is set to $true, and the EwsApplicationAccessPolicy parameter is set to EnforceBlockList." }, "MAPIBlockOutlookRpcHttp": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "MAPIBlockOutlookRpcHttp", "title": "MAPIBlockOutlookRpcHttp", "required": true, "type": "boolean", "description": "This parameter is available only in on-premises Exchange 2013.\nThe MAPIBlockOutlookRpcHttp parameter enables or disables access to the mailbox by using Outlook Anywhere (RPC over HTTP) in Microsoft Outlook.\nValid values for this parameter are:\n$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.\n$false Outlook clients that are configured to use Outlook Anywhere (RPC over HTTP) are allowed to access the mailbox.\nThe default value is $false." }, "PopMessagesRetrievalMimeFormat": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "PopMessagesRetrievalMimeFormat", "title": "PopMessagesRetrievalMimeFormat", "required": true, "type": "string", "description": "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:\n0: TextOnly\n1: HtmlOnly\n2: HtmlAndTextAlternative\n3: TextEnrichedOnly\n4: TextEnrichedAndTextAlternative\n5: BestBodyFormat\n6: Tnef\nThe default value is BestBodyFormat.\nTo change the value of this parameter, you also need to set the value of the PopUseProtocolDefaults parameter to $false." }, "ActiveSyncBlockedDeviceIDs": { "__type_requested": "Deserialized.Microsoft.Exchange.Data.MultiValuedProperty`1[[System.String,", "__type_mapping_type": "String[]", "name": "ActiveSyncBlockedDeviceIDs", "title": "ActiveSyncBlockedDeviceIDs", "items": { "type": "string" }, "required": true, "readonly": false, "type": "array", "description": "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.\nTo 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>\"....\nTo add or remove one or more values without affecting any existing entries, use the following syntax: @{Add=\"<value1>\",\"<value2>\"...; Remove=\"<value1>\",\"<value2>\"...}.\nTo clear the list of device IDs, use the value $null for this parameter." }, "ExternalSmtpSettings": { "__type_requested": "", "__type_mapping_type": "Unknown", "name": "ExternalSmtpSettings", "title": "ExternalSmtpSettings", "required": true, "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "OriginatingServer": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "OriginatingServer", "title": "OriginatingServer", "required": true, "type": "string" }, "ActiveSyncDebugLogging": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "ActiveSyncDebugLogging", "title": "ActiveSyncDebugLogging", "required": true, "type": "boolean", "description": "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.\nTo see this value, you need to use a formatting cmdlet. For example, Get-CasMailbox [email protected] -ActiveSyncDebugLogging | Format-List." }, "InternalPopSettings": { "__type_requested": "", "__type_mapping_type": "Unknown", "name": "InternalPopSettings", "title": "InternalPopSettings", "required": true, "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "EwsApplicationAccessPolicy": { "__type_requested": "EnforceAllowList | EnforceBlockList", "__type_mapping_type": "Unknown", "name": "EwsApplicationAccessPolicy", "title": "EwsApplicationAccessPolicy", "description": "The EwsApplicationAccessPolicy parameter controls access to the mailbox by using Exchange Web Services applications.\nValid values for this parameter are:\nEnforceAllowList Only applications specified in the EwsAllowList parameter are allowed to access the mailbox.\nEnforceBlockList Applications specified in the EwsBlockList parameter aren't allowed to access the mailbox, but any other applications can access the mailbox.\nThis 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.", "required": true, "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "EmailAddresses": { "__type_requested": "Deserialized.Microsoft.Exchange.Data.ProxyAddressCollection", "__type_mapping_type": "String[]", "name": "EmailAddresses", "title": "EmailAddresses", "items": { "type": "string" }, "required": true, "readonly": false, "type": "array", "description": "This parameter is available only in on-premises Exchange 2013.\nThe 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.\nValid 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:\nSMTP The primary SMTP address\nsmtp Other SMTP email addresses\nX400 X.400 addresses\nX500 X.500 addresses\nIf you don't include a <Type> value for an email address, the value smtp is assumed.\nTo specify the primary SMTP email address, you can use any of the following methods:\nUse the <Type> value SMTP.\nThe 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\nUse the PrimarySmtpAddress parameter instead. You can't use the EmailAddresses parameter and the PrimarySmtpAddress parameter in the same command.\nWhen 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>\"...}\nExchange 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." }, "ShowGalAsDefaultView": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "ShowGalAsDefaultView", "title": "ShowGalAsDefaultView", "required": true, "type": "boolean", "description": "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." }, "PSShowComputerName": { "__type_requested": "System.Boolean", "readonly": true, "__type_mapping_type": "Boolean", "name": "PSShowComputerName", "title": "PSShowComputerName", "required": false, "type": "boolean" }, "EwsAllowList": { "__type_requested": "MultiValuedProperty", "__type_mapping_type": "String[]", "name": "EwsAllowList", "title": "EwsAllowList", "items": { "type": "string" }, "required": true, "readonly": false, "type": "array", "description": "The EwsAllowList parameter specifies the Exchange Web Services applications (user agent strings) that are allowed to access the mailbox.\nTo 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>\"....\nTo add or remove one or more values without affecting any existing entries, use the following syntax: @{Add=\"<value1>\",\"<value2>\"...; Remove=\"<value1>\",\"<value2>\"...}.\nThis parameter is meaningful only when the EwsEnabled parameter is set to $true, and the EwsApplicationAccessPolicy parameter is set to EnforceAllowList." }, "PopSuppressReadReceipt": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "PopSuppressReadReceipt", "title": "PopSuppressReadReceipt", "required": true, "type": "boolean", "description": "The PopSuppressReadReceipt parameter controls the behavior of read receipts for POP3 clients that access the mailbox.\nValid values for this parameter are:\n$true The user receives a read receipt when the recipient opens the message.\n$false The user receives two read receipts: one when the message is downloaded and another when the message is opened.\nThe default value is $false.\nTo change the value of this parameter, you also need to set the value of the PopUseProtocolDefaults parameter to $false." }, "LinkedMasterAccount": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "LinkedMasterAccount", "title": "LinkedMasterAccount", "required": true, "type": "string" }, "PopForceICalForCalendarRetrievalOption": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "PopForceICalForCalendarRetrievalOption", "title": "PopForceICalForCalendarRetrievalOption", "required": true, "type": "boolean", "description": "The PopForceICalForCalendarRetrievalOption parameter specifies how meeting requests are presented to POP3 clients that access the mailbox.\nValid values for this parameter are:\n$true All meeting requests are in the iCal format.\n$false All meeting requests appear as Outlook Web App links.\nThe default value is $false.\nTo change the value of this parameter, you also need to set the value of the PopUseProtocolDefaults parameter to $false." }, "ObjectClass": { "__type_requested": "Deserialized.Microsoft.Exchange.Data.MultiValuedProperty`1[[System.String,", "__type_mapping_type": "String[]", "name": "ObjectClass", "title": "ObjectClass", "items": { "type": "string" }, "required": true, "readonly": false, "type": "array" }, "PSComputerName": { "__type_requested": "System.String", "readonly": true, "__type_mapping_type": "String", "name": "PSComputerName", "title": "PSComputerName", "required": false, "type": "string" }, "MapiHttpEnabled": { "__type_requested": "", "__type_mapping_type": "Unknown", "name": "MapiHttpEnabled", "title": "MapiHttpEnabled", "required": true, "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "WhenCreatedUTC": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "WhenCreatedUTC", "title": "WhenCreatedUTC", "format": "date-time", "required": true, "readonly": false, "type": "string" }, "MAPIBlockOutlookExternalConnectivity": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "MAPIBlockOutlookExternalConnectivity", "title": "MAPIBlockOutlookExternalConnectivity", "required": true, "type": "boolean" }, "InternalImapSettings": { "__type_requested": "", "__type_mapping_type": "Unknown", "name": "InternalImapSettings", "title": "InternalImapSettings", "required": true, "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "OWAEnabled": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "OWAEnabled", "title": "OWAEnabled", "required": true, "type": "boolean", "description": "The OWAEnabled parameter enables or disables access to the mailbox by using Outlook Web App.\nValid 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." }, "MAPIBlockOutlookNonCachedMode": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "MAPIBlockOutlookNonCachedMode", "title": "MAPIBlockOutlookNonCachedMode", "required": true, "type": "boolean", "description": "This parameter is available only in on-premises Exchange 2013.\nThe MAPIBlockOutlookNonCachedMode parameter controls access to the mailbox by using Microsoft Outlook in online or offline mode.\nValid values for this parameter are:\n$true Only Outlook clients that are configured to use Cached Exchange Mode (offline mode) are allowed to access the mailbox.\n$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).\nThe default value is $false." }, "ImapForceICalForCalendarRetrievalOption": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "ImapForceICalForCalendarRetrievalOption", "title": "ImapForceICalForCalendarRetrievalOption", "required": true, "type": "boolean", "description": "The ImapForceICalForCalendarRetrievalOption parameter specifies how meeting requests are presented to IMAP4 clients that access the mailbox.\nValid values for this parameter are:\n$true All meeting requests are in the iCal format.\n$false All meeting requests appear as Outlook Web App links.\nThe default value is $false.\nTo change the value of this parameter, you also need to set the value of the ImapUseProtocolDefaults parameter to $false." }, "EwsAllowEntourage": { "__type_requested": "$true | $false", "readonly": false, "__type_mapping_type": "Boolean", "name": "EwsAllowEntourage", "title": "EwsAllowEntourage", "required": true, "type": "boolean", "description": "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).\nValid input for this parameter is $true or $false. The default value is $true." }, "PrimarySmtpAddress": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "PrimarySmtpAddress", "title": "PrimarySmtpAddress", "required": true, "type": "string", "description": "This parameter is available only in on-premises Exchange 2013.\nThe 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.\nYou can't use the PrimarySmtpAddress parameter and the EmailAddresses parameter in the same command." }, "WhenCreated": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "WhenCreated", "title": "WhenCreated", "format": "date-time", "required": true, "readonly": false, "type": "string" }, "ImapMessagesRetrievalMimeFormat": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "ImapMessagesRetrievalMimeFormat", "title": "ImapMessagesRetrievalMimeFormat", "required": true, "type": "string", "description": "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:\n0: TextOnly\n1: HtmlOnly\n2: HtmlAndTextAlternative\n3: TextEnrichedOnly\n4: TextEnrichedAndTextAlternative\n5: BestBodyFormat\n6: Tnef\nThe default value is BestBodyFormat.\nTo change the value of this parameter, you also need to set the value of the ImapUseProtocolDefaults parameter to $false." }, "Identity": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "Identity", "title": "Identity", "required": true, "type": "string", "description": "The Identity parameter specifies the mailbox that you want to view.\nThis parameter accepts the following values:\nExample: JPhillips\nExample: Atlanta.Corp.Contoso.Com/Users/JPhillips\nExample: Jeff Phillips\nExample: CN=JPhillips,CN=Users,DC=Atlanta,DC=Corp,DC=contoso,DC=com\nExample: Atlanta\\JPhillips\nExample: fb456636-fe7d-4d58-9d15-5af57d0354c2\nExample: [email protected]\nExample: /o=Contoso/ou=AdministrativeGroup/cn=Recipients/cn=JPhillips\nExample: [email protected]\nExample: [email protected]" }, "ActiveSyncEnabled": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "ActiveSyncEnabled", "title": "ActiveSyncEnabled", "required": true, "type": "boolean", "description": "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." }, "DistinguishedName": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "DistinguishedName", "title": "DistinguishedName", "required": true, "type": "string" }, "InternalSmtpSettings": { "__type_requested": "", "__type_mapping_type": "Unknown", "name": "InternalSmtpSettings", "title": "InternalSmtpSettings", "required": true, "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "ImapUseProtocolDefaults": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "ImapUseProtocolDefaults", "title": "ImapUseProtocolDefaults", "required": true, "type": "boolean", "description": "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.\nYou need to set the ImapUseProtocolDefaults parameter to $false when you use any of the following IMAP4 parameters:\nImapEnableExactRFC822Size\nImapForceICalForCalendarRetrievalOption\nImapMessagesRetrievalMimeFormat\nImapSuppressReadReceipt" }, "Name": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "Name", "title": "Name", "required": true, "type": "string", "description": "This parameter is available only in on-premises Exchange 2013.\nThe Name parameter specifies the name of the mailbox." }, "MAPIEnabled": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "MAPIEnabled", "title": "MAPIEnabled", "required": true, "type": "boolean", "description": "The MAPIEnabled parameter enables or disables access to the mailbox by using MAPI clients (for example, Microsoft Outlook).\nValid 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." }, "ServerName": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "ServerName", "title": "ServerName", "required": true, "type": "string" }, "ImapEnabled": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "ImapEnabled", "title": "ImapEnabled", "required": true, "type": "boolean", "description": "The ImapEnabled parameter enables or disables access to the mailbox by using IMAP4 clients.\nValid 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." }, "MAPIBlockOutlookVersions": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "MAPIBlockOutlookVersions", "title": "MAPIBlockOutlookVersions", "required": true, "type": "string", "description": "This parameter is available only in on-premises Exchange 2013.\nThe MAPIBlockOutlookVersions parameter blocks access to the mailbox for specific versions of Outlook.\nFor 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." }, "PopEnabled": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "PopEnabled", "title": "PopEnabled", "required": true, "type": "boolean", "description": "The PopEnabled parameter enables or disables access to the mailbox by using POP3 clients.\nValid 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." }, "ImapSuppressReadReceipt": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "ImapSuppressReadReceipt", "title": "ImapSuppressReadReceipt", "required": true, "type": "boolean", "description": "The ImapSuppressReadReceipt parameter controls the behavior of read receipts for IMAP4 clients that access the mailbox.\nValid values for this parameter are:\n$true The user receives a read receipt when the recipient opens the message.\n$false The user receives two read receipts: one when the message is downloaded and another when the message is opened.\nThe default value is $false.\nTo change the value of this parameter, you also need to set the value of the ImapUseProtocolDefaults parameter to $false." }, "HasActiveSyncDevicePartnership": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "HasActiveSyncDevicePartnership", "title": "HasActiveSyncDevicePartnership", "required": true, "type": "boolean" }, "OwaMailboxPolicy": { "__type_requested": "MailboxPolicyIdParameter", "__type_mapping_type": "Unknown", "name": "OwaMailboxPolicy", "title": "OwaMailboxPolicy", "description": "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:\nName\nDistinguished name (DN)\nGUID\nThe name of the default Outlook Web App mailbox policy is Default.", "required": true, "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "LegacyExchangeDN": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "LegacyExchangeDN", "title": "LegacyExchangeDN", "required": true, "type": "string" }, "EwsEnabled": { "__type_requested": "$true | $false", "readonly": false, "__type_mapping_type": "Boolean", "name": "EwsEnabled", "title": "EwsEnabled", "required": true, "type": "boolean", "description": "The EwsEnabled parameter enables or disables access to the mailbox by using Exchange Web Services clients.\nValid 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." }, "ExchangeVersion": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "ExchangeVersion", "title": "ExchangeVersion", "required": true, "type": "string" }, "PopUseProtocolDefaults": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "PopUseProtocolDefaults", "title": "PopUseProtocolDefaults", "required": true, "type": "boolean", "description": "The PopUseProtocolDefaults parameter specifies whether to use the POP3 protocol defaults for the mailbox.\nValid 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:\nPopEnableExactRFC822Size\nPopForceICalForCalendarRetrievalOption\nPopMessagesRetrievalMimeFormat\nPopSuppressReadReceipt" }, "ActiveSyncAllowedDeviceIDs": { "__type_requested": "Deserialized.Microsoft.Exchange.Data.MultiValuedProperty`1[[System.String,", "__type_mapping_type": "String[]", "name": "ActiveSyncAllowedDeviceIDs", "title": "ActiveSyncAllowedDeviceIDs", "items": { "type": "string" }, "required": true, "readonly": false, "type": "array", "description": "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.\nTo 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>\"....\nTo add or remove one or more values without affecting any existing entries, use the following syntax: @{Add=\"<value1>\",\"<value2>\"...; Remove=\"<value1>\",\"<value2>\"...}.\nTo clear the list of device IDs, use the value $null for this parameter." }, "EwsAllowMacOutlook": { "__type_requested": "$true | $false", "readonly": false, "__type_mapping_type": "Boolean", "name": "EwsAllowMacOutlook", "title": "EwsAllowMacOutlook", "required": true, "type": "boolean", "description": "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).\nValid input for this parameter is $true or $false. The default value is $true." }, "Guid": { "__type_requested": "System.Guid", "readonly": false, "__type_mapping_type": "String", "name": "Guid", "title": "Guid", "required": true, "type": "string" }, "ActiveSyncMailboxPolicy": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "ActiveSyncMailboxPolicy", "title": "ActiveSyncMailboxPolicy", "required": true, "type": "string", "description": "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:\nName\nDistinguished name (DN)\nGUID\nThe name of the default Exchange ActiveSync mailbox policy is Default." }, "SamAccountName": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "SamAccountName", "title": "SamAccountName", "required": true, "type": "string", "description": "This parameter is available only in on-premises Exchange 2013.\nThe 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:\n!\n#\n$\n%\n^\n&\n-\n.\n_\n{\n}\n|\n~" }, "ExternalImapSettings": { "__type_requested": "", "__type_mapping_type": "Unknown", "name": "ExternalImapSettings", "title": "ExternalImapSettings", "required": true, "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "IsValid": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "IsValid", "title": "IsValid", "required": true, "type": "boolean" }, "ObjectCategory": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "ObjectCategory", "title": "ObjectCategory", "required": true, "type": "string" }, "OWAforDevicesEnabled": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "OWAforDevicesEnabled", "title": "OWAforDevicesEnabled", "required": true, "type": "boolean", "description": "The OWAforDevicesEnabled parameter enables or disables access to the mailbox by using OWA for Devices.\nValid input for this parameter is $true or $false. The default value is $true." }, "ImapEnableExactRFC822Size": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "ImapEnableExactRFC822Size", "title": "ImapEnableExactRFC822Size", "required": true, "type": "boolean", "description": "This parameter is available only in on-premises Exchange 2013.\nThe ImapEnableExactRFC822Size parameter specifies how message sizes are presented to IMAP4 clients that access the mailbox.\nValid values for this parameter are:\n$true Calculate the exact message size.\n$false Use an estimated message size.\nThe default value is $false.\nWe 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." }, "WhenChanged": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "WhenChanged", "title": "WhenChanged", "format": "date-time", "required": true, "readonly": false, "type": "string" }, "WhenChangedUTC": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "WhenChangedUTC", "title": "WhenChangedUTC", "format": "date-time", "required": true, "readonly": false, "type": "string" }, "ObjectState": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "ObjectState", "title": "ObjectState", "required": true, "type": "string" }, "PopEnableExactRFC822Size": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "PopEnableExactRFC822Size", "title": "PopEnableExactRFC822Size", "required": true, "type": "boolean", "description": "This parameter is available only in on-premises Exchange 2013.\nThe PopEnableExactRFC822Size parameter specifies how message sizes are presented to POP3 clients that access the mailbox.\nValid values for this parameter are:\n$true Calculate the exact message size.\n$false Use an estimated message size.\nThe default value is $false.\nWe 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." }, "RunspaceId": { "__type_requested": "System.Guid", "readonly": true, "__type_mapping_type": "String", "name": "RunspaceId", "title": "RunspaceId", "required": false, "type": "string" }, "ActiveSyncMailboxPolicyIsDefaulted": { "__type_requested": "System.Boolean", "readonly": false, "__type_mapping_type": "Boolean", "name": "ActiveSyncMailboxPolicyIsDefaulted", "title": "ActiveSyncMailboxPolicyIsDefaulted", "required": true, "type": "boolean" }, "EwsAllowOutlook": { "__type_requested": "$true | $false", "readonly": false, "__type_mapping_type": "Boolean", "name": "EwsAllowOutlook", "title": "EwsAllowOutlook", "required": true, "type": "boolean", "description": "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." }, "Id": { "__type_requested": "System.String", "readonly": false, "__type_mapping_type": "String", "name": "Id", "title": "Id", "required": true, "type": "string" } }, "schema_version": "15312" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/exchangehybrid/CASMailbox/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/exchangehybrid/CASMailbox/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/exchangehybrid/CASMailbox/[pkid1]", "/api/v0/device/exchangehybrid/CASMailbox/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/exchangehybrid/CASMailbox/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/exchangehybrid/CASMailbox |
|
{"hrefs": ["/api/device/exchangehybrid/CASMailbox/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/exchangehybrid/CASMailbox |
|
{"hrefs": ["/api/device/exchangehybrid/CASMailbox/[pkid1]", "/api/device/exchangehybrid/CASMailbox/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/exchangehybrid/CASMailbox; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/exchangehybrid/CASMailbox/export/ |
|
{ "hrefs":["/api/device/exchangehybrid/CASMailbox/[pkid1]", "/api/device/exchangehybrid/CASMailbox/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of device/exchangehybrid/CASMailbox and the JSON format can be used to import instances of device/exchangehybrid/CASMailbox.
GET http://[host-proxy]/api/device/exchangehybrid/CASMailbox/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/exchangehybrid/CASMailbox | POST | /api/device/exchangehybrid/CASMailbox/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/device/exchangehybrid/CASMailbox/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/exchangehybrid/CASMailbox/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/exchangehybrid/CASMailbox/ |
|
The device/exchangehybrid/CASMailbox schema and all instances as JSON. |
(The list will return 0 to 3 device/exchangehybrid/CASMailbox instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 0, "total_limit": null, "order_by": "DisplayName", "direction": "asc", "current": "/api/device/exchangehybrid/CASMailbox/?skip=0&limit=3&order_by=DisplayName&direction=asc&traversal=down" }, "operations": [ "move" ], "meta": { "model_type": "device/exchangehybrid/CASMailbox", "summary_attrs": [ { "name": "DisplayName", "title": "DisplayName" }, { "name": "Name", "title": "Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [] }, "model_specific_actions": [ "get", "list", "update", "bulk_update_form", "clone", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "help", "move" ], "schema_version": "15312", "actions": [ { "bulk_update_form": { "method": "GET", "class": "update", "href": "/api/device/exchangehybrid/CASMailbox/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Bulk Modify" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/exchangehybrid/CASMailbox", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "method": "POST", "class": "export", "href": "/api/device/exchangehybrid/CASMailbox/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "export_bulkload_template": { "method": "POST", "class": "bulkload_template", "href": "/api/device/exchangehybrid/CASMailbox/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "configuration_template": { "method": "GET", "class": "config", "href": "/api/device/exchangehybrid/CASMailbox/configuration_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Configuration Template" } }, { "field_display_policy": { "method": "GET", "class": "display_policy", "href": "/api/device/exchangehybrid/CASMailbox/field_display_policy/?hierarchy=[hierarchy]", "support_async": false, "title": "Field Display Policy" } }, { "list": { "method": "GET", "class": "list", "href": "/api/device/exchangehybrid/CASMailbox/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/exchangehybrid/CASMailbox/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/exchangehybrid/CASMailbox/purge/?hierarchy=[hierarchy]", "support_async": false, "title": "Purge" } } ] }, "resources": [] }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/exchangehybrid/CASMailbox. | GET | /api/device/exchangehybrid/CASMailbox/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/exchangehybrid/CASMailbox as HTML |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Purge | POST | /api/device/exchangehybrid/CASMailbox/purge/ |
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/device/exchangehybrid/CASMailbox/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/exchangehybrid/CASMailbox/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/exchangehybrid/CASMailbox/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/exchangehybrid/CASMailbox | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of device/exchangehybrid/CASMailbox; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/exchangehybrid/CASMailbox/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of device/exchangehybrid/CASMailbox and the JSON format can be used to import instances of device/exchangehybrid/CASMailbox.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/exchangehybrid/CASMailbox/[pkid] | hierarchy=[hierarchy] | The device/exchangehybrid/CASMailbox instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/exchangehybrid/CASMailbox/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/exchangehybrid/CASMailbox. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/exchangehybrid/CASMailbox/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |