POSHOrigin_vSphere
POSHOrigin_vSphere copied to clipboard
DSC resources to manage VMware vSphere with POSHOrigin
## Expected Behavior Improve datastore logic when creating new disks. ## Current Behavior New disks are created on the datastore the VM currently resides on. Creating new disks will fail...
I am having issues when creating VM's with multiple NIC's. The error messages are: 10.60.32.120 10.70.70.120 appears to already be in use. + CategoryInfo : NotSpecified: (:) [], CimException +...
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.