Update symantec-to-microsoft-defender-atp-setup.md

This commit is contained in:
Denise Vangel-MSFT
2020-06-29 10:43:58 -07:00
parent 6f1dd28ef6
commit 4c5c6e04c3

View File

@ -51,8 +51,9 @@ Now that you're moving from Symantec to Microsoft Defender ATP, you'll need to e
1. As a local administrator on the endpoint or device, open Windows PowerShell. 1. As a local administrator on the endpoint or device, open Windows PowerShell.
2. Run the following PowerShell cmdlet: <br/> 2. Run the following PowerShell cmdlets: <br/>
`Get-Service -Name windefend` `Dism /online /Get-FeatureInfo /FeatureName:Windows-Defender-Features` <br/>
`Dism /online /Get-FeatureInfo /FeatureName:Windows-Defender` <br/>
3. To verify Microsoft Defender Antivirus is running, use the following PowerShell cmdlet: <br/> 3. To verify Microsoft Defender Antivirus is running, use the following PowerShell cmdlet: <br/>
`Get-Service -Name windefend` `Get-Service -Name windefend`