From the course: Complete Guide to PowerShell 7
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Using Get-Help - PowerShell Tutorial
From the course: Complete Guide to PowerShell 7
Using Get-Help
- [Instructor] Now we just looked at using the get command to be able to identify the commandlets, et cetera. Now, one other commandlet that's available to us is the get-help that allows us to identify information about a process. Now the first thing that we need to do is update the help. So I'm going to say run selection. It's going to go ahead and update the help information to give me the most up-to-date information help files that have been loaded back into PowerShell. So this might take a few minutes. It could be nice and quick. You can see it's downloading the help content. It's going to streamline all of that and bring it down. You can see, it's changing the modules that we've loaded and bringing that help information. So the more modules you have, the longer it's going to take to actually load all that information directly into that. Now of course once that's finished loading, then of course we can use the get - help against a specific command. So while that's loading, we can…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
Basic command structure12m 11s
-
(Locked)
Running simple commands6m 45s
-
(Locked)
Using Get-Command6m 15s
-
(Locked)
Using Get-Help5m 57s
-
(Locked)
Common cmdlets overview6m 57s
-
(Locked)
Managing processes with Get-Process8m 1s
-
(Locked)
Working with services6m 37s
-
(Locked)
Running scripts interactively5m 22s
-
-
-
-
-
-
-
-
-
-
-