Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# PowerShell Advanced Funcitons
Code repository for the session https://aka.ms/mark/psaf

Please leave feedback https://aka.ms/mark/psaf/voice

# Resources
https://aka.ms/mark/psaf

Windows 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