Which two of the following tools could you use?

You work as a Network Administrator at AIOTestking.com. AIOTestking.com has an Active Directory
Domain Services (AD DS) domain named AIOTestking.com. All servers in the AIOTestking.com domain
have Microsoft Windows Server 2012 R2 installed and all client computers have Windows 8 Pro
installed.
AIOTestking.com has a Sales department. An organizational unit (OU) exists for the Sales
department and contains the user and computer accounts for the department.
A group policy object (GPO) named SalesGPO is linked to the Sales OU and applies settings to
the Sales users and their computers.

You modify some settings in SalesGPO. You need to apply the new settings to the users and
computers in the Sales OU as quickly as possible.
Which two of the following tools could you use? (Choose two possible answers).

You work as a Network Administrator at AIOTestking.com. AIOTestking.com has an Active Directory
Domain Services (AD DS) domain named AIOTestking.com. All servers in the AIOTestking.com domain
have Microsoft Windows Server 2012 R2 installed and all client computers have Windows 8 Pro
installed.
AIOTestking.com has a Sales department. An organizational unit (OU) exists for the Sales
department and contains the user and computer accounts for the department.
A group policy object (GPO) named SalesGPO is linked to the Sales OU and applies settings to
the Sales users and their computers.

You modify some settings in SalesGPO. You need to apply the new settings to the users and
computers in the Sales OU as quickly as possible.
Which two of the following tools could you use? (Choose two possible answers).

A.
You should use the Group Policy Management Console (GPMC).

B.
You should use the Invoke-GPUpdate cmdlet.

C.
You should use the Active Directory Sites and Services.

D.
You should use the Get-GPO cmdlet.

E.
You should use the Secedit command.

F.
You should use the Set-GPLink cmdlet.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Trev

Trev

https://technet.microsoft.com/en-au/library/jj134201.aspx

A: In the GPMC console tree, locate the OU for which you want to refresh Group Policy for all computers.
noteNote
Group Policy will also be refreshed for all computers that are located in the OUs contained in the selected OU.
Right-click the selected OU, and click Group Policy Update…
Click Yes in the Force Group Policy update dialog box. This is the equivalent to running GPUpdate.exe /force from the command line.

B:
An Active Directory query returns a list of all computers that belong to that OU.

For each computer that belongs to the selected OU, a WMI call retrieves the list of signed in users.

A remote scheduled task is created to run GPUpdate.exe /force for each signed in user and once for the computer Group Policy refresh. The task is scheduled to run with a random delay of up to 10 minutes to decrease the load on the network traffic. This random delay cannot be configured when you use the GPMC, but you can configure the random delay for the scheduled task or set the scheduled task to run immediately when you use the Invoke-GPUpdate cmdlet.