Skip to content

Set-OverallSecurity

SYNOPSIS

Deprecated. Use Get-VmsRoleOverallSecurity and Set-VmsRoleOverallSecurity.

SYNTAX

Set-OverallSecurity [-Role <Role>] [-SecurityPermissions <PSObject>] [<CommonParameters>]

DESCRIPTION

Deprecated. Use Get-VmsRoleOverallSecurity and Set-VmsRoleOverallSecurity.

REQUIREMENTS

  • Requires VMS connection and will attempt to connect automatically

EXAMPLES

Example 1

# Deprecated.

Deprecated.

PARAMETERS

-Role

Specifies a role object as is returned by Get-VmsRole.

Type: Role
Parameter Sets: (All)
Aliases:

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

-SecurityPermissions

Specifies new overall security permissions.

Type: PSObject
Parameter Sets: (All)
Aliases:

Required: False
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.Role

OUTPUTS

None

NOTES