Skip to content

Commit 4186c30

Browse files
authored
Applied feedback for Dismount cmdlet
1 parent af6afb7 commit 4186c30

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

docset/winserver2022-ps/hyper-v/Dismount-VMHostAssignableDevice.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Dismounts an assigned device from a virtual machine host.
2+
description: Dismounts an assignable device from a virtual machine host.
33
external help file: Microsoft.HyperV.PowerShell.Cmdlets.dll-Help.xml
44
Module Name: Hyper-V
55
ms.date: 06/12/2024
@@ -36,7 +36,7 @@ Dismount-VMHostAssignableDevice -InstancePath "PCIROOT(0)#PCI(1D02)#PCI(0000)"
3636
```
3737

3838
This example dismounts the device with the specified instance path from the host, making it
39-
available for reassignment to another virtual machine.
39+
available for assignment to a virtual machine.
4040

4141
## PARAMETERS
4242

@@ -61,9 +61,9 @@ Accept wildcard characters: False
6161
6262
### -ComputerName
6363
64-
Specifies one or more Hyper-V hosts on the virtual network adapters are to be retrieved. NetBIOS
65-
names, IP addresses, and fully qualified domain names are allowed. The default is the local
66-
computer. Use localhost or a dot (`.`) to specify the local computer explicitly.
64+
Specifies one or more Hyper-V hosts from which the assignable devices are to be dismounted.
65+
NetBIOS names, IP addresses, and fully qualified domain names are allowed. The default is the
66+
local computer. Use localhost or a dot (`.`) to specify the local computer explicitly.
6767

6868
```yaml
6969
Type: String[]
@@ -98,6 +98,13 @@ Accept wildcard characters: False
9898

9999
Forces the command to run without asking for user confirmation.
100100

101+
Using the **Force** parameter also overrides some security checks in the platform. To learn more,
102+
see [Dismount the device from the host partition
103+
](/windows-server/virtualization/hyper-v/deploy/deploying-graphics-devices-using-dda#dismount-the-device-from-the-host-partition).
104+
105+
If no partitioning driver is provided, during dismount, you must use `-Force` to bypass the
106+
security warning. For more information about the security implications, see [Plan for deploying devices by using Discrete Device Assignment](/windows-server/virtualization/hyper-v/plan/plan-for-deploying-devices-using-discrete-device-assignment).
107+
101108
```yaml
102109
Type: SwitchParameter
103110
Parameter Sets: (All)

0 commit comments

Comments
 (0)