Changing one CASMailbox property changes many properties
This happened to me months ago (output below) and I encountered the problem again yesterday when practicing different configuration changes pertaining to the CAS.Can someone else replicate this (very preferably on a TEST MACHINE)?Note: Exchange 2007 SP1The problem:Changing one CASMailbox property changes many properties that were not meant to be changed.This is obvious in the OWA GUI since you have the "lite" version, OWAPremiumClientEnabled having been changed to $false.Note: for clarity, I have omitted some properties.
BEFORE
EmailAddresses : {SMTP:gtremblay@contoso.com}SamAccountName : Gerard TremblayServerName : MailServer1DisplayName : Gerard TremblayActiveSyncMailboxPolicy : DefaultActiveSyncMailboxPolicyIsDefaulted : TrueActiveSyncDebugLogging : ActiveSyncEnabled : TrueHasActiveSyncDevicePartnership : FalseOWAEnabled : TrueOWACalendarEnabled : OWAContactsEnabled : OWATasksEnabled : OWAJournalEnabled : OWANotesEnabled : OWARemindersAndNotificationsEnabled : OWAPremiumClientEnabled : OWASpellCheckerEnabled : OWASearchFoldersEnabled : OWASignaturesEnabled : OWAThemeSelectionEnabled : OWAJunkEmailEnabled : OWAUMIntegrationEnabled : OWAWSSAccessOnPublicComputersEnabled : OWAWSSAccessOnPrivateComputersEnabled : OWAUNCAccessOnPublicComputersEnabled : OWAUNCAccessOnPrivateComputersEnabled : OWAActiveSyncIntegrationEnabled : OWAAllAddressListsEnabled : OWAChangePasswordEnabled : OWARulesEnabled : OWAPublicFoldersEnabled : OWASMimeEnabled : OWARecoverDeletedItemsEnabled : PopEnabled : TruePopUseProtocolDefaults : TruePopMessagesRetrievalMimeFormat : BestBodyFormatImapEnabled : FalseImapUseProtocolDefaults : TrueImapMessagesRetrievalMimeFormat : BestBodyFormatMAPIEnabled : TrueMAPIBlockOutlookNonCachedMode : FalseMAPIBlockOutlookVersions : -12.6024.5000MAPIBlockOutlookRpcHttp : FalseIsValid : TrueExchangeVersion : 0.1 (8.0.535.0)Name : Gerard TremblayObjectClass : {top, person, organizationalPerson, user}WhenChanged : 8/22/2009 5:00:24 PMWhenCreated : 7/26/2009 12:02:04 PM
[PS] C:\>Set-CASMailbox -identity gtremblay -OWAPublicFoldersEnabled $false
THAT is the ONLY command I ran.
AFTER
EmailAddresses : {SMTP:gtremblay@contoso.org}SamAccountName : Gerard TremblayServerName : MailServer1DisplayName : Gerard TremblayActiveSyncAllowedDeviceIDs : {}ActiveSyncMailboxPolicy : DefaultActiveSyncMailboxPolicyIsDefaulted : TrueActiveSyncDebugLogging : ActiveSyncEnabled : TrueHasActiveSyncDevicePartnership : FalseOWAEnabled : TrueOWACalendarEnabled : FalseOWAContactsEnabled : FalseOWATasksEnabled : FalseOWAJournalEnabled : FalseOWANotesEnabled : FalseOWARemindersAndNotificationsEnabled : FalseOWAPremiumClientEnabled : FalseOWASpellCheckerEnabled : FalseOWASearchFoldersEnabled : FalseOWASignaturesEnabled : FalseOWAThemeSelectionEnabled : FalseOWAJunkEmailEnabled : FalseOWAUMIntegrationEnabled : FalseOWAWSSAccessOnPublicComputersEnabled : FalseOWAWSSAccessOnPrivateComputersEnabled : FalseOWAUNCAccessOnPublicComputersEnabled : FalseOWAUNCAccessOnPrivateComputersEnabled : FalseOWAActiveSyncIntegrationEnabled : FalseOWAAllAddressListsEnabled : FalseOWAChangePasswordEnabled : FalseOWARulesEnabled : FalseOWAPublicFoldersEnabled : FalseOWASMimeEnabled : FalseOWARecoverDeletedItemsEnabled : FalsePopEnabled : TruePopUseProtocolDefaults : TruePopMessagesRetrievalMimeFormat : BestBodyFormatImapEnabled : FalseImapUseProtocolDefaults : TrueImapMessagesRetrievalMimeFormat : BestBodyFormatMAPIEnabled : TrueMAPIBlockOutlookNonCachedMode : FalseMAPIBlockOutlookVersions : -12.6024.5000MAPIBlockOutlookRpcHttp : FalseIsValid : TrueExchangeVersion : 0.1 (8.0.535.0)Name : Gerard TremblayObjectClass : {top, person, organizationalPerson, user}WhenChanged : 8/30/2009 6:59:07 PMWhenCreated : 7/26/2009 12:02:04 PM
March 4th, 2010 9:40pm
Hi,
When setting any OWA parameter, if you want to set only one feature to FALSE, you have to set all of the other parameters to TRUE. It is by design.
Besides, I recommend you to apply sp2 for Exchange, this feature has been improved in SP2.Regards,
Xiu
Free Windows Admin Tool Kit Click here and download it now
March 9th, 2010 11:55am
Hi,
When setting any OWA parameter, if you want to set only one feature to FALSE, you have to set all of the other parameters to TRUE. It is by design.
Besides, I recommend you to apply sp2 for Exchange, this feature has been improved in SP2.Regards,
Xiu
March 12th, 2010 7:27am
This happened to me months ago (output below) and I encountered the problem again yesterday when practicing different configuration changes pertaining to the CAS.Can someone else replicate this (very preferably on a TEST MACHINE)?Note: Exchange 2007 SP1The problem:Changing one CASMailbox property changes many properties that were not meant to be changed.This is obvious in the OWA GUI since you have the "lite" version, OWAPremiumClientEnabled having been changed to $false.Note: for clarity, I have omitted some properties.
BEFORE
EmailAddresses : {SMTP:gtremblay@contoso.com}SamAccountName : Gerard TremblayServerName : MailServer1DisplayName : Gerard TremblayActiveSyncMailboxPolicy : DefaultActiveSyncMailboxPolicyIsDefaulted : TrueActiveSyncDebugLogging : ActiveSyncEnabled : TrueHasActiveSyncDevicePartnership : FalseOWAEnabled : TrueOWACalendarEnabled : OWAContactsEnabled : OWATasksEnabled : OWAJournalEnabled : OWANotesEnabled : OWARemindersAndNotificationsEnabled : OWAPremiumClientEnabled : OWASpellCheckerEnabled : OWASearchFoldersEnabled : OWASignaturesEnabled : OWAThemeSelectionEnabled : OWAJunkEmailEnabled : OWAUMIntegrationEnabled : OWAWSSAccessOnPublicComputersEnabled : OWAWSSAccessOnPrivateComputersEnabled : OWAUNCAccessOnPublicComputersEnabled : OWAUNCAccessOnPrivateComputersEnabled : OWAActiveSyncIntegrationEnabled : OWAAllAddressListsEnabled : OWAChangePasswordEnabled : OWARulesEnabled : OWAPublicFoldersEnabled : OWASMimeEnabled : OWARecoverDeletedItemsEnabled : PopEnabled : TruePopUseProtocolDefaults : TruePopMessagesRetrievalMimeFormat : BestBodyFormatImapEnabled : FalseImapUseProtocolDefaults : TrueImapMessagesRetrievalMimeFormat : BestBodyFormatMAPIEnabled : TrueMAPIBlockOutlookNonCachedMode : FalseMAPIBlockOutlookVersions : -12.6024.5000MAPIBlockOutlookRpcHttp : FalseIsValid : TrueExchangeVersion : 0.1 (8.0.535.0)Name : Gerard TremblayObjectClass : {top, person, organizationalPerson, user}WhenChanged : 8/22/2009 5:00:24 PMWhenCreated : 7/26/2009 12:02:04 PM
[PS] C:\>Set-CASMailbox -identity gtremblay -OWAPublicFoldersEnabled $false
THAT is the ONLY command I ran.
AFTER
EmailAddresses : {SMTP:gtremblay@contoso.org}SamAccountName : Gerard TremblayServerName : MailServer1DisplayName : Gerard TremblayActiveSyncAllowedDeviceIDs : {}ActiveSyncMailboxPolicy : DefaultActiveSyncMailboxPolicyIsDefaulted : TrueActiveSyncDebugLogging : ActiveSyncEnabled : TrueHasActiveSyncDevicePartnership : FalseOWAEnabled : TrueOWACalendarEnabled : FalseOWAContactsEnabled : FalseOWATasksEnabled : FalseOWAJournalEnabled : FalseOWANotesEnabled : FalseOWARemindersAndNotificationsEnabled : FalseOWAPremiumClientEnabled : FalseOWASpellCheckerEnabled : FalseOWASearchFoldersEnabled : FalseOWASignaturesEnabled : FalseOWAThemeSelectionEnabled : FalseOWAJunkEmailEnabled : FalseOWAUMIntegrationEnabled : FalseOWAWSSAccessOnPublicComputersEnabled : FalseOWAWSSAccessOnPrivateComputersEnabled : FalseOWAUNCAccessOnPublicComputersEnabled : FalseOWAUNCAccessOnPrivateComputersEnabled : FalseOWAActiveSyncIntegrationEnabled : FalseOWAAllAddressListsEnabled : FalseOWAChangePasswordEnabled : FalseOWARulesEnabled : FalseOWAPublicFoldersEnabled : FalseOWASMimeEnabled : FalseOWARecoverDeletedItemsEnabled : FalsePopEnabled : TruePopUseProtocolDefaults : TruePopMessagesRetrievalMimeFormat : BestBodyFormatImapEnabled : FalseImapUseProtocolDefaults : TrueImapMessagesRetrievalMimeFormat : BestBodyFormatMAPIEnabled : TrueMAPIBlockOutlookNonCachedMode : FalseMAPIBlockOutlookVersions : -12.6024.5000MAPIBlockOutlookRpcHttp : FalseIsValid : TrueExchangeVersion : 0.1 (8.0.535.0)Name : Gerard TremblayObjectClass : {top, person, organizationalPerson, user}WhenChanged : 8/30/2009 6:59:07 PMWhenCreated : 7/26/2009 12:02:04 PM
Free Windows Admin Tool Kit Click here and download it now
March 14th, 2010 8:32am
This happened to me months ago (output below) and I encountered the problem again yesterday when practicing different configuration changes pertaining to the CAS.Can someone else replicate this (very preferably on a TEST MACHINE)?Note: Exchange 2007 SP1The problem:Changing one CASMailbox property changes many properties that were not meant to be changed.This is obvious in the OWA GUI since you have the "lite" version, OWAPremiumClientEnabled having been changed to $false.Note: for clarity, I have omitted some properties.
BEFORE
EmailAddresses : {SMTP:gtremblay@contoso.com}SamAccountName : Gerard TremblayServerName : MailServer1DisplayName : Gerard TremblayActiveSyncMailboxPolicy : DefaultActiveSyncMailboxPolicyIsDefaulted : TrueActiveSyncDebugLogging : ActiveSyncEnabled : TrueHasActiveSyncDevicePartnership : FalseOWAEnabled : TrueOWACalendarEnabled : OWAContactsEnabled : OWATasksEnabled : OWAJournalEnabled : OWANotesEnabled : OWARemindersAndNotificationsEnabled : OWAPremiumClientEnabled : OWASpellCheckerEnabled : OWASearchFoldersEnabled : OWASignaturesEnabled : OWAThemeSelectionEnabled : OWAJunkEmailEnabled : OWAUMIntegrationEnabled : OWAWSSAccessOnPublicComputersEnabled : OWAWSSAccessOnPrivateComputersEnabled : OWAUNCAccessOnPublicComputersEnabled : OWAUNCAccessOnPrivateComputersEnabled : OWAActiveSyncIntegrationEnabled : OWAAllAddressListsEnabled : OWAChangePasswordEnabled : OWARulesEnabled : OWAPublicFoldersEnabled : OWASMimeEnabled : OWARecoverDeletedItemsEnabled : PopEnabled : TruePopUseProtocolDefaults : TruePopMessagesRetrievalMimeFormat : BestBodyFormatImapEnabled : FalseImapUseProtocolDefaults : TrueImapMessagesRetrievalMimeFormat : BestBodyFormatMAPIEnabled : TrueMAPIBlockOutlookNonCachedMode : FalseMAPIBlockOutlookVersions : -12.6024.5000MAPIBlockOutlookRpcHttp : FalseIsValid : TrueExchangeVersion : 0.1 (8.0.535.0)Name : Gerard TremblayObjectClass : {top, person, organizationalPerson, user}WhenChanged : 8/22/2009 5:00:24 PMWhenCreated : 7/26/2009 12:02:04 PM
[PS] C:\>Set-CASMailbox -identity gtremblay -OWAPublicFoldersEnabled $false
THAT is the ONLY command I ran.
AFTER
EmailAddresses : {SMTP:gtremblay@contoso.org}SamAccountName : Gerard TremblayServerName : MailServer1DisplayName : Gerard TremblayActiveSyncAllowedDeviceIDs : {}ActiveSyncMailboxPolicy : DefaultActiveSyncMailboxPolicyIsDefaulted : TrueActiveSyncDebugLogging : ActiveSyncEnabled : TrueHasActiveSyncDevicePartnership : FalseOWAEnabled : TrueOWACalendarEnabled : FalseOWAContactsEnabled : FalseOWATasksEnabled : FalseOWAJournalEnabled : FalseOWANotesEnabled : FalseOWARemindersAndNotificationsEnabled : FalseOWAPremiumClientEnabled : FalseOWASpellCheckerEnabled : FalseOWASearchFoldersEnabled : FalseOWASignaturesEnabled : FalseOWAThemeSelectionEnabled : FalseOWAJunkEmailEnabled : FalseOWAUMIntegrationEnabled : FalseOWAWSSAccessOnPublicComputersEnabled : FalseOWAWSSAccessOnPrivateComputersEnabled : FalseOWAUNCAccessOnPublicComputersEnabled : FalseOWAUNCAccessOnPrivateComputersEnabled : FalseOWAActiveSyncIntegrationEnabled : FalseOWAAllAddressListsEnabled : FalseOWAChangePasswordEnabled : FalseOWARulesEnabled : FalseOWAPublicFoldersEnabled : FalseOWASMimeEnabled : FalseOWARecoverDeletedItemsEnabled : FalsePopEnabled : TruePopUseProtocolDefaults : TruePopMessagesRetrievalMimeFormat : BestBodyFormatImapEnabled : FalseImapUseProtocolDefaults : TrueImapMessagesRetrievalMimeFormat : BestBodyFormatMAPIEnabled : TrueMAPIBlockOutlookNonCachedMode : FalseMAPIBlockOutlookVersions : -12.6024.5000MAPIBlockOutlookRpcHttp : FalseIsValid : TrueExchangeVersion : 0.1 (8.0.535.0)Name : Gerard TremblayObjectClass : {top, person, organizationalPerson, user}WhenChanged : 8/30/2009 6:59:07 PMWhenCreated : 7/26/2009 12:02:04 PM
March 14th, 2010 8:33am
This happened to me months ago (output below) and I encountered the problem again yesterday when practicing different configuration changes pertaining to the CAS.
BEFORE
EmailAddresses : {SMTP:gtremblay@contoso.com}SamAccountName : Gerard TremblayServerName : MailServer1DisplayName : Gerard TremblayActiveSyncMailboxPolicy : DefaultActiveSyncMailboxPolicyIsDefaulted : TrueActiveSyncDebugLogging : ActiveSyncEnabled : TrueHasActiveSyncDevicePartnership : FalseOWAEnabled : TrueOWACalendarEnabled : OWAContactsEnabled : OWATasksEnabled : OWAJournalEnabled : OWANotesEnabled : OWARemindersAndNotificationsEnabled : OWAPremiumClientEnabled : OWASpellCheckerEnabled : OWASearchFoldersEnabled : OWASignaturesEnabled : OWAThemeSelectionEnabled : OWAJunkEmailEnabled : OWAUMIntegrationEnabled : OWAWSSAccessOnPublicComputersEnabled : OWAWSSAccessOnPrivateComputersEnabled : OWAUNCAccessOnPublicComputersEnabled : OWAUNCAccessOnPrivateComputersEnabled : OWAActiveSyncIntegrationEnabled : OWAAllAddressListsEnabled : OWAChangePasswordEnabled : OWARulesEnabled : OWAPublicFoldersEnabled : OWASMimeEnabled : OWARecoverDeletedItemsEnabled : PopEnabled : TruePopUseProtocolDefaults : TruePopMessagesRetrievalMimeFormat : BestBodyFormatImapEnabled : FalseImapUseProtocolDefaults : TrueImapMessagesRetrievalMimeFormat : BestBodyFormatMAPIEnabled : TrueMAPIBlockOutlookNonCachedMode : FalseMAPIBlockOutlookVersions : -12.6024.5000MAPIBlockOutlookRpcHttp : FalseIsValid : TrueExchangeVersion : 0.1 (8.0.535.0)Name : Gerard TremblayObjectClass : {top, person, organizationalPerson, user}WhenChanged : 8/22/2009 5:00:24 PMWhenCreated : 7/26/2009 12:02:04 PM
[PS] C:\>Set-CASMailbox -identity gtremblay -OWAPublicFoldersEnabled $false
THAT is the ONLY command I ran.
AFTER
EmailAddresses : {SMTP:gtremblay@contoso.org}SamAccountName : Gerard TremblayServerName : MailServer1DisplayName : Gerard TremblayActiveSyncAllowedDeviceIDs : {}ActiveSyncMailboxPolicy : DefaultActiveSyncMailboxPolicyIsDefaulted : TrueActiveSyncDebugLogging : ActiveSyncEnabled : TrueHasActiveSyncDevicePartnership : FalseOWAEnabled : TrueOWACalendarEnabled : FalseOWAContactsEnabled : FalseOWATasksEnabled : FalseOWAJournalEnabled : FalseOWANotesEnabled : FalseOWARemindersAndNotificationsEnabled : FalseOWAPremiumClientEnabled : FalseOWASpellCheckerEnabled : FalseOWASearchFoldersEnabled : FalseOWASignaturesEnabled : FalseOWAThemeSelectionEnabled : FalseOWAJunkEmailEnabled : FalseOWAUMIntegrationEnabled : FalseOWAWSSAccessOnPublicComputersEnabled : FalseOWAWSSAccessOnPrivateComputersEnabled : FalseOWAUNCAccessOnPublicComputersEnabled : FalseOWAUNCAccessOnPrivateComputersEnabled : FalseOWAActiveSyncIntegrationEnabled : FalseOWAAllAddressListsEnabled : FalseOWAChangePasswordEnabled : FalseOWARulesEnabled : FalseOWAPublicFoldersEnabled : FalseOWASMimeEnabled : FalseOWARecoverDeletedItemsEnabled : FalsePopEnabled : TruePopUseProtocolDefaults : TruePopMessagesRetrievalMimeFormat : BestBodyFormatImapEnabled : FalseImapUseProtocolDefaults : TrueImapMessagesRetrievalMimeFormat : BestBodyFormatMAPIEnabled : TrueMAPIBlockOutlookNonCachedMode : FalseMAPIBlockOutlookVersions : -12.6024.5000MAPIBlockOutlookRpcHttp : FalseIsValid : TrueExchangeVersion : 0.1 (8.0.535.0)Name : Gerard TremblayObjectClass : {top, person, organizationalPerson, user}WhenChanged : 8/30/2009 6:59:07 PMWhenCreated : 7/26/2009 12:02:04 PM
Can someone else replicate this (very preferably on a TEST MACHINE)?Note: Exchange 2007 SP1The problem:Changing one CASMailbox property changes many properties that were not meant to be changed.This is obvious in the OWA GUI since you have the "lite" version, OWAPremiumClientEnabled having been changed to $false.Note: for clarity, I have omitted some properties.
Free Windows Admin Tool Kit Click here and download it now
March 17th, 2010 11:12am