POSHOrigin_vSphere icon indicating copy to clipboard operation
POSHOrigin_vSphere copied to clipboard

DSC resources to manage VMware vSphere with POSHOrigin

Results 12 POSHOrigin_vSphere issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

bug
in progress

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