Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 643 Bytes

New-MRNGConnection.md

File metadata and controls

37 lines (23 loc) · 643 Bytes

New-MRNGConnection

SYNOPSIS

Create an mRemoteNG connection node.

SYNTAX

New-MRNGConnection [<CommonParameters>]

DESCRIPTION

PARAMETERS

INPUTS

OUTPUTS

mRemoteNG.Connection.ConnectionInfo

NOTES

EXAMPLES

EXAMPLE 1

PS C:\>New-MRNGConnection -Name 'Test Connection' -HostName '127.0.0.1' -Parent $RootNode -Protocol SSH2 -Inheritance (New-MRNGInheritanceConfiguration -EverythingInherited -Protocol:$false)

EXAMPLE 2

PS C:\>$Connection = New-MRNGConnection -Name 'Test Connection' -HostName '127.0.0.1'

$RootContainer.AddChild( $Connection )