Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.84 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.84 KB

GitHub last commit

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 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

Module

Microsoft Windows only

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

Cross platform

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