This is an archive version of the document. To get the most up-to-date information, see the current version.

Set-VBOSecuritySettings

Short Description

Modifies security settings.

Syntax

Set-VBOSecuritySettings -CertificateFilePath <String> [-CertificatePassword <SecureString>] [-Force <SwitchParameter>]  [<CommonParameters>]

Detailed Description

This cmdlet modifies security settings. These settings specify an SSL certificate used to establish connection with backup proxy servers in a workgroup.

To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.

Set-VBOSecuritySettings Note

This cmdlet accepts the SecureString type. Use Microsoft PowerShell standard capabilities to convert your password into the SecureString.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

CertificateFilePath

Specifies a path to the SSL certificate file.

String

True

Named

False

False

CertificatePassword

Specifies a password for the SSL certificate.

SecureString

False

Named

False

False

Force

Defines that the cmdlet will change security settings without prompting the user to confirm the operation.

SwitchParameter

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Examples

Set-VBOSecuritySettingsExample 1. Installing New SSL Certificate

Related Commands

ConvertTo-SecureString