SV-268317r1135320_rule
V-268317
SRG-OS-000096-GPOS-00050
WN11-00-000125
CAT II
10
Open PowerShell as an administrator. Run the following command:
Get-AppxPackage -AllUsers *CoPilot* | Remove-AppxPackage -AllUsers
Run the following PowerShell command as an administrator:
Get-AppxPackage -AllUsers | Where-Object { $_.Name -like "*Copilot*" }
If Microsoft.Copilot displays, this is a finding.
V-268317
False
WN11-00-000125
Run the following PowerShell command as an administrator:
Get-AppxPackage -AllUsers | Where-Object { $_.Name -like "*Copilot*" }
If Microsoft.Copilot displays, this is a finding.
M
5471