Enable or install windows defender on Windows server
Last updated:
WINDOWSDEFENDERAV
# Get feature status and find Windows-Defender
Get-WindowsFeature
# Intall using
Install-WindowsFeature -Name 'Windows-Defender'
Last updated:
# Get feature status and find Windows-Defender
Get-WindowsFeature
# Intall using
Install-WindowsFeature -Name 'Windows-Defender'