Exchange event 1310 asp.net 4.0.30319.0

I recently ran into the following OWA login problem after a long analysis, I noticed that everything was related to the following ASP error: this is the error : Event code: 3008Event message: Errore di configurazione.Event time: 20/03/2021 14:08:09Event time (UTC): 20/03/2021 13:08:09Event ID: e1d1670ea1b54fc5822e766f67176d55Event sequence: 1Event occurrence: 1Event detail code: 0 Application information:Application domain: …

Azure AdSync Perform full or delta sync

This is a simple guide to perform an adsync full or delta sync trough powershell First, import the module:

Then, you could two way. First a Delta import

Secondly is a full import

Finally, you could check the scheduler to see when the sync will happen .

Exchange 2016 Hybrid deployment – Part three

Now we are ready to Hybrid our Exchange server 2016. Before proceed, take in mind to modify the fallowing IE settings, otherwise the Exchange Hybrid Deployment will not start. : Under Tools > Internet Options > Security > Internet (Zone) > Custom level.Net Framework-reliant components > Run components signed with Authenticode (Enable)Downloads > File …

Exchange 2016 Hybrid deployment – Part two

Now we have the AdConnect in “staging-mode” and we need to create some rules to import only the object that we need. Before continue, see this guide to understand the staging mode before go live with your Ad environment. Now we have the AAD connector in staging mode, i’ll do an export to see …

Exchange 2016 Hybrid deployment – Part one

Fallowing my recent post (https://marcoschiavon.net/migrate-from-exchange-2010-13-to-exchange-2016-part-four/) where we leaved our environment just upgrade/migrated to Exchange 2016 now we want to deploy an Office 365 hybrid deployment . Before we start, there are several requirements to accomplished the SSO experience both for browsers and the Apps like Outlook/Office. First, we need to ensure the the fallowing …

Azure AD OAuth2

In this guide we will go troughs the integration of and OAuth between our IAM Azure and an OAuth client based on WordPress for testing porpuse and, basically i choose my blog to do the test .For the OAuth client, under WordPress i choose the Miniorange. So let’s started . First of all install the …

Migrate from Exchange 2013 to Exchange 2016 – Part four

At this point we have migrated all the things and we are ready do decommission the old Exchange 2013. This is our situation now: Now before uninstall, we need to remove the mailbox database on Exchange 2013: Get-MailboxDatabase Remove it: Remove-MailboxDatabase -Identity Exch-2013 Don worry about this error… (see this article) Go to the …