Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.18 KB

RDCMan

RDCMan is a Powershell module for creation and manipulation of Remote Desktop Connection Manager Files. It improves efficiency whenever generating a file for great ammounts of servers within different groups.

Usage

Assuming you've installed the module somewhere in your module path, just import the module in your profile, e.g.:

Import-Module RDCMan

Installing

If you have PowerShell V5, or have installed PowerShellGet for V3, you can install right away with:

Install-Module -Name RDCMan

Alternatively, you can install in your personal modules folder (e.g. ~\Documents\WindowsPowerShell\Modules), with:

iex (new-object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/guidooliveira/PSWord/master/install.ps1')

If you want to install elsewhere, you can download Install.ps1 (using the URL above) and run it, passing in the directory you want to install.

Issues / Feedback

For any issues or feedback related to this module, please register for GitHub, and post your inquiry to this project's issue tracker.