google_update_trigger.ps1 - limehawk/rmm-scripts GitHub Wiki
google_update_trigger.ps1
Triggers the Google Update scheduled task to force an immediate check for Chrome and other Google product updates.
Overview
This PowerShell script finds and triggers the Google Update scheduled task on Windows systems, forcing an immediate check for updates to Chrome and other Google products.
Purpose
Triggers the Google Update scheduled task to force an immediate check for Chrome and other Google product updates.
Prerequisites
- Windows 10/11
- Google Chrome or other Google products installed
- Administrator privileges
Configuration
Required Inputs
None
Behavior
- Searches for scheduled tasks matching "GoogleUpdateTaskMachineUA"
- Starts matching tasks
- Reports status of each task (Running or other state)
- Displays final status with count of successfully triggered tasks
Security Notes
- No secrets in logs
- Only triggers existing scheduled tasks
- Requires administrator privileges
Exit Codes
- 0 = Success
- 1 = No matching tasks found or failure
Example Output
[ FINDING GOOGLE UPDATE TASKS ]
--------------------------------------------------------------
Found : GoogleUpdateTaskMachineUA
[ TRIGGERING TASKS ]
--------------------------------------------------------------
GoogleUpdateTaskMachineUA : Started
[ FINAL STATUS ]
--------------------------------------------------------------
SCRIPT SUCCEEDED
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
Version History
- v1.0.0 (2024-12-01) - Initial release - migrated from SuperOps
Links
- View Script Source
- Scripts - Back to script index