InstallExchange

1.0.0.8

Install Exchange
This module automates the installation of Exchange 2013 or 2016 including retrieving installation media, installing prerequisites, and post configuration tasks.

To get started, download and unpack the Exchange 2013 or 2016 installation media to a directory on the server (which should be domain joined already) or use the Get-ExchangeInstallationMedia cmdlet. This wi
This module automates the installation of Exchange 2013 or 2016 including retrieving installation media, installing prerequisites, and post configuration tasks.

To get started, download and unpack the Exchange 2013 or 2016 installation media to a directory on the server (which should be domain joined already) or use the Get-ExchangeInstallationMedia cmdlet. This will be the SourceDirectory parameter for Install-Exchange.

Then run the Install-Exchange cmdlet with the necessary parameters.
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name InstallExchange -RequiredVersion 1.0.0.8

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name InstallExchange -Version 1.0.0.8

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016 . All rights reserved.

Package Details

Author(s)

  • Michael Haken

Tags

Exchange MSExchange

Functions

Get-ExchangeInstallationMedia Get-TextVersion Get-ForestRootNC Get-DomainNC Get-ForestFunctionalLevel Test-DomainNativeMode Get-ExchangeOrganization Test-ExchangeOrganization Get-ExchangeForestLevel Get-ExchangeDomainLevel Remove-AutodiscoverServiceConnectionPoint Add-AutodiscoverServiceConnectionPoint Enable-IFilters Set-DisableSharedCacheServiceProbe Start-ExchangeCleanup Start-ExchangeFixIt Test-ExchangeReadiness Start-ExchangeADPrep Start-ExchangeInstallation Install-Exchange New-InstallExchangeScheduledTask

Dependencies

Release Notes

*1.0.0.8
Added some extra error handling and converted all Get-WmiObject calls to Get-CimInstance calls.

*1.0.0.7
Fixed Test-IsLocalAdmin call during Test-ExchangeReadiness.

*1.0.0.6
Removed numerous functions that were not specific to the Exchange Installation and moved them to the HostUtilities module.

General code cleanup and moved a lot of code that was in Begin or End sections into Process sections.

Added updates for 2013 CU14 and CU15 and 2016 CU3 and CU4.

FileList

Version History

Version Downloads Last updated
1.0.0.9 2,464 3/4/2017
1.0.0.8 (current version) 20 3/3/2017
1.0.0.7 16 3/3/2017
1.0.0.6 22 3/2/2017
1.0.0.5 230 8/26/2016
1.0.0.3 22 8/25/2016
Show more