Preparing the Proxy Machine
This section provides information about how to prepare the proxy machine.
Follow these steps:
- Install PowerShell Version 5.1 or higher (part of Windows management framework (WMF)).
- Note: To check the PowerShell version, run the following command:
- Get-Host | Select-Object Version
- For installing the required system components, do one of the following:
- To install the required system components automatically, perform the following:
- Download the PowerShell script. To download, click Script2InstallPrerequisites.ps1_.
- Rename Script2InstallPrerequisites.ps1_ to Script2InstallPrerequisites.ps1.
- Open the PowerShell window using the Run as Administrator option, and then run the Script2InstallPrerequisites.ps1.
- To install the required system components manually, run the following PowerShell commands:
- Install-Module -Name AzureAD -Force
- Install-Module -Name ExchangeOnlineManagement -Force
- Install-Module -Name PackageManagement -Force
- Install-Module -Name PowerShellGet -Force
Note: When you install PowerShell modules using the above commands, a newer version of modules may get installed based on the GA version of the component available in the Microsoft repository.