Lab 6 ITN 103
Step 1 Introduction to PowerShell
Here is a nice introduction to PowerShell. This lab could actually be done with any Windows system. To determine the answers to the questions below the process is in Chapter 1. To begin with you want to run PowerShell as an administrator. What version of PowerShell are you using? Determine the current execution policy setting.
Step 2 Getting Help (Chapter 2)
What are the three core cmdlets in PowerShell?
Using the Get_Help command find help for the terms below on your computer, review the output, and observe how the help system organizes the information. Make acoment on what you found.
Step 3 Exploring some CMDLET's
Explore each of the cmdlet’s listed, then enter the syntax of a usage under each one listed and an explanation of what it does. The page may help with these commands: PowerShell
a. Get-Command
b. Show-Command
c. Get-NetIPinterface
d. Disable-NetAdapter
e. Get-EventLog -List
f. Get-NetIPAddress
Step 4 Working with PowerShell
PowerShell can be very powerful tool when used in scripts. Choose two of these categories from the page and show me an image of the commands you used working. Sample Scripts
Download this Lab and answer the questions and comment on the steps and upload to Canvas under the module for this lab.