An open API service indexing awesome lists of open source software.

https://github.com/raandree/powershelltraining


https://github.com/raandree/powershelltraining

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# PowerShell Training Material

This repository provides content to learn some PowerShell principles and techniques. This content is under construction.

- [Functions: From one-liner to a full featured advanced function](/Functions/Readme.md)
- [Functions: Advanced Function Design with Parameter Sets](/Functions/Advanced.md)
- [Modules 1: Converting the advanced function into a simple module](/Modules/Basics.md)
- [Modules 2: Helper functions / nested modules](/Modules/Helpers.md)