Commvault / CVPowershellSDK

Developer SDK - Powershell
12 stars 12 forks source link

SET-CVCLIENT not working #30

Open amitwadhawan opened 2 years ago

amitwadhawan commented 2 years ago

$clientprops = Get-CVClient -Name 'clientname'

$clientprops.clientName = 'newname'

$clientprops | Set-CVClient -Name 'clientname' -force

didnt update the client name when i tried -whatif switch it says "INFO: Set-CVClient: set client properties request failed for group [clientname]"

commvault 11.20.46