Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 399 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 399 Bytes

rsCommon

To use:

Clone to directory
C:\Program Files\WindowsPowerShell\Modules\

Import-Module rsCommon
```Posh

Get-Command -Module rsCommon


```Posh
rsGit rsCommon
{
    name = "rsCommon"
    Source = "https://github.com/rsWinAutomationSupport/rsCommon.git"
    Destination = "C:\Program Files\WindowsPowerShell\Modules\"
    Ensure = "Present"
    Branch = "master"
}