diff --git a/content/en/docs/2024.9/Reference/troubleshooting/installation.md b/content/en/docs/2024.9/Reference/troubleshooting/installation.md index 642d399ef..7f65fa4e5 100644 --- a/content/en/docs/2024.9/Reference/troubleshooting/installation.md +++ b/content/en/docs/2024.9/Reference/troubleshooting/installation.md @@ -129,6 +129,14 @@ To work around this error, either uninstall the platform and reinstall it using 1. Uninstall the platform by taking the following steps: 1. Open a Windows PowerShell (x64) window as administrator. + 1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell @@ -300,6 +308,14 @@ A workaround for this is provided by Intel. 1. Uninstall the platform by taking the following steps: 1. Open a Windows PowerShell (x64) window as administrator. + 1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/_shared/install-application-server/apply-recommended-security-measures.md b/content/en/docs/2024.9/_shared/install-application-server/apply-recommended-security-measures.md index 045b8aea6..c5ace7800 100644 --- a/content/en/docs/2024.9/_shared/install-application-server/apply-recommended-security-measures.md +++ b/content/en/docs/2024.9/_shared/install-application-server/apply-recommended-security-measures.md @@ -11,6 +11,14 @@ A collection of registry settings need to be applied to guarantee your server is The settings can be applied by running a script. Be aware that the server will be restarted when the script is run. Apply the settings by following these instructions: 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/_shared/install-application-server/single-server/add-antivirus-exclusions.md b/content/en/docs/2024.9/_shared/install-application-server/single-server/add-antivirus-exclusions.md index 6596c4aa1..4361afffd 100644 --- a/content/en/docs/2024.9/_shared/install-application-server/single-server/add-antivirus-exclusions.md +++ b/content/en/docs/2024.9/_shared/install-application-server/single-server/add-antivirus-exclusions.md @@ -1,4 +1,12 @@ 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/_shared/install-application-server/single-server/check-port-useage.md b/content/en/docs/2024.9/_shared/install-application-server/single-server/check-port-useage.md index 0b1f03420..99f12629d 100644 --- a/content/en/docs/2024.9/_shared/install-application-server/single-server/check-port-useage.md +++ b/content/en/docs/2024.9/_shared/install-application-server/single-server/check-port-useage.md @@ -1,5 +1,13 @@ To check all necessary ports are free, follow these steps. 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/_shared/install-application-server/single-server/test-installation-script.md b/content/en/docs/2024.9/_shared/install-application-server/single-server/test-installation-script.md index 36ae69a3a..b99f34fc1 100644 --- a/content/en/docs/2024.9/_shared/install-application-server/single-server/test-installation-script.md +++ b/content/en/docs/2024.9/_shared/install-application-server/single-server/test-installation-script.md @@ -1,4 +1,12 @@ 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-application-server/multi-server/run-upgrade-script.md b/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-application-server/multi-server/run-upgrade-script.md index 1e4d54d40..c4b156416 100644 --- a/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-application-server/multi-server/run-upgrade-script.md +++ b/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-application-server/multi-server/run-upgrade-script.md @@ -1,5 +1,14 @@ 1. Open a Windows PowerShell (x64) window as administrator. {{< alert title="Important" color="warning" >}}It is critical to make sure this is a new PowerShell window. If any Service Fabric cmdlets have been run previously to running the `Cortex.Innovation.Upgrade.ps1` script, the upgrade will close halfway through due to the PowerShell module being updated.{{< /alert >}} + +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation 2024.9 - App Server Install Scripts\Upgrade Application Server` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-application-server/single-server/run-upgrade-script.md b/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-application-server/single-server/run-upgrade-script.md index d1342b54c..7d204ce9b 100644 --- a/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-application-server/single-server/run-upgrade-script.md +++ b/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-application-server/single-server/run-upgrade-script.md @@ -1,5 +1,14 @@ 1. Open a Windows PowerShell (x64) window as administrator. {{< alert title="Important" color="warning" >}}It is critical to make sure this is a new PowerShell window. If any Service Fabric cmdlets have been run previously to running the `Cortex.Innovation.Upgrade.ps1` script, the upgrade will close halfway through due to the PowerShell module being updated.{{< /alert >}} + +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation 2024.9 - App Server Install Scripts\Upgrade Application Server` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md b/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md index d30893b60..3d1146d7f 100644 --- a/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md +++ b/content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md @@ -1,4 +1,13 @@ 1. Open a Windows PowerShell (x64) window as administrator. + +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation 2024.9 - Web App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/install-application-and-loadbalancer-servers.md b/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/install-application-and-loadbalancer-servers.md index 95a70cf70..2df819acb 100644 --- a/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/install-application-and-loadbalancer-servers.md +++ b/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/install-application-and-loadbalancer-servers.md @@ -51,6 +51,14 @@ A collection of registry settings need to be applied to guarantee your server is The settings can be applied by running a script. Be aware that each server will be restarted when the script is run. Apply the settings by following these instructions: 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell @@ -80,6 +88,14 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t If Windows Defender is not running on the Application Servers, ensure that the [Antivirus Exclusions][] have been added to the running antivirus software on each of the Application Servers and continue to the next section, otherwise follow these steps: 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell @@ -100,6 +116,14 @@ If Windows Defender is not running on the Application Servers, ensure that the [ To check all necessary ports are free, follow these steps: 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell @@ -249,6 +273,14 @@ More advanced configuration (such as changing ports) can be undertaken by modify ## Test Installation Script 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/install-web-application-server/perform-gateway-installation.md b/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/install-web-application-server/perform-gateway-installation.md index 01307b5d3..553d283c1 100644 --- a/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/install-web-application-server/perform-gateway-installation.md +++ b/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/install-web-application-server/perform-gateway-installation.md @@ -70,6 +70,14 @@ This guide describes how to upgrade {{% ctx %}} Gateway on v7.2 to include Innov ### Upgrade {{% ctx %}} Gateway 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - Web App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/install-web-application-server.md b/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/install-web-application-server.md index 4d86fba50..45a5b6d6e 100644 --- a/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/install-web-application-server.md +++ b/content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/single-server-without-ha/install-web-application-server.md @@ -134,6 +134,14 @@ A Friendly Name should be assigned to the certificate being used for the Cortex ### Upgrade {{% ctx %}} Gateway 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - Web App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/getting-started/on-premise/add-observability-to-innovation/Grafana/prerequisites.md b/content/en/docs/2024.9/getting-started/on-premise/add-observability-to-innovation/Grafana/prerequisites.md index 9900a21d1..8cd3d2d3e 100644 --- a/content/en/docs/2024.9/getting-started/on-premise/add-observability-to-innovation/Grafana/prerequisites.md +++ b/content/en/docs/2024.9/getting-started/on-premise/add-observability-to-innovation/Grafana/prerequisites.md @@ -121,6 +121,14 @@ Apply the settings by following these instructions: 1. Copy from one of the application servers the `Cortex.Innovation.Install.SSLBestPractices.ps1` file extracted during the [Make Installation Artefacts Available][] step into a suitable location on the Web Application Server. 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Change the location to the folder where the `Cortex.Innovation.Install.SSLBestPractices.ps1` file was copied to using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/advanced/rollover-certificates.md b/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/advanced/rollover-certificates.md index 46a45d5b8..7f40d884f 100644 --- a/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/advanced/rollover-certificates.md +++ b/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/advanced/rollover-certificates.md @@ -79,6 +79,14 @@ If required, a separate X.509 SSL certificate can be obtained to be used by the ### Test Update Certificates Script 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/install-application-and-loadbalancer-servers.md b/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/install-application-and-loadbalancer-servers.md index 257e57d0b..f0d06d359 100644 --- a/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/install-application-and-loadbalancer-servers.md +++ b/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/install-application-and-loadbalancer-servers.md @@ -51,6 +51,14 @@ A collection of registry settings need to be applied to guarantee your server is The settings can be applied by running a script. Be aware that each server will be restarted when the script is run. Apply the settings by following these instructions: 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell @@ -80,6 +88,14 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t If Windows Defender is not running on the Application Servers, ensure that the [Antivirus Exclusions][] have been added to the running antivirus software on each of the Application Servers and continue to the next section, otherwise follow these steps: 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell @@ -100,6 +116,14 @@ If Windows Defender is not running on the Application Servers, ensure that the [ To check all necessary ports are free, follow these steps: 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell @@ -249,6 +273,14 @@ More advanced configuration (such as changing ports) can be undertaken by modify ## Test Installation Script 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/install-web-application-server/perform-gateway-installation.md b/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/install-web-application-server/perform-gateway-installation.md index 547e5e1a0..eb1383a78 100644 --- a/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/install-web-application-server/perform-gateway-installation.md +++ b/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/install-web-application-server/perform-gateway-installation.md @@ -76,6 +76,14 @@ It is possible for {{% ctx %}} Gateway to reuse the certificate used when [insta ### Install {{% ctx %}} Gateway 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - Web App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell diff --git a/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/single-server-without-ha/install-web-application-server.md b/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/single-server-without-ha/install-web-application-server.md index bb4ed6d5b..aaf20d6ae 100644 --- a/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/single-server-without-ha/install-web-application-server.md +++ b/content/en/docs/2024.9/getting-started/on-premise/install-innovation-only/single-server-without-ha/install-web-application-server.md @@ -176,6 +176,14 @@ Once the certificate has been imported, a `Friendly Name` should be assigned whi ### Install {{% ctx %}} Gateway 1. Open a Windows PowerShell (x64) window as administrator. +1. Type and run the following command to temporarily modify the PowerShell Execution Policy: + + ```powershell + Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process + ``` + + {{< alert title="Note">}}This is a temporary change and will only affect the current PowerShell window.{{< /alert >}} + 1. Navigate PowerShell to inside the `Cortex Innovation {{< version >}} - Web App Server Install Scripts` folder using the following command, modifying the path as necessary: ```powershell