Windows-Containers icon indicating copy to clipboard operation
Windows-Containers copied to clipboard

Defender module for Powershell in mcr.microsoft.com/windows/server:ltsc2022 image

Open super-brian opened this issue 5 months ago • 1 comments

The docker image mcr.microsoft.com/windows/server:ltsc2022 is used. It looks like the powershell inside it doesn't have 'Defender' module. https://learn.microsoft.com/en-us/powershell/module/defender/?view=windowsserver2022-ps#defender This is necessary to use Add-MpPreference cmdlet to exclude some folders from scanning since it fails build step in GitHub Actions from time to time (It is self-hosted runners). How could I do Install-Module Defender? Is it possible? When I see windows server 2022 (Datacenter) or windows 11, they all have Defender folder under C:\Windows\system32\windowspowershell\v1.0

super-brian avatar Sep 18 '24 14:09 super-brian