Forum Discussion
mike412
Feb 16, 2024Copper Contributor
Defender for Servers 2016
Im working with a team of Server Admins who are unable to install the Windows Defender on Win Server 2016 machines, as the image they were built upon was customized and the Windows Defender role is n...
MatejKlemencic
Feb 18, 2024Copper Contributor
Hi mike412
What do you mean by "role is not available for install via the server roles"? Did you try to install it via PowerShell?
Install-WindowsFeature -Name Windows-Defender
mike412
Feb 22, 2024Copper Contributor
No, MatejKlemencic that was not tried, or aleast as far as I know. Im not certain this would work as the servers were built, on a custom image that excluded win defender
- MatejKlemencicFeb 25, 2024Copper Contributor
mike412Could you specify the error message you're getting during installation? To my knowledge, these two options (GUI or PowerShell) are the only available methods for installing Windows Defender on Windows Server 2016 and later versions.