227 lines
6.5 KiB
Markdown
227 lines
6.5 KiB
Markdown
# Onboarding Diagnostic Baseline - DESKTOP-GG4LKSL
|
|
|
|
- **Grade:** AMBER
|
|
- **Host:** DESKTOP-GG4LKSL
|
|
- **Client:** Michael Johnson (`michaeljohnson`)
|
|
- **Collected (UTC):** 2026-06-29T21:17:50Z
|
|
- **Agent ID:** 09c08484-2b51-404b-a294-6e39f498867c
|
|
- **Command ID:** 67f70181-51cd-470e-a9e2-edd2d53df135
|
|
- **Findings:** 0 critical / 5 warning / 13 info / 0 unknown
|
|
|
|
- **OS:** Microsoft Windows 11 Pro (build 26200)
|
|
|
|
---
|
|
|
|
## WARNING (5)
|
|
|
|
### OS volume is NOT encrypted with BitLocker
|
|
- **Category:** security
|
|
- **ID:** `sec.bitlocker.unencrypted`
|
|
- The operating system volume is unencrypted. Data is exposed if the disk is removed or the device is lost. Enable BitLocker and escrow the recovery key.
|
|
|
|
```
|
|
Volume=C:; ProtectionStatus=Off; EncryptionPercentage=0; KeyProtectors=
|
|
```
|
|
|
|
### 4 pending Windows updates
|
|
- **Category:** security
|
|
- **ID:** `sec.patch.pending`
|
|
- Windows Update reports pending (not installed, not hidden) updates. Some may be security updates. Approve/install on the next maintenance window.
|
|
|
|
```
|
|
Microsoft.Update.Session search IsInstalled=0 and IsHidden=0 -> 4
|
|
```
|
|
|
|
### Disk low: D: at 14.6% free
|
|
- **Category:** health
|
|
- **ID:** `health.disk_space.D`
|
|
- Less than 15 percent free. Plan cleanup or expansion.
|
|
|
|
```
|
|
D: free 68.1 GB of 465.8 GB (14.6%)
|
|
```
|
|
|
|
### Stability events present in the last 14 days
|
|
- **Category:** health
|
|
- **ID:** `health.stability.some`
|
|
- One or more unexpected shutdowns, BSODs, or disk errors occurred recently. Monitor and correlate with user reports.
|
|
|
|
```
|
|
Unexpected shutdowns (id 41)=1; Bugchecks/BSOD (id 1001)=0; Disk errors (id 7/51/153)=0
|
|
```
|
|
|
|
### 3 auto-start service(s) not running
|
|
- **Category:** health
|
|
- **ID:** `health.failed_services.stopped`
|
|
- These services are set to start automatically but are not running. Some may be benign; review for security agents, backup agents, or AV that should be running.
|
|
|
|
```
|
|
GoogleUpdaterInternalService150.0.7863.0 (Google Updater Internal Service (GoogleUpdaterInternalService150.0.7863.0)) = Stopped
|
|
GoogleUpdaterService150.0.7863.0 (Google Updater Service (GoogleUpdaterService150.0.7863.0)) = Stopped
|
|
Intel(R) TPM Provisioning Service (Intel(R) TPM Provisioning Service) = Stopped
|
|
```
|
|
|
|
|
|
## INFO (13)
|
|
|
|
### Defender active and current
|
|
- **Category:** security
|
|
- **ID:** `sec.defender.ok`
|
|
- Real-time protection on, service running, signatures current.
|
|
|
|
```
|
|
RealTimeProtectionEnabled=True; AMServiceEnabled=True; AntispywareSignatureAge=0 days; IsTamperProtected=True
|
|
```
|
|
|
|
### Defender is the only registered AV
|
|
- **Category:** security
|
|
- **ID:** `sec.av_products.defender_only`
|
|
- Only Microsoft/Windows Defender is registered in Security Center.
|
|
|
|
```
|
|
Windows Defender
|
|
```
|
|
|
|
### No competitor/leftover management agents detected
|
|
- **Category:** security
|
|
- **ID:** `sec.foreign_agents.none`
|
|
- No known competitor RMM or unmanaged remote-access agents found in installed programs or services.
|
|
|
|
```
|
|
Scanned uninstall hives (HKLM + WOW6432Node) and Win32_Service
|
|
```
|
|
|
|
### Expected ACG management tooling present: ScreenConnect / ConnectWise Control
|
|
- **Category:** security
|
|
- **ID:** `sec.foreign_agents.acg.screenconnect_connectwise_control`
|
|
- This is Arizona Computer Guru managed/remote-access tooling that we deploy. Its presence is expected and not a foreign-agent risk.
|
|
|
|
```
|
|
program: ScreenConnect Client (1912bf3444b41a08) 26.3.11.9650
|
|
service: ScreenConnect Client (1912bf3444b41a08) (ScreenConnect Client (1912bf3444b41a08)) Running
|
|
```
|
|
|
|
### All firewall profiles enabled
|
|
- **Category:** security
|
|
- **ID:** `sec.firewall.ok`
|
|
- Domain, Private, and Public firewall profiles are all enabled.
|
|
|
|
```
|
|
Private=True; Domain=True; Public=True
|
|
```
|
|
|
|
### Local administrators (3)
|
|
- **Category:** security
|
|
- **ID:** `sec.local_admins.list`
|
|
- Members of the local Administrators group. Review for unexpected or unknown accounts (especially leftover MSP/vendor accounts from a prior provider).
|
|
|
|
```
|
|
DESKTOP-GG4LKSL\Administrator
|
|
DESKTOP-GG4LKSL\Localadmin
|
|
DESKTOP-GG4LKSL\owner
|
|
```
|
|
|
|
### OS build supported: Win11 25H2
|
|
- **Category:** security
|
|
- **ID:** `sec.patch.os_supported`
|
|
- Build 26200 (Win11 25H2) is in support until 2027-10-12.
|
|
|
|
```
|
|
Microsoft Windows 11 Pro build 26200
|
|
```
|
|
|
|
### Last hotfix: KB5094126
|
|
- **Category:** security
|
|
- **ID:** `sec.patch.last_hotfix`
|
|
- Most recently installed update (from Get-HotFix; reflects CBS/MSU packages, not all cumulative metadata).
|
|
|
|
```
|
|
KB5094126 installed 2026-06-10T07:00:00Z
|
|
```
|
|
|
|
### SMBv1 disabled
|
|
- **Category:** security
|
|
- **ID:** `sec.exposure.smb1_off`
|
|
- SMBv1 server protocol is disabled.
|
|
|
|
```
|
|
EnableSMB1Protocol=False
|
|
```
|
|
|
|
### LAPS detected
|
|
- **Category:** security
|
|
- **ID:** `sec.exposure.laps_present`
|
|
- A LAPS mechanism is present.
|
|
|
|
```
|
|
Windows LAPS reg key
|
|
```
|
|
|
|
### Not domain-joined (workgroup)
|
|
- **Category:** health
|
|
- **ID:** `health.domain.workgroup`
|
|
- This machine is in workgroup/Azure AD only mode (Domain=WORKGROUP). No on-prem AD secure channel applies.
|
|
|
|
```
|
|
PartOfDomain=False; Domain=WORKGROUP
|
|
```
|
|
|
|
### Time service source
|
|
- **Category:** health
|
|
- **ID:** `health.time.source`
|
|
- Current Windows Time service source.
|
|
|
|
```
|
|
Source=time1.aliyun.com
|
|
```
|
|
|
|
### No backup agent detected
|
|
- **Category:** health
|
|
- **ID:** `health.backup.none`
|
|
- No known backup agent service found. Backup expectation varies by endpoint; confirm whether this machine is supposed to have local/cloud backup and whether server-side or M365 backup covers it.
|
|
|
|
```
|
|
No matching backup service in Win32_Service
|
|
```
|
|
|
|
|
|
---
|
|
|
|
## Inventory Baseline Summary
|
|
|
|
- **Manufacturer / Model:** HP / HP Pavilion Gaming Desktop TG01-2xxx
|
|
- **Serial:** 4CE136C774
|
|
- **CPU:** 11th Gen Intel(R) Core(TM) i7-11700F @ 2.50GHz (8 cores / 16 logical)
|
|
- **RAM (GB):** 31.8
|
|
- **BIOS:** F.21 (2023-07-11)
|
|
- **Chassis is laptop:** false
|
|
- **TPM present / Secure Boot:** true / ?
|
|
- **Domain joined:** false (WORKGROUP)
|
|
- **OS activation licensed:** true
|
|
- **Uptime (days):** 0.3
|
|
- **Pending reboot:** false
|
|
- **Installed software count:** 50
|
|
- **Scheduled tasks (non-MS, enabled):** 18
|
|
- **Local administrators:** DESKTOP-GG4LKSL\Administrator, DESKTOP-GG4LKSL\Localadmin, DESKTOP-GG4LKSL\owner
|
|
|
|
### Fixed volumes
|
|
|
|
- D: - 68.1 GB free of 465.8 GB (14.6%)
|
|
- [unlabeled] - 0.1 GB free of 0.7 GB (8.3%)
|
|
- [unlabeled] - 0 GB free of 0.1 GB (38.7%)
|
|
- C: - 690.6 GB free of 930.6 GB (74.2%)
|
|
|
|
### Network adapters
|
|
|
|
- Intel(R) Wi-Fi 6 AX201 160MHz - IP: 192.168.1.135, fe80::b290:dac4:8c2:f9d6 - DNS: - DHCP: false
|
|
|
|
---
|
|
|
|
## Diff vs Prior Baseline
|
|
|
|
- No prior baseline found for this host. This is the first baseline.
|
|
|
|
---
|
|
|
|
_Generated by run-onboarding-diagnostic.sh (GuruRMM onboarding diagnostic, Phase 1). Raw snapshot: `DESKTOP-GG4LKSL-20260629T211835.json` (immutable)._
|