SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Downloaden Sie, um offline zu lesen
Exchange Server
Migrations & Updates
Dave Stork
Architect @ OGD ict-
diensten
Exchange MVP
Mail: dave.stork@ogd.nl
Twitter: @dmstork
Blog: https://dirteam.com/dave
Podcast: www.theUCarchitects.com
Agenda
Updates & Updating
– Why?
– General process
Server migrations
– General process
Questions
– If remaining time allows
Updates
Updates
Why update?
Updates fixes bugs, improve security and add
features and capabilities.
– Regular updates
– Security updates
– Interim updates
– Hotfix
What are upgrades?
New major build (i.e. Exchange 2007 to 2013)
Updates
Regular Exchange Updates
Exchange 2007-2010
– Rollup Updates (RU)
– Service packs (SP)
Exchange 2013
– Cumulative updates (CU)
– Service Pack (just a support distinction)
All updates are cumulative
– You can install the latest update without requiring to install
intermediate updates
– 2013: It’s best to keep up and miss no more than 1 CU
Updates & Support
Mainstream Support
Security updates
Possibly new features and capabilities
Extended Support
Security updates
Out of support
No updates
Business risk
Updates & Support
Service Pack extends support
Where can I find this information?
– https://support.microsoft.com/en-us/lifecycle
Products Released Lifecycle Start Date Mainstream Support End
Date
Extended Support End
Date
Service Pack Support
End Date
Exchange 2010
Enterprise 11/9/2009 1/13/2015 1/14/2020 10/11/2011
Exchange 2010 SP1 8/23/2010 Not Applicable Not Applicable 1/8/2013
Exchange 2010 SP2 11/28/2011 Not Applicable Not Applicable 4/8/2014
Exchange 2010 SP3 2/12/2013 Review Note Review Note
Exchange 2010
Standard 11/9/2009 1/13/2015 1/14/2020 10/11/2011
Update process
Always test updates in a test/lab environment
that is comparable to the live environment
If this is not possible; wait several weeks and
watch the Exchange Team blog and/or MVP
blogs
http://blogs.technet.com/b/exchange/
Read release notes and check compatibility
with third party solutions (Antivirus, backup)
Read every release notes, also those you’ve skipped!
Update process
Single server
Check server health
Ensure backups are OK
– Perform a restore test
Plan a maintenance window and inform users
Reboot server
Install update
Reboot
Test
Perform additional actions and release or uninstall
update
– Uninstall not possible with SP and CU
Update process
Servers in a DAG
Check server health
Ensure backups are OK
– Perform a restore test
Plan a maintenance window
– inform users?
Disable server in Load Balancer
– To prevent user connections to a server while updating.
Healthchecks might not correctly detect availability
Update process
Servers in a DAG
Put server in maintenance mode
– 2010: built-in StartDagServerMaintenance.ps1
– 2013: MVP Michael van Horenbeeck script
– http://vanhybrid.com/tag/maintenance-mode/
Disable Antivirus (AV, and other processes)
Install update
– Test & evaluate
Stop maintenance mode
– 2010: built-in StopDagServerMaintenance.ps1
– 2013: MVP Michael van Horenbeeck script
Update process
Servers in a DAG
Enable AV and other processes
Perform additionional actions
Redistribute databases
– Built-in: RedistributeActiveDatabases.ps1
Enable server in load balancer
– Check when client access load is evenly distributed
Start process on other servers
– With 2013 you can wait a longer period before updating
other servers
Update process tip
To speed up updating, disable
Check for server certificate
revocation in Internet
Explorer.
However, a reboot is required.
Server migrations
Migrations
Check requirements
Coexistence
Topology
Resources
Third party products
Clients
Migrations
General process
Prepare Active Directory
Install first new Exchange server
– Install correct certificate
– Configure Internal and External URLs
– Other configuration
Install additional servers
– Repeat configuration
Migrations
General process
Configure load balancer
Test and evaluate
– Including backup!
Change DNS records pointing to Exchange
Migrate data
Decommission legacy Exchange
Prepare Active Directory
Prepare Schema & Active Directory Domain
via setup of Exchange installer
– Setup /PrepareSchema or /PrepareAD
– Note: most 2013 CU’s have AD Schema updates
Not required to perform on Exchange server
– Schema Master
Can be done before or during installation of first new Exchange
server
Check successful preparation
– https://technet.microsoft.com/en-us/library/jj937132(v=exchg.141).aspx
You cannot install new “legacy” Exchange server
after this action
Install first new Exchange server
New Exchange server
Microsoft recommends installing in separate AD
site (another subnet), configure and then
change IP address
Install certificate
– Certificate request made by Exchange
Configure Internal/External URI
– OWA, ECP, EWS, OAB, Outlook Anywhere
Install first new Exchange server
New Exchange server
Configure AutoDiscover URL
– Set-ClientAccessServer –Identity <server> –
AutoDiscoverServiceInternalUri
https://autodiscover.contoso.com/AutoDiscover/AutoDisco
ver.xml
Other (server) configuration
– Database Availability Group
– Databases
– Antivirus, backup, third party solutions
Same process for subsequent servers
Load Balancer
Configure your load balancer
Choose a Virtual IP (VIP)
Add real servers
Add required protocols
– HTTPS, SMTP, IMAP etc.
Healthcheck
– https://mail.contoso.com/owa/healthcheck.htm
Other options
– SSL Offloading
– Content Switching
When migrating from 2013 to 2016 you can add
2016 servers to existing 2013 VIP
Test and evaluate
How to test?
Change local host file to point towards Virtual IP
Move test or pilot users to new Exchange
– This is an immediate test for mailbox migration
Use OWA, Outlook etc.
Let users interact with other users not on new
Exchange
– Delegates, Access to Mailbox and Public Folders etc.
– Note changes/issues reported by pilot users
Change DNS
Change DNS records pointing to Exchange
Do this in a maintenance window
From old server to new server
– Or Virtual IP
Valid for Exchange 2010->2013 & 2016
When coming from Exchange 2007
– Change Exchange 2007 to other namespace, i.e. legacy
– Point “normal” URLs to new Exchange
This is a major milestone; real coexistence
Migrate Data
Mailboxes
Mailbox moves are online from 2007 upwards
– This means you can migrate a mailbox without locking out
the user up until the very last moment
You can suspend mailbox moves in 2010+
– After Initial Sync the suspended mailboxes will be kept in
sync
If there are issues you can resolve them and then
let the move resume
– Bad Item or Large item limit, other corruption, permissions
etc.
A 2013 MigrationBatch is a collection of mailbox-
moves
Migrate Data
Mailboxes
Be aware: Mailbox moves generate a lot of
transaction logs
– Monitor disk space
– Temporarily enable circular logging (risk!)
After completing a mailbox move or Migration
batch an Outlook restart is required
ActiveSync devices might have to be
reconfigured
– Remove and re-add configuration in device
Migrate Data
Public Folder
From legacy public folders to Modern Public Folders
(2013+)
– Prepare anytime, but cutover only after all mailboxes are on
new server
– You have to use several scripts
– https://technet.microsoft.com/en-
us/library/jj150486(v=exchg.150).aspx
– Some additional tips
– https://dirteam.com/dave/2014/06/30/migrating-legacy-
public-folders-to-exchange-2013-tips/
From 2013 to 2016
– Public Folder mailbox move
Decommission legacy servers
When satisfied and data is migrated
Run setup on server
– This is the only supported way to uninstall Exchange!
Setup warns when you cannot uninstall
– For instance: Arbitration mailboxes
Resolve issues and try again
Remove legacy server objects from load
balancer etc.
Remove computer account from AD and
remove hardware/VM
DONE!
Questions?
Mail: dave.stork@ogd.nl
Twitter: @dmstork
Blog: https://dirteam.com/dave
Podcast: www.theUCarchitects.com
Microsoft Ignite 2015 sessions
Meet Exchange Server 2016
Exchange Server Preferred Architecture
Deploying Exchange Server 2016
Exchange on IaaS: Concerns, Tradeoffs, and
Best Practices
https://channel9.msdn.com/Events/Ignite/2015

Weitere ähnliche Inhalte

Was ist angesagt?

Cluster aware updating v1.0
Cluster aware updating v1.0Cluster aware updating v1.0
Cluster aware updating v1.0hypervnu
 
Veeam - Digital Transformation event 29 feb - EuroSys
Veeam - Digital Transformation event 29 feb - EuroSysVeeam - Digital Transformation event 29 feb - EuroSys
Veeam - Digital Transformation event 29 feb - EuroSysMarketing Team
 
Oms upgrade from 11.1 to 12.1 by Guduru
Oms upgrade from 11.1 to 12.1 by GuduruOms upgrade from 11.1 to 12.1 by Guduru
Oms upgrade from 11.1 to 12.1 by GuduruK Kumar Guduru
 
SQL Server Database Migration
SQL Server Database MigrationSQL Server Database Migration
SQL Server Database MigrationZeba Ansari
 
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator VMworld 2013: Part 1: Getting Started with vCenter Orchestrator
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator VMworld
 
TopStack Product Architecture 2013-Q3
TopStack Product Architecture 2013-Q3TopStack Product Architecture 2013-Q3
TopStack Product Architecture 2013-Q3TranscendComputing
 
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep DiveVMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep DiveVMworld
 
ovm3-server-pool-459310
ovm3-server-pool-459310ovm3-server-pool-459310
ovm3-server-pool-459310Enoch Antwi
 
30 important-virtualization-vmware-interview-questions-with-answers
30 important-virtualization-vmware-interview-questions-with-answers30 important-virtualization-vmware-interview-questions-with-answers
30 important-virtualization-vmware-interview-questions-with-answersLatif Siddiqui
 
Veeam Availability Console What's News at Veeam ON Thailand
Veeam Availability Console What's News at Veeam ON ThailandVeeam Availability Console What's News at Veeam ON Thailand
Veeam Availability Console What's News at Veeam ON ThailandTanawit Chansuchai
 
Llunitebe2018 best of_two_worlds-manage.your.servers.the.azure.or.configmgr.way
Llunitebe2018 best of_two_worlds-manage.your.servers.the.azure.or.configmgr.wayLlunitebe2018 best of_two_worlds-manage.your.servers.the.azure.or.configmgr.way
Llunitebe2018 best of_two_worlds-manage.your.servers.the.azure.or.configmgr.wayKenny Buntinx
 
Hyper-V ile Yüksek Erişilebilirlik Senaryoları
Hyper-V ile Yüksek Erişilebilirlik SenaryolarıHyper-V ile Yüksek Erişilebilirlik Senaryoları
Hyper-V ile Yüksek Erişilebilirlik SenaryolarıErtan GULEN
 
VMware Site Recovery Manager
VMware Site Recovery ManagerVMware Site Recovery Manager
VMware Site Recovery ManagerJürgen Ambrosi
 
The Art of Sitecore Upgrades
The Art of Sitecore UpgradesThe Art of Sitecore Upgrades
The Art of Sitecore UpgradesRuud van Falier
 
Vmware srm 6.1
Vmware srm 6.1Vmware srm 6.1
Vmware srm 6.1faz4eva_27
 
Veeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and TricksVeeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and TricksVeeam Software
 

Was ist angesagt? (20)

Veeam suite v8
Veeam suite v8 Veeam suite v8
Veeam suite v8
 
VBR v8 Overview-handout
VBR v8 Overview-handoutVBR v8 Overview-handout
VBR v8 Overview-handout
 
Cluster aware updating v1.0
Cluster aware updating v1.0Cluster aware updating v1.0
Cluster aware updating v1.0
 
Veeam - Digital Transformation event 29 feb - EuroSys
Veeam - Digital Transformation event 29 feb - EuroSysVeeam - Digital Transformation event 29 feb - EuroSys
Veeam - Digital Transformation event 29 feb - EuroSys
 
Oms upgrade from 11.1 to 12.1 by Guduru
Oms upgrade from 11.1 to 12.1 by GuduruOms upgrade from 11.1 to 12.1 by Guduru
Oms upgrade from 11.1 to 12.1 by Guduru
 
SQL Server Database Migration
SQL Server Database MigrationSQL Server Database Migration
SQL Server Database Migration
 
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator VMworld 2013: Part 1: Getting Started with vCenter Orchestrator
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator
 
TopStack Product Architecture 2013-Q3
TopStack Product Architecture 2013-Q3TopStack Product Architecture 2013-Q3
TopStack Product Architecture 2013-Q3
 
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep DiveVMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
 
ovm3-server-pool-459310
ovm3-server-pool-459310ovm3-server-pool-459310
ovm3-server-pool-459310
 
30 important-virtualization-vmware-interview-questions-with-answers
30 important-virtualization-vmware-interview-questions-with-answers30 important-virtualization-vmware-interview-questions-with-answers
30 important-virtualization-vmware-interview-questions-with-answers
 
Veeam Availability Console What's News at Veeam ON Thailand
Veeam Availability Console What's News at Veeam ON ThailandVeeam Availability Console What's News at Veeam ON Thailand
Veeam Availability Console What's News at Veeam ON Thailand
 
Llunitebe2018 best of_two_worlds-manage.your.servers.the.azure.or.configmgr.way
Llunitebe2018 best of_two_worlds-manage.your.servers.the.azure.or.configmgr.wayLlunitebe2018 best of_two_worlds-manage.your.servers.the.azure.or.configmgr.way
Llunitebe2018 best of_two_worlds-manage.your.servers.the.azure.or.configmgr.way
 
Hyper-V ile Yüksek Erişilebilirlik Senaryoları
Hyper-V ile Yüksek Erişilebilirlik SenaryolarıHyper-V ile Yüksek Erişilebilirlik Senaryoları
Hyper-V ile Yüksek Erişilebilirlik Senaryoları
 
VMware Site Recovery Manager
VMware Site Recovery ManagerVMware Site Recovery Manager
VMware Site Recovery Manager
 
The Art of Sitecore Upgrades
The Art of Sitecore UpgradesThe Art of Sitecore Upgrades
The Art of Sitecore Upgrades
 
Vmware srm 6.1
Vmware srm 6.1Vmware srm 6.1
Vmware srm 6.1
 
ClearCase 8.0
ClearCase 8.0ClearCase 8.0
ClearCase 8.0
 
prof1
prof1prof1
prof1
 
Veeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and TricksVeeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and Tricks
 

Andere mochten auch

Collaboration mit Office 365 Groups, Planner, Video & Co
Collaboration mit Office 365 Groups, Planner, Video & CoCollaboration mit Office 365 Groups, Planner, Video & Co
Collaboration mit Office 365 Groups, Planner, Video & CoGWAVA
 
GWAVACon 2015: Microsoft MVP - Office 365, Typical Deployment Scenarios
GWAVACon 2015: Microsoft MVP - Office 365, Typical Deployment ScenariosGWAVACon 2015: Microsoft MVP - Office 365, Typical Deployment Scenarios
GWAVACon 2015: Microsoft MVP - Office 365, Typical Deployment ScenariosGWAVA
 
Going Hybrid with Exchange 2013
Going Hybrid with Exchange 2013Going Hybrid with Exchange 2013
Going Hybrid with Exchange 2013Alberto Pascual
 
Converging Communications: The Perfect Storm
Converging Communications: The Perfect StormConverging Communications: The Perfect Storm
Converging Communications: The Perfect StormJoanne Jacobs
 
Exchange Server Recovery, Conversion & Migration
Exchange Server Recovery, Conversion & MigrationExchange Server Recovery, Conversion & Migration
Exchange Server Recovery, Conversion & MigrationforensicEmailAnalysis
 
ruang strategis impl uu desa
ruang strategis impl uu desaruang strategis impl uu desa
ruang strategis impl uu desadeivie rondonuwu
 
http---www.isaca.org-ecommerce-PublishingImages-Certificates-ISACAExamCertifi...
http---www.isaca.org-ecommerce-PublishingImages-Certificates-ISACAExamCertifi...http---www.isaca.org-ecommerce-PublishingImages-Certificates-ISACAExamCertifi...
http---www.isaca.org-ecommerce-PublishingImages-Certificates-ISACAExamCertifi...Fabio Azevedo,MBA ICP ITS
 
Contoh laporan biologi
Contoh laporan biologiContoh laporan biologi
Contoh laporan biologiRidha Sabila
 
Siska yuliana
Siska yulianaSiska yuliana
Siska yulianataufiq99
 
Orange is the new black : Une série sur mesure?
Orange is the new black : Une série sur mesure?Orange is the new black : Une série sur mesure?
Orange is the new black : Une série sur mesure?laurence allard
 
JUC Europe 2015: The Famous Cows of Cambridge: A Non-Standard Use Case for Je...
JUC Europe 2015: The Famous Cows of Cambridge: A Non-Standard Use Case for Je...JUC Europe 2015: The Famous Cows of Cambridge: A Non-Standard Use Case for Je...
JUC Europe 2015: The Famous Cows of Cambridge: A Non-Standard Use Case for Je...CloudBees
 
Exchange Architecture & Sizing
Exchange Architecture & SizingExchange Architecture & Sizing
Exchange Architecture & SizingGWAVA
 
KB 2 Pandangan Agama-agama terhadap Tindakan Praktik Kebidanan Aborsi
KB 2 Pandangan Agama-agama terhadap Tindakan Praktik Kebidanan AborsiKB 2 Pandangan Agama-agama terhadap Tindakan Praktik Kebidanan Aborsi
KB 2 Pandangan Agama-agama terhadap Tindakan Praktik Kebidanan Aborsipjj_kemenkes
 
100% Backup: Reload & Reload for Retain Deep Dive
100% Backup: Reload & Reload for Retain Deep Dive100% Backup: Reload & Reload for Retain Deep Dive
100% Backup: Reload & Reload for Retain Deep DiveGWAVA
 
Exchange Server Migrations & Updates
Exchange Server Migrations & UpdatesExchange Server Migrations & Updates
Exchange Server Migrations & UpdatesGWAVA
 
GWAVACon 2015: Microsoft MVP - What's new in Exchange Server 2016?
GWAVACon 2015: Microsoft MVP - What's new in Exchange Server 2016?GWAVACon 2015: Microsoft MVP - What's new in Exchange Server 2016?
GWAVACon 2015: Microsoft MVP - What's new in Exchange Server 2016?GWAVA
 

Andere mochten auch (20)

Collaboration mit Office 365 Groups, Planner, Video & Co
Collaboration mit Office 365 Groups, Planner, Video & CoCollaboration mit Office 365 Groups, Planner, Video & Co
Collaboration mit Office 365 Groups, Planner, Video & Co
 
GWAVACon 2015: Microsoft MVP - Office 365, Typical Deployment Scenarios
GWAVACon 2015: Microsoft MVP - Office 365, Typical Deployment ScenariosGWAVACon 2015: Microsoft MVP - Office 365, Typical Deployment Scenarios
GWAVACon 2015: Microsoft MVP - Office 365, Typical Deployment Scenarios
 
Going Hybrid with Exchange 2013
Going Hybrid with Exchange 2013Going Hybrid with Exchange 2013
Going Hybrid with Exchange 2013
 
Converging Communications: The Perfect Storm
Converging Communications: The Perfect StormConverging Communications: The Perfect Storm
Converging Communications: The Perfect Storm
 
MaMuVi
MaMuViMaMuVi
MaMuVi
 
Exchange Server Recovery, Conversion & Migration
Exchange Server Recovery, Conversion & MigrationExchange Server Recovery, Conversion & Migration
Exchange Server Recovery, Conversion & Migration
 
PartnerCertificate_2016
PartnerCertificate_2016PartnerCertificate_2016
PartnerCertificate_2016
 
ruang strategis impl uu desa
ruang strategis impl uu desaruang strategis impl uu desa
ruang strategis impl uu desa
 
http---www.isaca.org-ecommerce-PublishingImages-Certificates-ISACAExamCertifi...
http---www.isaca.org-ecommerce-PublishingImages-Certificates-ISACAExamCertifi...http---www.isaca.org-ecommerce-PublishingImages-Certificates-ISACAExamCertifi...
http---www.isaca.org-ecommerce-PublishingImages-Certificates-ISACAExamCertifi...
 
Contoh laporan biologi
Contoh laporan biologiContoh laporan biologi
Contoh laporan biologi
 
Presentacion electivo 2016
Presentacion electivo 2016Presentacion electivo 2016
Presentacion electivo 2016
 
Siska yuliana
Siska yulianaSiska yuliana
Siska yuliana
 
Orange is the new black : Une série sur mesure?
Orange is the new black : Une série sur mesure?Orange is the new black : Une série sur mesure?
Orange is the new black : Une série sur mesure?
 
JUC Europe 2015: The Famous Cows of Cambridge: A Non-Standard Use Case for Je...
JUC Europe 2015: The Famous Cows of Cambridge: A Non-Standard Use Case for Je...JUC Europe 2015: The Famous Cows of Cambridge: A Non-Standard Use Case for Je...
JUC Europe 2015: The Famous Cows of Cambridge: A Non-Standard Use Case for Je...
 
Exchange Architecture & Sizing
Exchange Architecture & SizingExchange Architecture & Sizing
Exchange Architecture & Sizing
 
Makalah bahaya merokok (2)
Makalah bahaya merokok (2)Makalah bahaya merokok (2)
Makalah bahaya merokok (2)
 
KB 2 Pandangan Agama-agama terhadap Tindakan Praktik Kebidanan Aborsi
KB 2 Pandangan Agama-agama terhadap Tindakan Praktik Kebidanan AborsiKB 2 Pandangan Agama-agama terhadap Tindakan Praktik Kebidanan Aborsi
KB 2 Pandangan Agama-agama terhadap Tindakan Praktik Kebidanan Aborsi
 
100% Backup: Reload & Reload for Retain Deep Dive
100% Backup: Reload & Reload for Retain Deep Dive100% Backup: Reload & Reload for Retain Deep Dive
100% Backup: Reload & Reload for Retain Deep Dive
 
Exchange Server Migrations & Updates
Exchange Server Migrations & UpdatesExchange Server Migrations & Updates
Exchange Server Migrations & Updates
 
GWAVACon 2015: Microsoft MVP - What's new in Exchange Server 2016?
GWAVACon 2015: Microsoft MVP - What's new in Exchange Server 2016?GWAVACon 2015: Microsoft MVP - What's new in Exchange Server 2016?
GWAVACon 2015: Microsoft MVP - What's new in Exchange Server 2016?
 

Ähnlich wie Exchange Server Migrations & Updates Guide

UiPath_Orchestrtor_Upgrade_IAAS_PAAS.pptx
UiPath_Orchestrtor_Upgrade_IAAS_PAAS.pptxUiPath_Orchestrtor_Upgrade_IAAS_PAAS.pptx
UiPath_Orchestrtor_Upgrade_IAAS_PAAS.pptxRohit Radhakrishnan
 
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...BIWUG
 
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesSPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesKnut Relbe-Moe [MVP, MCT]
 
PHP North-East - Automated Deployment
PHP North-East - Automated DeploymentPHP North-East - Automated Deployment
PHP North-East - Automated DeploymentMichael Peacock
 
Automated Deployment
Automated DeploymentAutomated Deployment
Automated Deploymentphpne
 
Microsoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationMicrosoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationtakdirlovely09
 
PuppetCamp - How Puppet helped us to standardize, communicate and work together
PuppetCamp - How Puppet helped us to standardize, communicate and work togetherPuppetCamp - How Puppet helped us to standardize, communicate and work together
PuppetCamp - How Puppet helped us to standardize, communicate and work togetherohadlevy
 
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1Knut Relbe-Moe [MVP, MCT]
 
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.Kenny Buntinx
 
Migrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical PerspectiveMigrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical PerspectiveJohn Calvert
 
Openstack devops challenges a journey from dump baremetal to functional ope...
Openstack devops challenges   a journey from dump baremetal to functional ope...Openstack devops challenges   a journey from dump baremetal to functional ope...
Openstack devops challenges a journey from dump baremetal to functional ope...Harish Kumar
 
AWS Application Migration Service-Hands-On Guide
AWS Application Migration Service-Hands-On GuideAWS Application Migration Service-Hands-On Guide
AWS Application Migration Service-Hands-On GuideManas Mondal
 
Sql 2012 Upgrade Readiness Guide
Sql 2012 Upgrade Readiness GuideSql 2012 Upgrade Readiness Guide
Sql 2012 Upgrade Readiness GuidePARIKSHIT SAVJANI
 

Ähnlich wie Exchange Server Migrations & Updates Guide (20)

UiPath_Orchestrtor_Upgrade_IAAS_PAAS.pptx
UiPath_Orchestrtor_Upgrade_IAAS_PAAS.pptxUiPath_Orchestrtor_Upgrade_IAAS_PAAS.pptx
UiPath_Orchestrtor_Upgrade_IAAS_PAAS.pptx
 
IUG ATL PC 9.5
IUG ATL PC 9.5IUG ATL PC 9.5
IUG ATL PC 9.5
 
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
SharePoint Saturday Belgium 2014 SharePoint Upgrade, real life experience and...
 
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practicesSPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
SPSBE14 SPSBE02 SharePoint Upgrade reel life experience, best practices
 
Best ofmms kb_final
Best ofmms kb_finalBest ofmms kb_final
Best ofmms kb_final
 
Best ofmms kb_final
Best ofmms kb_finalBest ofmms kb_final
Best ofmms kb_final
 
PHP North-East - Automated Deployment
PHP North-East - Automated DeploymentPHP North-East - Automated Deployment
PHP North-East - Automated Deployment
 
Automated Deployment
Automated DeploymentAutomated Deployment
Automated Deployment
 
Microsoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationMicrosoft exchange-server-2013-installation
Microsoft exchange-server-2013-installation
 
Microsoft Exchange Server 2013 Installation
Microsoft Exchange Server 2013 InstallationMicrosoft Exchange Server 2013 Installation
Microsoft Exchange Server 2013 Installation
 
SharePoint 2010 Upgrade Deep Dive
SharePoint 2010 Upgrade Deep DiveSharePoint 2010 Upgrade Deep Dive
SharePoint 2010 Upgrade Deep Dive
 
PuppetCamp - How Puppet helped us to standardize, communicate and work together
PuppetCamp - How Puppet helped us to standardize, communicate and work togetherPuppetCamp - How Puppet helped us to standardize, communicate and work together
PuppetCamp - How Puppet helped us to standardize, communicate and work together
 
WSS 3.0 & SharePoint 2007
WSS 3.0 & SharePoint 2007WSS 3.0 & SharePoint 2007
WSS 3.0 & SharePoint 2007
 
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1
SPS Dubai Best Practice upgrading SharePoint from 2007/2010 to 2013 and 2013 SP1
 
IBM Notes in the Cloud
IBM Notes in the CloudIBM Notes in the Cloud
IBM Notes in the Cloud
 
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.
SCUGBE_Lowlands_Unite_2017_Servicing your new Windows workplace like a boss.
 
Migrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical PerspectiveMigrating to SharePoint 2013 - Business and Technical Perspective
Migrating to SharePoint 2013 - Business and Technical Perspective
 
Openstack devops challenges a journey from dump baremetal to functional ope...
Openstack devops challenges   a journey from dump baremetal to functional ope...Openstack devops challenges   a journey from dump baremetal to functional ope...
Openstack devops challenges a journey from dump baremetal to functional ope...
 
AWS Application Migration Service-Hands-On Guide
AWS Application Migration Service-Hands-On GuideAWS Application Migration Service-Hands-On Guide
AWS Application Migration Service-Hands-On Guide
 
Sql 2012 Upgrade Readiness Guide
Sql 2012 Upgrade Readiness GuideSql 2012 Upgrade Readiness Guide
Sql 2012 Upgrade Readiness Guide
 

Mehr von GWAVA

Slides: Archivierung und Security – Für weniger mehr bekommen
Slides: Archivierung und Security – Für weniger mehr bekommen Slides: Archivierung und Security – Für weniger mehr bekommen
Slides: Archivierung und Security – Für weniger mehr bekommen GWAVA
 
Open Horizons - GroupWise Monitor Deutsch
Open Horizons - GroupWise Monitor DeutschOpen Horizons - GroupWise Monitor Deutsch
Open Horizons - GroupWise Monitor DeutschGWAVA
 
Open Horizons - Vibe: Run, Rabbit Run
Open Horizons - Vibe: Run, Rabbit RunOpen Horizons - Vibe: Run, Rabbit Run
Open Horizons - Vibe: Run, Rabbit RunGWAVA
 
Open Horizons - GroupWise Monitor English
Open Horizons - GroupWise Monitor EnglishOpen Horizons - GroupWise Monitor English
Open Horizons - GroupWise Monitor EnglishGWAVA
 
Micro Focus iPrint
Micro Focus iPrintMicro Focus iPrint
Micro Focus iPrintGWAVA
 
GroupWise Mobility Service 14.2.1
GroupWise Mobility Service 14.2.1GroupWise Mobility Service 14.2.1
GroupWise Mobility Service 14.2.1GWAVA
 
Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...
Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...
Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...GWAVA
 
Desktop Containers 12: Next Generation of ZENworks Application Virtualization
Desktop Containers 12: Next Generation of ZENworks Application VirtualizationDesktop Containers 12: Next Generation of ZENworks Application Virtualization
Desktop Containers 12: Next Generation of ZENworks Application VirtualizationGWAVA
 
Open Enterprise Server - in a Windows world
Open Enterprise Server - in a Windows worldOpen Enterprise Server - in a Windows world
Open Enterprise Server - in a Windows worldGWAVA
 
ZENworks 2017 - Overview
ZENworks 2017 - OverviewZENworks 2017 - Overview
ZENworks 2017 - OverviewGWAVA
 
Vibe Custom Development
Vibe Custom DevelopmentVibe Custom Development
Vibe Custom DevelopmentGWAVA
 
Third Party Client Access to GroupWise
Third Party Client Access to GroupWiseThird Party Client Access to GroupWise
Third Party Client Access to GroupWiseGWAVA
 
Gwava Cloud Offering
Gwava Cloud OfferingGwava Cloud Offering
Gwava Cloud OfferingGWAVA
 
Let’s talk Retain – Requirements, Setup and Features
Let’s talk Retain – Requirements, Setup and FeaturesLet’s talk Retain – Requirements, Setup and Features
Let’s talk Retain – Requirements, Setup and FeaturesGWAVA
 
Protect your data in / with the Cloud
Protect your data in / with the CloudProtect your data in / with the Cloud
Protect your data in / with the CloudGWAVA
 
Exchange 2016 Cloud Migration
Exchange 2016 Cloud MigrationExchange 2016 Cloud Migration
Exchange 2016 Cloud MigrationGWAVA
 
Large Scale GWAVA 7
Large Scale GWAVA 7Large Scale GWAVA 7
Large Scale GWAVA 7GWAVA
 
GWAVA: WHAT THE ANALYSTS ARE SAYING
GWAVA: WHAT THE ANALYSTS ARE SAYINGGWAVA: WHAT THE ANALYSTS ARE SAYING
GWAVA: WHAT THE ANALYSTS ARE SAYINGGWAVA
 
RETAIN FOR BLACKBERRY AUDIT AND ARCHIVING SERVICE (BAAS)
RETAIN FOR BLACKBERRY AUDIT AND ARCHIVING SERVICE (BAAS)RETAIN FOR BLACKBERRY AUDIT AND ARCHIVING SERVICE (BAAS)
RETAIN FOR BLACKBERRY AUDIT AND ARCHIVING SERVICE (BAAS)GWAVA
 
Retain richtig nutzen: Archivierung aus der Sicht eines Anwenders
Retain richtig nutzen: Archivierung aus der Sicht eines AnwendersRetain richtig nutzen: Archivierung aus der Sicht eines Anwenders
Retain richtig nutzen: Archivierung aus der Sicht eines AnwendersGWAVA
 

Mehr von GWAVA (20)

Slides: Archivierung und Security – Für weniger mehr bekommen
Slides: Archivierung und Security – Für weniger mehr bekommen Slides: Archivierung und Security – Für weniger mehr bekommen
Slides: Archivierung und Security – Für weniger mehr bekommen
 
Open Horizons - GroupWise Monitor Deutsch
Open Horizons - GroupWise Monitor DeutschOpen Horizons - GroupWise Monitor Deutsch
Open Horizons - GroupWise Monitor Deutsch
 
Open Horizons - Vibe: Run, Rabbit Run
Open Horizons - Vibe: Run, Rabbit RunOpen Horizons - Vibe: Run, Rabbit Run
Open Horizons - Vibe: Run, Rabbit Run
 
Open Horizons - GroupWise Monitor English
Open Horizons - GroupWise Monitor EnglishOpen Horizons - GroupWise Monitor English
Open Horizons - GroupWise Monitor English
 
Micro Focus iPrint
Micro Focus iPrintMicro Focus iPrint
Micro Focus iPrint
 
GroupWise Mobility Service 14.2.1
GroupWise Mobility Service 14.2.1GroupWise Mobility Service 14.2.1
GroupWise Mobility Service 14.2.1
 
Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...
Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...
Micro Focus Keynote: Vision 2020: The Future of Infrastructure Software and M...
 
Desktop Containers 12: Next Generation of ZENworks Application Virtualization
Desktop Containers 12: Next Generation of ZENworks Application VirtualizationDesktop Containers 12: Next Generation of ZENworks Application Virtualization
Desktop Containers 12: Next Generation of ZENworks Application Virtualization
 
Open Enterprise Server - in a Windows world
Open Enterprise Server - in a Windows worldOpen Enterprise Server - in a Windows world
Open Enterprise Server - in a Windows world
 
ZENworks 2017 - Overview
ZENworks 2017 - OverviewZENworks 2017 - Overview
ZENworks 2017 - Overview
 
Vibe Custom Development
Vibe Custom DevelopmentVibe Custom Development
Vibe Custom Development
 
Third Party Client Access to GroupWise
Third Party Client Access to GroupWiseThird Party Client Access to GroupWise
Third Party Client Access to GroupWise
 
Gwava Cloud Offering
Gwava Cloud OfferingGwava Cloud Offering
Gwava Cloud Offering
 
Let’s talk Retain – Requirements, Setup and Features
Let’s talk Retain – Requirements, Setup and FeaturesLet’s talk Retain – Requirements, Setup and Features
Let’s talk Retain – Requirements, Setup and Features
 
Protect your data in / with the Cloud
Protect your data in / with the CloudProtect your data in / with the Cloud
Protect your data in / with the Cloud
 
Exchange 2016 Cloud Migration
Exchange 2016 Cloud MigrationExchange 2016 Cloud Migration
Exchange 2016 Cloud Migration
 
Large Scale GWAVA 7
Large Scale GWAVA 7Large Scale GWAVA 7
Large Scale GWAVA 7
 
GWAVA: WHAT THE ANALYSTS ARE SAYING
GWAVA: WHAT THE ANALYSTS ARE SAYINGGWAVA: WHAT THE ANALYSTS ARE SAYING
GWAVA: WHAT THE ANALYSTS ARE SAYING
 
RETAIN FOR BLACKBERRY AUDIT AND ARCHIVING SERVICE (BAAS)
RETAIN FOR BLACKBERRY AUDIT AND ARCHIVING SERVICE (BAAS)RETAIN FOR BLACKBERRY AUDIT AND ARCHIVING SERVICE (BAAS)
RETAIN FOR BLACKBERRY AUDIT AND ARCHIVING SERVICE (BAAS)
 
Retain richtig nutzen: Archivierung aus der Sicht eines Anwenders
Retain richtig nutzen: Archivierung aus der Sicht eines AnwendersRetain richtig nutzen: Archivierung aus der Sicht eines Anwenders
Retain richtig nutzen: Archivierung aus der Sicht eines Anwenders
 

Kürzlich hochgeladen

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 

Kürzlich hochgeladen (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

Exchange Server Migrations & Updates Guide

  • 1. Exchange Server Migrations & Updates Dave Stork Architect @ OGD ict- diensten Exchange MVP Mail: dave.stork@ogd.nl Twitter: @dmstork Blog: https://dirteam.com/dave Podcast: www.theUCarchitects.com
  • 2. Agenda Updates & Updating – Why? – General process Server migrations – General process Questions – If remaining time allows
  • 4. Updates Why update? Updates fixes bugs, improve security and add features and capabilities. – Regular updates – Security updates – Interim updates – Hotfix What are upgrades? New major build (i.e. Exchange 2007 to 2013)
  • 5. Updates Regular Exchange Updates Exchange 2007-2010 – Rollup Updates (RU) – Service packs (SP) Exchange 2013 – Cumulative updates (CU) – Service Pack (just a support distinction) All updates are cumulative – You can install the latest update without requiring to install intermediate updates – 2013: It’s best to keep up and miss no more than 1 CU
  • 6. Updates & Support Mainstream Support Security updates Possibly new features and capabilities Extended Support Security updates Out of support No updates Business risk
  • 7. Updates & Support Service Pack extends support Where can I find this information? – https://support.microsoft.com/en-us/lifecycle Products Released Lifecycle Start Date Mainstream Support End Date Extended Support End Date Service Pack Support End Date Exchange 2010 Enterprise 11/9/2009 1/13/2015 1/14/2020 10/11/2011 Exchange 2010 SP1 8/23/2010 Not Applicable Not Applicable 1/8/2013 Exchange 2010 SP2 11/28/2011 Not Applicable Not Applicable 4/8/2014 Exchange 2010 SP3 2/12/2013 Review Note Review Note Exchange 2010 Standard 11/9/2009 1/13/2015 1/14/2020 10/11/2011
  • 8. Update process Always test updates in a test/lab environment that is comparable to the live environment If this is not possible; wait several weeks and watch the Exchange Team blog and/or MVP blogs http://blogs.technet.com/b/exchange/ Read release notes and check compatibility with third party solutions (Antivirus, backup) Read every release notes, also those you’ve skipped!
  • 9. Update process Single server Check server health Ensure backups are OK – Perform a restore test Plan a maintenance window and inform users Reboot server Install update Reboot Test Perform additional actions and release or uninstall update – Uninstall not possible with SP and CU
  • 10. Update process Servers in a DAG Check server health Ensure backups are OK – Perform a restore test Plan a maintenance window – inform users? Disable server in Load Balancer – To prevent user connections to a server while updating. Healthchecks might not correctly detect availability
  • 11. Update process Servers in a DAG Put server in maintenance mode – 2010: built-in StartDagServerMaintenance.ps1 – 2013: MVP Michael van Horenbeeck script – http://vanhybrid.com/tag/maintenance-mode/ Disable Antivirus (AV, and other processes) Install update – Test & evaluate Stop maintenance mode – 2010: built-in StopDagServerMaintenance.ps1 – 2013: MVP Michael van Horenbeeck script
  • 12. Update process Servers in a DAG Enable AV and other processes Perform additionional actions Redistribute databases – Built-in: RedistributeActiveDatabases.ps1 Enable server in load balancer – Check when client access load is evenly distributed Start process on other servers – With 2013 you can wait a longer period before updating other servers
  • 13. Update process tip To speed up updating, disable Check for server certificate revocation in Internet Explorer. However, a reboot is required.
  • 16. Migrations General process Prepare Active Directory Install first new Exchange server – Install correct certificate – Configure Internal and External URLs – Other configuration Install additional servers – Repeat configuration
  • 17. Migrations General process Configure load balancer Test and evaluate – Including backup! Change DNS records pointing to Exchange Migrate data Decommission legacy Exchange
  • 18. Prepare Active Directory Prepare Schema & Active Directory Domain via setup of Exchange installer – Setup /PrepareSchema or /PrepareAD – Note: most 2013 CU’s have AD Schema updates Not required to perform on Exchange server – Schema Master Can be done before or during installation of first new Exchange server Check successful preparation – https://technet.microsoft.com/en-us/library/jj937132(v=exchg.141).aspx You cannot install new “legacy” Exchange server after this action
  • 19. Install first new Exchange server New Exchange server Microsoft recommends installing in separate AD site (another subnet), configure and then change IP address Install certificate – Certificate request made by Exchange Configure Internal/External URI – OWA, ECP, EWS, OAB, Outlook Anywhere
  • 20. Install first new Exchange server New Exchange server Configure AutoDiscover URL – Set-ClientAccessServer –Identity <server> – AutoDiscoverServiceInternalUri https://autodiscover.contoso.com/AutoDiscover/AutoDisco ver.xml Other (server) configuration – Database Availability Group – Databases – Antivirus, backup, third party solutions Same process for subsequent servers
  • 21. Load Balancer Configure your load balancer Choose a Virtual IP (VIP) Add real servers Add required protocols – HTTPS, SMTP, IMAP etc. Healthcheck – https://mail.contoso.com/owa/healthcheck.htm Other options – SSL Offloading – Content Switching When migrating from 2013 to 2016 you can add 2016 servers to existing 2013 VIP
  • 22. Test and evaluate How to test? Change local host file to point towards Virtual IP Move test or pilot users to new Exchange – This is an immediate test for mailbox migration Use OWA, Outlook etc. Let users interact with other users not on new Exchange – Delegates, Access to Mailbox and Public Folders etc. – Note changes/issues reported by pilot users
  • 23. Change DNS Change DNS records pointing to Exchange Do this in a maintenance window From old server to new server – Or Virtual IP Valid for Exchange 2010->2013 & 2016 When coming from Exchange 2007 – Change Exchange 2007 to other namespace, i.e. legacy – Point “normal” URLs to new Exchange This is a major milestone; real coexistence
  • 24. Migrate Data Mailboxes Mailbox moves are online from 2007 upwards – This means you can migrate a mailbox without locking out the user up until the very last moment You can suspend mailbox moves in 2010+ – After Initial Sync the suspended mailboxes will be kept in sync If there are issues you can resolve them and then let the move resume – Bad Item or Large item limit, other corruption, permissions etc. A 2013 MigrationBatch is a collection of mailbox- moves
  • 25. Migrate Data Mailboxes Be aware: Mailbox moves generate a lot of transaction logs – Monitor disk space – Temporarily enable circular logging (risk!) After completing a mailbox move or Migration batch an Outlook restart is required ActiveSync devices might have to be reconfigured – Remove and re-add configuration in device
  • 26. Migrate Data Public Folder From legacy public folders to Modern Public Folders (2013+) – Prepare anytime, but cutover only after all mailboxes are on new server – You have to use several scripts – https://technet.microsoft.com/en- us/library/jj150486(v=exchg.150).aspx – Some additional tips – https://dirteam.com/dave/2014/06/30/migrating-legacy- public-folders-to-exchange-2013-tips/ From 2013 to 2016 – Public Folder mailbox move
  • 27. Decommission legacy servers When satisfied and data is migrated Run setup on server – This is the only supported way to uninstall Exchange! Setup warns when you cannot uninstall – For instance: Arbitration mailboxes Resolve issues and try again Remove legacy server objects from load balancer etc. Remove computer account from AD and remove hardware/VM
  • 28. DONE!
  • 29. Questions? Mail: dave.stork@ogd.nl Twitter: @dmstork Blog: https://dirteam.com/dave Podcast: www.theUCarchitects.com
  • 30. Microsoft Ignite 2015 sessions Meet Exchange Server 2016 Exchange Server Preferred Architecture Deploying Exchange Server 2016 Exchange on IaaS: Concerns, Tradeoffs, and Best Practices https://channel9.msdn.com/Events/Ignite/2015