Update-CVMissedSLA

Updated

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

ClientName

The name of the client.

String

No

No

Named

EmailAddr

The email address that is used for notification purpose.

String

No

No

Named

ClientId

The ID of the client.

Int32

The default value is 0.

No

No

Named

ClientObject

An object that represents the client.

Object

Yes, by:

  • Value

  • Property name

No

Named

Type

The type of clients that you want to back up.

Int32

Valid values:

  • 1: Client (default)

  • 2: Agent

No

No

Named

Status

The SLA status of clients that you want to back up.

Int32

Valid values:

  • 0: Any

  • 1: Protected

  • 2: Unprotected (default)

  • 3: Excluded

No

No

Named

Category

The category of clients that you want to back up.

Int32

Valid values:

  • 0: Any

  • 1: Protected

  • 2: Failed (default)

  • 3: No job found

  • 4: No schedule

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