Learning Path: Powershell: Getting Started with Powershell 6
Learning Path: Powershell: Getting Started with Powershell 6, available at $69.99, has an average rating of 4.2, with 55 lectures, 2 quizzes, based on 462 reviews, and has 3081 subscribers.
You will learn about Learn to set up a lab environment to learn and test PowerShell processes Navigate and use PowerShell 6 easily Manage servers remotely using PowerShell 6 Use common parameters to produce verbose output and protect yourself from accidents Identify object properties and methods and how to use them Manage files and import and export them as CSV, HTML, JSON, and XML Learn to use branching and logic in scripts Use logging through writing log files and events to the Windows Event Log This course is ideal for individuals who are This Learning Path is aimed at system administrators who want to administer and automate their systems with ease using PowerShell 6. It is particularly useful for This Learning Path is aimed at system administrators who want to administer and automate their systems with ease using PowerShell 6.
Enroll now: Learning Path: Powershell: Getting Started with Powershell 6
Summary
Title: Learning Path: Powershell: Getting Started with Powershell 6
Price: $69.99
Average Rating: 4.2
Number of Lectures: 55
Number of Quizzes: 2
Number of Published Lectures: 55
Number of Published Quizzes: 2
Number of Curriculum Items: 57
Number of Published Curriculum Objects: 57
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn to set up a lab environment to learn and test PowerShell processes
- Navigate and use PowerShell 6 easily
- Manage servers remotely using PowerShell 6
- Use common parameters to produce verbose output and protect yourself from accidents
- Identify object properties and methods and how to use them
- Manage files and import and export them as CSV, HTML, JSON, and XML
- Learn to use branching and logic in scripts
- Use logging through writing log files and events to the Windows Event Log
Who Should Attend
- This Learning Path is aimed at system administrators who want to administer and automate their systems with ease using PowerShell 6.
Target Audiences
- This Learning Path is aimed at system administrators who want to administer and automate their systems with ease using PowerShell 6.
PowerShell has become the most efficient tool for managing Windows systems. It combines command-line speed, the flexibility of scripting, and the power of a GUI-based admin tool. Its ability to solve problems efficiently and then to turn that solution into a new tool or automated task allows the system administrators to eliminate future manual labor hours. So, if you are a sysadmin and want to perform complex administration in a timely manner with less effort, then go for this Learning Path. This Learning Path is a comprehensive tutorial with a set of scenarios, real-world examples, and scripts to easily get you started with Windows PowerShell 6.0 and its capabilities
Packt’s Video Learning Paths are a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it.
The highlights of this Learning Path are:
- Discover scripts to automate administrative tasks
- Solve problems and perform tasks using PowerShell 6
- Build a command expression using the pipeline to perform complex tasks with ease
Let’s take a quick look at your learning journey. This Learning Path begins with an introduction to PowerShell 6. You will then set up a lab and access PowerShell console and IISE. You will then find and run cmdlets. You will learn to distinguish between objects and texts, work on WIM and CIM objects, and use the pipeline to create a report. You will also work on queries, expressions, and variables. You will develop and create your script to gather data and create a report. You will learn more on turning a script into a function and create modules. You will be learn how to use PowerShell 6 with Active Directory, Microsoft Online, Office 365, IIS, and Desired State Configuration. Finally, you will discover the core features of PowerShell and build consistent patterns to work with software and infrastructure through scripts and command-line administration.
After completing this Learning Path, you will be able to perform complex administration and automation tasks using PowerShell 6 with ease.
Meet Your Experts:
We have the best works of the following esteemed authors to ensure that your learning journey is smooth:
- Joshua B. Jonesis an IT administrator with Superior Industries International and leads the global company in PowerShell administration, scripts, and tool creation. In the past two years, he has eliminated over 1,000 labor hours by automating previously manual tasks using PowerShell. Not only is he an expert, but demonstrates his passion for PowerShell by teaching others the tool at every opportunity presented.
- Michael Simmons is an IT professional with over 20 years of experience in managing and administering technology and helping the people that use it. He started using PowerShell and became involved in the community in 2007 and started iLovePowerShell. com in 2010 as a blog and resource for the community, where he discusses PowerShell and how to use it to improve your career. As a PowerShell expert and evangelist, he continues to spread knowledge from an admin/tech support perspective. He is driven to teach IT professionals to write great code, empowering them to take control of their job and lead an inspiring career.
Course Curriculum
Chapter 1: Learning PowerShell 6
Lecture 1: The Course Overview
Lecture 2: Setting Up a Lab
Lecture 3: Accessing the PowerShell Console and PowerShell ISE
Lecture 4: Accessing and Updating the Help System
Lecture 5: Finding and Running Cmdlets
Lecture 6: Using the Help System and Protecting with -WhatIf and -Confirm
Lecture 7: Working with PSProviders and PSDrives
Lecture 8: Exploring File System Navigation and Manipulation
Lecture 9: Working with the Registry Keys
Lecture 10: Identifying Errors
Lecture 11: Differentiating between Objects and Texts
Lecture 12: Working with WMI and CIM Objects
Lecture 13: Finding, Creating, and Using Variables
Lecture 14: Passing Objects through the Pipeline
Lecture 15: Diving into Queries and Expressions
Lecture 16: Formatting for Efficiency
Lecture 17: Using the Pipeline to Create a Report
Lecture 18: Enhancing Your System Security
Lecture 19: Running Cmdlets on a Remote Machine
Lecture 20: Creating a Session on a Remote Machine
Lecture 21: Connecting to Microsoft Online
Lecture 22: Importing Cmdlets from a Remote System
Lecture 23: Process of Script Development
Lecture 24: Create a Script to Gather Data and Create a Report
Lecture 25: Create a Script to Make a DHCP Reservation
Lecture 26: Turn a Script into a Function
Lecture 27: Creating Modules
Lecture 28: Active Directory Administration with PowerShell
Lecture 29: Microsoft Online Office 365 Administration with PowerShell
Lecture 30: IIS Web Server Administration with PowerShell
Lecture 31: Introduction to Desired State Configuration
Chapter 2: Automating Your Systems with PowerShell 6.x
Lecture 1: The Course Overview
Lecture 2: Differences between PowerShell Core 6 and Windows PowerShell
Lecture 3: Installing PowerShell Core 6 and Visual Studio Code
Lecture 4: Using the Most Important cmdlets in PowerShell
Lecture 5: Getting to Know Common Parameters
Lecture 6: Reading and Writing to the Host
Lecture 7: Using the Pipeline and the $_ Variable
Lecture 8: Looking at PowerShell Providers
Lecture 9: Basics of Working with Objects
Lecture 10: How to Work with Some Common and Useful Objects?
Lecture 11: Introduction to Comparison and Logical Operators
Lecture 12: Managing Objects in the Pipeline
Lecture 13: Creating Your Own PowerShell Object
Lecture 14: Getting Started with Writing Scripts
Lecture 15: Setting Up a Local Git Repository
Lecture 16: Adding Branching to Your Scripts
Lecture 17: Adding Loops to Your Scripts
Lecture 18: Adding Logging to Your Scripts
Lecture 19: Debugging Your Scripts
Lecture 20: Advanced Scripting Topics
Lecture 21: Basics of Working with Files
Lecture 22: Working with Access Control Lists to Set Permissions
Lecture 23: Working with XML Files
Lecture 24: Importing and Exporting with Some Common File Types
Instructors
-
Packt Publishing
Tech Knowledge in Motion
Rating Distribution
- 1 stars: 6 votes
- 2 stars: 10 votes
- 3 stars: 63 votes
- 4 stars: 183 votes
- 5 stars: 200 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024