Book Image

PowerShell: Automating Administrative Tasks

By : Michael Shepard, Chendrayan Venkatesan, Sherif Talaat, Brenton J.W. Blawat
Book Image

PowerShell: Automating Administrative Tasks

By: Michael Shepard, Chendrayan Venkatesan, Sherif Talaat, Brenton J.W. Blawat

Overview of this book

Are you tired of managing Windows administrative tasks manually and are looking to automate the entire process? If yes, then this is the right course for you. This learning path starts your PowerShell journey and will help you automate the administration of the Windows operating system and applications that run on Windows. It will get you up and running with PowerShell, taking you from the basics of installation to writing scripts and performing web server automation. You will explore the PowerShell environment and discover how to use cmdlets, functions, and scripts to automate Windows systems. The next installment of the course focuses on gaining concrete knowledge of Windows PowerShell scripting to perform professional-level scripting. The techniques here are packed with PowerShell scripts and sample C# code to automate tasks. You will use .NET classes in PowerShell and C# to manage Exchange Online. In the final section, you will delve into real-world examples to learn how to simplify the management of your Windows environment. You will get to grips with PowerShell’s advanced functions and how to most effectively administer your system. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: [*] Getting Started with PowerShell by Michael Shepard [*] Windows PowerShell for .Net Developers Second Edition by Chendrayan Venkatesan and Sherif Talaat [*] Mastering Windows PowerShell Scripting by Brenton J.W. Blawat
Table of Contents (6 chapters)

Appendix A. Next Steps

The goal of Module 1 has been to get you started with PowerShell. To this end, we have looked at several broad topics, such as:

  • Navigating PowerShell with Get-Command, Get-Help, and Get-Member
  • Using the Pipeline to combine the commands
  • Packaging code in scripts, functions, and modules
  • Interacting with files and WMI
  • Administering IIS

These skills will take you far in PowerShell, but this is just the beginning of what you can do. Here, I have collected some suggested "next steps" that you will find useful as skills to add to your PowerShell repertoire:

  • Explore advanced functions, such as:
    • Using common parameters
    • Pipeline the input
    • Parameter validation
  • PowerShell Remoting
  • PowerShell Workflows
  • Desired State Configuration
  • Explore miscellaneous PowerShell topics, including the following:
    • Working with .NET and COM objects
    • Working with SQL Server data
    • Building a GUI
  • Administering Microsoft systems such as:
    • Exchange
    • SQL Server
    • System Center

You should have no trouble finding resources to guide you through any of these topics. If you are stuck, the PowerShell community on StackOverflow, PowerShell.org (http://powershell.org/wp/), and reddit are very strong and encouraging to scripters at all levels of expertise.