/PSSharedGoods

PSSharedGoods is little PowerShell Module that primary purpose is to be useful for multiple tasks, unrelated to each other. I've created this module as “a glue” between my other modules.

Primary LanguagePowerShellMIT LicenseMIT

PSSharedGoods - PowerShell Module

PSSharedGoods is a little PowerShell Module that primary purpose is to be useful for multiple tasks, unrelated to each other. I've created this module as "a glue" between my other modules. I've noticed the more I build my modules, the more I use the same stuff and it became apparent I've two choices. Keep 3 or more versions of the same function across all my modules or export functions to separate module and bundle this module together. I chose the second option. This module currently is used by following modules

  • PSWriteWord - module to create Microsoft Word documents without Word being installed.
  • PSWriteExcel - cross-platform module to create Microsoft Excel documents without Excel being installed.
  • PSWinDocumentation - module to build documentation for Active Directory, Office 365 (Azure AD, Exchange Online), Exchange, Teams
  • PSWinReporting - module to create reports and provide monitoring of Security Events
  • PSAutomator - proof-of-concept module for onboarding, offboarding and business as usual
  • Many others - just review other GitHub projects of mine

More information can be found on a dedicated page for PSSharedGoods module.

Platform Status
Windows
Linux
MacOs