Skip to content

Commit 42157ad

Browse files
authored
Removed Example 2 as it belongs to another cmdlet
1 parent ffff4e3 commit 42157ad

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docset/winserver2025-ps/hyper-v/Add-VMAssignableDevice.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,6 @@ Add-VMAssignableDevice -VMName "MyVM" -InstancePath "PCIROOT(0)#PCI(0300)#PCI(00
5050
This example attaches a physical device, identified by its instance path, to the virtual machine
5151
named **MyVM**.
5252

53-
### Example 2
54-
55-
```powershell
56-
$gpu = Get-VMHostAssignableDevice
57-
Add-VMHostAssignableDevice -HostAssignableDevice $gpu -ResourcePoolName "GpuChildPool"
58-
```
59-
60-
This example retrieves a list of GPUs or other assignable devices and adds these devices to a
61-
resource pool named **GpuChildPool**, making the devices available for use by virtual machines in
62-
that resource pool.
63-
6453
## PARAMETERS
6554

6655
### -CimSession

0 commit comments

Comments
 (0)