- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get-deployrule ; Get-deployruleset failing with error vimSessionKey parameter is missing
Hello,
I recently upgraded my vCenter to 7.0.3.00800.
PowerShell Version is 7.2.5
I haven't had to work with Autodeploy in a while, but since the upgrade I am getting the following error after running these commands:
Get-deployrule
Get-deployruleset
Get-DeployRuleSet : 2022-07-27 5:06:19 PM Get-DeployRuleSet vimSessionKey parameter is missing
At line:1 char:1
+ Get-DeployRuleSet
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-DeployRuleSet], VimException
+ FullyQualifiedErrorId : Core_BaseCmdlet_UnknownError,VMware.DeployAutomation.Commands.GetDeployRuleSet
Any ideas on what might be wrong?