From the course: Managing and Administering Microsoft Teams by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,100 courses taught by industry experts.
Learn PowerShell - Microsoft Teams Tutorial
From the course: Managing and Administering Microsoft Teams by Microsoft Press
Learn PowerShell
Let's start out by opening the PowerShell Command Line Interface and run some commands. So go ahead and click on the "Start" button and type in PowerShell. You should see the app right there. Go ahead and click on it and that will open the command line interface. The first command that we're going to run is the Get-Help command. And you can see it returns a description, some documentation, as well as some examples on how you can use this command. This command is very helpful. In case you need help with any command, you can just run get-help followed by the command and it'll give you the instructions for that command. In the slides from the previous sub-lesson, there were some examples that you can try out with this command. So that could be some great practice. And the next command that we're going to review is the get-command command. So go ahead and type in get-command and you will see it retrieves a huge list of commands that are available in our system. So this is actually an area…