Tests/Integration/MSFT_xVMDvdDrive_add.config.ps1
configuration MSFT_xVMDvdDrive_Add_Config { Import-DscResource -ModuleName xHyper-V node localhost { xVMDvdDrive Integration_Test { VMName = $Node.VMName ControllerNumber = $Node.ControllerNumber ControllerLocation = $Node.ControllerLocation Path = $Node.Path Ensure = 'Present' } } } |