Exchange 2013 SP1 deployment checklist

Exchange 2013 SP1 was released on 2-24-14 and promises to resolve the frustrating Windows XP compatibility issues that affected both Outlook and Public Folders for XP users on Exchange 2013 CU3. I have installed Exchange 2013 SP1 on one major customer so far and have had no issues thus far.  Exchange 2013 SP1 is a major update to Exchange 2013 and requires changes to AD and the AD Schema. It took me approximately 3-4 hours to upgrade two Exchange 2013 Servers from CU3 to SP1.  Plan your maintenance Read more [...]

Upgrade Exchange 2013 to Service Pack 1

Issue: you would like to upgrade an existing Exchange 2013 server to SP1. Background: The upgrade to SP1 is as significant of an installation process as the first time you installed Exchange 2013.  Exchange 2013 is essentially installed again during the process. Caveats: If this is a new deployment of Exchange 2013, then first install the Exchange 2013 prerequisites. Required AD Schema Upgrade: Exchange 2013 SP1 requires an AD schema upgrade, follow this link to prepare AD and prepare the Read more [...]

Prepare AD Domain and Schema for Exchange 2013 CU21

Issue: You need to prepare the Active Directory Domain and Schema for the installation of Exchange 2013 CU21. Background: Exchange 2013 CU7(potentially CU10 w/organization object) was the last version of Exch 2013 to contain a schema upgrade. Action Plan: Review the scenarios below to determine whether a schema upgrade is required in addition to domain upgrade, then follow the appropriate steps outlined below. The following scenarios require an AD Schema upgrade (/PrepareSchema) and AD Read more [...]

get PowerShell version

Issue: You need to determine the version of Windows PowerShell that you're running Solution: Open PowerShell and run the command "get-host".  Look for the "Version" field to determine your version.  [PS] C:\Windows\system32>get-host Name                         : ConsoleHost Version                      : 2.0 InstanceId                 : e710f9b2-6750-4939-bb6e-c7fa84cc877f UI                                :  System.Management.Automation.Internal.Host.InternalHostUserInterface CurrentCulture Read more [...]

how to get the WinRM version

Issue: You need to determine your version of WinRM (Windows Remote Management) Solution: Make sure the WinRM service is running and open a command prompt (run-as administrator).  Enter the command "winrm id". “Stack” under “Product Version” tells you your version of WinRM: C:\Users\administrator.FIRM>winrm id IdentifyResponse     ProtocolVersion = https://schemas.dmtf.org/wbem/wsman/1/wsman.xsd     ProductVendor = Microsoft Corporation     ProductVersion = OS: 6.0.6002 Read more [...]