
Master sorting, measuring, and selecting PowerShell objects with sort-object, measure-object, and select-object. Learn to sort by multiple properties, control case, and display chosen properties for precise output.
Learn to build effective PowerShell commands with the pipeline to display the current date, installed hotfixes, firewall rules, network neighbors, and DNS client cache for actionable reports.
Execute PowerShell commands to extract system information and configurations. Learn to display the current day of the year with Get-Date, view hotfixes, firewall rules, network neighbors, and DNS cache.
Learn to convert management information into multiple data formats using PowerShell pipelines, exporting objects to text, HTML, and delimited files, and importing data from these sources.
Learn to enumerate objects in the PowerShell pipeline, work with one object at a time, and explain the purpose of enumeration using basic and advanced syntax.
Learn how to enumerate objects in a PowerShell pipeline using foreach-object, apply methods or properties, and use basic and advanced syntax with script blocks and the range operator.
Learn PowerShell pipeline techniques to display installed certificate key algorithms, enumerate WMI object members, and generate random numbers with Get-Random, including reboot methods.
Learn to use the PowerShell pipeline to query services across every computer in the domain, validate command behavior, and handle pipeline input with Get-WMIObject, Get-Content, and Restart-Computer.
This course is aimed to IT Pros and is supposed to give the viewer the information they need to know to get started with Powershell and how to manage Windows Server 2016 with its help. The goal is to provide coverage of Powershell Fundamental tasks including topics like Get to Know Powershell. Learn how to use Pipeline and Work with Objects: Sort, Select, Measure, Convert, Export, Enumerating, Passing Data by Value/ by Name.
These techniques will make your daily work more efficient and let you automate administrative tasks.
The course is targeted to help to automate and script daily tasks. There are lots of live demonstrations how to use PowerShell commands and a Server's GUI. I hope it will help to do your job more efficiently.
This course can be taken as a standalone course but is also the prerequisite for the following courses:Building and Managing the Windows Server 2022 Lab Environment This course teaches you how to script with PowerShell 3.0 and describes different methods for automating common administrative tasks in Microsoft Windows Server 2016 environments.
By the end of this course, you should be familiar with Windows PowerShell and be able to start managing your systems in a similar way.
The goal is to provide coverage of Powershell fundamental tasks, including topics like Get to Know Powershell. Learn how to use Pipeline and work with objects: Enumerating, passing data by value or by name will make your daily work more efficient and let you automate administrative tasks.
The course is targeted at helping to automate and script daily tasks. There are lots of live demonstrations of how to use PowerShell commands and a server's GUI. I hope it will help you do your job more efficiently.
A Brief Contents of the Course:
Enumerating the Pipeline
Passing Data by Value
Passing Data by Name
Command Input is Only by Parameter
Manual Parameters Override the Pipeline
Changing to ByPropertyName
Expanding Property Values
Understanding the Pipeline
Selecting, Sorting, and Measuring Objects
Converting, Exporting, and Importing Objects
Filtering Objects Out of the Pipeline
Enumerating the Pipeline
Passing Data by Value
Passing Data by Name
And more...
Start to construct more useful and complex command lines!