Overview
  • Introduction
  • What is PowerShell and Why PowerShell
  • Frequently Asked Questions
  • Getting PowerShell
  • PowerShell Console & ISE
  • Few basic commands for Navigation in console
  • Session1 Refresher Quiz
Starting with PowerShell
  • PsversionTable & Introduction to Objects
  • PowerShell Help
  • Update-Help and Save-Help
  • Getting PowerShell Concept based help
  • Intellisense
  • PowerShell Aliases
  • Session 2 Refresher Quiz
Programming Basics
  • Variable & constants
  • Write-Host & Write-Output
  • If, If-Else Condition
  • Comparison Operators
  • Error Handling - Try & Catch
  • Arrays
  • Iterations (While Loop & For Loop)
  • Session 3 Refresher Quiz
  • Some Basic Programming Practice
File Operations
  • Check a file's existence and read
  • Mini Exercise
  • XML File Handling
  • Create a new file and write content
  • Create a structured Log File
  • File Operation and data manipulation
  • Prepare Employee benefit's eligibility status
System Administration
  • What is a windows process
  • What is a windows service
  • Get-Process
  • Get-Services
  • What exactly is PowerShell Pipeline
  • Format-List, Format-Table and ConvertTo cmdlets
  • Practice of Get-Process, Get-Service and ConvertTo cmdlets
  • Logical Thinking(Theory based)
  • System Administartion
Automation for production environment
  • What is a task Scheduler
  • Automation 1 : File Purging -Draft
  • Purge Automation Enhancements
  • Automation 2 Scheduled Services Restart (Production Ready)
  • Mini Project : Arrange My Music Library
  • Thinking Ability
  • End Course Test(Unsolved)
Conclusion
  • What we have learnt
  • What is Next
  • BONUS LECTURE: More Courses from Vijay Saini