You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies whether TLS encryption is used for the connection between SharePoint and the database.
323
+
Mandatory requires that TLS encryption is used. If TLS encryption can't be successfully negotiated, the connection will fail.
324
+
Optional allows TLS encryption to be used. If the database server requires TLS encryption, then TLS encryption will be used. Otherwise, TLS encryption will not be used.
325
+
Strict requires that TLS encryption is used with TDS 8.0, which is the strongest encryption configuration. If TLS encryption with TDS 8.0 can't be successfully negotiated, the connection will fail.
326
+
Databases mounted to SharePoint before the Version 24H2 feature update was installed default to Optional encryption. If this parameter is not specified when mounting a new database to SharePoint after the Version 24H2 feature update is installed, the default is Mandatory.
327
+
328
+
```yaml
329
+
Type: SqlConnectionEncryptOption
330
+
Parameter Sets: (All)
331
+
Aliases:
332
+
Applicable: SharePoint Server Subscription Edition
333
+
Required: False
334
+
Position: Named
335
+
Default value: Mandatory
336
+
Accept pipeline input: True
337
+
Accept wildcard characters: False
338
+
```
339
+
340
+
### -DatabaseServerCertificateHostName
341
+
Sets the host name to use when validating the server certificate for the connection.
342
+
343
+
```yaml
344
+
Type: String
345
+
Parameter Sets: (All)
346
+
Aliases:
347
+
Applicable: SharePoint Server Subscription Edition
348
+
Required: False
349
+
Position: Named
350
+
Default value: None
351
+
Accept pipeline input: True
352
+
Accept wildcard characters: False
353
+
```
354
+
320
355
### CommonParameters
321
356
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).
0 commit comments