diff --git a/reference/3.0/Microsoft.PowerShell.Core/Invoke-Command.md b/reference/3.0/Microsoft.PowerShell.Core/Invoke-Command.md index b7eca6cf8090..64159ce3c43f 100644 --- a/reference/3.0/Microsoft.PowerShell.Core/Invoke-Command.md +++ b/reference/3.0/Microsoft.PowerShell.Core/Invoke-Command.md @@ -369,7 +369,7 @@ PS> Invoke-Command -ConnectionUri https://ps.exchangelabs.com/PowerShell -Script This command shows how to use the **AllowRedirection** and **SessionOption** parameters to manage URI redirection in a remote command. -The first command uses the New-PSSessionOption cmdlet to create a **PSSessionOpption** object that it saves in the $Max variable. +The first command uses the New-PSSessionOption cmdlet to create a **PSSessionOption** object that it saves in the $Max variable. The command uses the **MaximumRedirection** parameter to set the **MaximumConnectionRedirectionCount** property of the **PSSessionOption** object to 1. The second command uses the **Invoke-Command** cmdlet to run a **Get-Mailbox** command on a remote server running Microsoft Exchange Server. @@ -387,7 +387,7 @@ PS> Invoke-Command -ComputerName server01 -UseSSL -ScriptBlock { Get-Hotfix } -S This example shows how to create and use a SessionOption parameter. -The first command uses the New-PSSessionOption cmdlet to create session options. These options cause the remote end not to verify the Certificate Authority, Cannonical Name and Revocation Lists while evaluating the incoming HTTPS connection (disabling these checks is convenient for troubleshooting, but obviously not secure). +The first command uses the New-PSSessionOption cmdlet to create session options. These options cause the remote end not to verify the Certificate Authority, Canonical Name and Revocation Lists while evaluating the incoming HTTPS connection (disabling these checks is convenient for troubleshooting, but obviously not secure). It saves the resulting **SessionOption** object in the $so parameter. The second command uses the **Invoke-Command** cmdlet to run a Get-HotFix command remotely. diff --git a/reference/4.0/Microsoft.PowerShell.Core/Invoke-Command.md b/reference/4.0/Microsoft.PowerShell.Core/Invoke-Command.md index fba8f5b25832..a9e0c859b976 100644 --- a/reference/4.0/Microsoft.PowerShell.Core/Invoke-Command.md +++ b/reference/4.0/Microsoft.PowerShell.Core/Invoke-Command.md @@ -348,7 +348,7 @@ PS C:\> Invoke-Command -ConnectionUri https://ps.exchangelabs.com/PowerShell -Sc This command shows how to use the **AllowRedirection** and **SessionOption** parameters to manage URI redirection in a remote command. -The first command uses the New-PSSessionOption cmdlet to create a **PSSessionOpption** object that it saves in the $Max variable. +The first command uses the New-PSSessionOption cmdlet to create a **PSSessionOption** object that it saves in the $Max variable. The command uses the **MaximumRedirection** parameter to set the **MaximumConnectionRedirectionCount** property of the **PSSessionOption** object to 1. The second command uses the **Invoke-Command** cmdlet to run a **Get-Mailbox** command on a remote server running Microsoft Exchange Server. @@ -365,7 +365,7 @@ PS C:\> Invoke-Command -ComputerName server01 -UseSSL -ScriptBlock { Get-Hotfix This example shows how to create and use a SessionOption parameter. -The first command uses the New-PSSessionOption cmdlet to create session options. These options cause the remote end not to verify the Certificate Authority, Cannonical Name and Revocation Lists while evaluating the incoming HTTPS connection (disabling these checks is convenient for troubleshooting, but obviously not secure). +The first command uses the New-PSSessionOption cmdlet to create session options. These options cause the remote end not to verify the Certificate Authority, Canonical Name and Revocation Lists while evaluating the incoming HTTPS connection (disabling these checks is convenient for troubleshooting, but obviously not secure). It saves the resulting **SessionOption** object in the $so parameter. The second command uses the **Invoke-Command** cmdlet to run a Get-HotFix command remotely. diff --git a/reference/5.0/Microsoft.PowerShell.Core/Invoke-Command.md b/reference/5.0/Microsoft.PowerShell.Core/Invoke-Command.md index 660478aaf862..44f0f5f1bd48 100644 --- a/reference/5.0/Microsoft.PowerShell.Core/Invoke-Command.md +++ b/reference/5.0/Microsoft.PowerShell.Core/Invoke-Command.md @@ -376,7 +376,7 @@ PS C:\> Invoke-Command -ConnectionUri https://ps.exchangelabs.com/PowerShell -Sc This command shows how to use the *AllowRedirection* and *SessionOption* parameters to manage URI redirection in a remote command. -The first command uses the **New-PSSessionOption** cmdlet to create a **PSSessionOpption** object that it saves in the $Max variable. +The first command uses the **New-PSSessionOption** cmdlet to create a **PSSessionOption** object that it saves in the $Max variable. The command uses the *MaximumRedirection* parameter to set the **MaximumConnectionRedirectionCount** property of the **PSSessionOption** object to 1. The second command uses the **Invoke-Command** cmdlet to run a **Get-Mailbox** command on a remote server that runs Microsoft Exchange Server. @@ -393,7 +393,7 @@ PS C:\> Invoke-Command -ComputerName server01 -UseSSL -ScriptBlock { Get-HotFix This example shows how to create and use a *SessionOption* parameter. -The first command uses the **New-PSSessionOption** cmdlet to create session options. These options cause the remote end not to verify the Certificate Authority, Cannonical Name and Revocation Lists while evaluating the incoming HTTPS connection (disabling these checks is convenient for troubleshooting, but obviously not secure). +The first command uses the **New-PSSessionOption** cmdlet to create session options. These options cause the remote end not to verify the Certificate Authority, Canonical Name and Revocation Lists while evaluating the incoming HTTPS connection (disabling these checks is convenient for troubleshooting, but obviously not secure). It saves the resulting SessionOption object in the $so parameter. The second command uses the **Invoke-Command** cmdlet to run a Get-HotFix command remotely. diff --git a/reference/5.1/Microsoft.PowerShell.Core/Invoke-Command.md b/reference/5.1/Microsoft.PowerShell.Core/Invoke-Command.md index 8872b88d1767..e0600a836b40 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/Invoke-Command.md +++ b/reference/5.1/Microsoft.PowerShell.Core/Invoke-Command.md @@ -391,7 +391,7 @@ PS C:\> Invoke-Command -ConnectionUri https://ps.exchangelabs.com/PowerShell -Sc This command shows how to use the *AllowRedirection* and *SessionOption* parameters to manage URI redirection in a remote command. -The first command uses the **New-PSSessionOption** cmdlet to create a **PSSessionOpption** object that it saves in the $Max variable. +The first command uses the **New-PSSessionOption** cmdlet to create a **PSSessionOption** object that it saves in the $Max variable. The command uses the *MaximumRedirection* parameter to set the **MaximumConnectionRedirectionCount** property of the **PSSessionOption** object to 1. The second command uses the **Invoke-Command** cmdlet to run a **Get-Mailbox** command on a remote server that runs Microsoft Exchange Server. @@ -408,7 +408,7 @@ PS C:\> Invoke-Command -ComputerName server01 -UseSSL -ScriptBlock { Get-HotFix This example shows how to create and use a *SessionOption* parameter. -The first command uses the **New-PSSessionOption** cmdlet to create session options. These options cause the remote end not to verify the Certificate Authority, Cannonical Name and Revocation Lists while evaluating the incoming HTTPS connection (disabling these checks is convenient for troubleshooting, but obviously not secure). +The first command uses the **New-PSSessionOption** cmdlet to create session options. These options cause the remote end not to verify the Certificate Authority, Canonical Name and Revocation Lists while evaluating the incoming HTTPS connection (disabling these checks is convenient for troubleshooting, but obviously not secure). It saves the resulting SessionOption object in the $so parameter. The second command uses the **Invoke-Command** cmdlet to run a Get-HotFix command remotely. diff --git a/reference/6/Microsoft.PowerShell.Core/Invoke-Command.md b/reference/6/Microsoft.PowerShell.Core/Invoke-Command.md index 20498c559f9b..492ab9300d2f 100644 --- a/reference/6/Microsoft.PowerShell.Core/Invoke-Command.md +++ b/reference/6/Microsoft.PowerShell.Core/Invoke-Command.md @@ -454,7 +454,7 @@ PS C:\> Invoke-Command -ConnectionUri https://ps.exchangelabs.com/PowerShell -Sc This command shows how to use the *AllowRedirection* and *SessionOption* parameters to manage URI redirection in a remote command. -The first command uses the **New-PSSessionOption** cmdlet to create a **PSSessionOpption** object that it saves in the $Max variable. +The first command uses the **New-PSSessionOption** cmdlet to create a **PSSessionOption** object that it saves in the $Max variable. The command uses the *MaximumRedirection* parameter to set the **MaximumConnectionRedirectionCount** property of the **PSSessionOption** object to 1. The second command uses the **Invoke-Command** cmdlet to run a **Get-Mailbox** command on a remote server that runs Microsoft Exchange Server. @@ -472,7 +472,7 @@ PS C:\> Invoke-Command -ComputerName server01 -UseSSL -ScriptBlock { Get-HotFix This example shows how to create and use a *SessionOption* parameter. -The first command uses the **New-PSSessionOption** cmdlet to create session options. These options cause the remote end not to verify the Certificate Authority, Cannonical Name and Revocation Lists while evaluating the incoming HTTPS connection (disabling these checks is convenient for troubleshooting, but obviously not secure). +The first command uses the **New-PSSessionOption** cmdlet to create session options. These options cause the remote end not to verify the Certificate Authority, Canonical Name and Revocation Lists while evaluating the incoming HTTPS connection (disabling these checks is convenient for troubleshooting, but obviously not secure). It saves the resulting SessionOption object in the $so parameter. The second command uses the **Invoke-Command** cmdlet to run a Get-HotFix command remotely.