--- title: "Connect-VBRServer" description: "Connects to a Veeam backup server. This cmdlet provides the following parameter sets: This cmdlet creates connection with a local or remote Veeam backup server." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/connect-vbrserver.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Connecting to Veeam Backup Server > Connect-VBRServer" dateModified: "2026-08-19" --- # Connect-VBRServer ## Short Description Connects to a Veeam backup server. ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
Server
Credentials
InheritConnection
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credential |
Specifies the credentials you want to use for authenticating with the Veeam server. Note: When creating the Accepts the |
|
True |
Named |
False |
|
ForceAcceptTlsCertificate |
Defines that the cmdlet will accept the backup server TLS certificate. |
|
False |
Named |
False |
|
Password |
Specifies the password you want to use for authenticating with the Veeam server. |
|
True |
Named |
False |
|
Port |
Specifies the port for connection. Default: |
|
False |
Named |
False |
|
Server |
Specifies the Veeam server to which you want to connect. Default: Accepts the |
|
False |
Named |
False |
|
Timeout |
Specifies timeout in seconds for waiting for a blocked session. Default: |
|
False |
Named |
False |
|
User |
Specifies the user name you want to use for authenticating with the remote server. Note: You must specify the user name in the DOMAIN\Username or UPN format. |
|
True |
Named |
False |