You can access Specops GPUpdate from Microsoft Active Directory Users and Computer (ADUC) or you can execute the cmdlet’s directly in PowerShell.
Execute a command using ADUC
- Open Active Directory Users and Computers.
- Select a computer by right clicking on one or more domains, Security Groups or Computer objects.
- Select GPUpdate in the context menu.
- From the Execute Command tab, select a command.
- Configure command parameters, and click Execute.
Available commands
Command | Description |
---|---|
GPUpdate | Refreshes local and Active Directory-based Group Policy settings, including security settings. |
Read Remote Registry* | Gets a registry value for a remote computer. |
Run Executable* | Runs any executable from the administrator’s computer with the remote computer as a parameter. |
Send Message* | Sends a message to a computer. |
Start Computer |
Starts a computer by broadcasting a Wake on LAN message on the network. Note: The computer to be started must be configured to be able to receive WOL packages. To start a computer with WOL the computer’s IP Address, Mac address, and Subnet mask must be known. By default, these values are retrieved from DHCP servers. |
Start Explorer* | Starts Windows Explorer to browse the files of the remote computers. |
Start Remote Desktop* | Starts a Remote Desktop Session against a remote computer. |
Ping* | Sends a ping command to a remote computer with a specified timeout value. |
Restart Computer | Initiates a shutdown and a restart of a computer. |
Run Executable Remotely* | Use this cmdlet to execute any command line locally on a remote computer. |
Shutdown Computer | Initiates a shutdown of a computer. |
Start Event Viewer* | Displays the Event Viewer console on the local machine connected to a specific remote computer. |
Start Remote Assistance* | Offers Remote Assistance to a user currently logged on to a remote computer. This will result in a dialog appearing on the user’s desktop with information that an administrator is offering remote assistance. |
Windows Update | Requests the Windows Software Update Services on the target computer to look for updates. |
* GPUpdate Professional only
Execute a command using PowerShell
Specops GPUpdate is built on PowerShell and all commands can be executed through PowerShell cmdlets.
- Open Windows PowerShell.
- Run the following:
Add-PSSnapin Specops.Adx
Add-PSSnapin Specops.Gpupdate
Add-PSSnapin Specops.GpupdatePro
- Run the desired cmdlet.
Name | Module |
---|---|
Update-SpecopsGroupPolicy | Specops GPUpdate (ADUC) |
Stop-SpecopsComputer | Specops GPUpdate |
Start-SpecopsComputer | Specops GPUpdate |
Get-SpecopsRemoteRegistry | Specops GPUpdate Pro |
Send-SpecopsMessage | Specops GPUpdate Pro |
Invoke-SpecopsCommand | Specops GPUpdate Pro |
Invoke-SpecopsRemoteCommand | Specops GPUpdate Pro |
Ping-SpecopsComputer | Specops GPUpdate Pro |
Start-SpecopsEventViewer | Specops GPUpdate Pro |
Start-SpecopsExplorer | Specops GPUpdate Pro |
Start-SpecopsRemoteAssistance | Specops GPUpdate Pro |
Start-SpecopsRemoteDesktop | Specops GPUpdate Pro |
Get-SpecopsADComputer | Specops Adx |
Update-SpecopsWsus | Specops GPUpdate |
Restart-SpecopsComputer | Specops GPUpdate |