Skip to content

Commit 92ecded

Browse files
committed
2nd pass of VMHostAssignableDevice cmdlets
1 parent ee33921 commit 92ecded

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Accept wildcard characters: False
7575
7676
### -ComputerName
7777
78-
Specifies the name of the Hyper-V host to which the device is to be added. NetBIOS names,
79-
IP addresses, and fully qualified domain names are allowed. The default is the local
80-
computer. Use localhost or a dot (`.`) to specify the local computer explicitly.
78+
Specifies the name of the Hyper-V host to which the device is to be added. NetBIOS names, IP
79+
addresses, and fully qualified domain names are allowed. The default is the local computer. Use
80+
localhost or a dot (`.`) to specify the local computer explicitly.
8181

8282
```yaml
8383
Type: String[]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Accept wildcard characters: False
6161
6262
### -ComputerName
6363
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.
64+
Specifies one or more Hyper-V hosts from which the assignable devices are to be dismounted. 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.
6767

6868
```yaml
6969
Type: String[]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Retrieves information about a device assigned to a virtual machine host.
2+
description: Retrieves information about an assignable device to 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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Mounts an assigned device to a virtual machine host.
2+
description: Mounts an assignable device to 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
@@ -75,7 +75,7 @@ Accept wildcard characters: False
7575
7676
### -ComputerName
7777
78-
Specifies one or more Hyper-V hosts on the virtual network adapters are to be retrieved. NetBIOS
78+
Specifies one or more Hyper-V hosts from which the assignable devices are to be mounted. NetBIOS
7979
names, IP addresses, and fully qualified domain names are allowed. The default is the local
8080
computer. Use localhost or a dot (`.`) to specify the local computer explicitly.
8181

@@ -110,7 +110,7 @@ Accept wildcard characters: False
110110

111111
### -HostAssignableDevice
112112

113-
Specifies the device object to be assigned to the virtual machine.
113+
Specifies the assignable device to be mounted on the virtual machine host.
114114

115115
```yaml
116116
Type: VMHostAssignableDevice[]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Removes an assigned device from a virtual machine host.
2+
description: Removes 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
@@ -74,7 +74,7 @@ Accept wildcard characters: False
7474
7575
### -ComputerName
7676
77-
Specifies one or more Hyper-V hosts on the virtual network adapters are to be retrieved. NetBIOS
77+
Specifies one or more Hyper-V hosts from which the assignable devices are to be removed. NetBIOS
7878
names, IP addresses, and fully qualified domain names are allowed. The default is the local
7979
computer. Use localhost or a dot (`.`) to specify the local computer explicitly.
8080

@@ -174,7 +174,7 @@ Accept wildcard characters: False
174174

175175
### -ResourcePoolName
176176

177-
Specifies the name of the resource pool to which the device is assigned.
177+
Specifies the name of the resource pool from which to remove an assignable device.
178178

179179
```yaml
180180
Type: String[]

0 commit comments

Comments
 (0)