# 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 * [My PowerShell Collection](https://github.com/rwidmark/PSCollection) * [Webpage/Blog](https://widmark.dev) * [X](https://twitter.com/widmark_robin) * [Mastodon](https://mastodon.social/@rwidmark) * [YouTube](https://www.youtube.com/@rwidmark) * [LinkedIn](https://www.linkedin.com/in/rwidmark/) * [GitHub](https://github.com/rwidmark)