(Note: PowerShell module versions downloaded with this method is tested for functionality with Active Roles 8.0 LTS)
On an online Server:
1- Create a temporary folder in X:\Temp
2- Open PowerShell ISE and past the following script to download prerequisite PowerShell Modules in local folder X:\Temp
Save-Module -Name ExchangeOnlineManagement -Path X:\Temp
Save-Module -Name Az.Accounts -MaximumVersion 2.10.1 -Path X:\Temp
Save-Module -Name Az.Resources -MaximumVersion 6.2.0 -Path X:\Temp
Save-Module -Name Microsoft.Graph -Path X:\Temp
3- Additionally download the following perquisites in local folder X:\Temp
Microsoft OLE DB Driver for SQL Server version 18.4(or newer)-x64 (Azure SQL databases).
https://learn.microsoft.com/en-us/sql/connect/oledb/download-oledb-driver-for-sql-server?view=sql-server-ver15
Microsoft Edge WebView2 Runtime Evergreen Standalone
https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
On the Offline Active Roles Server:
1- Open PowerShell ISE and run Uninstall-Module ExchangeOnlineManagement -Allversions to remove any existing versions of ExchangeOnlineManagement Modules
2- Copy over the X:\Temp folder via a portable drive into the Offline Server locally
3- Copy and past all four PowerShell Module folders from X:\Temp into C:\Program Files\WindowsPowerShell\Modules
4- Additionally run and install the following from X:\Temp
msoledbsql.msi
MicrosoftEdgeWebView2RuntimeInstallerX64.exe
5- Reboot
After successful reboot try rerunning the Active Roles 8.0 LTS server installation and the prerequisites should bypass.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center