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
<p>Specifies how the secondary replica will be initially seeded.
792
-
Automatic enables direct seeding. This method will seed the secondary replica over the network. This method does not require you to backup and restore a copy of the primary database on the replica.
793
-
Manual uses full and log backup to initially transfer the data to the secondary replica. The command skips this if the database is found in restoring state at the secondary replica.
794
+
<p>Specifies how the secondary replica will be initially seeded.<br/>
795
+
Automatic enables direct seeding. This method will seed the secondary replica over the network. This method does not require you to backup and restore a copy of the primary database on the replica.<br/>
796
+
Manual uses full and log backup to initially transfer the data to the secondary replica. The command skips this if the database is found in restoring state at the secondary replica.<br/>
794
797
If not specified, the setting from the availability group replica will be used. Otherwise the setting will be updated.<br></p>
<p>Specifies how the secondary replica will be initially seeded.
849
-
Automatic enables direct seeding. This method will seed the secondary replica over the network. This method does not require you to backup and restore a copy of the primary database on the replica.
848
+
<p>Specifies how the secondary replica will be initially seeded.<br/>
849
+
Automatic enables direct seeding. This method will seed the secondary replica over the network. This method does not require you to backup and restore a copy of the primary database on the replica.<br/>
850
850
Manual requires you to create a backup of the database on the primary replica and manually restore that backup on the secondary replica.<br></p>
<p>By default, the property Fqdn of Get-DbaEndpoint is used as EndpointUrl.
912
-
Use EndpointUrl if a different URL is required due to special network configurations.
913
-
EndpointUrl has to be an array of strings in format 'TCP://system-address:port', one entry for every instance.
914
-
See details at: <ahref="https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/specify-endpoint-url-adding-or-modifying-availability-replica">https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/specify-endpoint-url-adding-or-modifying-availability-replica</a>
911
+
<p>By default, the property Fqdn of Get-DbaEndpoint is used as EndpointUrl.<br/>
912
+
Use EndpointUrl if a different URL is required due to special network configurations.<br/>
913
+
EndpointUrl has to be an array of strings in format 'TCP://system-address:port', one entry for every instance.<br/>
914
+
See details at: <ahref="https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/specify-endpoint-url-adding-or-modifying-availability-replica">https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/specify-endpoint-url-adding-or-modifying-availability-replica</a><br/>
915
915
If an endpoint must be created, EndpointUrl will be used for configuration, if system-address is an ipv4 address.<br></p>
<p>Sets the read only routing ordered list of replica server names to use when redirecting read-only connections through this availability replica.
971
+
<p>Sets the read only routing ordered list of replica server names to use when redirecting read-only connections through this availability replica.<br/>
972
972
This parameter is only supported if the replica is added to just one instance.<br></p>
<p>Specifies that the endpoint is to authenticate the connection using the certificate specified by certificate_name to establish identity for authorization.
1029
+
<p>Specifies that the endpoint is to authenticate the connection using the certificate specified by certificate_name to establish identity for authorization.<br/>
1030
1030
The far endpoint must have a certificate with the public key matching the private key of the specified certificate.<br></p>
<p>Defines where and how to import the private key of an X.509 certificate.
725
-
Defaults to: Exportable, PersistKeySet
726
-
EphemeralKeySet
727
-
The key associated with a PFX file is created in memory and not persisted on disk when importing a certificate.
728
-
Exportable
729
-
Imported keys are marked as exportable.
730
-
NonExportable
731
-
Expliictly mark keys as nonexportable.
732
-
PersistKeySet
733
-
The key associated with a PFX file is persisted when importing a certificate.
734
-
UserProtected
735
-
Notify the user through a dialog box or other method that the key is accessed. The Cryptographic Service Provider (CSP) in use defines the precise behavior. NOTE: This can only be used when you
724
+
<p>Defines where and how to import the private key of an X.509 certificate.<br/>
725
+
Defaults to: Exportable, PersistKeySet<br/>
726
+
EphemeralKeySet<br/>
727
+
The key associated with a PFX file is created in memory and not persisted on disk when importing a certificate.<br/>
728
+
Exportable<br/>
729
+
Imported keys are marked as exportable.<br/>
730
+
NonExportable<br/>
731
+
Expliictly mark keys as nonexportable.<br/>
732
+
PersistKeySet<br/>
733
+
The key associated with a PFX file is persisted when importing a certificate.<br/>
734
+
UserProtected<br/>
735
+
Notify the user through a dialog box or other method that the key is accessed. The Cryptographic Service Provider (CSP) in use defines the precise behavior. NOTE: This can only be used when you<br/>
736
736
add a certificate to localhost, as it causes a prompt to appear.<br></p>
737
737
<table>
738
738
<thead>
@@ -765,8 +765,8 @@ <h5 id="flag">-Flag</h5>
765
765
</tbody>
766
766
</table>
767
767
<h5id="enableexception">-EnableException</h5>
768
-
<p>By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
769
-
This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
768
+
<p>By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.<br/>
769
+
This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.<br/>
770
770
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.<br></p>
0 commit comments