Toolmaking for Administrators using Windows PowerShell

26

description

More info on http://www.techdays.be

Transcript of Toolmaking for Administrators using Windows PowerShell

  • 1. PowerShell RolesGood Script-Bad ToolLets Make a Cmdlet!ModulesDesign ReviewThe Demonstrations!
  • 2. Tier 1 - The Tool UsersTier 2 - The ToolmakersTier 3 - Shell Extenders and App Dev
  • 3. Input-Process-Output
  • 4. Demo
  • 5. Select a proper nameDefine the functionHow will it be used
  • 6. Demo
  • 7. ParametersAdvanced FunctionsParameter Attributes
  • 8. Demo
  • 9. Demo
  • 10. Demo
  • 11. Get-Help About_Comment_Based_Help
  • 12. Demo
  • 13. The Advantage of Advanced Functions
  • 14. Demo
  • 15. Demo
  • 16. Demo
  • 17. Should have a single purposeWell thought out input parametersOutput as objects
  • 18. [email protected]