Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EvotecIT/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.
https://github.com/EvotecIT/PSSharedGoods
hacktoberfest powershell
Last synced: 5 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/EvotecIT/PSSharedGoods
- Owner: EvotecIT
- License: mit
- Created: 2018-09-04T12:45:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T08:54:40.000Z (15 days ago)
- Last Synced: 2024-10-29T21:06:12.298Z (13 days ago)
- Topics: hacktoberfest, powershell
- Language: PowerShell
- Homepage:
- Size: 1.61 MB
- Stars: 213
- Watchers: 11
- Forks: 36
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.MD
- Funding: .github/FUNDING.yml
- License: License
Awesome Lists containing this project
- jimsghstars - EvotecIT/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. (PowerShell)
README
# 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](https://evotec.xyz/hub/scripts/pswriteword-powershell-module/) - module to create Microsoft Word documents without Word being installed.
- [PSWriteExcel](https://evotec.xyz/hub/scripts/pswriteexcel-powershell-module/) - cross-platform module to create Microsoft Excel documents without Excel being installed.
- [PSWinDocumentation](https://evotec.xyz/hub/scripts/pswindocumentation-powershell-module/) - module to build documentation for Active Directory, Office 365 (Azure AD, Exchange Online), Exchange, Teams
- [PSWinReporting](https://evotec.xyz/hub/scripts/pswinreporting-powershell-module/) - module to create reports and provide monitoring of Security Events
- [PSAutomator](https://evotec.xyz/hub/scripts/psautomator-powershell-module/) - proof-of-concept module for onboarding, offboarding and business as usual
- Many others - just review other GitHub projects of mineMore information can be found on a dedicated page for [PSSharedGoods](https://evotec.xyz/hub/scripts/pssharedgoods-powershell-module/) module.
| Platform | Status |
| --- | --- |
| Windows | |
| Linux | |
| MacOs | |