You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to open a KVM session (like doing Server actions > Launch vKVM from Intersight) through PowerShell.
However New-IntersightKvmSession complains, that "create operation is not allowed using an API key, use a valid user session".
How would I go about doing that? The "documentation" sadly isn't really helping
To Reproduce
# Connect to Intersight CVA
# Get server profile ref
$ServerProfileRef = Get-IntersightServerProfile -Name 'some-profile'
# Get ComputeBlade
$server = Get-IntersightComputeBlade -Moid $ServerProfileRef.AssignedServer.ActualInstance.Moid
# Now start the KVM
New-IntersightKvmSession -Server $server
Describe the bug
I'm trying to open a KVM session (like doing Server actions > Launch vKVM from Intersight) through PowerShell.
However New-IntersightKvmSession complains, that "create operation is not allowed using an API key, use a valid user session".
How would I go about doing that? The "documentation" sadly isn't really helping
To Reproduce
Version used
Expected behavior
The ability to open the vKVM through PowerShell
The text was updated successfully, but these errors were encountered: