用一个月的午餐学习Windows PowerShell,第三版是为忙碌的IT专业人士设计的创新教程。此更新版本涵盖了运行在Windows 7、Windows Server 2008 R2及更高版本、PowerShell v3及更高版本上的PowerShell特性,并包括PowerShellGet等v5特性。购买纸质书包括曼宁出版公司提供的PDF、Kindle和ePub格式的免费电子书。PowerShell既是一种脚本语言,也是一种管理shell,它允许您控制和自动化Windows的几乎所有方面。它可以交互式地接受和执行命令,您可以编写脚本来管理大多数Windows服务器,如Exchange、IIS和SharePoint,以及Azure和Office 365等在线服务。第三版是一本为忙碌的IT专业人士设计的创新教程。每天留出一个小时——午餐时间是最好的——坚持一个月,你将比你想象的更快地自动化Windows任务。此更新版本涵盖了运行在Windows 7、Windows Server 2008 R2及更高版本、PowerShell v3及更高版本上的PowerShell特性,并包括PowerShellGet等v5特性。什么是内部学习PowerShell从一开始,没有经验要求!涵盖PowerShell v3及以上版本、Windows 7和Windows Server 2008 R2及更高版本。每节课不超过一小时。 No programming or scripting experience needed. About the Author Veteran PowerShell MVPs Don Jones and Jeffery Hicks bring years as successful trainers to this concise, easy-to-follow book. Table of Contents Before you begin Meet PowerShell Using the help system Running commands Working with providers The pipeline: connecting commands Adding commands Objects: data by another name The pipeline, deeper Formatting - and why it's done on the right Filtering and comparisons A practical interlude Remote control: one-to-one, and one-to-many Using Windows Management Instrumentation and CIM Multitasking with background jobs Working with many objects, one at a time Security alert! Variables: a place to store your stuff Input and output Sessions: remote control with less work You call this scripting? Improving your parameterized script Advanced remoting configuration Using regular expressions to parse text files Additional random tips, tricks, and techniques Using someone else's script Never the end PowerShell cheat sheet
在本方便指南中,通过探索具体的实际示例,了解脚本与命令行PowerShell的不同之处。这本书包括并扩展了在一个月的午餐学习PowerShell工具制作中提出的许多技术。购买纸质书包括曼宁出版公司提供的PDF、Kindle和ePub格式的免费电子书。关于技术自动化!使用微软的PowerShell语言,您可以编写脚本来控制Windows的几乎所有方面。只要掌握一些简单的脚本编写技能,您就能够消除重复的手工任务,创建自定义可重用的工具,并构建有效的管道和工作流。一旦开始在PowerShell中编写脚本,您就会惊奇地发现有多少机会可以节省时间和精力。一个月的午餐学习PowerShell脚本将教会您如何将命令行PowerShell技能扩展为有效的脚本和工具。在27个咬大小的课程中,您将发现即时有用的技巧,用于编写高效的代码,查找并消除错误,将脚本组织到库中,以及更多。高级脚本编写人员甚至会学习访问。net Framework,长期存储数据,并创建漂亮的用户界面。 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. 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
这本创新的指南专为忙碌的IT专业人士设计,它将通过25个教程带你从基础知识到熟练掌握PowerShell,你可以在午休时间学习。在《一个月的午餐学习PowerShell》第四版中,您将学习:使用帮助系统的可发现性后台作业和自动化技术简单的脚本实现重复任务的自动化管理主要云供应商的云服务用命令扩展PowerShell通用语法和命令小抄》第四版是一本以任务为重点的指南,用于使用PowerShell管理系统。它涵盖了核心语言特性和管理任务,每一章都是一个小教程,你可以在一个小时内轻松完成。了解PowerShell如何在不同的操作系统上工作,并开始自动化任务,使它们只需几秒钟就可以完成。不需要以前的脚本编写经验。这本书是根据社区传奇人物唐·琼斯和杰弗瑞·希克斯的畅销书《一个月的午餐学习Windows PowerShell》改编的。PowerShell团队成员Travis Plunk和Tyler Leonhardt以及Microsoft MVP James Petty已经将这个版本更新为PowerShell的最新版本,包括它的多平台扩展到Linux和macOS。PowerShell提供了对管理任务的完整命令行控制,如添加用户、导出数据和文件管理。无论您是编写单程序程序,还是构建复杂的脚本来管理云资源和CI/CD管道,PowerShell都可以处理此任务。现在PowerShell是真正的跨平台,当您在Windows、Linux和macOS之间切换时,不必切换脚本语言。 About the book Learn PowerShell in a Month of Lunches, Fourth Edition is a new edition of the bestseller that introduced PowerShell to over 100,000 readers. With bite-sized lessons and hands-on exercises, this amazing book guides you from your first command to writing and debugging reusable scripts for Windows, Linux, and macOS. Set aside just an hour a day and you’ll soon be tackling increasingly complex automation tasks with PowerShell. What's inside Discoverability with the Help system PowerShell on macOS and Linux Background jobs and automation techniques Managing cloud services from major cloud providers Common syntax and commands cheat sheet About the reader No previous experience with PowerShell or Bash required. About the author James Petty is CEO of PowerShell.org and The DevOps Collective, and a Microsoft MVP. Travis Plunk is an engineer on the PowerShell team. Tyler Leonhardt is an engineer on Visual Studio Code. Don Jones and Jeffery Hicks are the original authors of Learn Windows PowerShell in a Month of Lunches.
在本方便指南中,通过探索具体的实际示例,了解脚本与命令行PowerShell的不同之处。这本书包括并扩展了在一个月的午餐学习PowerShell工具制作中提出的许多技术。购买纸质书包括曼宁出版公司提供的PDF、Kindle和ePub格式的免费电子书。关于技术自动化!使用微软的PowerShell语言,您可以编写脚本来控制Windows的几乎所有方面。只要掌握一些简单的脚本编写技能,您就能够消除重复的手工任务,创建自定义可重用的工具,并构建有效的管道和工作流。一旦开始在PowerShell中编写脚本,您就会惊奇地发现有多少机会可以节省时间和精力。一个月的午餐学习PowerShell脚本将教会您如何将命令行PowerShell技能扩展为有效的脚本和工具。在27个咬大小的课程中,您将发现即时有用的技巧,用于编写高效的代码,查找并消除错误,将脚本组织到库中,以及更多。高级脚本编写人员甚至会学习访问。net Framework,长期存储数据,并创建漂亮的用户界面。 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. 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
“一流的…这本书充满了真实世界的例子,是IT专家最好的朋友。”在一个月的午餐中学习Windows PowerShell,第三版是为忙碌的IT专业人士设计的创新教程。此更新版本涵盖了运行在Windows 7、Windows Server 2008 R2及更高版本、PowerShell v3及更高版本上的PowerShell特性,并包括PowerShellGet等v5特性。PowerShell既是一种脚本语言,也是一种管理shell,它允许您控制和自动化Windows的几乎所有方面。它可以交互式地接受和执行命令,您可以编写脚本来管理大多数Windows服务器,如Exchange、IIS和SharePoint,以及Azure和Office 365等在线服务。用一个月的午餐学习Windows PowerShell,第三版是为忙碌的IT专业人士设计的创新教程。每天留出一个小时——午餐时间是最好的——坚持一个月,你将比你想象的更快地自动化Windows任务。此更新版本涵盖了运行在Windows 7、Windows Server 2008 R2及更高版本、PowerShell v3及更高版本上的PowerShell特性,并包括PowerShellGet等v5特性。内部:从一开始学习PowerShell,不需要经验! Covers PowerShell v3 and up, Windows 7, and Windows Server 2008 R2 and later Each lesson takes you an hour or less Experience with Windows administration is helpful. No programming or scripting experience needed. Veteran PowerShell MVPs Don Jones and Jeffery Hicks bring years as successful trainers to this concise, easy-to-follow book/course. Your key to learning Windows PowerShell. Noreen Dertinger, Dertinger Informatics A must-have...both novice and expert will benefit from this book. Tiklu Ganguly, Mazik Global Learn PowerShell fundamentals from the experts. James Berkenbile, Berkenbile Consulting NARRATED BY LOU FERNANDEZ.
访问MoreLunches.com,点击这本书的封面图片,了解更多关于唐,并找到如何联系他…rabybet雷竞技官网下载包括PowerShell in Depth(第二版正在制作中);用一个月的午餐学习Windows PowerShell,……
作者琼斯:
出版者:西蒙和舒斯特尔
国际标准图书编号:9781638353164
类别:电脑
页面:256
观点:126
在一个月的午餐中学习SQL Server管理是开始SQL Server操作的完美方式,包括维护、备份和恢复、高可用性和性能监视。在一个月的时间里,每天大约一个小时,你就会确切地知道你可以做什么,不应该碰什么。最重要的是,您将了解保持SQL Server平稳运行所需的日常任务和技术。购买纸质书包括曼宁出版公司提供的PDF、Kindle和ePub格式的免费电子书。Microsoft SQL Server被数以百万计的企业使用,从世界500强企业到世界各地的小商店。无论您是刚开始成为DBA,支持SQL Server驱动的应用程序,还是已经被您的办公室招募为SQL Server管理员,您都不需要一本上千页的书来开始并运行。在一个月的午餐中学习SQL Server管理是开始使用SQL Server的完美方式。这本简明易读的书跳过了学术介绍,教给您日常维护、备份和恢复、性能监视等技术。这21个简短的课程中的每一个都给了你实用的教训,你会反复使用。掌握基本的-索引,登录,备份,恢复… and more Learn what you can and cannot do when supporting a third-party application Monitor and improve performance Written by expert trainer and bestselling author Don Jones Accessible to readers of any level of experience, the book covers techniques for all versions of SQLServer 2005-2014. About the Author Don Jones is a Microsoft MVP, speaker, and trainer. He is the creator of the Month of Lunches series and author of over 50 books on PowerShell, IIS, Active Directory, SCCM, SQL Server, and more. Table of Contents Before you begin Server assessment and configuration T-SQL crash course Managing databases Backup and recovery Authentication: who are you? Authorization: what are you allowed to do? Accounting: what did you do? Analyzing indexes Maintaining indexes Tuning index designs Reading query execution plans Block and deadlock analysis Automating management with SQL Server Agent Multiserver management Windows PowerShell and SQL Server Using Extended Events Monitoring and analyzing performance Options for high availability Virtualizing SQL Server Moving, migrating, and upgrading databases SQL Server performance checklist Never the end