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: …
Category: technical
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: Import-Module ADSync Then, you could two way. First a Delta import Start-ADSyncSyncCycle -PolicyType Delta Secondly is a full import Start-ADSyncSyncCycle -PolicyType Initial Finally, you could check the scheduler to see when the sync will happen . …
Exchange 2016 Hybrid deployment – Part three
Exchange 2016 Hybrid deployment – Part oneExchange 2016 Hybrid deployment – Part twoExchange 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 > …
Exchange 2016 Hybrid deployment – Part two
Exchange 2016 Hybrid deployment – Part oneExchange 2016 Hybrid deployment – Part twoExchange 2016 Hybrid deployment – Part three 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 …
Exchange 2016 Hybrid deployment – Part one
Exchange 2016 Hybrid deployment – Part one Exchange 2016 Hybrid deployment – Part two Exchange 2016 Hybrid deployment – Part three 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 …
Migrate from Exchange 2013 to Exchange 2016 – Part four
Migrate from Exchange 2013 to Exchange 2016 – Part one Migrate from Exchange 2013 to Exchange 2016 – Part two Migrate from Exchange 2013 to Exchange 2016 – Part three Migrate from Exchange 2013 to Exchange 2016 – Part four At this point we have migrated all the things and we are ready do decommission …
Migrate from Exchange 2013 to Exchange 2016 – Part three
Migrate from Exchange 2013 to Exchange 2016 – Part one Migrate from Exchange 2013 to Exchange 2016 – Part two Migrate from Exchange 2013 to Exchange 2016 – Part three Migrate from Exchange 2013 to Exchange 2016 – Part four At this point we have : one Exchange server 2013 one Exchange server 2016 all …
Migrate from Exchange 2013 to Exchange 2016 – Part two
Migrate from Exchange 2013 to Exchange 2016 – Part one Migrate from Exchange 2013 to Exchange 2016 – Part two Migrate from Exchange 2013 to Exchange 2016 – Part three Migrate from Exchange 2013 to Exchange 2016 – Part four Now we have installed our first Exchange 2016 and all virtual directories are still pointed …
Migrate from Exchange 2013 to Exchange 2016 – Part one
Migrate from Exchange 2013 to Exchange 2016 – Part one Migrate from Exchange 2013 to Exchange 2016 – Part two Migrate from Exchange 2013 to Exchange 2016 – Part three Migrate from Exchange 2013 to Exchange 2016 – Part four This is a simple and synthetic guide to implement your first Exchange 2016 into your …