Regulatory Compliance assessments on agents and extensions

Anonymous
2024-02-06T21:56:37.7533333+00:00

Hello, Where can I find the 'Network traffic data collection agent' for Windows virtual machines? I'm unable to find this when looking through my Extensions/ applications / Add. Has the name changed to something different? We are using the NIST SP 800-171 R2 framework within Defender for Cloud's regulatory compliance module. Also need to the 'Windows Guest Configuration extension' but can't find it either. Is there a new name for this extension also?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,100 questions
Microsoft Security | Microsoft Defender | Microsoft Defender for Cloud
0 comments No comments
{count} votes

Accepted answer
  1. Sedat SALMAN 14,185 Reputation points MVP
    2024-02-09T12:45:31.3366667+00:00

    you can use Set-AzVMExtension PowerShell to deploy this extension

    Use the command to deploy the Network Watcher Agent virtual machine extension to an existing virtual machine:

    Set-AzVMExtension
    
    
    

    https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/network-watcher-windows#powershell-deployment

    and you can follow this link to install Windows Azure Agent

    https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/agent-windows


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.