From the course: Microsoft 365 Certified: Teams Administrator Associate (MS-700) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Learn PowerShell: Lab

Learn PowerShell: Lab

Let's start out by opening the PowerShell command line interface and run some commands. It should already be installed in your system, but in case it's not, or if you'd like to update it just search download PowerShell in the browser and locate the link from Microsoft Learn. You can see this page provides us with several methods that we can follow to install PowerShell in our system. Once it's installed go ahead and open up PowerShell like we have over here and the first command that we're going to explore is the get help command you can see it returns a description as well as some of the documentation including some examples and well this command is very helpful in case you need help with a particular command In the slides from this lesson, there are a couple of examples that you can try out with this command as well. The next command that we're going to explore is the get command. And you can see it retrieves a huge list of commands that are available in our system. And well, here's…

Contents