READ Free Dumps For Microsoft- 70-411
Question ID 13958 | Your network contains an Active Directory domain named contoso.com. The domain
contains more than 100 Group Policy objects (GPOs). Currently, there are no enforced
GPOs.
You have two GPOs linked to an organizational unit (OU) named OU1.
You need to change the precedence order of the GPOs.
What should you use?
|
Option A | Dcgpofix
|
Option B | Get-GPOReport
|
Option C | Gpfixup
|
Option D | Gpresult
|
Option E | Gpedit. msc
|
Option F | Set-GPLink
|
Correct Answer | F |
Explanation Explanation: The Set-GPLinkcmdlet sets the properties of a GPO link. You can set the following properties: ✑ Enabled. If the GPO link is enabled, the settings of the GPO are applied when Group Policy is processed for the site, domain or OU. ✑ Enforced. If the GPO link is enforced, it cannot be blocked at a lower-level (in the Group Policy processing hierarchy) container. ✑ Order. The order specifies the precedence that the settings of the GPO take over conflicting settings in other GPOs that are linked (and enabled) to the same site, domain, or OU. Reference: http: //technet. microsoft. com/en-us/library/ee461022. aspx
Question ID 13959 | Your network contains an Active Directory domain named contoso.com.
All user accounts reside in an organizational unit (OU) named OU1.
You create a Group Policy object (GPO) named GPO1. You link GPO1 to OU1. You
configure the Group Policy preference of GPO1 to add a shortcut named Link1 to the
desktop of each user.
You discover that when a user deletes Link1, the shortcut is removed permanently from the
desktop.
You need to ensure that if a user deletes Link1, the shortcut is added to the desktop again.
What should you do?
|
Option A | Enforce GPO1.
|
Option B | Modify the Link1 shortcut preference of GPO1.
|
Option C | Enable loopback processing in GPO1.
|
Option D | Modify the Security Filtering settings of GPO1.
|
Option F | Answer : B
Explanation: Replace Delete and recreate a shortcut for computers or users. The net result of the Replace action is to overwrite the existing shortcut. If the shortcut does not exist, then the Replace action creates a new shortcut. This type of preference item provides a choice of four actions: Create, Replace, Update, and Delete. The behavior of the preference item varies with the action selected and whether the shortcut already exists.
|
Correct Answer | B |
Explanation