Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Office Productivity Microsoft Microsoft ADFS

Mastering Windows PowerShell v5.1 & 7, Beginner to Advanced

Start from absolute zero, and learn to use the Powershell 7 as it was meant to be used, Full Practical Training Course
Bestseller
Rating: 4.3 out of 54.3 (1,482 ratings)
9,101 students
Created by Fettah Ben
Last updated 10/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Control and administrate your Windows machines and servers
  • Perform Administrative tasks on both Local and Remote Windows Systems as well as Web Services-Management
  • Work with Powershell as a Servant Person that Will Execute Your Commands.
  • Interpret and understand how to read the Help of any Commands
  • Formalization of the Right Syntax and Running the commands

Requirements

  • You need to have a Microsoft Windows, Linux, or Mac OS

Description

Interested in learning how to quickly automate basic administrative functions?

Windows PowerShell is rapidly becoming the solution that Operators turn to with its powerful combination of a scripting language, command line speed, and GUI tools (Graphical User Interface).

This course is an introduction to Windows PowerShell where you'll have an opportunity to learn how to replace manual, repetitive, and time-consuming operations with an automated solution.

In this course, you'll be introduced to the Windows PowerShell console and the Integrated Scripting Environment (ISE) as the main command line interfaces you'll use to work with PowerShell commands.

Learn the importance of the Windows PowerShell Help system as the quickest way to discover the commands and associated syntax you need for the particular task you want to accomplish.

Take advantage of the ISE's Intellisense features to learn PowerShell through syntax completion and sorting and filtering commands with the Show Command add-on.

This course will let you be able to understand the thinking way of the Windows PowerShell and work with it as a servant person that will Execute your commands.

Every section will be going to let you create a successful habit and a good strategy to easily find the right command, the right syntax of this command, and then running it to get the required result. Also, learn how Providers and Drives work with disparate data sources, such as registry keys, certificates, files, folders, and more

What You Will Learn

The course is designed to teach you:

  • Basic concepts of Windows PowerShell

  • How to navigate the Windows PowerShell Help system effectively

  • Find and Discover Any PowerShell Commands

  • Interpret and understand how to read the Help of any Commands

  • Formalization of the Right Syntax and Running the commands

  • Working with Providers and Drives

  • Understand the Variables Strings, Hash tables, Core Operators and Regular Expression Basics...

  • And more...


By the end of this course, you should be well on your way to creating scripts that save you time, accomplish tasks with greater efficiency, and allow you to be even more productive on the job.

PS: Check the Free Preview videos to know more about the course and to be sure you can get accustomed to my accent

Enroll now!

Who this course is for:

  • The Course is Designed for Beginners and Seasoned Professional Looking to use Windows Powershell
  • Anyone who Works - or wants to Work with Microsoft Windows, Linux or Mac OS.
  • Any System Administrators interested to start working with Powershell
  • Anyone who wants to very quickly improve his knowledge about Powershell

Featured review

Benjamin Donahue
Benjamin Donahue
13 courses
6 reviews
Rating: 5.0 out of 5a year ago
Ben breaks his instructions down to their most basic parts and uses plenty of examples to ensure his students fully understand what is going on, creating a strong foundation of comprehension to build upon. After about 10 minutes of lecture, his accent really grew on me, ceasing to be an obstacle and taking on a quality of making the lectures interesting to listen to.

Course content

12 sections • 93 lectures • 9h 38m total length

  • Preview02:15
  • Who Am I
    00:35
  • Preview05:20
  • Your Feedback is Important
    00:54

  • Discovering Windows Powershell: Console Orientation
    05:47
  • Differences Between Windows PowerShell Versions
    06:22
  • Windows Powershell vs Powershell 7
    01:52
  • Download PowerShell 7 Package For Your Platforms
    05:49
  • Installing PowerShell 7 On Windows
    06:23
  • Installing PowerShell 7 On Linux & MacOS
    02:49
  • Customizing PowerShell for Your comfort
    08:45
  • Discovering Windows Powershell Integrated Script Environment
    12:15
  • [Exercise] Getting Ready For Powershell
    3 questions

  • Preview04:47
  • Preview04:43
  • Discovering The Different Pssnapin Commands
    04:47
  • Discovering The Different Modules Commands
    04:55
  • Adds Modules To The Current Session: Import-Module
    05:33
  • Find The Right Command To Accomplish A Task
    11:25
  • Powershell Module Path Environment Variable
    08:51
  • Aliases: Linux Commands Into Powershell
    05:13
  • Outline Of Finding and Discovering Commands
    02:34
  • [Exercise] Finding and Discovering Commands
    4 questions

  • Introduction to Powershell Help
    02:43
  • Updating Your Most Important Resource: Help
    11:08
  • Exploring The Help Of Any Command
    04:53
  • Understanding Cmdlet Syntax And Symbols
    07:55
  • Getting Some Real Syntax Examples Of The Commands
    07:18
  • Positions, Required And No-Required Parameters
    05:27
  • Running The First Command With Different Parameters By Using The Help
    15:34
  • Getting The Right Syntax By Using Integrated Script Environment
    06:14
  • [Exercise] Interpreting the Help
    4 questions

  • Introduction to Powershell Commands: Applied Section
    00:45
  • Finding And Running The Command Of Getting Process
    16:58
  • Understanding the String, the Int32 and Using A Shortcut
    08:45
  • Customizing The Error Message
    03:25
  • Working With The Multi Values
    03:12
  • Finding And Running Commands About Aliases
    11:52
  • Running Some External Commands
    03:03
  • [Exercise] Running Powershell Commands
    3 questions

  • Introduction To Providers And Drives
    01:05
  • Understanding Providers And Drives
    06:14
  • Working With Providers: Get-Itemproperty
    06:36
  • Working With Providers: Set-Itemproperty
    07:59
  • Working With The File System Provider: Registry Provider
    13:54
  • [Exercise] Working With Providers And Drives
    3 questions

  • Before Starting This Section
    01:29
  • Introduction To Variables Strings
    06:20
  • Different Kinds Of Variables
    06:30
  • Discovering Windows PowerShell Arrays
    07:12
  • Discovering PowerShell Hash Tables (Associative Arrays)
    06:33
  • [Exercise] Variables Strings Hash-tables and Core Operators
    4 questions

  • Introduction To Regular Expression Basics
    01:48
  • Understanding The Regular Expression Basics
    06:09
  • Identify String Patterns: The Matches
    10:28
  • Analysing And Creating A Full Pattern
    10:50
  • Example of Using This Regular Expression (Pattern Expression)
    02:03
  • Making Your Pattern Expression Confidential
    06:04
  • [Exercise] Regular Expression Basics
    4 questions

  • Introduction To Powershell Transaction
    05:34
  • Discover The Cmdlets Of The Transaction
    06:17
  • Start A New Transaction
    07:59
  • Get Information About The Active Transaction
    06:57
  • Rollback Preference Of The Transaction
    09:10
  • Commit The Transaction
    05:32
  • Independent Transaction
    04:03
  • Conclusion Of The Transaction
    03:33

  • Introduction To The Environmental Variable Provider - Env:
    07:26
  • How To Read And Set Environmental Variables
    04:42
  • Setting Variables Of Other PSDrives
    09:50
  • Environment.GetEnvironmentVariable Method
    05:31
  • Introduction To The Powershell Variable Provider - Variable:
    06:01
  • Using Cmdlets Of The Powershell Variable
    10:31
  • Using The Dollar Sign With Powershell Variable
    08:24
  • Casting Values In Powershell
    10:18
  • Introduction To Parameter Validation
    08:23
  • Easy Validating Parameter Input: Validateset and Validatescript
    09:48
  • Parsing, Variable Expansion, and Quoting
    06:37
  • (compulsory arguments) order to process components
    08:18
  • The PowerShell Variable Scope
    09:23
  • The Powershell Scope Hierarchy
    07:50

Instructor

Fettah Ben
Microsoft ADFS, IT Manager.
Fettah Ben
  • 4.3 Instructor Rating
  • 6,872 Reviews
  • 106,598 Students
  • 13 Courses

Ben is an IT Administrator Diploma and has built a successful business in coaching, online marketing, Web Development, content marketing, Virtualization, Server Administration and lot of other projects.
In this Profile I share with you my skills, my successful strategies and techniques in different fields with an easy ways that takes you from beginners levels to expert levels.

By taking one of my courses you will be able to get the Full Support and Answers to any of your questions.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.