Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 695 Bytes

New-MRNGRootNode.md

File metadata and controls

39 lines (27 loc) · 695 Bytes

New-MRNGRootNode

SYNOPSIS

Create an empty mRemoteNG root connections node.

SYNTAX

New-MRNGRootNode [[-EncryptionKey] <SecureString>] [<CommonParameters>]

DESCRIPTION

PARAMETERS

-EncryptionKey <SecureString>

The encryption key to use for this connections file.

Required?                    false
Position?                    1
Default value                ( ConvertTo-SecureString -String 'mR3m' -AsPlainText -Force )
Accept pipeline input?       false
Accept wildcard characters?  false

INPUTS

OUTPUTS

mRemoteNG.Tree.Root.RootNodeInfo

NOTES

EXAMPLES

EXAMPLE 1

PS C:\>$RootNode = New-MRNGRootNode