Skip to content

Commit 188f706

Browse files
committed
add info re: redownload of script
1 parent 727e72b commit 188f706

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/security/quick-encrypt-vm-powershell.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2424

2525
- Windows PowerShell ISE
2626
- Install and configure the [latest version of Azure PowerShell](/powershell/azure/install-azurerm-ps)
27-
- A copy of the [Azure Disk Encryption prerequisites script](https://raw.githubusercontent.com/Azure/azure-powershell/master/src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/Scripts/AzureDiskEncryptionPreRequisiteSetup.ps1 )
27+
- A copy of the [Azure Disk Encryption prerequisites script](https://raw.githubusercontent.com/Azure/azure-powershell/master/src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/Scripts/AzureDiskEncryptionPreRequisiteSetup.ps1).
28+
- If you have this script already, download a new copy as it has recently changed.
2829
- Use **CTRL-A** to select all the text then use **CTRL-C** to copy all the text into Notepad.
2930
- Save the file as **ADEPrereqScript.ps1**
3031

32+
3133
## Sign in to Azure
3234

3335
1. Right-click **Windows PowerShell ISE** and click **Run as administrator**.

0 commit comments

Comments
 (0)