Install URL Rewrite
- Last UpdatedMay 08, 2026
- 1 minute read
The IIS URL Rewrite 2.0 extension is required for the server running the AVEVA Enterprise Resource Management Supplier Portal (used to force redirection from the HTTP endpoint to the HTTPS endpoint).
To download the x64 installer for URL Rewrite, refer to the URL Rewrite download.
To install PowerShell 7.3
To install PowerShell 7.3 or later, refer to Install PowerShell on Windows, and perform the procedure.
To download the installer, refer to the PowerShell .exe file, using the latest PowerShell-7.3.x-win-x64.msi file.
PowerShell Execution Policy
The scripts in the AVEVA Enterprise Resource Management installation package are not signed with a certificate, so to run them, the PowerShell execution policy is set to at least RemoteSigned. If the installation package is downloaded from a location that Windows considers untrusted, the enterprise policy is set to Unrestricted or Bypass.
To change the execution policy, open a PowerShell console as Administrator and run one of the following:
-
Set-ExecutionPolicy RemoteSigned
-
Set-ExecutionPolicy Unrestricted
Note: The execution policy setting is individual for the 64-bit and 32-bit registry, so ensure to set it for the 64-bit environment (use the Windows PowerShell console and NOT the Windows PowerShell (x86) console).
Alternatively, instead of changing the execution policy on the machine, you can start a PowerShell console with execution policy set to Bypass by running the OpenUnrestrictedPowerShell.bat file. For more information about PowerShell execution policy, refer to Technet Microsoft.
PowerShell Remoting
To deploy remotely to the application server, enable PowerShell Remoting. Open a PowerShell console as Administrator and run the following command:
Enable-PSRemoting