Basic PowerShell commands for Windows Admin

Go to class
Write Review

Basic PowerShell commands for Windows Admin provided by Udemy is a comprehensive online course, which lasts for 2-3 hours worth of material. Basic PowerShell commands for Windows Admin is taught by Shakil khan. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Best course for Beginners and intermediate with quick hands on and ramp up

    What you'll learn:

    • Students should be able to write and demonstrate basic to fairly advance Power Shell scripts.

    This powershell course is specially crafted for beginners and intermediatewho has little or no knowledge of PowerShell. The course has certain great concept(Check the Preview)which would act as a refresher for even advance powershell user.

    The course guides the students from installation to navigating help, to different important commands.
    This course would take the user through smooth path with each commands and steps explained in detailed, so as to make student an independent explorer in the field of powershell in future career.

    Since Powershell is a vast field so I tried to crack open the concepts by explaining in details some of the concepts as below:

    A) Different type of commands/scripts/cmdlet, which can be run from PowerShell.
    B) Object Handling and Piping i.e where-object, foreach-object etc
    C) Object sorting, manipulation and formatting i.e sort-object, format-list, format-table
    D) Navigating the Help for unknown commands using just the get-help and some keywords i.e. navigating get-eventlog
    E) Helped student to get the idea of virtual driver letter for environment variables and regular partition i.e get-psdrive
    F) How to set the Execution Policy set-ExecutionPolicy, get-ExecutionPolicy
    G) String Handling i.e Like taking string length, getting a unique string from an array of strings.