Assignment 2 –Windows Server Install and Configuration Flashcards
- What is the super user account created by default when installing Windows Server?
The super user account created by default is Administrator.
- What are some initial settings you should configure on your Windows Server after the installation is finished?
Initial settings include a computer name, setting the time zone, and configuring the network settings. Another important setting is configuring the Windows Updates.
- What are the characteristics of Windows Server 2016 Essentials edition?
Essentials supports: • 2 CPU sockets up to 64GB of RAM • Up to 25 user and 50 computer accounts • No Server Core installation • No Hyper-V full service support • No Server Clustering
- What are the characteristics of Windows Server 2016 Standard edition?
Standard supports: • 512 CPU sockets up to 24TB of RAM • Unlimited user and computer accounts • Unlimited RRAS and RD connections • Server Core installation • Hyper-V support up to 2 guest OS sessions • Server Clustering up to 64 nodes
- What is the name given to the Windows Server 2016 GUI installation option?
Desktop Experience
- What is significant regarding the product ID and hardware ID that gets generated during the Windows Server installation with respect to activating your Windows software?
Product ID and Hardware ID are unique to the system that Windows is installed. Licensing is then associated with these unique numbers. Any significant change to the hardware of the server will require reactivation of the licensing for that system. This does not apply to additional components as long as the original components that were used to activate the license are still in the system.
- What are the characteristics of Windows Server 2016 Datacenter edition?
Datacenter supports: • 512 CPU sockets up to 24TB of RAM • Unlimited user and computer accounts • Unlimited RRAS and RD connections • Server Core installation • Unlimited guest sessions with Hyper-V • Server Clustering up to 64 nodes
- What is the advantage of using a Key Management Server to activate Windows computers?
A Key Management Server is local to the systems requiring activation and does not need to activate Windows over the Internet. Activation is valid for 180 days. The default is 7 days for attempting a reactivation. A KMS system can utilize the same license for all systems based on the licensing agreement.
- What are some of the Windows Server 2016 upgrade paths that are available?
Some upgrade paths available for Windows Server 2016 include:
Server 2012 Standard to Server 2016 Standard or Datacenter
Server 2012 Datacenter to Server 2016 Datacenter
Server 2012 R2 Standard to Server 2016 Standard or Datacenter
Server 2012 R2 Datacenter to Server 2016 Datacenter
Also Server 2016 Standard to Server 2016 Datacenter
You cannot upgrade directly from Server 2000, 2003, or 2008.
- What is PowerShell and when would it be used?
PowerShell is a command line interface used to configure and manage tasks in Windows OS. You can create scripts that can perform management tasks much faster than if you were using the GUI.
- What is the general format for commands entered in PowerShell?
The general format for commands in PowerShell are verb-noun – adverb. For example, verbs could be new, add, install, get, or set. Nouns could be any manageable object, application, etc. Adverbs are command options.
- Which key is used to autocomplete a command that has been started and scroll through all of the available options within PowerShell?
Use the TAB key to autocomplete a command.
- Describe the differences between a role, a role service, and a feature available in Windows Server.
A role is a major function or service that the server provides to client computers.
Role services are additional programs used to support a major role.
A feature is a software program that is not directly related to a server role.
- What are some roles that can be configured in Windows Server 2012 that you recognize?
Typical roles include Active Directory Domain Services – used for managing network resources and authenticating users, DNS, DHCP, File Services, Windows Deployment Services, Windows Update Services, etc.
- What are some role services that can be configured in Windows Server 2012?
Examples of a role service include the Print and Document service can have the Distributed Scan Server and Internet Printing role services as well.