70-410 Exam Study Flashcards
Powerhsell command to to show a list of features available for install
Get-WindowsFeature
ReFS
Unlimited file and directory sizes and increased resiliency that eliminates the need for error-checking tools. No support for NTFS features including compressions, EFS, disk quotas. Can’t be read by anything older than 2012.
Prepping for an upgrade (2)
-Save mass storage drivers on removable media. -Check application compatibility: use setup program to generate a compatibility report. Check manufacturer’s website for updates. -Ensure computer functionality -Perform a full backup -Disable virus protection -Disconnect the UPS device -Purchase the correct Windows Server 2012 R2 edition.
DIsabled with payload removed (Powershell)
Uninstall-WindowsFeature Server-GUi-Shell -remove
Dynamic Disks
Single partition that occupies the entire disk. You can create an unlimited number of volumes out of the space in that partition. Supports several different types of volumes.
What are a couple of valid reasons as to why administrators might want to install their Windows Server 2012 R2 servers by using the Server Core option?
-A server core installation can be converted to the full GUI without re-installing the operating system. -The new Server manager in Windows Server 2012 R2 makes it much easier to administer servers remotely.
Minimal Server interface
-Server manager -MMC -Device Manger -Powershell in order to configure, remove “Server Graphical Shell” in roles and features.
Roles available in Server core installation
ADCS ADDS ADLDS ADRMS DHCP DNS File an Storage Hyper-V Print and Document Services Remote access Web Server (IIS) WSUS
Which of the following command-line tools are used to join a computer to a domain?
netdom.exe
What powershell command is used to completely remove the GUI installation files from the system?
Uninstall-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell -Remove
Storage pool
Find the storage pool wizard. Disks that are eligible don’t have partitions or volumes. Vice Versa for in-eligble disks.
Mount in the following Empty NTFS Folder
Type path to an existing NTFS folder or browse. The entire contents of the new drive will appear in the foler you specify.
What volume types supported by Windows Server 2012 R2 provide fault tolerance?
-A mirrored volume writes duplicate copies of all data to two disks, thereby providing fault tolerance. -A RAID-5 volume writes data and parity information on multiple disks, thereby providing fault tolerance.
Spanned Volume
Consists of space from 2 to 32 physical disks all of which must be dynamic disks.
Migrating Roles
Preferred method for an upgrade. -Between versions (i.e. 2003 to 2012) -Between platforms (32 bit to 64 bit) -Between editions (Essentials to Standard) -Between physical and virtual instances -Between Installation options (Server Core to Server with a GUI)
Roles not available in Server core installation
ADFS Application server (deprecated) Fax server Network Policy and access services Remote desktop Gateway Remote desktop session host Remote desktop web access Volume activation services Windows deployment services.
Simple Volume
Consists of space from a single disk. You can extend it to multiple disks to create spanned or striped Volumes as long as it’s not the boot volume. Can extend to any adjacent unallocated space on same disk, or with limitations shrink the volume by deallocating any unused space in the volume.
Downside to NIC Teaming
Large TCP sequences on the network such as Hyper V live migration will avoid using multiple adapters to minimize lost and out of order TCP segments. There will not be any performance increase. Dynamic mode, however, splits these large TCP sequences into smaller units and distributes them among the NICs. This is default load-balancing mode in 2012 r2.
Installation Requirements
-1.4-GHz 64-bit processor -512 MB RAM -32 GB available disk space -Super VGA (1024 x 768) or higher resolution. -Keyboard and mouse. -Internet access.
Do not assing A drive letter or drive path
Create partition but not ready for use. It’s left unmounted and inaccessible. When you want to mount it, just assign a drive letter.
Rename a computer (via CLI netdom)
netdom renamecomputer %ComputerName% /NewName:
Convert Full GUI to Server Core (Powershell)
Uninstall-WindowsFeature Server-Gui-MGMT-Infra, Server-Gui-Shell -Restart
NIC Teaming: Switch Dependent Mode
All network adapters are connected to the same switch, providing a single interface with their combined bandwidth. Static teaming: generic mode that balances the traffic between adapters in the team or use Link Aggregation protocol (IEEE 802.3ax)
What is not true about the server manager?
What’s not true is that Server manager can deploy roles to multiple servers at the same time.