https://github.com/saritasa-nest/saritasa-dotnet-psgallery
Saritasa PowerShell Gallery
https://github.com/saritasa-nest/saritasa-dotnet-psgallery
Last synced: 8 days ago
JSON representation
Saritasa PowerShell Gallery
- Host: GitHub
- URL: https://github.com/saritasa-nest/saritasa-dotnet-psgallery
- Owner: saritasa-nest
- License: mit
- Created: 2016-04-30T08:04:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T17:36:12.000Z (3 months ago)
- Last Synced: 2025-03-18T17:24:54.323Z (27 days ago)
- Language: PowerShell
- Homepage:
- Size: 2.72 MB
- Stars: 19
- Watchers: 10
- Forks: 8
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - saritasa-nest/saritasa-dotnet-psgallery - Saritasa PowerShell Gallery (PowerShell)
README
# PowerShell Gallery
The repository contains useful PowerShell modules and scripts to be reused in different projects.
[Modules](docs/Modules.md)
[Scripts](docs/Scripts.md)
[How do I...](docs/HowDoI.md)
# Articles
[Getting Started](docs/GettingStarted.md)
[First Usage](docs/FirstUsage.md)
[Psake Guidelines](docs/PsakeGuidelines.md)
[WinRM Configuration](https://github.com/Saritasa/dotnet-docs/blob/master/WindowsRemoteAdministration/WinRMConfiguration.md)
[Windows Remote Administration](https://github.com/Saritasa/dotnet-docs/blob/master/WindowsRemoteAdministration/README.md)
# Links
## Cmdlet Collections
* [PowerShell Gallery](https://www.powershellgallery.com/items)
* [Carbon](http://get-carbon.org/)
* [PowerShell Community Extensions](http://pscx.codeplex.com/)
* [Script Center](https://gallery.technet.microsoft.com/scriptcenter/)
* [PsGet](http://psget.net/)
* [ChasFlorell's PowerShell snippets](https://github.com/ChaseFlorell/Powershell-Snippets/blob/master/dot-source-external-scripts.ps1)## Documentation
* [SS64 PowerShell Docs](http://ss64.com/ps/)
* [Hey, Scripting Guy!](https://blogs.technet.microsoft.com/heyscriptingguy/)
* [Weekend Scripter: The Best Ways to Learn PowerShell](https://blogs.technet.microsoft.com/heyscriptingguy/2015/01/04/weekend-scripter-the-best-ways-to-learn-powershell/)
* [Effective Windows PowerShell: The Free eBook](https://rkeithhill.wordpress.com/2009/03/08/effective-windows-powershell-the-free-ebook/)
* [Cmdlet Development Guidelines](https://msdn.microsoft.com/en-us/library/ms714657(v=vs.85).aspx)
* [Building a PowerShell Module](http://ramblingcookiemonster.github.io/Building-A-PowerShell-Module/)## Static Analysis
* [PowerShell Script Analyzer: Static Code analysis for Windows PowerShell scripts & modules](https://blogs.msdn.microsoft.com/powershell/2015/02/24/powershell-script-analyzer-static-code-analysis-for-windows-powershell-scripts-modules/)
* [PSScriptAnalyzer](https://www.powershellgallery.com/packages/PSScriptAnalyzer)## Documentation Generation
* [psDoc](https://github.com/ChaseFlorell/psDoc)
* [DocTreeGenerator](https://github.com/msorens/DocTreeGenerator)