* Parameters that are not needed for the command to run are called and parameters that are required for a command to run are called
* Explain what a positional parameter is.
* What is the alias for the Set-Item cmdlet.
Use the following cmdlet to answer questions 14, 15, and 16.
In the cmdlet: Get-WinEvent -LogName Security -ComputerName Sales1,MaryCook -Verbose
* What are the parameter names?
* What type of parameter is -Verbose?
* What (are) the parameter values?
* When the | (vertical bar) character separates two cmdlets, this creates a
Use the following graphic to answer questions 18-20.
[Image of a table with columns: Name, Value, Type, Description]
* Each row in the graphic is known as a
* Each column in the graphic is known as a
* All the entries in the graphic collectively are known as a
* Following the Microsoft standard, all cmdlets begin with a
* How would you send the output of the Get-Process cmdlet to a .txt file?
A technician enters the following into Visual Studio Code:
[Image of code: Get-Content -Path C:\Users\Admin\Desktop\test.txt]
* What caused the above error and how do you fix it?
* Write a cmdlet that shows the contents of a file called Employees.txt