Import an mRemoteNG root connections node from a confCons.xml file.
Import-MRNGRootNode [-Path] <FileInfo> [[-EncryptionKey] <SecureString>] [<CommonParameters>]
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
The encryption key for the confCons.xml file.
Required? false
Position? 2
Default value ( ConvertTo-SecureString -String 'mR3m' -AsPlainText -Force )
Accept pipeline input? false
Accept wildcard characters? false
mRemoteNG.Tree.Root.RootNodeInfo
PS C:\>$RootNode = Import-MRNGRootNode -Path .\confCons.xml -EncryptionKey ( Read-Host 'Encryiption Key' -AsSecureString )