You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Displays a partitionable GPU by using the specific GPU device name. The result will show the details of the specific GPU listed.
67
+
This example retrieves information about the partitionable GPUs available on a virtual machine host
68
+
and formats the output as a list, displaying the name of each GPU and the number of valid
69
+
partitions that can be created on each GPU.
55
70
56
71
## PARAMETERS
57
72
58
73
### -CimSession
59
-
Runs the cmdlet in a remote session or on a remote computer.
60
-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
61
-
The default is the current session on the local computer.
74
+
75
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
76
+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession)
77
+
or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
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).
144
+
145
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
This example partitions a GPU in a host into four partitions by using the GPU device ID name.
60
69
61
70
## PARAMETERS
62
71
63
72
### -CimSession
64
-
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
65
-
The default is the current session on the local computer.
73
+
74
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
75
+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession)
76
+
or [Get-CimSession](/powershell/module/cimcmdlets/get-cimsession) cmdlet. The default is the
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.
81
-
The default is the local computer.
82
-
Use localhost or a dot ('.') to specify the local computer explicitly.
92
+
93
+
Specifies one or more Hyper-V hosts on the virtual network adapters are to be retrieved. NetBIOS
94
+
names, IP addresses, and fully qualified domain names are allowed. The default is the local
95
+
computer. Use localhost or a dot (`.`) to specify the local computer explicitly.
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).
192
+
193
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments