Learn PowerShell Scripting in a Month of Lunches 150637

Код товару: 150637Паперова книга
  • ISBN
    978-1617295096
  • Бренд
  • Рік
    2018
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі

Summary

Discover how scripting is different from command-line PowerShell, as you explore concrete hands-on examples in this handy guide. The book includes and expands on many of the techniques presented in Learn PowerShell Toolmaking in a Month of Lunches.

About the Technology

Automate it! With Microsoft's PowerShell language, you can write scripts to control nearly every aspect of Windows. Just master a few straightforward scripting skills, and you'll be able to eliminate repetitive manual tasks, create custom reusable tools, and build effective pipelines and workflows. Once you start scripting in PowerShell, you'll be amazed at how many opportunities you'll find to save time and effort.

About the Book

Learn PowerShell Scripting in a Month of Lunches teaches you how to expand your command-line PowerShell skills into effective scripts and tools. In 27 bite-size lessons, you'll discover instantly useful techniques for writing efficient code, finding and squashing bugs, organizing your scripts into libraries, and much more. Advanced scripters will even learn to access the .NET Framework, store data long term, and create nice user interfaces.

What's Inside

  • Designing functions and scripts
  • Effective pipeline usage
  • Dealing with errors and bugs
  • Professional-grade scripting practices

About the Reader

Written for devs and IT pros comfortable with PowerShell and Windows.

About the Authors

Don Jones is a PowerShell MVP, speaker, and trainer who has written dozens of books on information technology topics. Jeffery Hicks is a PowerShell MVP and an independent consultant, trainer, and author. Don and Jeff coauthored Manning's Learn Windows PowerShell in a Month of Lunches, Learn PowerShell Toolmaking in a Month of Lunches, and PowerShell in Depth.

About the Author

Don Jones is a Microsoft MVP, speaker, and trainer. He developed the Microsoft PowerShell courseware and has taught SQL Server, PowerShell, and other practical technologies to more than 20,000 IT pros. Don writes for TechNet Magazine and blogs for WindowsITPro.com. He is the creator of the Month of Lunches series that covers PowerShell, IIS, Active Directory, SCCM, SQL Server, and more.

Jeffery Hicks is a PowerShell MVP with 20 years of IT experience. Jeff works as an independent consultant, trainer, and author and he has taught PowerShell to IT Professionals all over the world. He writes the popular Prof.PowerShell column for MCPMag.com and is a weekly contributor to the Petri IT Knowledgebase. Jeff blogs frequently on PowerShell related topics at http://jdhitsolutions.com/blog.

1'960 ₴
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Learn PowerShell Scripting in a Month of Lunches - фото 1
Інші книги Manning
Web Design Playground, Second Edition
310468
Paul McFedries
1'300 ₴
Bayesian Optimization in Action
265872
Quan Nguyen
1'800 ₴
Architecture Modernization: Socio-technical alignment of software, strategy, and structure
266898
Nick TuneJean-Georges Perrin
1'990 ₴
Advanced Algorithms and Data Structures
160093
Marcello La Rocca
2'400 ₴
C# Concurrency: Asynchronous and multithreaded programming
299667
Nir Dobovizki
1'700 ₴
Spring Security in Action, Second Edition 2nd Edition
276052
Laurentiu Spilca
1'100 ₴
Essential TypeScript 5, Third Edition 3rd Edition
275539
Adam Freeman
1'600 ₴

Характеристики

  • Бренд
  • Категорія
    Програмування
  • Рік
    2018
  • Сторінок
    352
  • Формат
    190х235 мм
  • Обкладинка
    М'яка
  • Тип паперу
    Офсетний
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі
  • Термін поставки
    25-30 дней
  • Оригінальна назва
    Learn PowerShell Scripting in a Month of Lunches

Від видавця

Summary

Discover how scripting is different from command-line PowerShell, as you explore concrete hands-on examples in this handy guide. The book includes and expands on many of the techniques presented in Learn PowerShell Toolmaking in a Month of Lunches.

About the Technology

Automate it! With Microsoft's PowerShell language, you can write scripts to control nearly every aspect of Windows. Just master a few straightforward scripting skills, and you'll be able to eliminate repetitive manual tasks, create custom reusable tools, and build effective pipelines and workflows. Once you start scripting in PowerShell, you'll be amazed at how many opportunities you'll find to save time and effort.

About the Book

Learn PowerShell Scripting in a Month of Lunches teaches you how to expand your command-line PowerShell skills into effective scripts and tools. In 27 bite-size lessons, you'll discover instantly useful techniques for writing efficient code, finding and squashing bugs, organizing your scripts into libraries, and much more. Advanced scripters will even learn to access the .NET Framework, store data long term, and create nice user interfaces.

What's Inside

  • Designing functions and scripts
  • Effective pipeline usage
  • Dealing with errors and bugs
  • Professional-grade scripting practices

About the Reader

Written for devs and IT pros comfortable with PowerShell and Windows.

About the Authors

Don Jones is a PowerShell MVP, speaker, and trainer who has written dozens of books on information technology topics. Jeffery Hicks is a PowerShell MVP and an independent consultant, trainer, and author. Don and Jeff coauthored Manning's Learn Windows PowerShell in a Month of Lunches, Learn PowerShell Toolmaking in a Month of Lunches, and PowerShell in Depth.

About the Author

Don Jones is a Microsoft MVP, speaker, and trainer. He developed the Microsoft PowerShell courseware and has taught SQL Server, PowerShell, and other practical technologies to more than 20,000 IT pros. Don writes for TechNet Magazine and blogs for WindowsITPro.com. He is the creator of the Month of Lunches series that covers PowerShell, IIS, Active Directory, SCCM, SQL Server, and more.

Jeffery Hicks is a PowerShell MVP with 20 years of IT experience. Jeff works as an independent consultant, trainer, and author and he has taught PowerShell to IT Professionals all over the world. He writes the popular Prof.PowerShell column for MCPMag.com and is a weekly contributor to the Petri IT Knowledgebase. Jeff blogs frequently on PowerShell related topics at http://jdhitsolutions.com/blog.

Зміст

Table of Contents

PART 1 - INTRODUCTION TO SCRIPTING

Before you begin

Setting up your scripting environment

WWPD: what would PowerShell do?

Review: parameter binding and the PowerShell pipeline

Scripting language crash course

The many forms of scripting (and which to use)

Scripts and security

PART 2 - BUILDING A POWERSHELL SCRIPT

Always design first

Avoiding bugs: start with a command

Building a basic function and script module

Going advanced with your function

Objects: the best kind of output

Using all the pipelines

Simple help: making a comment

Dealing with errors

Filling out a manifest

PART 3 - GROWN-UP SCRIPTING

Changing your brain when it comes to scripting

Professional-grade scripting

An introduction to source control with git

Pestering your script

Signing your script

Publishing your script

PART 4 - ADVANCED TECHNIQUES

Squashing bugs

Making script output prettier

Wrapping up the .NET Framework

Storing data-not in Excel!

Never the end

Відгуки про Learn PowerShell Scripting in a Month of Lunches

Learn PowerShell Scripting in a Month of Lunches
Learn PowerShell Scripting in a Month of Lunches
1'960 ₴
Персонально для вас
CLR via C# (Developer Reference)
12732
5/1
Jeffrey Richter
790 ₴
Programming WCF Services: Design and Build Maintainable Service-Oriented Systems
39627
Juval LowyMichael Montgomery
900 ₴
Framework Design Guidelines. Conventions, Idioms, and Patterns for Reuseable .NET Libraries
189727
Krzysztof CwalinaBrad Abrams
900 ₴
C# 11 and .NET 7. Modern Cross-Platform Development Fundamentals
243977
Mark J. Price
800 ₴1'000 ₴
Clean Architecture with .NET (Developer Reference) 1st Edition
275375
Dino Esposito
1'200 ₴
Pro .NET Memory Management: Code For Better Performance, and Scalability
123841
Konrad Kokosa
1'500 ₴
Software Architecture with C# 12 and .NET 8 - Fourth Edition: Build enterprise applications using microservices, DevOps, EF Core, and design patterns for Azure 4th ed. Edition
264470
Gabriel BaptistaFrancesco Abbruzzese
1'700 ₴
The Unit Testing Practice Cookbook: Bulletproof Unit Testing with .NET First Edition
306577
Anthony Giretti
1'800 ₴
Architecting ASP.NET Core Applications - Third Edition: An atypical design patterns guide for .NET 8, C# 12, and beyond 3rd ed. Edition
277861
Carl-Hugo MarcotteNick Cosentino
2'100 ₴
JVM Performance Engineering: Inside OpenJDK and the HotSpot Java Virtual Machine (Developer's Library) 1st Edition
280697
Monica Beckwith
1'900 ₴
The Warning – Keep Me Fed (LP, Album, Vinyl)
297878
Republic Records
2'380 ₴