CYB_300_Milestone_One_Worksheet_SG

.docx

School

Southern New Hampshire University *

*We aren’t endorsed by this school

Course

300

Subject

Computer Science

Date

Feb 20, 2024

Type

docx

Pages

3

Uploaded by ChiefSummer9109

Report
CYB 300 Milestone One Worksheet For each required script element, a command is given that will display the results of the script. Use this validation command as the source for your screenshot.
Required Script Element PowerShell Script Statement Screenshot Change time zone to Tonga Standard Time Set-TimeZone -Name “Tonga Standard Time” -PassThru Validation command: Get-Timezone Set date/time to 6:00 a.m. on February 29, 2020 Set-Date “February 29, 2020 06:00” Validation command: Get-Date Create a new local user with the following parameters: FullName: First_Name Last_Name Name: First_initial+Last_name Password: Password123 $password = Read-Host - AsSecureString New-LocalUser -Name “Scott Garrett” -Password -Password - FullName “Scott Garrett” - Validation command: Get-LocalUser *
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help