Skip to content

Commit 4ab2999

Browse files
authored
Applied feedback
1 parent f36d325 commit 4ab2999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)