Skip to content

Commit b28da5e

Browse files
authored
Update windows-desktop-multitenant-hosting-deployment.md
1 parent 75f9357 commit b28da5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/windows/windows-desktop-multitenant-hosting-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ Within your Resource Manager templates, an additional parameter for `licenseType
110110
```
111111

112112
**Deploy via PowerShell**
113-
When deploying your Windows Server VM via PowerShell, you've an another parameter for `-LicenseType`. Once you've your VHD uploaded to Azure, you create a VM using `New-AzVM` and specify the licensing type as follows:
113+
When deploying your Windows Server VM via PowerShell, you need to add another parameter for `-LicenseType`. Once you have your VHD uploaded to Azure, you can create a VM using `New-AzVM` and specify the licensing type as follows:
114114

115115
```powershell
116116
New-AzVM -ResourceGroupName "myResourceGroup" -Location "West US" -VM $vm -LicenseType "Windows_Client"
117117
```
118118

119119
## Verify your VM is utilizing the licensing benefit
120-
Once you've deployed your VM through either the PowerShell or Resource Manager deployment method, verify the license type with `Get-AzVM` as follows:
120+
Once you've deployed your VM through either the PowerShell or Resource Manager deployment method, verify the license type with `Get-AzVM`:
121121
```powershell
122122
Get-AzVM -ResourceGroup "myResourceGroup" -Name "myVM"
123123
```

0 commit comments

Comments
 (0)