Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rstolpe/PSCollection

Here I'll collect all of my PowerShell Modules, Scripts and other things related to PowerShell
https://github.com/rstolpe/PSCollection

powershell powershell-module powershell-script

Last synced: about 2 months ago
JSON representation

Here I'll collect all of my PowerShell Modules, Scripts and other things related to PowerShell

Awesome Lists containing this project

README

        

![GitHub last commit](https://img.shields.io/github/last-commit/rstolpe/PSCollection?style=plastic)

# PSCollection
I do have many many PowerShell modules and scripts that I'll start to upload to PSGallery and also here at GitHub.
I'll publish them at my [blog](https://stolpe.io) and they will be also be published at [Twitter](https://twitter.com/rstolpes), [Linkedin](https://www.linkedin.com/in/rstolpe/) and [PowerShell Gallery](https://www.powershellgallery.com/profiles/rstolpe).
But beside that I'll also link them here so you can have a overview of them in a easy way.

You can install any of my modules trough your PowerShell console with the following command:
Install it for all users
```
Install-Module -Name -Scope AllUsers -Force
```
Install it for the current user
```
Install-Module -Name -Scope CurrentUser -Force
```

# Module
## Microsoft Windows only
Only works at Microsoft Windows.

- [WinSoftwareUpdate](https://github.com/rstolpe/WinSoftwareUpdate)
Auto update all of your installed softwares with WinGet.

- [DeleteUserProfile](https://github.com/rstolpe/DeleteUserProfile)
With this module you can get information about what user profiles and when/if they are logged in on local or remote computers.
You can also delete user profiles on local or remote computers.

- [MonitorInformation](https://github.com/rstolpe/MonitorInformation)
Get information about local and remote monitors. Name, manufacturer, model, serial number, manufacturing date.

- [ConvertSID](https://github.com/rstolpe/ConvertSID)
Convert a SID to plain and readable text

## Cross platform
Works with cross platform like Microsoft Windows, Linux and MacOS.

- [MaintainModule](https://github.com/rstolpe/MaintainModule)
This module let you maintain/update your installed PowerShell modules in a easy way