# Onboarding Diagnostic Baseline - SERVER - **Grade:** RED - **Host:** SERVER - **Client:** Gonzvar Tax Services (`gonzvar-tax-services`) - **Collected (UTC):** 2026-06-06T18:13:19Z - **Agent ID:** 9fe137ba-6164-4b7a-8a9d-4e8c4b9e40a5 - **Command ID:** d91f435d-b67c-43e4-a872-adb82dd07157 - **Findings:** 3 critical / 6 warning / 12 info / 1 unknown - **OS:** Microsoft Windows Server 2019 Standard (build 17763) --- ## CRITICAL (3) ### Firewall disabled on profile(s): Domain, Private, Public - **Category:** security - **ID:** `sec.firewall.disabled` - One or more firewall profiles are OFF. The endpoint is exposed to lateral movement and inbound attacks on those networks. Re-enable all profiles. ``` Profile states: Private=False; Domain=False; Public=False ``` ### OS build is end-of-life: Win10 1809 - **Category:** security - **ID:** `sec.patch.os_eol` - This OS build (17763, Win10 1809) passed end-of-servicing on 2020-11-10. It no longer receives security updates. Plan a feature update or OS upgrade. ``` Microsoft Windows Server 2019 Standard build 17763; EOL 2020-11-10 ``` ### SMBv1 is ENABLED - **Category:** security - **ID:** `sec.exposure.smb1` - SMBv1 is an obsolete, insecure protocol (WannaCry/EternalBlue vector). Disable it: Set-SmbServerConfiguration -EnableSMB1Protocol $false and remove the SMB1 feature. ``` Get-SmbServerConfiguration EnableSMB1Protocol=True ``` ## WARNING (6) ### Defender status unavailable - **Category:** security - **ID:** `sec.defender.unavailable` - Get-MpComputerStatus returned nothing. Defender may be disabled, replaced by a 3rd-party AV, or the cmdlet is unavailable. Confirm an active AV exists (see security-center check). ``` Get-MpComputerStatus returned null ``` ### 5 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 -> 5 ``` ### RDP is enabled - **Category:** security - **ID:** `sec.exposure.rdp_on` - Remote Desktop is enabled (NLA required). Confirm it is restricted to VPN or specific source IPs and not exposed to the internet. ``` fDenyTSConnections=0; UserAuthentication=1 ``` ### Reboot pending - **Category:** health - **ID:** `health.reboot_uptime.pending` - A reboot is pending. Pending reboots can block patches and leave the system in a half-updated state. Schedule a restart. ``` PendingFileRenameOperations ``` ### Uptime is 104.8 days - **Category:** health - **ID:** `health.reboot_uptime.long_uptime` - Uptime exceeds 30 days. Long uptime usually means pending updates have not been applied (reboots deferred). Schedule maintenance. ``` LastBootUpTime=2026-02-21 16:37:40Z ``` ### 2 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 ``` ## INFO (12) ### No AV products registered in Security Center - **Category:** security - **ID:** `sec.av_products.none_registered` - SecurityCenter2 returned no AntiVirusProduct entries. This is normal on Windows Server SKUs (Security Center is a client feature). On a workstation, confirm Defender or a managed AV is active. ``` root\SecurityCenter2 AntiVirusProduct: none ``` ### 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.1.24.9579 service: ScreenConnect Client (1912bf3444b41a08) (ScreenConnect Client (1912bf3444b41a08)) Running ``` ### Expected ACG management tooling present: Splashtop (SOS/Streamer) - **Category:** security - **ID:** `sec.foreign_agents.acg.splashtop_sos_streamer_` - This is Arizona Computer Guru managed/remote-access tooling that we deploy. Its presence is expected and not a foreign-agent risk. ``` program: Splashtop Software Updater 1.5.6.23 program: Splashtop Streamer 3.8.2.0 service: SplashtopRemoteService (Splashtop? Remote Service) Running service: SSUService (Splashtop Software Updater Service) Running ``` ### Expected ACG management tooling present: Syncro / Kabuto - **Category:** security - **ID:** `sec.foreign_agents.acg.syncro_kabuto` - This is Arizona Computer Guru managed/remote-access tooling that we deploy. Its presence is expected and not a foreign-agent risk. ``` program: Syncro 1.0.201.18410 service: Syncro (Syncro) Running ``` ### Local administrators (6) - **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). ``` Administrator Domain Admins Enterprise Admins localadmin MediaAdmin$ sysadmin ``` ### Last hotfix: KB5070248 - **Category:** security - **ID:** `sec.patch.last_hotfix` - Most recently installed update (from Get-HotFix; reflects CBS/MSU packages, not all cumulative metadata). ``` KB5070248 installed 2026-01-17T08:00:00Z ``` ### LAPS not detected - **Category:** security - **ID:** `sec.exposure.no_laps` - No LAPS (Windows LAPS or legacy AdmPwd) detected. Without LAPS, the local admin password is likely static/shared across the fleet. Consider deploying LAPS to randomize and escrow local admin passwords. ``` No LAPS registry keys, CSE, or service found ``` ### No stability events in the last 14 days - **Category:** health - **ID:** `health.stability.clean` - No unexpected shutdowns, BSODs, or disk errors logged. ``` Unexpected shutdowns (id 41)=0; Bugchecks/BSOD (id 1001)=0; Disk errors (id 7/51/153)=0 ``` ### Domain secure channel healthy - **Category:** health - **ID:** `health.domain.secure_channel_ok` - Machine trust relationship with the domain is intact. ``` Domain=GTS.local ``` ### Time service source - **Category:** health - **ID:** `health.time.source` - Current Windows Time service source. ``` Source=Free-running System Clock ``` ### 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 ``` ## UNKNOWN (1) ### BitLocker status unavailable - **Category:** security - **ID:** `sec.bitlocker.unavailable` - Get-BitLockerVolume failed for the OS volume. BitLocker may not be installed (Home edition) or the cmdlet is unavailable. Verify encryption manually (manage-bde -status). ``` MountPoint=C:, Get-BitLockerVolume returned null ``` --- ## Inventory Baseline Summary - **Manufacturer / Model:** Dell Inc. / PowerEdge T440 - **Serial:** 5308R53 - **CPU:** Intel(R) Xeon(R) Bronze 3204 CPU @ 1.90GHz (6 cores / 6 logical) - **RAM (GB):** 7.6 - **BIOS:** 2.8.2 (2020-08-31) - **Chassis is laptop:** false - **TPM present / Secure Boot:** ? / ? - **Domain joined:** true (GTS.local) - **OS activation licensed:** ? - **Uptime (days):** 104.8 - **Pending reboot:** true - **Installed software count:** 30 - **Scheduled tasks (non-MS, enabled):** 3 - **Local administrators:** Administrator, Domain Admins, Enterprise Admins, localadmin, MediaAdmin$, sysadmin ### Fixed volumes - [System Reserved] - 0.5 GB free of 0.5 GB (93%) - C: - 750.9 GB free of 930.2 GB (80.7%) - [unlabeled] - 0.3 GB free of 0.8 GB (42.6%) ### Network adapters - Broadcom NetXtreme Gigabit Ethernet #2 - IP: 192.168.0.5, fe80::bd6f:321c:c1d5:2f3c - DNS: 192.168.0.5, 192.168.0.2 - 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: `SERVER-20260606T181304.json` (immutable)._