From 9e4000859845f1d743ab08ccc3ec811a1ecd6409 Mon Sep 17 00:00:00 2001 From: sethvs Date: Wed, 11 Apr 2018 14:34:05 +0300 Subject: [PATCH] Fix typo. --- reference/6/Microsoft.PowerShell.Core/Enter-PSSession.md | 2 +- reference/6/Microsoft.PowerShell.Core/Invoke-Command.md | 2 +- reference/6/Microsoft.PowerShell.Core/New-PSSession.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/6/Microsoft.PowerShell.Core/Enter-PSSession.md b/reference/6/Microsoft.PowerShell.Core/Enter-PSSession.md index 218d8496ae63..5ad7c2cf3961 100644 --- a/reference/6/Microsoft.PowerShell.Core/Enter-PSSession.md +++ b/reference/6/Microsoft.PowerShell.Core/Enter-PSSession.md @@ -425,7 +425,7 @@ Specifies a computer name for a Secure Shell (SSH) based connection. This is similar to the *ComputerName* parameter except that the connection to the remote computer is made using SSH rather than Windows WinRM. This parameter supports specifying the user name and/or port as part of the host name parameter value using the form `user@hostname:port`. -The user name and/or port specified as part of the host name takes precedent over the `-UserName` and `-Port` parameters, if specified. +The user name and/or port specified as part of the host name takes precedence over the `-UserName` and `-Port` parameters, if specified. This allows passing multiple computer names to this parameter where some have specific user names and/or ports, while others use the user name and/or port from the `-UserName` and `-Port` parameters. This parameter was introduced in PowerShell 6.0. diff --git a/reference/6/Microsoft.PowerShell.Core/Invoke-Command.md b/reference/6/Microsoft.PowerShell.Core/Invoke-Command.md index 7d278959a200..649785919522 100644 --- a/reference/6/Microsoft.PowerShell.Core/Invoke-Command.md +++ b/reference/6/Microsoft.PowerShell.Core/Invoke-Command.md @@ -1173,7 +1173,7 @@ Accept wildcard characters: False Specifies an array of computer names for a Secure Shell (SSH) based connection. This is similar to the ComputerName parameter except that the connection to the remote computer is made using SSH rather than Windows WinRM. This parameter supports specifying the user name and/or port as part of the host name parameter value using the form `user@hostname:port`. -The user name and/or port specified as part of the host name takes precedent over the `-UserName` and `-Port` parameters, if specified. +The user name and/or port specified as part of the host name takes precedence over the `-UserName` and `-Port` parameters, if specified. This allows passing multiple computer names to this parameter where some have specific user names and/or ports, while others use the user name and/or port from the `-UserName` and `-Port` parameters. This parameter was introduced in PowerShell 6.0. diff --git a/reference/6/Microsoft.PowerShell.Core/New-PSSession.md b/reference/6/Microsoft.PowerShell.Core/New-PSSession.md index bf826664115c..9d51d06b1fd0 100644 --- a/reference/6/Microsoft.PowerShell.Core/New-PSSession.md +++ b/reference/6/Microsoft.PowerShell.Core/New-PSSession.md @@ -699,7 +699,7 @@ Accept wildcard characters: False Specifies an array of computer names for a Secure Shell (SSH) based connection. This is similar to the ComputerName parameter except that the connection to the remote computer is made using SSH rather than Windows WinRM. This parameter supports specifying the user name and/or port as part of the host name parameter value using the form `user@hostname:port`. -The user name and/or port specified as part of the host name takes precedent over the `-UserName` and `-Port` parameters, if specified. +The user name and/or port specified as part of the host name takes precedence over the `-UserName` and `-Port` parameters, if specified. This allows passing multiple computer names to this parameter where some have specific user names and/or ports, while others use the user name and/or port from the `-UserName` and `-Port` parameters. This parameter was introduced in PowerShell 6.0.