From 35c93a0ea9257cd735603092829b121b1d1f20ce Mon Sep 17 00:00:00 2001 From: stefangossner Date: Thu, 26 Feb 2026 14:03:12 +0100 Subject: [PATCH] Enhance Add-SPServerScaleOutDatabase documentation Added DatabaseServerCertificateHostName parameter to Add-SPServerScaleOutDatabase cmdlet documentation, specifying its purpose and requirements. --- .../Add-SPServerScaleOutDatabase.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServerScaleOutDatabase.md b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServerScaleOutDatabase.md index d731c6c1e..431eb1068 100644 --- a/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServerScaleOutDatabase.md +++ b/sharepoint/sharepoint-server-ps/SharePointServer/Add-SPServerScaleOutDatabase.md @@ -18,7 +18,7 @@ Adds an existing scale-out content database to the specified service application ``` Add-SPServerScaleOutDatabase -DatabaseName -ServiceApplication [-AssignmentCollection ] [-Confirm] [-DatabaseCredentials ] - [-DatabaseFailoverServer ] [-DatabaseServer ] [-WhatIf] [-DeferUpgradeActions] + [-DatabaseFailoverServer ] [-DatabaseServer ] [-WhatIf] [-DeferUpgradeActions] [-DatabaseServerCertificateHostName ] [] ``` @@ -209,6 +209,24 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### DatabaseServerCertificateHostName + +> Applicable: SharePoint Server Subscription Edition + +Specifies the host name that is used to validate the SQL Server TLS certificate when establishing the database connection. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).