mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 12:53:38 +00:00
Merge pull request #8700 from MicrosoftDocs/alluthewriter4610206-DISMcommand
Add DISM command- Task 4610206
This commit is contained in:
@ -18,7 +18,7 @@ ms.collection:
|
|||||||
- M365-security-compliance
|
- M365-security-compliance
|
||||||
- m365solution-symantecmigrate
|
- m365solution-symantecmigrate
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
ms.date: 09/24/2020
|
ms.date: 11/30/2020
|
||||||
ms.custom: migrationguides
|
ms.custom: migrationguides
|
||||||
ms.reviewer: depicker, yongrhee, chriggs
|
ms.reviewer: depicker, yongrhee, chriggs
|
||||||
---
|
---
|
||||||
@ -68,6 +68,12 @@ Now that you're moving from Symantec to Microsoft Defender for Endpoint, you'll
|
|||||||
`Dism /online /Get-FeatureInfo /FeatureName:Windows-Defender-Features` <br/>
|
`Dism /online /Get-FeatureInfo /FeatureName:Windows-Defender-Features` <br/>
|
||||||
`Dism /online /Get-FeatureInfo /FeatureName:Windows-Defender` <br/>
|
`Dism /online /Get-FeatureInfo /FeatureName:Windows-Defender` <br/>
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> When using the DISM command within a task sequence running PS, the following path to cmd.exe is required.
|
||||||
|
> Example:<br/>
|
||||||
|
> `c:\windows\sysnative\cmd.exe /c Dism /online /Get-FeatureInfo /FeatureName:Windows-Defender-Features`<br/>
|
||||||
|
> `c:\windows\sysnative\cmd.exe /c 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`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user