
Explore how PowerShell automates tasks with an object-oriented, uniform command model using verb-noun syntax, pipelines, and access to processes, drives, and registries.
Learn how to record a PowerShell session with Start-Transcript, capture commands to a transcript file, and understand cross-version compatibility from Windows XP to Windows 10.
Learn how to get and set PowerShell execution policy, understanding restricted, all signed, remote signed, and unrestricted, and how administrator mode and digital signatures affect running scripts.
Explore creating and using aliases in PowerShell, learn how get-location relates to alias definitions, and master directory navigation with pushd and popd by stacking and returning to previous locations.
Explore how to list directories and files with get-childitem, compare it to dir, and use -recurse and formatting options like format-list, format-table, and format-wide to display results.
Learn to navigate PowerShell with get-command to list commands and functions, count results, and inspect command objects. Discover how aliasing, get-help, and the verb-noun naming convention organize and access tools.
Learn PowerShell file handling: create files or folders with new-item, write with -value, read with get-content, and delete, rename, move, copy, test existence, and view history.
Learn to sort and group PowerShell objects using sort-object and group-object with pipelines. Use examples like get-process and event log to count sources and tailor views with select-object.
Master selecting and iterating over objects in PowerShell using select-object, get-member, and for each to retrieve names, creation times, and last access times. Explore filtering, piping, and color output options.
Learn to filter PowerShell objects with where-object by evaluating properties against criteria, such as finding executable files under a size threshold, and group results with group-object by extension.
Learn to list and target processes with get-process, use stop-process to kill a process safely or with what-if and confirm options, and apply wildcards for matching names.
PowerShell script course for Windows Admin. This tutorial cover's basic commands under 2 hrs.
If you need more details, you might have to take up my other PowerShell course.
The course guides the students through various useful and frequently used PowerShell commands like get-command get-childitem, file handling, sorting objects and grouping.
This course only teaches basics and is meant for those who needs a quick introduction to PowerShell to get going rather than detailed indepth.
So check if the course fits your need of under 2 hrs.