Code repository for the session https://aka.ms/mark/psaf
Please leave feedback https://aka.ms/mark/psaf/voice
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