We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-HVPoolSpec cmdlet run against manual pool returns no machines even though the pool contains machines.
[...] "ManualDesktopSpec": { "virtualCenterManagedCommonSettings": { "TransparentPageSharingScope": "VM" }, "userAssignment": { "UserAssignment": "DEDICATED", "AutomaticAssignment": true, "AllowMultipleAssignments": false }, "viewStorageAcceleratorSettings": { "UseViewStorageAccelerator": false, "ViewComposerDiskTypes": "OS_DISKS", "RegenerateViewStorageAcceleratorDays": 7, "BlackoutTimes": null }, "source": "VIRTUAL_CENTER", "virtualCenter": "anon.domain.com", "machines": null <<<<<<<<<<<<<<<<<< }, [...]
The spec returned by Get-HVPoolSpec should contain information about the machines of the target pool.
The spec returned by Get-HVPoolSpec should be valid to use with New-HVPool -spec
I understand that Get-HVPoolSpec should return a spec file that can be used with New-HVPool using the parameter -spec
-spec
The fact that the machines are not included in the spec file complicates migrations or easy recovery of desktop pool configurations using spec files.
New-HVPool accepts a spec file when the "machines"-dictionary is filled with information pulled with Get-HVMachineSummary.
I see no reason as to why the machines dictionary is empty when requesting a pool spec.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Get-HVPoolSpec cmdlet run against manual pool returns no machines even though the pool contains machines.
Reproduction steps
Expected behavior
The spec returned by Get-HVPoolSpec should contain information about the machines of the target pool.
The spec returned by Get-HVPoolSpec should be valid to use with New-HVPool -spec
Additional context
I understand that Get-HVPoolSpec should return a spec file that can be used with New-HVPool using the parameter
-spec
The fact that the machines are not included in the spec file complicates migrations or easy recovery of desktop pool configurations using spec files.
New-HVPool accepts a spec file when the "machines"-dictionary is filled with information pulled with Get-HVMachineSummary.
I see no reason as to why the machines dictionary is empty when requesting a pool spec.
The text was updated successfully, but these errors were encountered: