Supporting the Operating System and Application Installation for Windows 8.1

  • 7/31/2014

Answers

This section contains the solutions to the thought experiments and answers to the objective review questions in this chapter.

Objective 1.1: Thought experiment

  1. Native VHD.
  2. Windows ADK. You can install this on another Windows 7 or Windows 8-based technician computer and use it to create the Windows PE disk.
  3. DISM. You will use the Deployment Image Service and Management (DISM) tool to apply an existing Windows 8 image—in this case, the one you created.
  4. 30 GB.

Objective 1.1: Review

  1. Correct answers: A, C

    1. Correct: You must use a Windows 8-based computer, and you need the Windows 8-based installation files.
    2. Incorrect: The drive must be 32 GB or larger, not 64 GB.
    3. Correct: TPM protects a specific computer from unauthorized access, and Windows To Go is used on more than one.
    4. Incorrect: Resetting or refreshing isn’t supported. Problematic drives should be reimaged.
    5. Incorrect: Windows To Go isn’t supported on Windows RT or Mac computers.
  2. Correct answer: A

    1. Correct: Because hibernation is disabled by default, leaving Not Configured or changing the policy to Disabled is correct.
    2. Incorrect: If you enable this policy, hibernation becomes enabled.
    3. Incorrect: Sleep and hibernate are different. Thus, the Group Policy for sleep isn’t the proper policy to configure.
    4. Incorrect: Sleep and hibernate are different. Thus, the Group Policy for sleep isn’t the proper policy to configure.
  3. Correct answer: D

    1. Incorrect: Boot.ini is no longer used.
    2. Incorrect: BCDedit and BCDboot are command-line utilities used to configure and control the process.
    3. Incorrect: BCDedit and BCDboot are command-line utilities used to configure and control the process.
    4. Correct: Startup parameters are stored in the BCD Store.
  4. Correct answers: B, D

    1. Incorrect: /import is used to restore a store, using what you’ve obtained before using the /export parameter.
    2. Correct: Use /create store to create a new empty startup configuration store.
    3. Incorrect: /boot sequence is used to configure a one-time startup sequence for the boot manager.
    4. Correct: /default defines the default startup entry.
    5. Incorrect: /displayorder sets the startup order in a multiboot system.
    6. Incorrect: /new isn’t a valid parameter.
  5. Correct answer: C

    1. Incorrect: Although you could likely start to the Windows 7 DVD and begin an installation, you couldn’t create a second partition or shrink the existing one while performing that installation.
    2. Incorrect: Before you can create a new volume from unallocated space, you must first make that space available by shrinking the existing partition.
    3. Correct: You must first open Disk Management and shrink the existing partition.
    4. Incorrect: Multibooting with an operating system older than Windows 7 required a specific order, but that is not a requirement now. Thus, there is no need to format the drive first.
  6. Correct answer: B

    1. Incorrect: Thin images include little or no customization, and most of the device drivers, applications, and updates are installed by using another method on each client computer.
    2. Correct: Thick images are loaded with applications, drivers, and customizations and require a lot of planning, lots of bandwidth for rollout, and much more time to create and manage.
    3. Incorrect: Hybrid images are like thin images, but with a few more customizations. Hybrid images aren’t thick images.
    4. Incorrect: A custom image might include only one device driver and one background image.
  7. Correct answer: E

    1. Incorrect: MDT is required, but so is Windows ADK, a network share, and a reference computer.
    2. Incorrect: Windows ADK is required, but so is MDT, a network share, and a reference computer.
    3. Incorrect: A network share is required, but so is a reference computer, MDT, and Windows ADK.
    4. Incorrect: A reference computer is required but so is a network share, MDT, and Windows ADK.
    5. Correct: All of the above are required.
    6. Incorrect: You do need MDT.
  8. Correct answer: B

    1. Incorrect: MDT doesn’t include DISM but does include tools needed to automate desktop deployments.
    2. Correct: The Windows ADK includes DISM.
    3. Incorrect: SIM, or System Image Manager, is used to create answer files and is available from the Windows Automated Installation Kit (AIK).
    4. Incorrect: The Application Compatibility Toolkit (ACT) is used to verify compatibility of applications and computers with Windows 8.1.
  9. Correct answers: A, B

    1. Correct: copype amd64 C:\WinPE_amd64 is a valid command for copying Windows PE files.
    2. Correct: copype amd32 C:\WinPE_amd32 is a valid command for copying Windows PE files.
    3. Incorrect: MakeWinPEMedia /ISO C:\winpe_amd64 c:\winpe_amd64\winpe.iso is used to create an ISO file from the Windows PE files.
    4. Incorrect: Dism /Get-MountedImageInfo is used when mounting an image.
  10. Correct answer: F

    1. Incorrect: DISM PowerShell cmdlets and all other choices are included in MDT.
    2. Incorrect: DISM API and all other choices are included in MDT.
    3. Incorrect: Windows System Image Manager (Windows SIM) and all other choices are included in MDT.
    4. Incorrect: OSCDIMG and all other choices are included in MDT.
    5. Incorrect: The Volume Activation Management Tool (VAMT) and all other choices are included in MDT.
    6. Correct: All of the above are included in MDT.
    7. Incorrect: Everything listed is included with MDT.

Objective 1.2: Thought experiment

  1. ACT.
  2. SQL Server (to create an ACT database).
  3. Inventory the computers and applications in the enterprise.
  4. First you create and deploy an inventory collector package, and then you create and deploy a runtime-analysis package.
  5. The ACM.

Objective 1.2: Review

  1. Correct answers: A, D

    1. Correct: A shim can be used as a short-term solution for application incompatibility.
    2. Incorrect: You create a runtime-analysis package to test compatibility, not to fix compatibility problems.
    3. Incorrect: You can use Program Compatibility Mode to manage compatibility issues by letting the applications run in an older operating system space, but you can’t configure it to resolve compatibility issues in newer ones.
    4. Correct: This is an option, but would require a lot of work to set up. When you use RemoteApp, the application is run on a remote server and is made available for clients from there.
  2. Correct answer: B

    1. Incorrect: Shims can fix quite a few types of problems but can’t fix issues that are related to UAC.
    2. Correct: This tool lets you fix problems related to UAC.
    3. Incorrect: App-V is used to virtualize applications but can’t be used to create shims.
    4. Incorrect: You can resolve the problem with SUA.
  3. Correct answer: C

    1. Incorrect: Client Hyper-V lets you run and manage applications in a virtual machine that you manage.
    2. Incorrect: App-V lets you virtualize applications so that you can use the applications side by side on the same system.
    3. Correct: RemoteApp lets you access applications remotely through Remote Desktop Services, and the apps themselves are housed and managed on network servers.
    4. Incorrect: Windows Intune lets you manage apps in the cloud, not on your own network servers.
  4. Correct answer: B

    1. Incorrect: If you can’t provide administrator credentials you wouldn’t have gotten as far as selecting the first two options.
    2. Correct: The computer’s processor isn’t SLAT.
    3. Incorrect: If the computer’s architecture is 32 bit, you wouldn’t see the first two entries at all.
    4. Incorrect: If the computer is running Windows 8.1 (not the Pro or Enterprise edition), you wouldn’t see the first two entries at all.
  5. Correct answer: D

    1. Incorrect: These two are required but are listed out of order.
    2. Incorrect: The required technology is RemoteApp, not App-V.
    3. Incorrect: The required technology is RemoteApp, not App-V.
    4. Correct: These two servers are required and are listed in the proper order.
  6. Correct answer: E

    1. Incorrect: A working Active Directory and network share are required, but so are the other listed elements.
    2. Incorrect: A UE-V Agent is required, but so are the other listed elements.
    3. Incorrect: A UE-V Generator is required, but so are the other listed elements.
    4. Incorrect: A Settings Storage Location is required, but so are the other listed elements.
    5. Correct: All of the above are parts of the UE-V solution.
    6. Incorrect: All of the listed elements are required.
  7. Correct answer: A

    1. Correct: Deploy the Settings Storage Location is the first thing you do.
    2. Incorrect: Deploy the UE-V Agent is the second thing you do.
    3. Incorrect: Install the Group Policy templates is the third thing you do.
    4. Incorrect: Install the Agent Generator is the fourth thing you do.
    5. Incorrect: Deploy the Settings Template Catalog is the fifth thing you do.
    6. Incorrect: Deploy the Settings Location Templates is the sixth thing you do.
  8. Correct answer: A

    1. Correct: Endpoint Protection refers to malware.
    2. Incorrect: Endpoint Protection involves malware, not updates.
    3. Incorrect: Policy does refer to security, but it has more to do with creating security policies than it does with malware specifically.
    4. Incorrect: Licensing is an important element of Windows Intune, but Endpoint Protection refers to malware.

Objective 1.3: Thought experiment

  1. Office 365.
  2. Most likely using the cloud, with options that enable the user to sync that data even when they aren’t online.
  3. Billing; Global; Password; Service; User Management.

Objective 1.3: Review

  1. Correct answer: A

    1. Correct: Options to restrict the use of Microsoft accounts for a group of users in a domain are in the Group Policy Management Editor window. Expand Computer Configuration, Policies, Windows Settings, Security Settings, Local Policies, Security Options.
    2. Incorrect: The User Rights Assignment node doesn’t provide options for restricting Microsoft accounts.
    3. Incorrect: To restrict a group of users in an Active Directory domain you need to access Group Policy, not Local Group Policy.
    4. Incorrect: To restrict a group of users in an Active Directory domain, you need to access Group Policy, not Local Group Policy. Also, User Rights doesn’t offer the options you need.
  2. Correct answer: B

    1. Incorrect: Users can do this from their local computers.
    2. Correct: This is the correct answer; from their local computers, in PC Settings, from the Accounts tab.
    3. Incorrect: You can’t connect a Microsoft account using Group Policy.
    4. Incorrect: This is achieved in PC Settings, but not from the OneDrive tab.
  3. Correct answer: D

    1. Incorrect: Active Directory synchronization is one of the things can you manage in the Office 365 Admin Center, but others are correct here.
    2. Incorrect: Valid, expired, and assigned licenses is one of the things can you manage in the Office 365 Admin Center, but others are correct here.
    3. Incorrect: User passwords, including resetting, is one of the things can you manage in the Office 365 Admin Center, but others are correct here.
    4. Correct: All of the above can be configured in the Office 265 Admin Center.
    5. Incorrect: All the answers are correct, not just B and C.
  4. Correct answer: D

    1. Incorrect: Access to the Store is on by default, and the policy listed here doesn’t exist anyway.
    2. Incorrect: Access to the Store is on by default, and the policy listed here doesn’t exist anyway.
    3. Incorrect: You need to enable this policy, not disable it.
    4. Correct: You need to configure Group Policy to enable the policy Turn Off The Store Application.
  5. Correct answer: E

    1. Incorrect: DISM is only one of the correct options listed.
    2. Incorrect: Windows PowerShell is only one of the correct options listed.
    3. Incorrect: Configuration Manager is only one of the correct options listed.
    4. Incorrect: Windows Intune is only one of the correct options listed.
    5. Correct: All of the above
    6. Incorrect: “Only C and D” isn’t correct because A and B are correct also.
  6. Correct answer: B

    1. Incorrect: Special Group Polices are required.
    2. Correct: Allow All Trusted Apps To Install is the required Group Policy setting that must be enabled.
    3. Incorrect: Allow Development Of Windows Store Apps isn’t the correct Group Policy setting to enable.
    4. Incorrect: You should not block Microsoft accounts; you should enable the Group Policy setting listed for answer B.
  7. Correct answers: A, B

    1. Correct: slmgr /ipk <sideloading product key> loads the product key, which is required for Windows RT devices.
    2. Correct: slmgr /ato ec67814b-30e6-4a50-bf7b-d55daf729d1e is the second requirement, and the entry here is the GUID.
    3. Incorrect: import-module appx is a Windows PowerShell command used with sideloading, but isn’t run at an elevated command prompt and isn’t the correct answer here.
    4. Incorrect: Add-AppxPackage is a Windows PowerShell command used with sideloading, but isn’t run at an elevated command prompt and isn’t the correct answer here.
    5. Incorrect: All of the above isn’t correct because C and D are incorrect.
  8. Correct answer: B

    1. Incorrect: You cannot make sideloaded apps mandatory and force their installation on to clients by applying the applicable settings in Windows Intune.
    2. Correct: This statement is false.
  9. Correct answer: A

    1. Correct: You must first install the Windows Intune client software package on it.
    2. Incorrect: To use Windows Intune to sideload apps in conjunction with System Center 2012 SP1 Configuration Manager, you must also incorporate the Windows Intune connector. It’s not required in this scenario, though.
    3. Incorrect: You don’t need to upgrade the computer to Windows 7 Enterprise or Windows 8 Enterprise; Windows 7 Professional is compatible.
    4. Incorrect: You don’t achieve this by installing the company portal from the Windows Store.
  10. Correct answer: B

    1. Incorrect: You don’t use deep linking to push out specific Windows Store apps to your Windows RT users.
    2. Correct: To make Windows Store apps available to your Windows RT users in your company portal, you use deep links.
    3. Incorrect: You don’t use deep linking to add your company apps to the Windows Store. It’s used to make Windows Store apps available through the company portal.
    4. Incorrect: “None of the above” isn’t correct. B is correct.