Skip to content

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

License

Notifications You must be signed in to change notification settings

rstolpe/PSCollection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published