Fill This Form To Receive Instant Help
Homework answers / question archive / ECPI University, Raleigh CIS 321 Unit 3 Midterm Attempt 2 1)When a script runs, the error message will specify the script filename followed by the line and where the error was detected
ECPI University, Raleigh
CIS 321
Unit 3 Midterm Attempt 2
1)When a script runs, the error message will specify the script filename followed by the line and
where the error was detected.
2. When a script runs, the error message will specify the script file, the , and character where the error was detected.
3. A(n) is a location in a script that you can stop temporarily to examine script execution and variables when debugging a script.
4. The cmdlet is used to create a breakpoint in a script.
5. Debug messages can be created in your script by using the cmdlet.
6. Because the parameter value for the computername parameter is string[], you can provide a(n)
of computers.
7. A PowerShell session can use the protocol for encrypted communications using the port 5986 as default.
8. Type the command to view the PowerShell sessions created in your current shell.
9. The cmdlet removes one or more members from an Active Directory group.
10. The cmdlet gets one or more Active Directory groups.
11. The cmdlet enables an Active Directory account.
12. Type the command to join the local computer to the corp.net domain.
13. Type the command to create a new computer account named client-01 in the Atlanta OU in the corp.net domain.
14. Type the command to add the user Mary Smith (msmith) to the Marketing group.
15. Type the command to create a global security group for the Marketing department in the Atlanta OU of the test.net domain.
16. Type the command to delete the group Marketing.
17. Type the command to remove the user Mary Smith (msmith) from the Marketing group.
18. Type the command to view the members of the Marketing group.
19. Type the command to set the password of the user msmith to the secure string value contained in the
$passwd variable.
20. Type the command to create a user with the name Mary Smith, with the samaccountname of msmith, userprincipalname of msmith@corp.net in the Users OU that is located in the Atlanta OU.
21. Type the command to delete the user Mary Smith (msmith).
22. Type the command to enable the user msmith.