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
This script finds Windows and Linux Virtual Machines encrypted with single pass ADE in all resource groups present in a subscription.
4
+
INPUT:
5
+
Enter the subscription ID of the subscription. DO NOT remove hyphens. Example: 759532d8-9991-4d04-878f-xxxxxxxxxxxx
6
+
OUTPUT:
7
+
A .csv file with file name "<SubscriptionId>_AdeVMInfo.csv" is created in the same working directory.
8
+
Note: If the ADE_Version field = "Not Available" in the output, it means that the VM is encrypted but the extension version couldn't be found. Please check the version manually for these VMs.
This script finds Windows and Linux Virtual Machine Scale Sets encrypted with single pass ADE in all resource groups present in a subscription.
4
+
INPUT:
5
+
Enter the subscription ID of the subscription. DO NOT remove hyphens. Example: 759532d8-9991-4d04-878f-xxxxxxxxxxxx
6
+
OUTPUT:
7
+
A .csv file with file name "<SubscriptionId>__AdeVMSSInfo.csv" is created in the same working directory.
8
+
Note: If the ADE_Version field = "Not Available" in the output, it means that the VM is encrypted but the extension version couldn't be found. Please check the version manually for these VMSS.
0 commit comments