| Hostname | IP Address | Status | Assigned To | Last Scan | Actions |
|---|---|---|---|---|---|
| MONT-SW-89108 | 22.19.120.22 | 2026-03-04 | |||
Finding DetailsEvaluate-STIG 1.2510.0 (Scan-Windows10_Checks) found this to be NOT A FINDING on 12/17/2025 ResultHash: D106FB820932416BA8165EF9D232122A8ADE4A4B ~~~~~ Microsoft.copilot not found Comments |
|||||
| MONT-SW-89134 | 22.19.120.21 | 2026-03-04 | |||
Finding DetailsEvaluate-STIG 1.2510.0 (Scan-Windows10_Checks) found this to be NOT A FINDING on 12/17/2025 ResultHash: D106FB820932416BA8165EF9D232122A8ADE4A4B ~~~~~ Microsoft.copilot not found Comments |
|||||
| MONT-WS-92010 | 164.231.187.45 | 2026-01-14 | |||
Finding DetailsEvaluate-STIG 1.2507.5 (Scan-Windows10_Checks) found this to be OPEN on 10/23/2025 Username: MONTFORD-POINT\D.Admin UserSID: S-1-5-21-1360995287-4027491577-3040029667-1104 ResultHash: F328DBC62269B694F2E1C6B9E5A3E6F8D0405729 ~~~~~ 'Turn off Windows Copilot' is NOT Enabled Registry Path: HKCU:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot Value Name: TurnOffWindowsCopilot (Not found) Comments |
|||||
| MONT-WS-92040 | 164.231.187.72 | 2026-01-14 | |||
Finding DetailsEvaluate-STIG 1.2507.5 (Scan-Windows10_Checks) found this to be OPEN on 10/23/2025 Username: MONTFORD-POINT\W.Admin UserSID: S-1-5-21-1360995287-4027491577-3040029667-1106 ResultHash: F328DBC62269B694F2E1C6B9E5A3E6F8D0405729 ~~~~~ 'Turn off Windows Copilot' is NOT Enabled Registry Path: HKCU:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot Value Name: TurnOffWindowsCopilot (Not found) Comments |
|||||
Check Text
Run the following PowerShell command as an administrator: Get-AppxPackage -AllUsers | Where-Object { $_.Name -like "*Copilot*" } If Microsoft.Copilot displays, this is a finding.
Fix Text
Open PowerShell as an administrator. Run the following command: Get-AppxPackage -AllUsers *CoPilot* | Remove-AppxPackage -AllUsers