Closed KuJoe closed 1 year ago
Similar to issue #30, please add these parameters to the Set-CohesityView command to allow us to set or edit the Logical Quota and Alert Threshold. Thank you.
You can follow the steps to update the quota policy of a view
>$quotaPolicy = [Cohesity.Model.QuotaPolicy]::new() >$view = Get-CohesityView >$view.LogicalQuota = $quotaPolicy >$view | Set-CohesityView
🚀 Feature Request
Similar to issue #30, please add these parameters to the Set-CohesityView command to allow us to set or edit the Logical Quota and Alert Threshold. Thank you.