microsoft / Windows-Containers

Welcome to our Windows Containers GitHub community! Ask questions, report bugs, and suggest features -- let's work together.
MIT License
413 stars 64 forks source link

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

Open super-brian opened 2 weeks ago

super-brian commented 2 weeks ago

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

github-actions[bot] commented 2 weeks ago

Thank you for creating an Issue. Please note that GitHub is not an official channel for Microsoft support requests. To create an official support request, please open a ticket here. Microsoft and the GitHub Community strive to provide a best effort in answering questions and supporting Issues on GitHub.