Brandon Olin

Results 24 issues of 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...

enhancement

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...

enhancement

Add support for defining virtual SCSI controllers and associating virtual disks to them Example: ``` powershell disks = @( @{ name = 'Hard disk 1' sizeGB = 50 type =...

enhancement
in progress

Add resource designer script using the xDSCResourceDesigner module.

enhancement

Add support for language localization

enhancement

Add proper -WhatIf support to Set-TargetResource

enhancement