Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwettstein/PowerShellStuff
Guides, Utils, Scripts and Templates for PowerShell
https://github.com/dwettstein/PowerShellStuff
api-client best-practices modules powershell scripts styleguide template
Last synced: 3 months ago
JSON representation
Guides, Utils, Scripts and Templates for PowerShell
- Host: GitHub
- URL: https://github.com/dwettstein/PowerShellStuff
- Owner: dwettstein
- License: mit
- Created: 2019-03-09T13:32:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T20:40:11.000Z (almost 3 years ago)
- Last Synced: 2024-05-22T22:35:44.164Z (6 months ago)
- Topics: api-client, best-practices, modules, powershell, scripts, styleguide, template
- Language: PowerShell
- Homepage:
- Size: 1.98 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - dwettstein/PowerShellStuff - Guides, Utils, Scripts and Templates for PowerShell (PowerShell)
README
# Guides, Utils, Scripts and Templates for PowerShell
This repository contains some useful stuff for working with PowerShell. Besides a [Style Guide](/Guides/PowerShell_Quick_Style_Guide.md) and [Templates](/Templates), you can find also several useful modules.
## Style Guide
The Style Guide is intended to be a short overview of [The PowerShell Best Practices and Style Guide](https://poshcode.gitbooks.io/powershell-practice-and-style/). You can find it [here](/Guides/PowerShell_Quick_Style_Guide.md).
## Templates
My templates have emerged over the past years during which I have worked with PowerShell. You can find them [here](/Templates).
## Modules
Besides an Utils module, most of the modules are clients for working with APIs.
You can find the following modules in this repository:
- CyberArkClient
- Terraform (just a script)
- Utils
- VMware
- NsxClient
- VCloudClient
- VSphereClient## License
The guide is available under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
All other work under the [MIT License](https://dwettstein.mit-license.org/).