Skip to content

Commit ef58ca1

Browse files
authored
Update windows-vm-activation-error-0xc004f074.md
Adding slmgr.vbs /ckms to clear the existing KMS server settings before pushing the new KMS server endpoints.
1 parent ee52ba6 commit ef58ca1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

support/azure/virtual-machines/windows/windows-vm-activation-error-0xc004f074.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,10 @@ Follow these steps to check whether the VM is behind a Standard SKU internal loa
100100

101101
### Part 3: Verify the connectivity between the VM and Azure KMS service
102102

103-
1. Make sure that the VM is configured to use the correct Azure KMS server. To do this, run the following Software License Manager script command:
103+
1. Clear the existing KMS Server configurations, and make sure that the VM is configured to use the correct Azure KMS server. To do this, run the following Software License Manager script command:
104104

105105
```powershell
106+
slmgr.vbs /ckms
106107
Invoke-Expression "$env:windir\system32\cscript.exe $env:windir\system32\slmgr.vbs /skms azkms.core.windows.net:1688"
107108
```
108109

0 commit comments

Comments
 (0)