Brandon Olin
Brandon Olin
This will take a bit of work but it should be possible to dynamically create a DSC configuration MOF and apply it to the machine upon creation. ``` powershell resource...
Currently, when creating a new VM, it is not possible to specify the disk format when the VM is created on a datastore cluster (SDRS). Instead, the disk will inherit...
Add support for defining virtual SCSI controllers and associating virtual disks to them Example: ``` powershell disks = @( @{ name = 'Hard disk 1' sizeGB = 50 type =...
Add resource designer script using the xDSCResourceDesigner module.
Add proper -WhatIf support to Set-TargetResource