Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/realslacker/PSmRemoteNG

A module to create mRemoteNG connection files from PowerShell. You can install this module from the PSGallery!
https://github.com/realslacker/PSmRemoteNG

Last synced: 11 days ago
JSON representation

A module to create mRemoteNG connection files from PowerShell. You can install this module from the PSGallery!

Lists

README

        

# PSmRemoteNG
A module to create mRemoteNG connection files from PowerShell. You can install this module from the PSGallery!

## Install

```powershell
PS C:\> Install-Module -Name PSmRemoteNG -Repo PSGallery
```

# Pre-Requisites

You must have the mRemoteNG binaries installed.

# Function Reference

* [Export-MRNGConnectionFile](docs/Export-MRNGConnectionFile.md)
* [Import-MRNGRootNode](docs/Import-MRNGRootNode.md)
* [New-MRNGConnection](docs/New-MRNGConnection.md)
* [New-MRNGContainer](docs/New-MRNGContainer.md)
* [New-MRNGInheritanceConfiguration](docs/New-MRNGInheritanceConfiguration.md)
* [New-MRNGRootNode](docs/New-MRNGRootNode.md)
* [ConvertTo-MRNGSecureString](docs/ConvertTo-MRNGSecureString.md)
* [ConvertFrom-MRNGSecureString](docs/ConvertFrom-MRNGSecureString.md)