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/azure-security-antimalware.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.devlang: na
13
13
ms.topic: article
14
14
ms.tgt_pltfrm: na
15
15
ms.workload: na
16
-
ms.date: 06/14/2018
16
+
ms.date: 08/27/2018
17
17
ms.author: barclayn
18
18
19
19
---
@@ -170,7 +170,7 @@ An Azure application or service can retrieve the Microsoft Antimalware configura
170
170
171
171
To retrieve the Microsoft Antimalware configuration using PowerShell cmdlets:
172
172
173
-
1. Set up your PowerShell environment - Refer to the documentation at <https://github.com/Azure/azure-sdk-tools#get-started>
173
+
1. Set up your PowerShell environment - Refer to the documentation at <https://github.com/Azure/azure-powershell>
174
174
2.**For Virtual Machines**: Use the [Get-AzureVMMicrosoftAntimalwareExtension Antimalware cmdlet](https://docs.microsoft.com/powershell/module/servicemanagement/azure/get-azurevmmicrosoftantimalwareextension) to get the antimalware configuration.
175
175
3.**For Cloud Services**: Use the [Get-AzureServiceAntimalwareConfig Antimalware cmdlet](https://docs.microsoft.com/powershell/module/servicemanagement/azure/get-azureserviceantimalwareconfig) to get the Antimalware configuration.
176
176
@@ -180,7 +180,7 @@ An Azure application or service can remove the Antimalware configuration and any
180
180
181
181
To remove Microsoft Antimalware using PowerShell cmdlets:
182
182
183
-
1. Set up your PowerShell environment - Refer to the documentation at <https://github.com/Azure/azure-sdk-tools#get-started>
183
+
1. Set up your PowerShell environment - Refer to the documentation at <https://github.com/Azure/azure-powershell>
184
184
2.**For Virtual Machines**: Use the [Remove-AzureVMMicrosoftAntimalwareExtension Antimalware cmdlet](https://docs.microsoft.com/powershell/module/servicemanagement/azure/remove-azurevmmicrosoftantimalwareextension).
185
185
3.**For Cloud Services:** Use the [Remove-AzureServiceAntimalwareExtension Antimalware cmdlet](https://docs.microsoft.com/powershell/module/servicemanagement/azure/remove-azureserviceantimalwareextension).
186
186
@@ -205,7 +205,7 @@ You can enable collection of Microsoft Antimalware events for your Cloud Service
205
205
206
206
To enable Antimalware event collection to your Azure Storage account using PowerShell cmdlets:
207
207
208
-
1. Set up your PowerShell environment - Refer to <https://github.com/Azure/azure-sdk-tools#get-started>
208
+
1. Set up your PowerShell environment - Refer to <https://github.com/Azure/azure-powershell>
209
209
2.**For Virtual Machines** - Use the [Set-AzureVMMicrosoftAntimalwareExtension Antimalware cmdlet](https://docs.microsoft.com/powershell/module/servicemanagement/azure/set-azurevmmicrosoftantimalwareextension) with the Monitoring ON option.
210
210
3.**For Cloud Services** - Use the [Set-AzureServiceAntimalwareExtension Antimalware cmdlet](https://docs.microsoft.com/powershell/module/servicemanagement/azure/set-azureserviceantimalwareextension) with the Monitoring ON option.
0 commit comments