--- title: "VBORestorePortalSettings" description: "Contains details about connection settings to access Restore Portal. Get-VBORestorePortalSettings Set-VBORestorePortalSettings" canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/vborestoreportalsettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Types > VBORestorePortalSettings" dateModified: "2026-08-21" --- # VBORestorePortalSettings Contains details about connection settings to access Restore Portal.
|
Property |
Type |
Description |
|---|---|---|
|
IsServiceEnabled |
Bool |
If True, Restore Portal is enabled. |
|
Region |
VBOOffice365Region |
Microsoft Entra region where Microsoft 365 organization datacenter is located. Possible values:
|
|
ApplicationId |
GUID |
Microsoft Entra application ID. |
|
PortalUri |
String |
Web address of a machine with the Veeam Backup for Microsoft 365 REST API component installed. |
|
CertificateIssuedTo |
String |
Authority for whom the TLS certificate is issued. |
|
CertificateIssuedBy |
String |
Authority issued the TLS certificate. |
|
CertificateFriendlyName |
String |
TLS certificate name. |
|
CertificateExpirationDate |
DateTime |
Date and time when the TLS certificate expires. |
|
CertificateThumbprint |
String |
Certificate thumbprint. |