Windows PowerShell Scripting and Toolmaking (MS-55039)
More Information:
- Learning Style: Virtual
- Provider: Microsoft
- Difficulty: Intermediate
- Course Duration: 5 Days
- Course Info: Download PDF
- Certificate: See Sample
Need Training for 5 or More People?
Customized to your team's need:
- Annual Subscriptions
- Private Training
- Flexible Pricing
- Enterprise LMS
- Dedicated Customer Success Manager
Course Information
About this Course:
This instructor-led, 5-day course targets the IT students and professionals who desire to extend their skillset in Windows PowerShell and administrative automation. The course demands that the student must possess a fundamental practical knowledge in PowerShell as an interactive command-line shell. Students will learn the right practices and patterns for creating reusable, tightly scoped automation units.
The average salary of a Systems Administrator at national level is around $72,762 year.
Course Objectives:
After the course completion, students should be able to:
-
Explain the right patterns for creating modularized tools in Windows PowerShell
-
Create highly modularized functions that work well with native PowerShell patterns
-
Create controller scripts to uncover user interfaces and facilitate business processes automation
-
Data management for various formats
-
Write automated tests papers for tools
-
Debug tools
Audience:
The course aims for a target audience, administrators working in a Microsoft-based environment, who are looking to create reusable units of automation, enable business processes automation, and help less-technically sound users to complete administrative tasks.
Prerequisites:
Prior to starting this course, students must have:
-
Experience regarding fundamental Windows administration
-
Experience using Windows PowerShell to inquire and change system information
-
Experience using Windows PowerShell to learn the commands and their utilization
-
Experience using WMI and/or CIM to inquire the system information
Prerequisites Courses:
Outline
Frequently Asked Questions
1. What are the key characteristics of PowerShell?
The key characteristics of PowerShell are
- PowerShell is object-based and not text based
- Commands in PowerShell are customizable
- It is a command line interpreter and scripting environment
2. In PowerShell what does variables holds?
In variables PowerShell contains strings, integers and objects. It does not have special variables as it is pre-defined with PowerShell.
3. What does it mean cmdlet’s?
Cmdlet’s are simple build in commands written in .net language like C# or VB introduced by Windows PowerShell
4. Can you create PowerShell scripts for deploying components in SharePoint?
If you have created a web part using VS 2010 then, you can deploy it using cntrl+f5. However, to activate the web part feature you can write a PowerShell script (.ps1) and execute it after deployment