You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/security/fundamentals/antimalware-code-samples.md
+25-26Lines changed: 25 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,7 @@ The code sample below shows how you can add Microsoft Antimalware for Azure Arc-
182
182
183
183
```powershell
184
184
#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
185
186
install-module -Name Az.ConnectedMachine
186
187
Import-Module -name Az.ConnectedMachine
187
188
@@ -192,36 +193,34 @@ $resourceGroupName = " RESOURCE GROUP NAME HERE "
0 commit comments