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
At addition in empty group the VM list
Set-DrsVMGroup -Name $vmDRSgroup -Append -VM $CNVMlist.Name -Cluster $cluster Compare-Object : Cannot bind argument to parameter 'ReferenceObject' because it is null. At C:\Program Files (x86)\WindowsPowerShell\Modules\DRSRule\DRSRule.psm1:1088 char:60 + elseif ($null -eq (Compare-Object -ReferenceObject $arrOriginalVMIDsInTa ... + ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [Compare-Object], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.CompareObjectCommand
PS C:\> $vmDRSgroup xx-NK PS C:\> $CNVMlist.Name 89-NK-SQL02 77-NK-APP03 15-NK-TRM02 89-NK-PRN01 16-NK-1C03
The text was updated successfully, but these errors were encountered:
Such mistake appears when in the xx-NK group there are no VM. when add one VM everything begins to work correctly
Sorry, something went wrong.
876d70c
mtboren
No branches or pull requests
At addition in empty group the VM list
The text was updated successfully, but these errors were encountered: