Add-CVBlackoutWindow
The Add-CVBlackoutWindow
cmdlet adds a blackout window rule in the 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
Add-CVBlackoutWindow [-Properties] <Object> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Required Parameters
Parameter |
Description |
Data type |
Values |
Accepts pipeline input? |
Accepts wildcard characters? |
Type of parameter |
|
The properties of the blackout window rule. |
Object |
|
Yes, by:
|
No |
Positional: 1 |
Optional Parameters
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 accepts parameters as piped input or command line.
Output
A PSCustomObject that contains the job submission results.
Example
This example adds a blackout window rule in the CommCell environment.
$props.name = 'NewBWRule'
$props | Add-CVBlackoutWindow
Last modified: 9/10/2020 5:05:21 AM