Set-VBOOperatorAuthenticationSettings
Short Description
Modifies restore operator authentication settings.
Syntax
Set-VBOOperatorAuthenticationSettings [-EnableAuthentication] [-CertificateFilePath <string>] [-CertificatePassword <securestring>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies restore operator authentication settings. These settings specify whether restore operators are allowed to authenticate to the Veeam Backup for Microsoft 365 server with Microsoft 365 credentials and an SSL certificate used to establish connection with the Veeam Backup for Microsoft 365 server.
To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
|
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 | False | Named | False | False |
CertificatePassword | Specifies a password for the SSL certificate. | SecureString | False | Named | False | False |
EnableAuthentication | Defines that the cmdlet will enable restore operator authentication to the Veeam Backup for Microsoft 365 server with Microsoft 365 credentials. | 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
Example 1. Installing New SSL Certificate to Authenticate Restore Operators
This example shows how to modify restore operator authentication settings, that is, install a new SSL certificate to be used by restore operators to establish connection with the Veeam Backup for Microsoft 365 server.
Perform the following steps:
|
Related Commands