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 and they will be also be published at Twitter, Linkedin and PowerShell Gallery.
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 <ModuleName> -Scope AllUsers -Force
Install it for the current user
Install-Module -Name <ModuleName> -Scope CurrentUser -Force
Only works at Microsoft Windows.
-
WinSoftwareUpdate
Auto update all of your installed softwares with WinGet. -
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
Get information about local and remote monitors. Name, manufacturer, model, serial number, manufacturing date. -
ConvertSID
Convert a SID to plain and readable text
Works with cross platform like Microsoft Windows, Linux and MacOS.
- MaintainModule
This module let you maintain/update your installed PowerShell modules in a easy way