Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markwarneke/powershelladvancedfuncitons
PowerShell advanced functions, breakdown of PowerShell dot-files. Demo-Project
https://github.com/markwarneke/powershelladvancedfuncitons
powershell powershell-functions powershell-module windows-powershell
Last synced: 13 days ago
JSON representation
PowerShell advanced functions, breakdown of PowerShell dot-files. Demo-Project
- Host: GitHub
- URL: https://github.com/markwarneke/powershelladvancedfuncitons
- Owner: MarkWarneke
- Created: 2017-12-14T13:37:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T14:31:58.000Z (about 7 years ago)
- Last Synced: 2024-11-15T11:08:05.965Z (2 months ago)
- Topics: powershell, powershell-functions, powershell-module, windows-powershell
- Language: PowerShell
- Homepage: https://aka.ms/mark/psaf
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShell Advanced Funcitons
Code repository for the session https://aka.ms/mark/psafPlease leave feedback https://aka.ms/mark/psaf/voice
# Resources
https://aka.ms/mark/psafWindows PowerShell: Writing Cmdlets in Script: https://technet.microsoft.com/en-us/library/ff677563.aspx
About Functions Advanced Methods: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_functions_advanced_methods?view=powershell-5.1
About Functions Advanced Parameters https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_functions_advanced_parameters?view=powershell-5.1
About Functions CmdletBindingAttribute https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_functions_cmdletbindingattribute?view=powershell-5.1
Scripting Tips and Tricks: CmdletBinding() https://blogs.technet.microsoft.com/poshchap/2014/10/24/scripting-tips-and-tricks-cmdletbinding/
Writing a Windows PowerShell Module: https://msdn.microsoft.com/en-us/library/dd878310(v=vs.85).aspx
How to Write a PowerShell Script Module: https://msdn.microsoft.com/en-us/library/dd878340(v=vs.85).aspx
Building a PowerShell Module: ramblingcookiemonster.github.io/Building-A-PowerShell-Module/
Microsoft Script Center: https://technet.microsoft.com/en-us/scriptcenter
Pester: https://github.com/pester/Pester