What Happens During a Scan from Automox?
When Automox performs a scan, the agent executes several key commands to gather essential information about the device. Below is an overview of these commands and their roles in the scanning process.
Command Descriptions
1. GetOS
This command retrieves the device's operating system information, including its version and build number.
2. GetHostname
This command fetches the name assigned to the device, which helps identify it within the console.
3. GetAWSID
If the device is part of an AWS environment, this command gathers relevant AWS metadata.
4. GetSystemDetails
This comprehensive command collects critical system details, including:
- Compliance status based on applied policies.
- The last logged-on user.
- Update source configuration.
7. ModifyOSAutoUpdateSettings (Conditional)
If the system details do not match, this command applies the configurations as specified in the device’s assigned Automox Group.
5. GetSoftware
This command scans the registry and file system to catalog installed applications, patches, and updates. As the most time-intensive command, it ensures complete software inventory visibility.
8. DeploySharedFunctions (Conditional)
This command deployed Worklet Development Kit (WDK) shared functions.
6. NeedsReboot
This command checks whether the device requires a reboot by querying the operating system. It does not create or enforce a reboot flag.
9. Worklet Evaluation (policy_######_test)
If any Worklets are associated with the device or its group, the agent evaluates them during the scan to ensure compliance and proper execution.
Conclusion
Automox scans provide a thorough evaluation of a device's status and configuration by leveraging these commands. Understanding their functions can help you better interpret scan results and troubleshoot issues efficiently.