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 Mindfulness Personal Development Personal Transformation Life Purpose Meditation Coaching 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 Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Blender
30-Day Money-Back Guarantee

This course includes:

  • 5.5 hours on-demand video
  • Full lifetime access
  • Access on mobile and TV
Office Productivity Microsoft Object Oriented Programming

Learning Powershell Object Oriented Scripting

Objects are everywhere in PowerShell. Everything is an object! it's important to have a basic understanding of objects.
Bestseller
Rating: 4.5 out of 54.5 (19 ratings)
101 students
Created by Fettah Ben
Last updated 11/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Working with PowerShell pipeline
  • Discovering Object Members with Get-Member
  • Creating and Managing PowerShell Objects
  • Creating and Managing Object Types and Classes
  • Write basic scripts in PowerShell

Requirements

  • Already have enrolled and completed the preview course: The Complete PowerShell 7 course: Beginner To Advanced
  • You need to have a Microsoft Windows, Linux, or Mac OS
  • All Needed Software Are Available For Free, or Trial.

Description

PowerShell is a powerful language. But what makes this scripting language so powerful? PowerShell objects. What are these magical objects and how does PowerShell work with them? Stay tuned to find out.

PowerShell is an object-oriented language and shell. This is a departure from the traditional shells like CMD and Bash. These traditional shells focused on text aka strings and while still useful, are limited in their capabilities. Nearly everything in PowerShell is an object.

In this course, you’ll learn some key concepts when it comes to objects in PowerShell. Will go over properties and methods on objects and will show you how to create your own objects with the New-Object cmdlet, the PScustomobject type accelerator and some other techniques.

By the end of this course, you’ll have learned how to apply this knowledge to your own scripting through helpful example code and visualizations.

What You Will Learn?

The course is designed to teach you:

  • Work with PowerShell pipeline.

  • Describe the techniques PowerShell pipeline uses.

  • Understanding the Anatomy of an Object

  • Discovering Object Members with Get-Member

  • Object Types and Classes

  • Properties, Aliases, Methods and Other MemberTypes

  • Controlling Returned Object Properties

  • Sorting Objects

  • Filtering Objects

  • Counting and Averaging Objects Returned

  • Taking Action on Objects with Loops

  • Comparing Objects

  • Working With Custom Objects

  • Creating Custom Objects From Hashtables

  • Adding & Removing Properties

If you're an IT professional with previous experience in general Windows Server and Windows Client administration looking to learn more about using PowerShell for administration, this course is ideal for you.

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:

  • System Administrators
  • IT professional with previous experience in general Windows Server and Windows Client administration.

Course content

10 sections • 71 lectures • 5h 32m total length

  • Preview01:13
  • Preview02:20

  • Understanding the pipeline
    06:16
  • About Object Pipelines
    06:38
  • Running Commands In a Pipeline
    04:19
  • Understanding the PowerShell Engine
    04:01
  • Filtering Objects Out of The Pipeline
    06:02
  • Sorting Objects Out of The Pipeline
    03:16

  • Introduction To PowerShell Objects Oriented
    03:56
  • Preview04:27
  • Gets the Properties and Methods of Objects.
    07:27
  • Properties and Methods Objects Types
    06:40
  • Perform Actions on Objects in PowerShell
    07:05
  • Get Property On PowerShell Objects
    06:59
  • Format a DateTime in PowerShell
    02:49
  • FileInfo Object From Powershell
    05:10
  • FileInfo Object Property
    02:40

  • Creating a PowerShell Hashtable
    03:21
  • Creating a PSCustomObject: New-Object
    07:33
  • Adds Custom Properties and Methods: Add-Member
    02:24
  • Add NoteProperty & AliasProperty
    01:44
  • Add and Run ScriptMethod
    02:22
  • The $this Variable
    04:35
  • Note Property Members
    04:25
  • PSNoteProperty Class
    03:59

  • Create a PSObject Class
    03:51
  • Change the Type Name of a Powershell Object
    04:06
  • Returns a Copy of The Object
    06:56
  • Gets the Property & Method Collection
    04:18
  • Version Casting
    05:43

  • Preview05:00
  • Measuring Objects: Part 1
    04:37
  • Measuring Objects: Part 2
    02:02
  • Selecting objects
    03:32
  • Filtering Objects
    04:06
  • Selects Objects That Have Particular Property Values
    03:46
  • Filtering Objects With PowerShell Operators
    05:04
  • Filtering Objects With Wildcard
    06:19
  • Sorting Objects
    05:43
  • Sorts Objects By Property Values.
    05:43
  • Sort a String as an Integer
    04:10
  • Sort Text Files By Time Span
    04:25
  • Grouping Objects
    07:39
  • Group Objects in a Hash Table
    04:59
  • Enumerate Objects in the Pipeline
    03:48
  • Get the Length of All The Files in a Directory
    04:52
  • Understanding PowerShell Begin, Process, and End blocks
    07:27
  • Run Multiple Script Blocks For Each Pipeline item
    05:02
  • Parallel Processing of Input Objects
    09:06
  • Comparing Objects
    05:10
  • Compares Two Sets of Objects
    03:04
  • Tee-Object: Send the Input Objects to File and Pipeline
    04:57
  • Out-File: Sends Output To a File
    05:10
  • Selects Objects Randomly
    02:01

  • Create PSCustomObject
    03:13
  • Creating Getter/Setter Method
    09:31
  • Creating a ScriptProperty
    02:57

  • Using the StringBuilder Class in .NET
    02:43
  • Preview05:55
  • Manage an Instance of a COM object
    03:12

  • Using Date and Math Classes
    05:37
  • Get Assembly By Class Name
    02:24
  • Get PowerShell Type Accelerators
    03:06

  • Introduction to Command Output
    04:12
  • PropertySet Class
    06:41
  • Create a PropertySet Member
    05:01
  • Convert Objects to String
    03:59
  • PowerShell Format Files
    04:26
  • PowerShell Table Control
    06:01
  • Gets the Formatting Data
    04:30
  • Formats the Output as a Table, List and Wide
    05:09

Instructor

Fettah Ben
Microsoft ADFS, IT Manager.
Fettah Ben
  • 4.2 Instructor Rating
  • 6,742 Reviews
  • 105,891 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
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.