Reapply Group Policy Now (Force)

SCC.Windows.Admin.Tasks.GPUpdate (Task)

Performs a "GPUpdate /force" to immediately re-apply group policies to the target computer.

Element properties:

TargetMicrosoft.Windows.Computer
AccessibilityPublic
CategoryOperations
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA WriteAction System.CommandExecuter Default

Source Code:

<Task ID="SCC.Windows.Admin.Tasks.GPUpdate" Accessibility="Public" Enabled="true" Target="Windows!Microsoft.Windows.Computer" Timeout="300" Remotable="true">
<Category>Operations</Category>
<WriteAction ID="PA" TypeID="System!System.CommandExecuter">
<ApplicationName><![CDATA[%windir%\system32\gpupdate.exe]]></ApplicationName>
<WorkingDirectory/>
<CommandLine>/force</CommandLine>
<TimeoutSeconds>60</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Task>