--- title: "New-VBOOnPremConnectionSettings" description: "This cmdlet defines connection settings to access on-premises Microsoft organizations. You can apply these settings to add on-premises Microsoft organizations to the Veeam Backup for Microsoft 365 infrastructure." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/new-vboonpremconnectionsettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Organizations Management > Organization Connection Settings > New-VBOOnPremConnectionSettings" dateModified: "2026-08-21" --- # New-VBOOnPremConnectionSettings ## Short Description Defines connection settings to access on-premises Microsoft organizations. ## Syntax This cmdlet provides the following parameter sets:
ExchangeParameterSet (Default)
SharePointParameterSet
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ConfigureThrottlingPolicy |
Defines that the cmdlet will skip the default Exchange throttling policy and will use the Default: False |
|
False |
Named |
False |
|
ConfigureUserAccount |
Defines that the cmdlet will assign the user to the Default: False |
|
False |
Named |
False |
|
Credential |
Specifies credentials. The cmdlet will use these credentials to connect to an on-premises Microsoft organization. Note: You must specify credentials in in one of the following formats:
|
|
True |
Named |
False |
|
ServerName |
Specifies a name of an on-premises Microsoft server. The cmdlet will connect to this server. |
|
True |
Named |
False |
|
ServerPort |
Specifies a port number that the cmdlet will use to connect to the on-premises Microsoft SharePoint server. Note: This parameter is not required if you want to add the on-premises Microsoft Exchange organization. |
|
True |
Named |
False |
|
SkipCAVerification |
For SSL connection. Defines that the cmdlet will skip the certificate trusted authority verification. Default: False |
|
False |
Named |
False |
|
SkipCommonNameVerification |
For SSL connection. Defines that the cmdlet will skip the certificate common name verification. Default: False |
|
False |
Named |
False |
|
SkipRevocationCheck |
For SSL connection. Defines that the cmdlet will skip the certificate revocation check. Default: False |
|
False |
Named |
False |
|
UseSSL |
Defines that the cmdlet will enable SSL encryption. The cmdlet will establish secure connection to on-premises Microsoft server using SSL. Default: False |
|
False |
Named |
False |