- Open cmd (run as administrator), then use
dism /online /set-edition:serverstandard /productkey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /accepteula
dism /online /set-edition:serverstandard /productkey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /accepteula
Login-AzureRmAccount | |
Get-AzureRmSubscription | |
Select-AzureRmSubscription -subscriptionId <yourSubscriptionId> | |
Get-AzureRmResource | foreach-object {Get-AzureRmRoleAssignment -ResourceGroupName $_.Name} |