0%

0/1 Lessons

Course Introduction

• 5min

0 / 2 lessons complete

Getting Started with Windows PowerShell

• 56min

0 / 8 lessons complete

Getting Help and Finding Commands

• 39min

0 / 6 lessons complete

PowerShell Command Syntax

• 33min

0 / 5 lessons complete

PowerShell Objects and Properties

• 35min

0 / 6 lessons complete

The PowerShell Pipeline

• 24min

0 / 2 lessons complete

PowerShell Providers

• 30min

0 / 5 lessons complete

PowerShell Arrays and Variables

• 28min

0 / 4 lessons complete

PowerShell Loops

• 19min

0 / 3 lessons complete

PowerShell Conditional Statements

• 11min

0 / 1 lessons complete

On Premises Lab Setup

• 36min

0 / 8 lessons complete

Basic Domain Administration with Windows PowerShell

• 2hr 27min

0 / 10 lessons complete

Send Emails with PowerShell

• 22min

0 / 2 lessons complete

PowerShell Desired State Configuration (DSC) Basics

• 1hr 48min

0 / 6 lessons complete

PowerShell Modules

• 58min

0 / 7 lessons complete

Powershell Challenges

• 1hr 55min

0 / 23 lessons complete

Section Overview
Full Access Account Required

Video | 5 min

The Trusted Hosts List Challenge
Full Access Account Required

Text | 5 min

The Trusted Hosts List Answer
Full Access Account Required

Video | 5 min

Starting a Remote Session Challenge
Full Access Account Required

Text | 5 min

Starting a Remote Session Answer
Full Access Account Required

Video | 5 min

Rename a Computer Challenge
Full Access Account Required

Text | 5 min

Rename a Computer Answer
Full Access Account Required

Video | 5 min

Change a Password on a Remote Computer Challenge
Full Access Account Required

Text | 5 min

Change a Password on a Remote Computer Answer
Full Access Account Required

Video | 5 min

How to Copy Files To-From a Remote Machine Challenge
Full Access Account Required

Text | 5 min

How to Copy Files To-From a Remote Machine using VSC Answer
Full Access Account Required

Video | 5 min

How to Export Logs to a CSV File Challenge
Full Access Account Required

Text | 5 min

How to Export Logs to a CSV File Answer
Full Access Account Required

Video | 5 min

How to Create Multiple Folders on the Host Machine using Powershell
Full Access Account Required

Text | 5 min

How to Create Multiple Folders on the Host Machine using Powershell Answer
Full Access Account Required

Video | 5 min

Who Rebooted the Server ID1074 Challenge
Full Access Account Required

Text | 5 min

Who Rebooted the Server
Full Access Account Required

Video | 5 min

How can you get Info on all your Hard Drives Challenge
Full Access Account Required

Text | 5 min

How can you get Info on all your Hard Drives Answer
Full Access Account Required

Video | 5 min

How can I get a list of CPU's and Installed Printers, Last Boot-up Time Challenge
Full Access Account Required

Text | 5 min

How can I get a List of CPU's and Installed Printers, Last Boot-up Time Answer
Full Access Account Required

Video | 5 min

How can I Automate Tasks with Task Scheduler Challenge
Full Access Account Required

Text | 5 min

How can I Automate Tasks with the Task Scheduler Answer
Full Access Account Required

Video | 5 min

Course Conclusion

• 1min

0 / 1 lessons complete

Getting Help and Finding Commands Part 1

Instructions

Q&A (0)

Notes (0)

Resources (0)

Saving Progress...

Resources

There are no resources for this lesson.

Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.

Create note

  • One of the GREATEST BENEFITS for those that are brand new to PowerShell is the help system. The Help System is where you’ll get all your answers. Why count on google, when you have something better right at your fingertips. 

You might ask, why should I spend time learning about the help system?

  • If you’re serious about learning PowerShell, you’ll need to be serious about spending time mastering the help system. We gonna be spending a lot of time using the help system, why? Because it’s the secret to becoming a PowerShell Expert.
  • Commands vs. cmdlets vs. Functions. PowerShell has many types of commands. We ’ll refer to all these as commands. We’ll define what a cmdlet is and talk about functions later.
  • CMDlets- Are unique to PowerShell. These commands allow you to get a specific task done. Cmdlet’s take the form of a VERB-NOUN. As you know a verb denotes an actionFor example, Get, Add, Export, and Import. 

Let’s take the command Get-Service, get is the verb and service is the noun.

Or the command Export-Csv â€“ Export is the verb, and CSV is the noun. 

The Verb-Noun format gives these commands some consistency, in other words, you’ll always know that any cmdlet will start with a verb and end with a noun.

There are Four different ways to examine the help system â€“ examples, detailed, full and online. Lets go ahead and checkout all four. We’ll use get-help get-service as our command.

  • OK go ahead and type get-help and press return, space. Get-service, okay and press return. Now press the spacebar once, press the hyphen key and type examples, ex. Then press return. OK press return again. And let's go ahead and scroll up. And as you can see we have example one, okay and scroll the whole way down. And here we have example 11. So as you can see we have 11 examples for get-service. And this really makes learning Power-Shell much easier.

·Okay now switch over to the other to my other screen. And type the same command and get-help, space get-service OK. Now this time press hyphen and type detailed. Ok, now press return now press return again. Now what you can see is again we have all 11 examples. But let's go ahead and scroll up and as you can see we have some different some different items.

  • One is syntax and then we have description, and then we have parameters. Let's take a look at syntax. Basically, syntax helps us construct a command correctly. To construct a command, you follow the syntax from left to right. Okay, now description gives you a good description of the get-service cmdlet. Now let's take a look at parameters. Okay, the parameters of a command are options that determine what the command can do. Notice that parameters always start with a hyphen.
  • OK, allright now let's go ahead and clear that screen. Now this time we'll type get-help, space get-service and this time type -full. All right let's take a look at that right now.

Again we have all the examples, and let's move up and see what we have that's different. Okay now here we have the name synopsis, syntax, description, and the parameters again. Notice these five items, they weren't included in the detailed help, four of these items we'll discuss in another lecture.

Server Academy Members Only

Sorry, this lesson is only available to Server Academy Full Access members. Become a Full-Access Member now and you’ll get instant access to all of our courses.

0 0 votes
Lesson Rating
Subscribe
Notify of
profile avatar
0 Comments
Inline Feedbacks
View all comments