1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What are the benefits of Windows Server Core?
Less resource intensive, fewer updates, smaller attack surface
What are the four initial steps to configuring windows server core?
Name the computer
Set time and time zone
Assign static IP
Join server to domain
What command can you use to display the host name?
hostname
What command can you use to see services installed on the system?
Get-service
What command can you use to rename the computer?
Rename-computer
What command can you use to see the current screen resolution? What about changing it?
Get-displayresolution, Set-displaresolution
What command can you use to enter the server configuration utility?
Sconfig
What command can you use to see your current time zone? What about changing it?
Get-Timezone, Set-timzone
What command do you enter to start a service? What about stopping it?
Start-Service, Stop-service
What command can you use to enter a computer into a domain?
Add-computer
What command can you use to see the IP configuration?
Get-netIPconfiguration
What command can you use to see network interfaces on the system?
Get-NetIPinterface
What command can you use to assign a new IP address
New-NetIPAddress
What command can you use to set a new date and time for the system?
Set-Date
What command can you use to create a new AD group?
New-ADgroup
What command can you use to modify an AD group?
Set-ADgroup
What command can you use to create a new AD user?
New-ADuser
What command can you use to modify an AD user?
Set-ADuser
How do you remove an AD user?
Remove-ADuser
What command can you use to set a password for an AD account?
Set-ADaccountpassword