Skip to content

Commit 311576f

Browse files
authored
Merge pull request #50232 from barclayn/antimalware-fix
fixing the links pointing to outdated version of Azure powershell get…
2 parents a7e6d14 + 63df0c7 commit 311576f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/security/azure-security-antimalware.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
16-
ms.date: 06/14/2018
16+
ms.date: 08/27/2018
1717
ms.author: barclayn
1818

1919
---
@@ -170,7 +170,7 @@ An Azure application or service can retrieve the Microsoft Antimalware configura
170170

171171
To retrieve the Microsoft Antimalware configuration using PowerShell cmdlets:
172172

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>
174174
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.
175175
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.
176176

@@ -180,7 +180,7 @@ An Azure application or service can remove the Antimalware configuration and any
180180

181181
To remove Microsoft Antimalware using PowerShell cmdlets:
182182

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>
184184
2. **For Virtual Machines**: Use the [Remove-AzureVMMicrosoftAntimalwareExtension Antimalware cmdlet](https://docs.microsoft.com/powershell/module/servicemanagement/azure/remove-azurevmmicrosoftantimalwareextension).
185185
3. **For Cloud Services:** Use the [Remove-AzureServiceAntimalwareExtension Antimalware cmdlet](https://docs.microsoft.com/powershell/module/servicemanagement/azure/remove-azureserviceantimalwareextension).
186186

@@ -205,7 +205,7 @@ You can enable collection of Microsoft Antimalware events for your Cloud Service
205205

206206
To enable Antimalware event collection to your Azure Storage account using PowerShell cmdlets:
207207

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>
209209
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.
210210
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.
211211

0 commit comments

Comments
 (0)