Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Here I'll collect all of my PowerShell Modules, Scripts and other things related to PowerShell
- Host: GitHub
- URL: https://github.com/rstolpe/PSCollection
- Owner: rstolpe
- License: other
- Created: 2023-01-17T15:12:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T11:29:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T15:27:08.092Z (7 months ago)
- Topics: powershell, powershell-module, powershell-script
- Homepage: https://stolpe.io
- Size: 8.79 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - rstolpe/PSCollection - Here I'll collect all of my PowerShell Modules, Scripts and other things related to PowerShell (Others)
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