برنامه نويسي

Windows PowerShell در عمل

Windows PowerShell in Action

دانلود کتاب Windows PowerShell in Action (به فارسی: Windows PowerShell در عمل) نوشته شده توسط «Bruce Payette – Richard Siddaway»


اطلاعات کتاب Windows PowerShell در عمل

موضوع اصلی: کامپیوتر – برنامه نویسی

نوع: کتاب الکترونیکی

ناشر: Manning Publications

نویسنده: Bruce Payette – Richard Siddaway

زبان: english

فرمت کتاب: PDF (قابل تبدیل به سایر فرمت ها)

سال انتشار: 2017

تعداد صفحه: 904 / 938

حجم فایل: 10.84 مگابایت

کد کتاب: 1633430294 , 9781633430297

نوبت چاپ: 3

توضیحات کتاب Windows PowerShell در عمل

خلاصه

Windows PowerShell in Action، نسخه سوم راهنمای قطعی PowerShell است که اکنون برای پوشش PowerShell 6 اصلاح شده است.

خرید کتاب چاپی شامل یک کتاب الکترونیکی رایگان در قالب‌های PDF، Kindle، و ePub از انتشارات منینگ است.

درباره فناوری

در سال 2006 Windows PowerShell شیوه تعامل مدیران و توسعه دهندگان با ویندوز را دوباره ابداع کرد. امروزه، PowerShell برای مدیران و توسعه دهندگان ویندوز دانش مورد نیاز است. این زبان قدرتمند و پویا کنترل خط فرمان سیستم عامل ویندوز و اکثر سرورهای ویندوز مانند Exchange و SCCM را فراهم می کند. و از آنجایی که این یک زبان دات‌نت درجه یک است، می‌توانید اسکریپت‌ها و ابزارهای پوسته شگفت‌انگیزی را بدون نیاز به VB یا C# بسازید.

درباره کتاب

Windows PowerShell in Action, Third Edition راهنمای قطعی PowerShell است که اکنون برای پوشش PowerShell 6 تجدید نظر شده است. این کتاب غنی که توسط طراح زبان بروس پایت و MVP ریچارد سیداوی نوشته شده است، مقدمه ای کاملاً شفاف را ارائه می دهد. زبان همراه با موارد ضروری استفاده روزمره آن. فراتر از اصول اولیه، نمونه‌های دقیقی در مورد موضوعات عمیق مانند عملکرد، معماری ماژول، و اجرای موازی خواهید یافت.

چه چیزی در داخل است

  • بهترین پوشش سرتاسر PowerShell موجود
  • به‌روزرسانی شده با پوشش PowerShell v6
  • جریان‌های کاری PowerShell
  • کلاس‌های PowerShell
  • نوشتن ماژول ها و اسکریپت ها
  • پیکربندی حالت مطلوب
  • API ها و خطوط لوله برنامه نویسی

درباره Reader</b

نوشته شده برای توسعه دهندگان و مدیران سطح متوسط.

درباره نویسندگان

Bruce Payette کدنویس و نویسنده اصلی زبان Power-Shell است. ریچارد سیداوی یک MVP، نویسنده، سخنران و وبلاگ نویس قدیمی PowerShell است.

فهرست محتوا

  1. به PowerShell خوش آمدید
  2. کار با انواع
  3. عملگرها و عبارات
  4. عملگرها و متغیرهای پیشرفته
  5. کنترل جریان در اسکریپت ها
  6. توابع PowerShell
  7. توابع و اسکریپت های پیشرفته
  8. استفاده از و نگارش ماژول ها
  9. نمایشگرها و فراداده های ماژول
  10. متابرنامه‌نویسی با بلوک‌های اسکریپت و کد پویا
  11. کنترل از راه دور PowerShell
  12. گردش‌های کاری PowerShell
  13. PowerShell Jobs
  14. خطاها و استثنائات
  15. اشکال زدایی
  16. کار با ارائه دهندگان، فایل ها و CIM
  17. کار با دات نت و رویدادها
  18. پیکربندی حالت دلخواه
  19. کلاس ها در PowerShell
  20. APIهای PowerShell و runspace
  21. پیوست – PowerShell 6.0 برای Windows، Linux و MacOS


Summary

Windows PowerShell in Action, Third Edition is the definitive guide to PowerShell, now revised to cover PowerShell 6.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

In 2006, Windows PowerShell reinvented the way administrators and developers interact with Windows. Today, PowerShell is required knowledge for Windows admins and devs. This powerful, dynamic language provides command-line control of the Windows OS and most Windows servers, such as Exchange and SCCM. And because it’s a first-class .NET language, you can build amazing shell scripts and tools without reaching for VB or C#.

About the Book

Windows PowerShell in Action, Third Edition is the definitive guide to PowerShell, now revised to cover PowerShell 6. Written by language designer Bruce Payette and MVP Richard Siddaway, this rich book offers a crystal-clear introduction to the language along with its essential everyday use cases. Beyond the basics, you’ll find detailed examples on deep topics like performance, module architecture, and parallel execution.

What’s Inside

  • The best end-to-end coverage of PowerShell available
  • Updated with coverage of PowerShell v6
  • PowerShell workflows
  • PowerShell classes
  • Writing modules and scripts
  • Desired State Configuration
  • Programming APIs and pipelines

About the Reader

Written for intermediate-level developers and administrators.

About the Authors

Bruce Payette is codesigner and principal author of the Power-Shell language. Richard Siddaway is a longtime PowerShell MVP, author, speaker, and blogger.

Table of Contents

  1. Welcome to PowerShell
  2. Working with types
  3. Operators and expressions
  4. Advanced operators and variables
  5. Flow control in scripts
  6. PowerShell functions
  7. Advanced functions and scripts
  8. Using and authoring modules
  9. Module manifests and metadata
  10. Metaprogramming with scriptblocks and dynamic code
  11. PowerShell remoting
  12. PowerShell workflows
  13. PowerShell Jobs
  14. Errors and exceptions
  15. Debugging
  16. Working with providers, files, and CIM
  17. Working with .NET and events
  18. Desired State Configuration
  19. Classes in PowerShell
  20. The PowerShell and runspace APIs
  21. Appendix – PowerShell 6.0 for Windows, Linux, and MacOS

دانلود کتاب «Windows PowerShell در عمل»

مبلغی که بابت خرید کتاب می‌پردازیم به مراتب پایین‌تر از هزینه‌هایی است که در آینده بابت نخواندن آن خواهیم پرداخت.

برای دریافت کد تخفیف ۲۰ درصدی این کتاب، ابتدا صفحه اینستاگرام کازرون آنلاین (@kazerun.online ) را دنبال کنید. سپس، کلمه «بلیان» را در دایرکت ارسال کنید تا کد تخفیف به شما ارسال شود.

دیدگاهتان را بنویسید