Skip to content

Commit ad63356

Browse files
authored
Update antimalware-code-samples.md
1 parent 5aa5790 commit ad63356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/security/fundamentals/antimalware-code-samples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ The code sample below shows how you can add Microsoft Antimalware for Azure Arc-
182182
183183
```powershell
184184
#Before using Azure PowerShell to manage VM extensions on your hybrid server managed by Azure Arc-enabled servers, you need to install the Az.ConnectedMachine module. Run the following command on your Azure Arc-enabled server:
185+
#If you have Az.ConnectedMachine installed, please make sure the version is at least 0.4.0
185186
install-module -Name Az.ConnectedMachine
186187
Import-Module -name Az.ConnectedMachine
187188

0 commit comments

Comments
 (0)