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: 10 days ago
JSON representation
A module to create mRemoteNG connection files from PowerShell. You can install this module from the PSGallery!
- Host: GitHub
- URL: https://github.com/realslacker/PSmRemoteNG
- Owner: realslacker
- Created: 2019-09-20T20:34:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T21:17:34.000Z (about 1 year ago)
- Last Synced: 2024-08-01T12:23:39.938Z (3 months ago)
- Language: PowerShell
- Size: 28.3 KB
- Stars: 36
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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)