+ Latest GE-Enforce result reported by each PC. "Received" means the PC picked + up the current published manifest; status shows self-heal and failures. +
+ +| Host | PC type | Received | Version | +Status | Installed | Skipped | Failed | +Last check-in | + |
|---|---|---|---|---|---|---|---|---|---|
| {{ r.hostname }} | +{{ r.scopename }} | ++ + {{ r.receivedlatest ? 'yes' : 'behind' }} + + | +{{ r.appliedversion ?? '-' }} / {{ r.latestversion ?? '-' }} | +{{ r.status }} | +{{ r.installed }} | +{{ r.skipped }} | +{{ r.failed }} | +{{ formatDate(r.lastcheckin || r.receivedat) }} | ++ |
| No reports yet. | |||||||||
Desired-state install manifests for imaging PC types, and the fleet's reported results.
++ Each imaging PC type owns a GE-Enforce install manifest. Edit the draft, + then Publish to ship it to PCs. Nothing reaches a PC until you publish. +
+ +| Version | Published | Notes | |
|---|---|---|---|
| v{{ v.versionnumber }} current | +{{ formatDate(v.publishedat) }} | +{{ v.notes }} | ++ |
Order is execution order. Put config-restore entries after their installer.
+| # | Name | Type | Detection | Filters | |
|---|---|---|---|---|---|
| + + + | +{{ entry.Name }} | +{{ entry.Type }} | +{{ entry.DetectionMethod || 'always' }} | +{{ filterSummary(entry) }} | ++ + + | +
| No entries. | |||||
+
Latest GE-Enforce result reported by each PC. "Received" means the PC picked up the current published manifest; status shows self-heal and failures.
+ +| Host | PC type | Received | Version | -Status | Installed | Skipped | Failed | -Last check-in | - |
|---|---|---|---|---|---|---|---|---|---|
| {{ r.hostname }} | -{{ r.scopename }} | -- - {{ r.receivedlatest ? 'yes' : 'behind' }} - - | -{{ r.appliedversion ?? '-' }} / {{ r.latestversion ?? '-' }} | -{{ r.status }} | -{{ r.installed }} | -{{ r.skipped }} | -{{ r.failed }} | -{{ formatDate(r.lastcheckin || r.receivedat) }} | -- |
| No reports yet. | |||||||||
| Host | PC type | Received | Version | +Status | Installed | Skipped | Failed | +Last check-in | + |
|---|---|---|---|---|---|---|---|---|---|
| {{ report.hostname }} | +{{ report.scopename }} | ++ + {{ report.receivedlatest ? 'yes' : 'behind' }} + + | +{{ report.appliedversion ?? '-' }} / {{ report.latestversion ?? '-' }} | +{{ report.status }} | +{{ report.installed }} | +{{ report.skipped }} | +{{ report.failed }} | +{{ formatDate(report.lastcheckin || report.receivedat) }} | ++ + | +
| No reports yet. | |||||||||
+
Each imaging PC type owns a GE-Enforce install manifest. Edit the draft, then Publish to ship it to PCs. Nothing reaches a PC until you publish.
-