You support laptops that run Windows 8 Pro and are members of an Active Directory domain.
The domain is configured with user folder redirection by using a Group Policy Object (GPO).
Loopback group policies are not used.
Your company has decided to deploy tablets to all managers, for use as secondary computers. Tablets will be
added to the domain.
You need to ensure that the folder redirection settings are applied only to laptops.
What should you do?
A.
Apply one GPO to the managers’ laptops and another GPO to the tablets.
B.
Assign the msDS-Primary Computer attribute for the managers’ user domain accounts.
C.
Assign the msDS-Primary Computer attribute for the computer domain accounts on the managers’ laptops.
D.
Block the managers’ tablets from receiving the GPO.
Explanation:
The Storage Team at Microsoft – File Cabinet Blog
Reference:
http://blogs.technet.com/b/filecab/archive/2012/03/30/configuring-primary-computers-for-folder-redirection-and-roaming-profiles-in-windows-server-8-beta.aspx
To designate a primary computer in Active DirectoryDomain Services (AD DS), use the following
procedure:
1. Open Active Directory Administrative Center.
2. In the console tree, under the domain name node (dPMDemo in my case), click Computers.
3. To designate PMClient1 as Bob Smiths primary computer, double click PMClient1, and then in the
Extensionssection, click the Attribute Editortab.
4. Double-click the distinguishedNameattribute, right-click the value and then click Copy.
5. In Active Directory Administrative Center, click Users, and then double-click Bob Smith. In the
Extensionssection, click the Attribute Editortab.
6. Double-click the msDS-Primary Computerattribute, paste the distinguished name of PMClient1 into the
Value to Addbox, and then click Add.
You can specify a list of computer names in the Value to Addbox; each listed computer will be designated
as a primary computer for the user.
7. Click OK in the Multi-valued String Editordialog and again in the Bob Smithwindow.PMClient1 is now
configured in AD DS as a primary computer for Bob Smith.
Ummm, no. The answer is C.
@Balls Deep
No, B is correct.
You copy the distinguished name of the computer account into the msDS primary computer attribute of the user account
C is correct.
Sorry, I meant B. C is of course incorrect :).