Skip to content

Commit eb2401f

Browse files
committed
Minor edit
1 parent adad7bc commit eb2401f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Add-VMGpuPartitionAdapter [-CimSession <CimSession[]>] [-ComputerName <String[]>
2323
[-MinPartitionVRAM <UInt64>] [-MaxPartitionVRAM <UInt64>] [-OptimalPartitionVRAM <UInt64>]
2424
[-MinPartitionEncode <UInt64>] [-MaxPartitionEncode <UInt64>] [-OptimalPartitionEncode <UInt64>]
2525
[-MinPartitionDecode <UInt64>] [-MaxPartitionDecode <UInt64>] [-OptimalPartitionDecode <UInt64>]
26-
[-MinPartitionCompute <UInt64>] [-MaxPartitionCompute <UInt64>] [-OptimalPartitionCompute <UInt64>] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
[-MinPartitionCompute <UInt64>] [-MaxPartitionCompute <UInt64>] [-OptimalPartitionCompute <UInt64>]
27+
[-WhatIf] [-Confirm] [<CommonParameters>]
2728
```
2829

2930
### VMObject
@@ -33,12 +34,14 @@ Add-VMGpuPartitionAdapter [-VM] <VirtualMachine[]> [-Passthru] [-InstancePath <S
3334
[-MinPartitionVRAM <UInt64>] [-MaxPartitionVRAM <UInt64>] [-OptimalPartitionVRAM <UInt64>]
3435
[-MinPartitionEncode <UInt64>] [-MaxPartitionEncode <UInt64>] [-OptimalPartitionEncode <UInt64>]
3536
[-MinPartitionDecode <UInt64>] [-MaxPartitionDecode <UInt64>] [-OptimalPartitionDecode <UInt64>]
36-
[-MinPartitionCompute <UInt64>] [-MaxPartitionCompute <UInt64>] [-OptimalPartitionCompute <UInt64>] [-WhatIf] [-Confirm] [<CommonParameters>]
37+
[-MinPartitionCompute <UInt64>] [-MaxPartitionCompute <UInt64>] [-OptimalPartitionCompute <UInt64>]
38+
[-WhatIf] [-Confirm] [<CommonParameters>]
3739
```
3840

3941
## DESCRIPTION
4042

41-
The `Add-VMGpuPartitionAdapter` cmdlet adds a GPU partition adapter to a virtual machine. With no parameter, it assigns a full partition from an assignable GPU to a VM.
43+
The `Add-VMGpuPartitionAdapter` cmdlet adds a GPU partition adapter to a virtual machine. With no
44+
parameter, it assigns a full partition from an assignable GPU to a VM.
4245

4346
## EXAMPLES
4447

0 commit comments

Comments
 (0)