Skip to content

Commit 330c1bc

Browse files
LolaOysdwheeler
authored andcommitted
include missed review comments
1 parent cfb03b8 commit 330c1bc

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

docset/winserver2022-ps/hyper-v/Add-VMGpuPartitionAdapter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $vm = Get-VM -name "TestVM"
4646
Add-VMGpuPartitionAdapter -VM $vm
4747
```
4848

49-
Assigns a partition to a specific VM object. If you want to assign multiple GPU partitions run this command the number of times equal to the number of GPU partitions needed.
49+
Assigns a partition to a specific VM object.
5050

5151
### Example 2
5252
```powershell
@@ -381,7 +381,7 @@ Accept wildcard characters: False
381381
```
382382
383383
### CommonParameters
384-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](httpS://go.microsoft.com/fwlink/?LinkID=113216).
384+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
385385
386386
## INPUTS
387387

docset/winserver2022-ps/hyper-v/Get-VMGpuPartitionAdapter.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ $testvm = get-VM "TestVM"
3636
Get-VMGpuPartitionAdapter -VM $testvm
3737
```
3838

39-
Displays the GPU information assigned to a VM object
39+
Displays the GPU information assigned to a VM object.
4040

4141
## PARAMETERS
4242

4343
### -AdapterId
44-
A VM's GPU partition identification number used to display the GPU information assigned to a VM
44+
This is a VM's GPU partition identification number used to display the GPU information assigned to a VM.
4545

4646
```yaml
4747
Type: String
@@ -73,7 +73,7 @@ Accept wildcard characters: False
7373
```
7474
7575
### -ComputerName
76-
Specifies that one or more Hyper-V hosts on the virtual network adapters are to be retrieved.
76+
Specifies one or more Hyper-V hosts on the virtual network adapters are to be retrieved.
7777
NetBIOS names, IP addresses, and fully qualified domain names are allowed.
7878
The default is the local computer.
7979
Use localhost or a dot ('.') to specify the local computer explicitly.
@@ -107,8 +107,7 @@ Accept wildcard characters: False
107107
```
108108
109109
### -VM
110-
Specifies the virtual machine whose virtual network adapters are to be retrieved.
111-
. The asterisk, ('*'), is the wildcard.
110+
Specifies the virtual machine whose virtual network adapters are to be retrieved. The asterisk, ('*'), is the wildcard.
112111
If it is specified the cmdlet returns virtual network adapters from every virtual machine in the system.
113112
114113
```yaml
@@ -120,7 +119,7 @@ Required: True
120119
Position: 0
121120
Default value: None
122121
Accept pipeline input: True (ByValue)
123-
Accept wildcard characters: true
122+
Accept wildcard characters: True
124123
```
125124
126125
### -VMName

docset/winserver2022-ps/hyper-v/Get-VMHostPartitionableGpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Accept wildcard characters: False
7373
7474
### -ComputerName
7575
Specifies one or more Hyper-V hosts that run this cmdlet.
76-
NetBIOS names, IP addresses, and fully qualified domain names are allowable.
76+
NetBIOS names, IP addresses, and fully qualified domain names are allowed.
7777
The default is the local computer.
7878
Use localhost or a dot ('.') to specify the local computer explicitly.
7979

docset/winserver2022-ps/hyper-v/Remove-VMGpuPartitionAdapter.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $testvm = Get-VM "TestVM"
4545
Remove-VMGpuPartitionAdapter -VM $testvm
4646
```
4747

48-
Removes a partition assigned to a specific VM Object.
48+
Removes a partition assigned to a specific VM object.
4949

5050
### Example 2
5151
```powershell
@@ -54,12 +54,12 @@ $GPUpartition = Get-VMGpuPartitionAdapter -VM $testvm
5454
Remove-VMGpuPartitionAdapter -VM $testvm -AdapterId $GPUpartiton[0].id
5555
```
5656

57-
Remove a specific partition in a VM
57+
Remove a specific partition in a VM.
5858

5959
## PARAMETERS
6060

6161
### -AdapterId
62-
A VM's GPU partition identification number used to remove a GPU from a VM.
62+
This is a VM's GPU partition identification number used to remove a GPU from a VM.
6363

6464
```yaml
6565
Type: String
@@ -91,7 +91,7 @@ Accept wildcard characters: False
9191
```
9292
9393
### -ComputerName
94-
Specifies that one or more Hyper-V hosts on the virtual network adapters are to be retrieved. NetBIOS names, IP addresses, and fully qualified domain names are allowed.
94+
Specifies one or more Hyper-V hosts on the virtual network adapters are to be retrieved. NetBIOS names, IP addresses, and fully qualified domain names are allowed.
9595
The default is the local computer.Use localhost or a dot ('.') to specify the local computer explicitly.
9696
9797
```yaml
@@ -107,8 +107,7 @@ Accept wildcard characters: False
107107
```
108108
109109
### -Credential
110-
Specifies one or more user accounts that have permission to perform this action.
111-
The default is the current user.
110+
Specifies one or more user accounts that have permission to perform this action. The default is the current user.
112111
113112
```yaml
114113
Type: PSCredential[]

0 commit comments

Comments
 (0)