@@ -5,7 +5,7 @@ Help Version: 5.0.2.1
55Locale : en-US
66Module Guid : af4bddd0-8583-4ff2-84b2-a33f5c8de8a7
77Module Name : Hyper-V
8- ms.date : 12/20/2016
8+ ms.date : 06/ 12/2024
99title : Hyper-V
1010---
1111# Hyper-V Module
@@ -16,6 +16,9 @@ This reference provides cmdlet descriptions and syntax for all Hyper-V-specific
1616
1717## Hyper-V Cmdlets
1818
19+ ### [ Add-VMAssignableDevice] ( ./Add-VMAssignableDevice.md )
20+ Adds an assignable device to a specific virtual machine.
21+
1922### [ Add-VMDvdDrive] ( ./Add-VMDvdDrive.md )
2023Adds a DVD drive to a virtual machine.
2124
@@ -31,6 +34,9 @@ Adds group members to a virtual machine group.
3134### [ Add-VMHardDiskDrive] ( ./Add-VMHardDiskDrive.md )
3235Adds a hard disk drive to a virtual machine.
3336
37+ ### [ Add-VMHostAssignableDevice] ( ./Add-VMHostAssignableDevice.md )
38+ Adds an assignable device to a virtual machine (VM) host.
39+
3440### [ Add-VMMigrationNetwork] ( ./Add-VMMigrationNetwork.md )
3541Adds a network for virtual machine migration on one or more virtual machine hosts.
3642
@@ -124,6 +130,9 @@ Removes a host bus adapter from a virtual storage area network (SAN).
124130### [ Dismount-VHD] ( ./Dismount-VHD.md )
125131Dismounts a virtual hard disk.
126132
133+ ### [ Dismount-VMHostAssignableDevice] ( ./Dismount-VMHostAssignableDevice.md )
134+ Dismounts a device from a virtual machine (VM) host.
135+
127136### [ Enable-VMConsoleSupport] ( ./Enable-VMConsoleSupport.md )
128137Enables keyboard, video, and mouse for virtual machines.
129138
@@ -169,6 +178,9 @@ Gets information about a checkpoint in a VHD set.
169178### [ Get-VM] ( ./Get-VM.md )
170179Gets the virtual machines from one or more Hyper-V hosts.
171180
181+ ### [ Get-VMAssignableDevice] ( ./Get-VMAssignableDevice.md )
182+ Retrieves information about the assignable device from a specific virtual machine.
183+
172184### [ Get-VMBios] ( ./Get-VMBios.md )
173185Gets the BIOS of a virtual machine or snapshot.
174186
@@ -202,6 +214,9 @@ Gets the virtual hard disk drives attached to one or more virtual machines.
202214### [ Get-VMHost] ( ./Get-VMHost.md )
203215Gets a Hyper-V host.
204216
217+ ### [ Get-VMHostAssignableDevice] ( ./Get-VMHostAssignableDevice.md )
218+ Retrieves device information assigned to a virtual machine (VM) host.
219+
205220### [ Get-VMHostCluster] ( ./Get-VMHostCluster.md )
206221Gets virtual machine host clusters.
207222
@@ -252,7 +267,6 @@ Gets members of a routing domain.
252267
253268### [ Get-VMNetworkAdapterTeamMapping] ( ./Get-VMNetworkAdapterTeamMapping.md )
254269
255-
256270### [ Get-VMNetworkAdapterVlan] ( ./Get-VMNetworkAdapterVlan.md )
257271Gets the virtual LAN settings configured on a virtual network adapter.
258272
@@ -349,6 +363,9 @@ Merges virtual hard disks.
349363### [ Mount-VHD] ( ./Mount-VHD.md )
350364Mounts one or more virtual hard disks.
351365
366+ ### [ Mount-VMHostAssignableDevice] ( ./Mount-VMHostAssignableDevice.md )
367+ Mounts a device to a virtual machine (VM) host.
368+
352369### [ Move-VM] ( ./Move-VM.md )
353370Moves a virtual machine to a new Hyper-V host.
354371
@@ -391,6 +408,9 @@ Removes a checkpoint from a VHD set file.
391408### [ Remove-VM] ( ./Remove-VM.md )
392409Deletes a virtual machine.
393410
411+ ### [ Remove-VMAssignableDevice] ( ./Remove-VMAssignableDevice.md )
412+ Removes information about the assignable devices from a specific virtual machine.
413+
394414### [ Remove-VMDvdDrive] ( ./Remove-VMDvdDrive.md )
395415Deletes a DVD drive from a virtual machine.
396416
@@ -409,6 +429,9 @@ Removes members from a virtual machine group.
409429### [ Remove-VMHardDiskDrive] ( ./Remove-VMHardDiskDrive.md )
410430Deletes a hard disk drive from a virtual machine.
411431
432+ ### [ Remove-VMHostAssignableDevice] ( ./Remove-VMHostAssignableDevice.md )
433+ Removes a device assigned to a virtual machine (VM) host.
434+
412435### [ Remove-VMMigrationNetwork] ( ./Remove-VMMigrationNetwork.md )
413436Removes a network from use with migration.
414437
@@ -426,7 +449,6 @@ Removes a routing domain from a virtual network adapter.
426449
427450### [ Remove-VMNetworkAdapterTeamMapping] ( ./Remove-VMNetworkAdapterTeamMapping.md )
428451
429-
430452### [ Remove-VMRemoteFx3dVideoAdapter] ( ./Remove-VMRemoteFx3dVideoAdapter.md )
431453Removes a RemoteFX 3D video adapter from a virtual machine.
432454
@@ -579,7 +601,6 @@ Sets virtual subnets on a routing domain.
579601
580602### [ Set-VMNetworkAdapterTeamMapping] ( ./Set-VMNetworkAdapterTeamMapping.md )
581603
582-
583604### [ Set-VMNetworkAdapterVlan] ( ./Set-VMNetworkAdapterVlan.md )
584605Configures the virtual LAN settings for the traffic through a virtual network adapter.
585606
0 commit comments