PowerShell for Beginners Master concepts step by step
What you’ll learn
The ability to use PowerShell fundamentals to write functions and scripts that will save you time.
You will understand how to create a PowerShell script from the ground zero
You will be able to use PowerShell Cmdlets and use nice ‘one-liners’ and create your own!
An opportunity to impress your colleagues and IT management with your PowerShell skills.
Requirements
A PC with Windows 7, Windows 8, or Windows 10 or a Windows Server
Description
PowerShell is a task automation and configuration management program from Microsoft, consisting of a command-line shell and the associated scripting language. Initially a Windows component only, known as Windows PowerShell, it was made open-source and cross-platform on 18 August 2016 with the introduction of PowerShell Core. This course provides students with the fundamental knowledge and skills to use Windows PowerShell for administering and automating administration of Windows systems. This course provides students the skills to identify and build the commands they require to perform specific tasks. In addition, students learn how to build scripts to accomplish advanced tasks such as automating repetitive tasksThis course is meant for the beginner who wants to know about PowerShell and some basic scripting with PowerShell.Please don’t wait that others should encourage you to learn this Skill.Try to identify the need and demand of Today’s time, and Grab this opportunity to Learn this new Skill to match pace with Trending Time and Technologies.I am sure, As soon as you complete this course, You will be very efficient in automation using PowerShell Scripting.I’m a professional instructor who has helped thousands of students learn to use PowerShell. Come and enjoy the class as you learn this powerful tool.
Overview
Section 1: Powershell: Introduction
Lecture 1 PowerShell: Getting_Started_Introduction
Lecture 2 PowerShell: Getting the latest Version
Lecture 3 PowerShell: Launching PowerShell
Lecture 4 Important Update
Section 2: PowerShell: Basic cmdlet (Part 1)
Lecture 5 PowerShell: PowerShell Cmdlet
Lecture 6 PowerShell: Basic cmdlet New-Item Part 1
Lecture 7 PowerShell: Basic cmdlet New-Item Part 2
Lecture 8 PowerShell: Basic cmdlet New-Item Part 3
Lecture 9 PowerShell: Basic cmdlet Copy-Item Part 1
Lecture 10 PowerShell: Basic cmdlet Copy-Item Part 2
Lecture 11 PowerShell: Basic cmdlet Rename-Item
Lecture 12 PowerShell: Basic cmdlet Remove-Item Part 1
Lecture 13 PowerShell: Basic cmdlet Remove-Item Part 2
Lecture 14 PowerShell: Basic cmdlet Move-Item Part 1
Lecture 15 PowerShell: Basic cmdlet Move-Item Part 2
Lecture 16 PowerShell: Basic cmdlet Get-Item Part 1
Lecture 17 PowerShell: Basic cmdlet Get-Item Part 2
Section 3: PowerShell: Basic cmdlet (Part 2)
Lecture 18 PowerShell: Basic cmdlet Get-Member
Lecture 19 PowerShell: Basic cmdlet Set-Content Part 1
Lecture 20 PowerShell: Basic cmdlet Set-Content Part 2
Lecture 21 PowerShell: Basic cmdlet Get-Content Part 1
Lecture 22 PowerShell: Basic cmdlet Get-Content Part 2
Lecture 23 PowerShell: Basic cmdlet Add-Content Part 1
Lecture 24 PowerShell: Basic cmdlet Add-Content Part 2
Lecture 25 PowerShell: Basic cmdlet Clear-Content
Lecture 26 PowerShell: Basic cmdlet Test-Path
Lecture 27 PowerShell: Basic cmdlet Get-Date Part 1
Lecture 28 PowerShell: Basic cmdlet Get-Date Part 2
Lecture 29 PowerShell: Basic cmdlet Write-Host
Section 4: PowerShell: Advanced cmdlet (Part 1)
Lecture 30 PowerShell: Advanced cmdlet ForEach-Object Part 1
Lecture 31 PowerShell: Advanced cmdlet ForEach-Object Part 2
Lecture 32 PowerShell: Advanced cmdlet Pipeline
Lecture 33 PowerShell: Advanced cmdlet Sort-Object Part 1
Lecture 34 PowerShell: Advanced cmdlet Sort-Object Part 2
Lecture 35 PowerShell: Advanced cmdlet Where-Object
Lecture 36 PowerShell: Advanced cmdlet Measure-Object Part 1
Lecture 37 PowerShell: Advanced cmdlet Measure-Object Part 2
Section 5: PowerShell: Advanced cmdlet (Part 2)
Lecture 38 PowerShell: Advanced cmdlet Group-Object Part 1
Lecture 39 PowerShell: Advanced cmdlet Group-Object Part 2
Lecture 40 PowerShell: Advanced cmdlet Read-Host Part 1
Lecture 41 PowerShell: Advanced cmdlet Read-Host Part 2
Lecture 42 PowerShell: Advanced cmdlet Tee-Object Part 1
Lecture 43 PowerShell: Advanced cmdlet Tee-Object Part 2
Lecture 44 PowerShell: Advanced cmdlet Format-List Part 1
Lecture 45 PowerShell: Advanced cmdlet Format-List Part 2
Lecture 46 PowerShell: Advanced cmdlet Get-ChildItem Part 1
Lecture 47 PowerShell: Advanced cmdlet Get-ChildItem Part 2
Lecture 48 PowerShell: Advanced cmdlet Get-ChildItem Part 3
Section 6: PowerShell: Operators (Part 1)
Lecture 49 PowerShell: Types of Operators
Lecture 50 PowerShell: Arithmetic Operator Part 1
Lecture 51 PowerShell: Arithmetic Operator Part 2
Lecture 52 PowerShell: Arithmetic Operator Part 3
Lecture 53 PowerShell: Assignment Operator Part 1
Lecture 54 PowerShell: Assignment Operator Part 2
Lecture 55 PowerShell: Assignment Operator Part 3
Lecture 56 PowerShell: Comparison Equality Operator Part 1
Lecture 57 PowerShell: Comparison Equality Operator Part 2
Section 7: PowerShell: Operators (Part 2)
Lecture 58 PowerShell: Comparison Matching Operator Part 1
Lecture 59 PowerShell: Comparison Matching Operator Part 2
Lecture 60 PowerShell: Containment Matching Operator Part 1
Lecture 61 PowerShell: Containment Matching Operator Part 2
Lecture 62 PowerShell: Replacement Matching Operator
Lecture 63 PowerShell: Type Comparison Matching Operator Part 1
Lecture 64 PowerShell: Type Comparison Matching Operator Part 2
Section 8: PowerShell: Operators (Part 3)
Lecture 65 PowerShell: Logical Operator Part 1
Lecture 66 PowerShell: Logical Operator Part 2
Lecture 67 PowerShell: Redirection Operator Part 1
Lecture 68 PowerShell: Redirection Operator Part 2
Lecture 69 PowerShell: Redirection Operator Part 3
Lecture 70 PowerShell: Join and Split Part 1
Lecture 71 PowerShell: Join and Split Part 2
Section 9: PowerShell: Conditional Statements
Lecture 72 PowerShell: Types of Statements
Lecture 73 PowerShell: If Statement Part 1
Lecture 74 PowerShell: If Statement Part 2
Lecture 75 PowerShell: If-else Statement Part 1
Lecture 76 PowerShell: If-else Statement Part 2
Lecture 77 PowerShell: Else-if Statement Part 1
Lecture 78 PowerShell: Else-if Statement Part 2
Lecture 79 PowerShell: Switch Statement Part 1
Lecture 80 PowerShell: Switch Statement Part 2
Section 10: PowerShell: Loops
Lecture 81 PowerShell: Loop and Types
Lecture 82 PowerShell: Do-while Loop
Lecture 83 PowerShell: Foreach Loop Part 1
Lecture 84 PowerShell: Foreach Loop Part 2
Lecture 85 PowerShell: For Loop Part 1
Lecture 86 PowerShell: For Loop Part 2
Lecture 87 PowerShell: While Loop
Lecture 88 PowerShell: Continue Statement
Lecture 89 PowerShell: Break Statement
Section 11: PowerShell: Strings
Lecture 90 PowerShell: Strings
Lecture 91 PowerShell: String Concatenation
Lecture 92 PowerShell: String SubString
Lecture 93 PowerShell: String Formatting
Lecture 94 PowerShell: String Replace
Section 12: PowerShell: Functions
Lecture 95 PowerShell: Functions
Lecture 96 PowerShell: Simple Function Part 1
Lecture 97 PowerShell: Simple Function Part 2
Lecture 98 PowerShell: Simple Function Part 3
Lecture 99 PowerShell: Advance Function
Section 13: PowerShell: Arrays (Part 1)
Lecture 100 PowerShell: Array Introduction
Lecture 101 PowerShell: Array Sub-Expression Operator
Lecture 102 PowerShell: Creating and Initializing an array
Lecture 103 PowerShell: Reading an array
Lecture 104 PowerShell: Iterations over array elements
Lecture 105 PowerShell: Size of an array
Section 14: PowerShell: Arrays (Part 2)
Lecture 106 PowerShell: Manipulating an array (Part 1)
Lecture 107 PowerShell: Manipulating an array (Part 2)
Lecture 108 PowerShell: Add Element to an array
Lecture 109 PowerShell: Remove Element to an array
Lecture 110 PowerShell: Combine two array
Section 15: PowerShell: Hash Table and Ordered Dictionaries (Part 1)
Lecture 111 PowerShell: Hash Table and Ordered Dictionaries Introduction
Lecture 112 PowerShell: Create Hash Table
Lecture 113 PowerShell: Create Ordered Dictionaries
Lecture 114 PowerShell: Display Hash Table Part 1
Section 16: PowerShell: Hash Table and Ordered Dictionaries (Part 2)
Lecture 115 PowerShell: Display Hash Table Part 2
Lecture 116 PowerShell: Adding Keys and Values in Hash Table Part 1
Lecture 117 PowerShell : Adding Keys and Values in Hash Table Part 2
Lecture 118 PowerShell: Remove Keys and Values in Hash Table
Section 17: PowerShell: Alias and Regex
Lecture 119 PowerShell: Creating Alias
Lecture 120 PowerShell: Getting Alias
Lecture 121 PowerShell: Export Alias Part 1
Lecture 122 PowerShell: Export Alias Part 2
Lecture 123 PowerShell: Regex Part 1
Lecture 124 PowerShell: Regex Part 2
Lecture 125 PowerShell: Regex Part 3
Lecture 126 PowerShell: Regex Part 4
Lecture 127 PowerShell: Regex Part 5
Section 18: PowerShell: Try, Catch and Finally
Lecture 128 PowerShell: Try Introduction
Lecture 129 PowerShell: Catch Introduction
Lecture 130 PowerShell: Finally Introduction
Lecture 131 PowerShell: Try with Catch
Lecture 132 PowerShell: Try with Catch and Finally
Section 19: PowerShell: Management (Part 1)
Lecture 133 PowerShell: Management Invoke-Item Part 1
Lecture 134 PowerShell: Management Invoke-Item Part 2
Lecture 135 PowerShell: Management Set-Service Part 1
Lecture 136 PowerShell: Management Set-Service Part 2
Lecture 137 PowerShell: Management Set-Service Part 3
Section 20: PowerShell: Management (Part 2)
Lecture 138 PowerShell: Management Start-Service
Lecture 139 PowerShell: Management Restart-Service
Lecture 140 PowerShell: Management Clear-Item
Lecture 141 PowerShell: Management Get-ComputerInfo Part 1
Lecture 142 PowerShell: Management Get-ComputerInfo Part 2
Lecture 143 PowerShell: Management Get-Location
Section 21: PowerShell: Management (Part 3)
Lecture 144 PowerShell: Management Join-Path Part 1
Lecture 145 PowerShell: Management Join-Path Part 2
Lecture 146 PowerShell: Management Join-Path Part 3
Lecture 147 PowerShell: Management Test-Connection Part 1
Lecture 148 PowerShell: Management Test-Connection Part 2
Section 22: PowerShell: Archive and Core
Lecture 149 PowerShell: Compress Archive
Lecture 150 PowerShell: Expand Archive
Lecture 151 PowerShell: Out-Host
Lecture 152 PowerShell: Out-Null
Section 23: PowerShell: Utility (Part 1)
Lecture 153 PowerShell: Out-File Part 1
Lecture 154 PowerShell: Out-File Part 2
Lecture 155 PowerShell: ConvertTo-Html Part 1
Lecture 156 PowerShell: ConvertTo-Html Part 2
Lecture 157 PowerShell: ConvertTo-Json Part 1
Section 24: PowerShell: Utility (Part 2)
Lecture 158 PowerShell: ConvertTo-Json Part 2
Lecture 159 PowerShell: ConvertTo-Csv
Lecture 160 PowerShell: Get-Date
Lecture 161 PowerShell: ConvertTo-Csv Part 1
Lecture 162 PowerShell: Export-Csv Part 1
Section 25: PowerShell: Utility (Part 3)
Lecture 163 PowerShell: Export-Csv Part 2
Lecture 164 PowerShell: Import-Csv
Lecture 165 PowerShell: Get-Random Part 1
Lecture 166 PowerShell: Get-Random Part 2
Lecture 167 PowerShell: New-Guid
Section 26: PowerShell: Project for practice
Lecture 168 PowerShell: How to start a window service (if not running)
Lecture 169 PowerShell: Password Generator Part 1
Lecture 170 PowerShell: Password Generator Part 2
Anyone who wants to learn PowerShell,IT People who want to automate repetitive task and make their life easy,Anyone responsible for IT in an organization,Anyone who wants to learn scripting for automation
Course Information:
Udemy | English | 4h 12m | 1.13 GB
Created by: Techno King
You Can See More Courses in the IT & Software >> Greetings from CourseDown.com