After an extended period of testing in the Release Preview ring, Microsoft has finally started rolling out the May 2019 Update to Windows 10 users, albeit in a “measured and throttled” way. You might be able to get it now by going through Settings > Update & Security > Windows Update or, failing that, via the Media Creation tool.Read More →

This is how you can encrypt your Azure virtual machine disks : az vm encryption enable –resource-group “ResourceGroupOfVM” –name “VMName” –disk-encryption-keyvault “/KeyVaultResourceIDHere” –volume-type All You can find your keyvault Resource ID here :   The reason that I used the Resource id instead of the keyvault name is that nowRead More →