The Update-CVMissedSLA
cmdlet performs backup jobs for clients with missed service level agreement (SLA) calculation for the CommCell environment. If you do not provide any parameters, the cmdlet backs up all the unprotected clients in your CommCell environment.
Before you can use this cmdlet, you must log on to your CommCell environment using the Connect-CVServer
cmdlet. For more information, see Connecting to a CommCell Environment with PowerShell.
Syntax
Update-CVMissedSLA [-EmailAddr <String>] [-Type <Int32>] [-Category <Int32>] [-Status <Int32>] [<CommonParameters>]
Update-CVMissedSLA [-ClientName <String>] [-EmailAddr <String>] [-Type <Int32>] [-Category <Int32>] [-Status <Int32>] [<CommonParameters>]
Update-CVMissedSLA [-ClientId <Int32>] [-EmailAddr <String>] [-Type <Int32>] [-Category <Int32>] [-Status <Int32>] [<CommonParameters>]
Update-CVMissedSLA [-ClientObject <Object>] [-EmailAddr <String>] [-Type <Int32>] [-Category <Int32>] [-Status <Int32>] [<CommonParameters>]
Optional Parameters
Commvault Parameters
Parameter | Description | Data type | Values | Accepts pipeline input? | Accepts wildcard characters? | Type of parameter |
---|---|---|---|---|---|---|
– | The name of the client. | String | No | No | Named | |
– | The email address that is used for notification purpose. | String | No | No | Named | |
– | The ID of the client. | Int32 | The default value is 0. | No | No | Named |
– | An object that represents the client. | Object | Yes, by:
| No | Named | |
– | The type of clients that you want to back up. | Int32 | Valid values:
| No | No | Named |
– | The SLA status of clients that you want to back up. | Int32 | Valid values:
| No | No | Named |
– | The category of clients that you want to back up. | Int32 | Valid values:
| No | No | Named |
Microsoft PowerShell Parameters
You can use the following Microsoft PowerShell parameters:
Debug
ErrorAction
ErrorVariable
OutBuffer
OutVariable
PipelineVariable
Verbose
WarningAction
WarningVariable
Force
Confirm
WhatIf
Note: Only a few cmdlets support Force, Confirm, and WhatIf parameters.
For more information, see "About Common Parameters" in the Microsoft PowerShell documentation.
Input
This cmdlet does not support input.
Output
For each client, a message indicates whether the job succeeded.
Examples
Back Up All Unprotected Clients
The following example performs backups for all clients that are unprotected according to the SLA for the CommCell environment.
Update-CVMissedSLA
Back Up Unprotected Clients with No Jobs Found in SLA
The following example performs backups for clients that are unprotected because no jobs were found according to the SLA for the CommCell environment.
Update-CVMissedSLA -ClientName myClient -Category 3 -EmailId admin@abcxyzcompany.com