PowerShell from Beginner To Sheller And Scripter
PowerShell from Beginner To Sheller And Scripter, available at $119.99, has an average rating of 4.58, with 117 lectures, based on 1793 reviews, and has 10331 subscribers.
You will learn about You will be able to use PowerShell Cmdlets and use nice 'one-liners' and create your own! You will be able to automate tasks You will understand what variables are You will understand how to create a PowerShell script from the ground up You will understand If statements You will understand what arrays are You will understand loops like While and Foreach This course is ideal for individuals who are Any beginner to PowerShell Cmdlets or Any beginner to PowerShell scripting or any scripting or Anyone who wants to automate stuff It is particularly useful for Any beginner to PowerShell Cmdlets or Any beginner to PowerShell scripting or any scripting or Anyone who wants to automate stuff.
Enroll now: PowerShell from Beginner To Sheller And Scripter
Summary
Title: PowerShell from Beginner To Sheller And Scripter
Price: $119.99
Average Rating: 4.58
Number of Lectures: 117
Number of Published Lectures: 115
Number of Curriculum Items: 117
Number of Published Curriculum Objects: 115
Original Price: €54.99
Quality Status: approved
Status: Live
What You Will Learn
- You will be able to use PowerShell Cmdlets and use nice 'one-liners' and create your own!
- You will be able to automate tasks
- You will understand what variables are
- You will understand how to create a PowerShell script from the ground up
- You will understand If statements
- You will understand what arrays are
- You will understand loops like While and Foreach
Who Should Attend
- Any beginner to PowerShell Cmdlets
- Any beginner to PowerShell scripting or any scripting
- Anyone who wants to automate stuff
Target Audiences
- Any beginner to PowerShell Cmdlets
- Any beginner to PowerShell scripting or any scripting
- Anyone who wants to automate stuff
Have you always found PowerShell and scripting intimidating, but you have always wanted to learn how to automate using PowerShell?
This course is meant for the complete non-programming beginner who wants to know about PowerShell and some cool scripting with PowerShell. We will start at the beginning, using PowerShell Cmdlets and then moving on to scripting in which those same Cmdlets can and will be used!
This course is intended for people who don’t know how to program or script and want to learn how to not only use PowerShell one-liners in the shell, but also have always wanted to learn how to script but never thought they could.
We will go through the material step by step, starting at Cmdlets and parameters, filtering properties and moving on to scripting, using if/elsif/else statements, using arrays with foreach loops and combining it all plus much more!
Everything is done step by step! No knowledge is assumed and no steps omitted and it is going to be fun, which is important to keep learning.
At the end you should know how to use PowerShell, using its Cmdlets and knowing how to do very effective PowerShell scripting !
Welcome to PowerShell from Beginner to Sheller and Scripter!
Course Curriculum
Chapter 1: Start Here ! Let's get acquainted !
Lecture 1: Introductions and Prerequisites
Lecture 2: The fun stuff you will learn
Chapter 2: What and why of PowerShell – Module 0
Lecture 1: Introduction to Module 0
Lecture 2: M0 : What is PowerShell and PowerShell versions
Lecture 3: M0 : Why PowerShell and examples
Lecture 4: M0 : Word of note
Chapter 3: It's all about that shell – Module 1
Lecture 1: M1 : Module 1 introduction
Lecture 2: M1 : Getting to know PowerShell
Lecture 3: M1 : Cmdlets and parameters part 1
Lecture 4: M1 : Cmdlets and parameters part 2 Examples with Get and Set
Lecture 5: M1 : Getting the help for PowerShell you need
Lecture 6: M1 : Which Cmdlet does the job for you ?
Lecture 7: M1 : What are modules ?
Lecture 8: M1 : How does the pipeline work ? Part 1
Lecture 9: M1 : How does the pipeline work ? Part 2
Lecture 10: M1 : How does the pipeline work ? Part 3
Lecture 11: M1 : Outputting to a text file
Lecture 12: M1 : Parameters -ne Properties
Lecture 13: M1 : Formatting data in PowerShell
Lecture 14: M1 : Lab 1 Challenge
Lecture 15: M1 : Lab 1 Solution
Lecture 16: M1 : PowerShell Objects a deeper look
Lecture 17: M1 : Getting to properties and methods
Lecture 18: M1 : What kind of properties do we have ?
Lecture 19: M1 : What kind of parameters do we have ? Part 1
Lecture 20: M1 : What kind of parameters do we have ? Part 2
Lecture 21: M1 : Using Where-Object to filter properties Part 1
Lecture 22: M1 : Using Where-Object to filter properties Part 2
Lecture 23: M1 : Select-Object for outputting specific information
Lecture 24: M1 : Sorting stuff with Sort-Object
Lecture 25: M1 : Outputting to CSV
Lecture 26: M1 : Things that can go wrong..and
Lecture 27: M1 : Lab 2 Challenge
Lecture 28: M1 : Lab 2 Solution
Lecture 29: M1 : Lab 3 Challenge
Lecture 30: M1 : Lab 3 Solution
Lecture 31: End of Module 1 Mini-Challenge
Lecture 32: End of Module 1 Mini-Challenge Solution
Chapter 4: Let's go script ! – Module 2
Lecture 1: M2 : Module 2 introduction
Lecture 2: M2 : Our old friend the ISE
Lecture 3: M2 : Writing our first script
Lecture 4: M2 : What are variables ?
Lecture 5: M2 : Different kind of variables
Lecture 6: M2 : Defining Data Types in PowerShell
Lecture 7: M2 : Read-Host to learn dealing with data
Lecture 8: M2 : How operators operate
Lecture 9: M2 : Lab 1 Challenge
Lecture 10: M2 : Lab 1 Solution
Lecture 11: M2 : Objects, objects objects !
Lecture 12: M2 : Decisions with if Part 1
Lecture 13: M2 : Decisions with if Part 2
Lecture 14: M2 : Decisions with if Part 3
Lecture 15: M2 : Decisions with if Part 4
Lecture 16: M2 : Decisions with if Part 5
Lecture 17: M2 : Nesting our if statement part 1
Lecture 18: M2 : Nesting our if statement part 2
Lecture 19: M2 : Lab 2 Challenge
Lecture 20: M2 : Lab 2 Solution
Lecture 21: M2 : Comparison operators
Lecture 22: M2 : Logical Operators
Lecture 23: M2 : Shall we play a game ?? Guess my number part 1
Lecture 24: M2 : Shall we play a game ?? Guess my number part 1 Solution
Lecture 25: M2 : Looping with the While loop part 1
Lecture 26: M2 : Looping with the While loop part 2
Lecture 27: M2 : Lab 3 Challenge
Lecture 28: M2 : Lab 3 Solution
Lecture 29: M2 : Shall we play a game ?? Guess my number part 2
Lecture 30: M2 : Shall we play a game ?? Guess my number part 2 Solution
Lecture 31: M2 : Shall we play a game ?? Guess my number part 3
Lecture 32: M2 : Shall we play a game ?? Guess my number part 3 Solution
Lecture 33: M2 : PowerShell arrays
Lecture 34: M2 : Looping with Foreach
Lecture 35: M2 : PowerShell Array with Local Users
Lecture 36: M2 : Using Foreach to loop through Local User Objects
Lecture 37: M2 : One two three combo with Foreach and if (Just not that violent..)
Lecture 38: M2 : In case you didn't get my two Where-Objects One-Liners remark..
Lecture 39: M2 : Lab 4 Challenge
Lecture 40: M2 : Lab 4 Solution
Lecture 41: M2 : Shall we play a game ?? Guess my number part 4
Lecture 42: M2 : Shall we play a game ?? Guess my number part 4 Solution
Lecture 43: M2 : Getting text input
Lecture 44: M2 : Getting text input again..
Lecture 45: M2 : Creating a CSV (No PowerShell)
Lecture 46: M2 : Importing CSV files for some cool stuff !
Lecture 47: M2 : Using a CSV file to actually create something !
Lecture 48: M2 : Lab 5 Challenge
Lecture 49: M2 : Lab 5 Solution
Lecture 50: M2 : Moving to Active Directory and creating a user
Lecture 51: M2 : Moving to Active Directory and retrieving a user
Lecture 52: M2 : Moving to Active Directory and setting AD user properties
Lecture 53: M2 : Moving to Active Directory and creating and moving between OUs
Lecture 54: M2 : Moving to Active Directory and filtering with Where-Object
Lecture 55: M2 : Creating Active Directory users from a simple text file
Lecture 56: M2 : Creating Active Directory users from a CSV file
Lecture 57: M2 : Lab 6 Challenge
Lecture 58: M2 : Lab 6 Solution
Instructors
-
David Fitzpatrick
I love to teach and love to learn
Rating Distribution
- 1 stars: 20 votes
- 2 stars: 23 votes
- 3 stars: 124 votes
- 4 stars: 557 votes
- 5 stars: 1069 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