Hi,
The Update-OVRemoteSupportEntitlement cmdlet doesn't seem to work:
When I try to run it either like is described in the docs by piping a server object to it, or just the cmdlet on its own without passing any parameters to it
Get-OVServer -Name MyServer | Update-OVRemoteSupportEntitlement
or
Update-OVRemoteSupportEntitlement
I get this error:
InvalidOperation: 'ParameterSetName' is a ReadOnly property.
Update-OVRemoteSupportEntitlement: Cannot validate argument on parameter 'uri'. -URI must being with a '/' (eg. /rest/server-hardware) in its value. Please correct the value and try again.
Hi,
The Update-OVRemoteSupportEntitlement cmdlet doesn't seem to work:
When I try to run it either like is described in the docs by piping a server object to it, or just the cmdlet on its own without passing any parameters to it
Get-OVServer -Name MyServer | Update-OVRemoteSupportEntitlementor
Update-OVRemoteSupportEntitlementI get this error: