Building better PowerShell code applying proven practices one tip at a time

Learn to write better PowerShell code via short, example-driven tips. This book covers tips to make your PowerShell scripts faster and easier to read all while following proven best practices. Written by a six-time Microsoft MVP and one of the first Microsoft PowerShell MVPs with over a decade of Po...

Descripción completa

Detalles Bibliográficos
Otros Autores: Bertram, Adam Richard, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: [Place of publication not identified] : Apress [2020]
Edición:1st ed. 2020.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631041406719
Tabla de Contenidos:
  • Chapter 1: Do The Basics
  • Chapter 2: Don’t Reinvent the Wheel
  • Chapter 3: Use Visual Studio Code
  • Chapter 4: Plan Before you Code
  • Chapter 5: Create Building Blocks with Functions
  • Chapter 6: Parameterize Everything
  • Chapter 7: Log Script Activity
  • Chapter 8: Build with Manageability in Mind
  • Chapter 9: Be Specific
  • Chapter 10: Write for the Next Person
  • Chapter 11: Handle Errors Gracefully
  • Chapter 12: Don’t Skimp on Security
  • Chapter 13: Stick to PowerShell
  • Chapter 14: Build Tools
  • Chapter 15: Return Standardized, Informative Output
  • Chapter 16: Build Scripts for Speed
  • Chapter 17: Use Version Control
  • Chapter 18: Build Tests. -Chapter 19: Miscellaneous Tips
  • Chapter 20: Summary.