Skip to content

Commit 24a3c29

Browse files
committed
Merge branch 'update_vmassignabledevice' of https://github.com/Xelu86/windows-powershell-docs into update_vmassignabledevice
2 parents a588978 + ca2e0ac commit 24a3c29

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Accept wildcard characters: False
7373
7474
### -ComputerName
7575
76-
Specifies one or more Hyper-V hosts on the virtual network adapters are to be retrieved. NetBIOS
76+
Specifies one or more Hyper-V hosts on which the assignable devices are to be retrieved. NetBIOS
7777
names, IP addresses, and fully qualified domain names are allowed. The default is the local
7878
computer. Use localhost or a dot (`.`) to specify the local computer explicitly.
7979

@@ -189,7 +189,7 @@ Accept wildcard characters: False
189189

190190
### -VM
191191

192-
Specifies the virtual machine on which the device is to be assigned.
192+
Specifies the virtual machine to which the device is to be assigned.
193193

194194
```yaml
195195
Type: VirtualMachine[]
@@ -205,7 +205,7 @@ Accept wildcard characters: False
205205

206206
### -VMName
207207

208-
Specifies the name of the virtual machine where a device is to be assigned.
208+
Specifies the name of the virtual machine to which the device is to be assigned.
209209

210210
```yaml
211211
Type: String[]
@@ -270,6 +270,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
270270

271271
## RELATED LINKS
272272

273-
- [Get-VMAssignableDevice](get-vmassignabledevice.md)
273+
[Get-VMAssignableDevice](get-vmassignabledevice.md)
274274

275-
- [Remove-VMAssignableDevice](remove-vmassignabledevice.md)
275+
[Remove-VMAssignableDevice](remove-vmassignabledevice.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Accept wildcard characters: False
7171
7272
### -ComputerName
7373
74-
Specifies one or more Hyper-V hosts on the virtual network adapters are to be retrieved. NetBIOS
74+
Specifies one or more Hyper-V hosts from which the assignable devices are to be retrieved. NetBIOS
7575
names, IP addresses, and fully qualified domain names are allowed. The default is the local
7676
computer. Use localhost or a dot (`.`) to specify the local computer explicitly.
7777

@@ -138,7 +138,7 @@ Accept wildcard characters: False
138138

139139
### -VM
140140

141-
Retrieves the network adapter assigned to the virtual machine.
141+
Retrieves the virtual machine which a device is assigned.
142142

143143
```yaml
144144
Type: VirtualMachine[]
@@ -154,7 +154,7 @@ Accept wildcard characters: False
154154

155155
### -VMName
156156

157-
Retrieves the name of the virtual machine which the network adapter is assigned.
157+
Retrieves the names of the assignable devices assigned to the specified virtual machine.
158158

159159
```yaml
160160
Type: String[]

0 commit comments

Comments
 (0)