Disable-CVBlackoutWindowIgnoreHigherLevelRules
The Disable-CVBlackoutWindowIgnoreHigherLevelRules
cmdlet disables override of blackout window rules that are set at higher levels of an entity.
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
Disable-CVBlackoutWindowIgnoreHigherLevelRules [[-ClientId] <Int32>] [[-AppTypeId] <Int32>] [[-InstanceId] <Int32>] [[-BackupsetId] <Int32>] [[-SubclientId] <Int32>] [-Force] [<CommonParameters>]
Optional Parameters
Commvault Parameters
Parameter |
Description |
Data type |
Values |
Accepts pipeline input? |
Accepts wildcard characters? |
Type of parameter |
|
The ID of the client. |
Int32 |
The default value is 0. |
Yes, by:
|
No |
Positional: 1 |
|
The ID of the application type. |
Int32 |
The default value is 0. |
Yes, by:
|
No |
Positional: 2 |
|
The ID of the instance. |
Int32 |
The default value is 0. |
Yes, by:
|
No |
Positional:3 |
|
The ID of the backup set. |
Int32 |
The default value is 0. |
Yes, by:
|
No |
Positional: 4 |
SubclientId |
The ID of the subclient. |
Int32 |
The default value is 0. |
Yes, by:
|
No |
Positional: 5 |
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
A PSCustomObject that contains the job submission results.
Example
This example disables all blackout window rules that are available above the subclient ID 4.
Disable-CVBlackoutWindowIgnoreHigherLevelRules -SubclientId 4
Last modified: 11/6/2020 3:31:06 AM