MCSA 70-410 Complete Study Flashcards (Original Version)correctly answered 2023
MCSA 70-410 Complete Study Flashcards (Original Version)correctly answered 2023What is the Powershell cmdlet to install a Role with an XML configuration file? (1 Flag) install-windowsfeature -configurationfilepath $ What are the four perks to role migration, over upgrading a server? 1. Can be done between older versions (2003 sp2 2012 R2) 2. Can be done between platforms (64/32 bit) 3. Can be done between Editions (Standard Datacenter) 4. Can be done between GUI / Core What is TCP Chimney Offload and IPsec Task Offloading? TCP Chimney Offload Feature allows moving the workload of handling TCP/IP Connection from the CPU to the NIC. IPsec Task Offloading is similar in that if the NIC supports it, it can take the processing burden of unecrypting data off of the CPU. How would you use a PowerShell cmdlet to disable the Server Graphical Shell and remove its source files from the WinSxS directory? Uninstall-WindowsFeature Server-Gui-Shell -Remove Which feature must you add to a Windows Server 2012 Server Core installation to convert it to the Minimal Server Interface? Graphical Management Tools and Infrastructure What is the name of the directory where Windows stores all of the operating system modules it might need to install at a later time? And it's location? WinSxS C:WindowsWinSxS What flag would you use when installing a feature to also install the remote management tools? -includemanagementtools What flag would you use when installing a feature to also install all sub-features? -IncludeAllSubfeature What does DISM stand for and what does it do? Deployment Image Servicing and Management (DISM.exe) is a command-line tool that can be used to service a Windows image or to prepare a Windows Preinstallation Environment image. What is the path in installation media for the WinSxS folder? D:/sources/SxS What are the license restrictions of each Windows Server Edition? (Max Users/Cals/CPUs/VMs) Foundation: Max 15 users, Unlimited CALs Essentials: Max 25 Users, Max 50 CALs Standard: Max 2 CPUs, Unlimited Cores, 2 VMs Datacenter: Max 2 CPUs, Unlimited Cores, Unlimited VMs What are the maximum system specs for 2012 R2? 640 Cores 4TB RAM 64 Failover clusters nodes What CMD command would you use to rename a computer? Netdom Renamecomputer %computername% /newName: What CMD command would you use to join a computer to a domain? Netdom join %computername% /domain: /userd: /passwordd: What CMD command can you use to manage services? SC What CMD command can change NTFS permissions of a file? What CMD command can be used to configure and manage Volume Shadow Copies? vssadmin What CMD command scans and verifies the versions of all protected system files? Bonus: What flag will only scans the files but makes no changes? bonus: /verifyonly What 2 NIC Teaming modes are switch dependant? Static; LACP What 2 NIC Teaming modes are switch independant? Active/Active; Active/Standby What Powershell cmdlet (with flags) would you use setup NIC Teaming? (4 Flags) New-NetLBFOTeam -Name -TeamMembers (Ehternet0) -TeamingMode (Static, LACP, Switch Independant -LoadBalancingAlgorithm (Dynamic, Hypervport, IPAddresses) What flag can be used to remotely configure servers in some Powershell cmdlets? -Computername What command can enable server manager remote management? Configure-Smremoting What are 4 perks to using server core over gui? Eliminates memory intensive elements. reduced disk space needed reduced patches needed better security How would you get information about a wim file using DISM? (2 flags) DISM /get-wiminfo /wimfile:d:sources How would you mount an image to c:mount with DISM? (4 flags) DISM /mount-wim /index:2 /wimfile:d:sources /mountdir:c:mount How do you Unmount an image with DISM saving changes? (3 Flags) DISM /unmount-wim /mountdir: mount path /commit How do you list Features with DISM? (2 Flags) DISM /image: image path /get-features How do you get information on a feature with DISM? (3 Flags) DISM /image: image path /get-featureinfo /featurename: feature How do you enable a feature in DISM? (3 Flags) DISM /image: image path /enable-feature /featurename: feature What are some Limitations/Features of MBR? (Max Size, Max Partitions, Bootable? How partition table is stored) - Max 2 TB - Max 4 primary partitions or 3+1 extended - Bootable - Partition table is the first sector of disk What are some Limitations/Features of GPT? (Max Size, Max Partitions, Bootable?) - More than 2TB Max - 128 partitions max - Not bootable How would you create a new extended partition with diskpart? (2 Commands) select disk disknumber create partition extended What 5 volume types can be created? RAID Simple Spanned Stripe Mirror What 5 partition types can be created? EFI
Written for
- Institution
- MCSA - Microsoft Certified Systems Administrator
- Course
- MCSA - Microsoft Certified Systems Administrator
Document information
- Uploaded on
- January 23, 2023
- Number of pages
- 35
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
mcsa 70 410 complete study flashcards original versioncorrectly answered 2023
-
what is the powershell cmdlet to install a role with an xml configuration file 1 flag install windowsfeature configu