Skip to content

Service module for my other PowerShell modules

License

Notifications You must be signed in to change notification settings

rstolpe/rsServiceModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsServiceModule

This module contains functions that are needed in my other modules.
I have created this so I don't need to update every singel module if I refactor the code or similar.

Install

Install for current user

Install-Module -Name rsServiceModule -Scope CurrentUser -Force

Install for all users

Install-Module -Name rsServiceModule -Scope AllUsers -Force

Links

About

Service module for my other PowerShell modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published