https://github.com/raandree/powershelltraining
https://github.com/raandree/powershelltraining
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raandree/powershelltraining
- Owner: raandree
- License: mit
- Created: 2021-11-24T21:14:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T09:40:30.000Z (6 months ago)
- Last Synced: 2024-11-19T12:53:49.968Z (6 months ago)
- Language: PowerShell
- Size: 42 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)