User Profile
saifs1980
Copper Contributor
Joined Jan 22, 2021
User Widgets
Recent Discussions
Re: iphone native mail app not deleting emails on exchange (EXO)
Go to iPhone Settings -> Accounts & Passwords -> your email account -> Advanced -> INCOMING SETTINGS -> Delete from server, you can check NEVER, SEVEN DAYS, or WHEN REMOVED FROM INBOX, just choose WHEN REMOVED FROM INBOX. Then when you delete a email on iPhone, it will delete on email server.31KViews0likes0CommentsRe: Exchange 2013 Security Updates Version Numbers
MS is talking about file versions i.e. DLL's it updates with security patches will move to another version. It's not stating build version. Build version will still show as Cu23. See below and expand exchange 2013 in article and see which DLL's the security update is gonna touch . https://support.microsoft.com/en-us/topic/description-of-the-security-update-for-microsoft-exchange-server-2019-2016-and-2013-october-13-2020-6090c465-4c1a-45da-78ce-e8eb46b571f1 Exchange 2013 mainstream cycle has ended. No new CU's will be released.1.3KViews0likes1CommentRe: update exchange 2013 cumulative 23
delpiotr Since you have deleted the exchange server on which upgrade had to be done. Now uninstallation will also not succeed properly since the actual server container in ADSIEDIT has been removed. Whether its installation or uninstallation the setup looks at the server container in ADSIEDIT and this server container is also replicated on all DCs. So now you will have to do a manual exchange uninstallation. You can follow below article for manual exchange cleanup and then setup a new exchange install if you require. https://www.solvps.com/blog/?p=5831.8KViews0likes4CommentsRe: Detailed error message: Exception happened when doing AAD dual-write.
this is because of recent update from MS that they have enabled dual write feature for all tenants and this will be permanent feature as of now. https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-online-improvements-to-accelerate... I faced various issues like not able to add alias. Getting error: Another object with the same value for property EmailAddresses already exists. The issue may be transient and please retry a couple of minutes later. If issue persists, please see exception members for more information. Cmdlet-UnableToWriteToAadException] If you look at the error details it says "UnableToWriteToAadException". When we connect to powershell of the tenant and run command: - Ran command: Get-OrganizationConfig | fl IsDualWriteEnabled IsDualWriteEnabled : True A support ticket and you need to tell MS to disable the feature. Then you can remove shared mailbox.16KViews0likes2CommentsRe: Connection to on-premise Exchage Powershell remotelly from Linux
I dont think such a thing exists yet, but in theory you could write an app that would let you execute commands from linux making calls via EWS. Don't forget though that many common linux commands are aliased up to their powershell equivalents already (go to a powershell prompt and type ls for example).2.7KViews0likes0CommentsRe: Unable to delete Shared Mailboxes
yes this is because of recent update from MS that they have enabled dual write feature for all tenants and this will be permanent feature as of now. https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-online-improvements-to-accelerate-replication-of/ba-p/837218 I faced various issues like not able to add alias. Getting error: Another object with the same value for property EmailAddresses already exists. The issue may be transient and please retry a couple of minutes later. If issue persists, please see exception members for more information. Cmdlet-UnableToWriteToAadException] If you look at the error details it says "UnableToWriteToAadException". When we connect to powershell of the tenant and run command: - Ran command: Get-OrganizationConfig | fl IsDualWriteEnabled IsDualWriteEnabled : True A support ticket and you need to tell MS to disable the feature. Then you can remove shared mailbox.12KViews0likes0CommentsRe: Hybrid Exchange Archive Mailbox Status
Is your DirSync running properly? When enabling an archive mailbox, the remote mailbox user object in on-premises Exchange is set to provision a cloud archive mailbox. Once DirSync runs, the Exchange in the cloud is supposed to provision the archive mailbox. The issue is likely due to you need to run the directory sync tool configuration wizard to enable the Exchange hybrid option. If you are running classic DirSync, this would be a good time to move to Azure AD Connect. Also run below commands and collect information. 1. Run Get-MailUser -identity user | fl *archive* via Exchange Online PowerShell. 2. Run get-mailbox -Identity user | Format-List *Archive* via local EMS. 3. Check if the attribute msExchArchiveStatus in ADSIedit is set to 1.4.9KViews0likes1CommentRe: Exchange
Did u upgraded your MSoffice to a latest build. It could be autodiscover issue. Try to use the CTRL button and check connection status on the outlook to see if it is failing somwhere. Also run a test-email autoconfiguration by pressing the CTRL button and extreme right cornor right click outlook. Try to remove Gmail address and only check with one compay account.563Views0likes0CommentsRe: On-Prem Exchange Emails Blocked/Delayed by Microsoft365 Domains
Check the header information of one of the delayed email and put the complete header in mxtoolbox analyze header. https://mxtoolbox.com/EmailHeaders.aspx See the hops and you should get some answers where the delay is happening.1.2KViews0likes0Comments
Recent Blog Articles
No content to show