--- title: "VBOOnPremConnectionSettings" description: "Contains details about connection settings to access the on-premises Microsoft organization. New-VBOOnPremConnectionSettings Set-VBOOnPremConnectionSettings" canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/vboonpremconnectionsettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Types > VBOOnPremConnectionSettings" dateModified: "2026-08-21" --- # VBOOnPremConnectionSettings Contains details about connection settings to access the on-premises Microsoft organization.
|
Property |
Type |
Description |
|---|---|---|
|
ServerName |
String |
Name of the on-premises Microsoft server. |
|
SSLUsed |
Bool |
If True, the SSL encryption is enabled. |
|
CAVerificationSkipped |
Bool |
If True, the certificate trusted authority verification is skipped. |
|
CommonNameVerificationSkipped |
Bool |
If True, the certificate common name verification is skipped. |
|
RevocationCheckSkipped |
Bool |
If True, the certificate revocation check is skipped. |
|
UserName |
String |
User name of the account used for authentication to the on-premises Microsoft organization. |