PowerShell Functions Master Class - All about PowerShell Functions
  • PowerShell Functions, benefits, Scope, Best Practices & Syntax
  • Creating Simple Function
  • Requesting your Feedback
  • Specify parameters of a function
  • Understanding & Creating Advanced Function
  • Adding WhatIf & Confirm Parameters also
  • Declaring Mandatory Parameter
  • Ensuring single Value is passed against a parameter
  • Defining default Value of a parameter
  • Writing Comment based help for a function
  • Creating validated menu of Possible values of a parameter
  • Bonus Lecture