Skip to content

Set-OutputSetting

SYNOPSIS

Sets a general setting for an output based on the setting name/key.

SYNTAX

GeneralSettings

Set-OutputSetting -Output <Output> [-General] -Name <String> -Value <String> [<CommonParameters>]

StreamSettings

Set-OutputSetting -Output <Output> [-Stream] [-StreamNumber <Int32>] -Name <String> -Value <String>
 [<CommonParameters>]

DESCRIPTION

The Set-OutputSetting cmdlet enables settings to be updated on inputs with minimal effort.

REQUIREMENTS

  • Requires VMS connection and will attempt to connect automatically

EXAMPLES

Example 1

Get-VmsOutput -Name 'Axis P3265-LVE (10.1.1.133) - Output 1' | Set-OutputSetting -General -Name OutputTriggerTime -Value 700

Sets the "OutputTriggerTime" value to 700 for the output named 'Axis P3265-LVE (10.1.1.133) - Output 1'

PARAMETERS

-General

Specifies that the setting applies to the General settings. This switch is required.

Type: SwitchParameter
Parameter Sets: GeneralSettings
Aliases:

Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Name

Specifies the name of the property to be updated.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Output

Specifies the Output to be updated as returned by Get-VmsOutput.

Type: Output
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Stream

** Not Used **

Type: SwitchParameter
Parameter Sets: StreamSettings
Aliases:

Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-StreamNumber

** Not Used**

Type: Int32
Parameter Sets: StreamSettings
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Value

Specifies the value for updating the specified property.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

VideoOS.Platform.ConfigurationItems.Output

OUTPUTS

NOTES