Skip to content

Commit 2fbf2ad

Browse files
committed
change wording
1 parent e0bcd95 commit 2fbf2ad

File tree

16 files changed

+23
-23
lines changed

16 files changed

+23
-23
lines changed

content/en/docs/2024.9/Reference/troubleshooting/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To work around this error, either uninstall the platform and reinstall it using
129129

130130
1. Uninstall the platform by taking the following steps:
131131
1. Open a Windows PowerShell (x64) window as administrator.
132-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
132+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
133133

134134
```powershell
135135
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
@@ -308,7 +308,7 @@ A workaround for this is provided by Intel.
308308

309309
1. Uninstall the platform by taking the following steps:
310310
1. Open a Windows PowerShell (x64) window as administrator.
311-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
311+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
312312

313313
```powershell
314314
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

content/en/docs/2024.9/_shared/install-application-server/apply-recommended-security-measures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A collection of registry settings need to be applied to guarantee your server is
1111
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:
1212

1313
1. Open a Windows PowerShell (x64) window as administrator.
14-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
14+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
1515

1616
```powershell
1717
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

content/en/docs/2024.9/_shared/install-application-server/single-server/add-antivirus-exclusions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1. Open a Windows PowerShell (x64) window as administrator.
2-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
2+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
33

44
```powershell
55
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

content/en/docs/2024.9/_shared/install-application-server/single-server/check-port-useage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To check all necessary ports are free, follow these steps.
22
1. Open a Windows PowerShell (x64) window as administrator.
3-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
3+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
44

55
```powershell
66
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

content/en/docs/2024.9/_shared/install-application-server/single-server/test-installation-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1. Open a Windows PowerShell (x64) window as administrator.
2-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
2+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
33

44
```powershell
55
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-application-server/multi-server/run-upgrade-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
1. Open a Windows PowerShell (x64) window as administrator.
22
{{< 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 >}}
33

4-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
4+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
55

66
```powershell
77
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-application-server/single-server/run-upgrade-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
1. Open a Windows PowerShell (x64) window as administrator.
22
{{< 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 >}}
33

4-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
4+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
55

66
```powershell
77
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

content/en/docs/2024.9/_shared/upgrade/2024.9/upgrade-web-application-server/run-gateway-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
1. Open a Windows PowerShell (x64) window as administrator.
22

3-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
3+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
44

55
```powershell
66
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

content/en/docs/2024.9/getting-started/on-premise/add-innovation-to-72/multiple-server-with-ha/install-application-and-loadbalancer-servers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A collection of registry settings need to be applied to guarantee your server is
5151
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:
5252

5353
1. Open a Windows PowerShell (x64) window as administrator.
54-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
54+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
5555

5656
```powershell
5757
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
@@ -88,7 +88,7 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
8888
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:
8989
9090
1. Open a Windows PowerShell (x64) window as administrator.
91-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
91+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
9292
9393
```powershell
9494
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
@@ -116,7 +116,7 @@ If Windows Defender is not running on the Application Servers, ensure that the [
116116
To check all necessary ports are free, follow these steps:
117117
118118
1. Open a Windows PowerShell (x64) window as administrator.
119-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
119+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
120120
121121
```powershell
122122
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
@@ -273,7 +273,7 @@ More advanced configuration (such as changing ports) can be undertaken by modify
273273
## Test Installation Script
274274
275275
1. Open a Windows PowerShell (x64) window as administrator.
276-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
276+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
277277
278278
```powershell
279279
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This guide describes how to upgrade {{% ctx %}} Gateway on v7.2 to include Innov
7070
### Upgrade {{% ctx %}} Gateway
7171
7272
1. Open a Windows PowerShell (x64) window as administrator.
73-
1. Type and run the following command to temporarily set the PowerShell Execution Policy:
73+
1. Type and run the following command to temporarily modify the PowerShell Execution Policy:
7474
7575
```powershell
7676
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

0 commit comments

Comments
 (0)