Skip to content

Fix typo in the -HostName parameter description. #2326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Core/Enter-PSSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Core/Invoke-Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion reference/6/Microsoft.PowerShell.Core/New-PSSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down