diff --git a/Add-DbaAgDatabase.html b/Add-DbaAgDatabase.html index d2258758..ccb27942 100644 --- a/Add-DbaAgDatabase.html +++ b/Add-DbaAgDatabase.html @@ -517,13 +517,15 @@
Use Test-DbaAvailabilityGroup with -AddDatabase to test if all prerequisites are met.
-If you have special requirements for the setup for the database at the replicas, -perform the backup and restore part with Backup-DbaDatabase and Restore-DbaDatabase in advance. +
If you have special requirements for the setup for the database at the replicas,
+perform the backup and restore part with Backup-DbaDatabase and Restore-DbaDatabase in advance.
Please make sure that the last log backup has been restored before running Add-DbaAgDatabase.
Add-DbaAgDatabase
[-SqlInstance] <DbaInstanceParameter>
- [-SqlCredential <PSCredential>] -AvailabilityGroup <String> -Database <String[]>
+ [-SqlCredential <PSCredential>]
+ -AvailabilityGroup <String>
+ -Database <String[]>
[-Secondary <DbaInstanceParameter[]>]
[-SecondarySqlCredential <PSCredential>]
[-SeedingMode <String>]
@@ -538,7 +540,8 @@ Syntax
Add-DbaAgDatabase
[-AvailabilityGroup] <String>
[-Secondary <DbaInstanceParameter[]>]
- [-SecondarySqlCredential <PSCredential>] -InputObject <Database[]>
+ [-SecondarySqlCredential <PSCredential>]
+ -InputObject <Database[]>
[-SeedingMode <String>]
[-SharedPath <String>]
[-UseLastBackup]
@@ -586,7 +589,7 @@ Example: 5
Adds db1 to ag1 on sql2017a and sql2017b. Uses compression and three files while taking the backups.
Required Parameters
-SqlInstance
-The primary replica of the Availability Group. Server version must be SQL Server version 2012 or higher.
+The primary replica of the Availability Group. Server version must be SQL Server version 2012 or higher.
@@ -614,7 +617,7 @@ -SqlInstance
-AvailabilityGroup
-The name of the Availability Group where the databases will be added.
+The name of the Availability Group where the databases will be added.
@@ -642,7 +645,7 @@ -AvailabilityGroup
-Database
-The database(s) to add.
+The database(s) to add.
@@ -670,7 +673,7 @@ -Database
-InputObject
-Enables piping from Get-DbaDatabase, Get-DbaDbSharePoint and more.
+Enables piping from Get-DbaDatabase, Get-DbaDbSharePoint and more.
@@ -699,8 +702,8 @@ -InputObject
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -729,7 +732,7 @@ -SqlCredential
-Secondary
-Not required - the command will figure this out. But use this parameter if secondary replicas listen on a non default port.
+
Not required - the command will figure this out. But use this parameter if secondary replicas listen on a non default port.
This parameter can be used to only add the databases on specific secondary replicas.
@@ -758,8 +761,8 @@ -Secondary
-SecondarySqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -788,9 +791,9 @@ -SecondarySqlCredential
-SeedingMode
-Specifies how the secondary replica will be initially seeded.
-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.
-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.
+
Specifies how the secondary replica will be initially seeded.
+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.
+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.
If not specified, the setting from the availability group replica will be used. Otherwise the setting will be updated.
@@ -823,8 +826,8 @@ -SeedingMode
-SharedPath
-The network share where the backups will be backed up and restored from.
-Each SQL Server service account must have access to this share.
+
The network share where the backups will be backed up and restored from.
+Each SQL Server service account must have access to this share.
NOTE: If a backup / restore is performed, the backups will be left in tact on the network share.
@@ -909,8 +912,8 @@ -AdvancedBackupParams
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaAgListener.html b/Add-DbaAgListener.html
index 427e4657..3b02da4f 100644
--- a/Add-DbaAgListener.html
+++ b/Add-DbaAgListener.html
@@ -608,7 +608,7 @@ -AvailabilityGroup
-Name
-The name of the listener. If one is not specified, the Availability Group name will be used.
+
The name of the listener. If one is not specified, the Availability Group name will be used.
Note that Name cannot be used with Multiple Ags.
@@ -833,8 +833,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaAgReplica.html b/Add-DbaAgReplica.html
index caee0532..a077c2fd 100644
--- a/Add-DbaAgReplica.html
+++ b/Add-DbaAgReplica.html
@@ -533,7 +533,7 @@ Example: 3
Adds sql2017b to the SharePoint availability group on sql2017a with a custom endpoint URL.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. Server version must be SQL Server version 2012 or higher.
+The target SQL Server instance or instances. Server version must be SQL Server version 2012 or higher.
@@ -561,7 +561,7 @@ -SqlInstance
-InputObject
-Enables piping from Get-DbaAvailabilityGroup.
+Enables piping from Get-DbaAvailabilityGroup.
@@ -590,8 +590,8 @@ -InputObject
Optional Parameters
-SqlCredential
-Login to the target instances using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instances using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -620,7 +620,7 @@ -SqlCredential
-Name
-The name of the replica. Defaults to the SQL Server instance name.
+
The name of the replica. Defaults to the SQL Server instance name.
This parameter is only supported if the replica is added to just one instance.
@@ -649,10 +649,10 @@ -Name
-ClusterType
-Cluster type of the Availability Group. Only supported in SQL Server 2017 and above.
-Options include: Wsfc, External or None.
-Defaults to Wsfc (Windows Server Failover Cluster).
-The default can be changed with:
+
Cluster type of the Availability Group. Only supported in SQL Server 2017 and above.
+Options include: Wsfc, External or None.
+Defaults to Wsfc (Windows Server Failover Cluster).
+The default can be changed with:
Set-DbatoolsConfig -FullName 'AvailabilityGroups.Default.ClusterType' -Value '...' -Passthru | Register-DbatoolsConfig
@@ -809,10 +809,10 @@ -ConnectionModeInPrimaryRole
-ConnectionModeInSecondaryRole
-Specifies the connection modes of an Availability Replica in secondary role.
-Options include: AllowNoConnections, AllowReadIntentConnectionsOnly, AllowAllConnections
-Defaults to AllowNoConnections.
-The default can be changed with:
+
Specifies the connection modes of an Availability Replica in secondary role.
+Options include: AllowNoConnections, AllowReadIntentConnectionsOnly, AllowAllConnections
+Defaults to AllowNoConnections.
+The default can be changed with:
Set-DbatoolsConfig -FullName 'AvailabilityGroups.Default.ConnectionModeInSecondaryRole' -Value '...' -Passthru | Register-DbatoolsConfig
@@ -845,8 +845,8 @@ -ConnectionModeInSecondaryRole
-SeedingMode
-Specifies how the secondary replica will be initially seeded.
-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.
+
Specifies how the secondary replica will be initially seeded.
+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.
Manual requires you to create a backup of the database on the primary replica and manually restore that backup on the secondary replica.
@@ -879,7 +879,7 @@ -SeedingMode
-Endpoint
-By default, this command will attempt to find a DatabaseMirror endpoint. If one does not exist, it will create it.
+
By default, this command will attempt to find a DatabaseMirror endpoint. If one does not exist, it will create it.
If an endpoint must be created, the name "hadr_endpoint" will be used. If an alternative is preferred, use Endpoint.
@@ -908,10 +908,10 @@ -Endpoint
-EndpointUrl
-By default, the property Fqdn of Get-DbaEndpoint is used as EndpointUrl.
-Use EndpointUrl if a different URL is required due to special network configurations.
-EndpointUrl has to be an array of strings in format 'TCP://system-address:port', one entry for every instance.
-See details at: https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/specify-endpoint-url-adding-or-modifying-availability-replica
+
By default, the property Fqdn of Get-DbaEndpoint is used as EndpointUrl.
+Use EndpointUrl if a different URL is required due to special network configurations.
+EndpointUrl has to be an array of strings in format 'TCP://system-address:port', one entry for every instance.
+See details at: https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/specify-endpoint-url-adding-or-modifying-availability-replica
If an endpoint must be created, EndpointUrl will be used for configuration, if system-address is an ipv4 address.
@@ -968,7 +968,7 @@ -Passthru
-ReadOnlyRoutingList
-Sets the read only routing ordered list of replica server names to use when redirecting read-only connections through this availability replica.
+
Sets the read only routing ordered list of replica server names to use when redirecting read-only connections through this availability replica.
This parameter is only supported if the replica is added to just one instance.
@@ -997,7 +997,7 @@ -ReadOnlyRoutingList
-ReadonlyRoutingConnectionUrl
-Sets the read only routing connection url for the availability replica.
+
Sets the read only routing connection url for the availability replica.
This parameter is only supported if the replica is added to just one instance.
@@ -1026,7 +1026,7 @@ -ReadonlyRoutingConnectionUrl
-Certificate
-Specifies that the endpoint is to authenticate the connection using the certificate specified by certificate_name to establish identity for authorization.
+
Specifies that the endpoint is to authenticate the connection using the certificate specified by certificate_name to establish identity for authorization.
The far endpoint must have a certificate with the public key matching the private key of the specified certificate.
@@ -1055,7 +1055,7 @@ -Certificate
-ConfigureXESession
-Configure the AlwaysOn_health extended events session to start automatically as the SSMS wizard would do.
+
Configure the AlwaysOn_health extended events session to start automatically as the SSMS wizard would do.
https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/always-on-extended-events#BKMK_alwayson_health
@@ -1112,8 +1112,8 @@ -SessionTimeout
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaComputerCertificate.html b/Add-DbaComputerCertificate.html
index 5e64d8e4..364f3073 100644
--- a/Add-DbaComputerCertificate.html
+++ b/Add-DbaComputerCertificate.html
@@ -721,18 +721,18 @@ -Folder
-Flag
-Defines where and how to import the private key of an X.509 certificate.
-Defaults to: Exportable, PersistKeySet
-EphemeralKeySet
-The key associated with a PFX file is created in memory and not persisted on disk when importing a certificate.
-Exportable
-Imported keys are marked as exportable.
-NonExportable
-Expliictly mark keys as nonexportable.
-PersistKeySet
-The key associated with a PFX file is persisted when importing a certificate.
-UserProtected
-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
+
Defines where and how to import the private key of an X.509 certificate.
+Defaults to: Exportable, PersistKeySet
+EphemeralKeySet
+The key associated with a PFX file is created in memory and not persisted on disk when importing a certificate.
+Exportable
+Imported keys are marked as exportable.
+NonExportable
+Expliictly mark keys as nonexportable.
+PersistKeySet
+The key associated with a PFX file is persisted when importing a certificate.
+UserProtected
+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
add a certificate to localhost, as it causes a prompt to appear.
@@ -765,8 +765,8 @@ -Flag
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaDbMirrorMonitor.html b/Add-DbaDbMirrorMonitor.html
index 1bfd0d62..808e9290 100644
--- a/Add-DbaDbMirrorMonitor.html
+++ b/Add-DbaDbMirrorMonitor.html
@@ -508,7 +508,7 @@ Example: 1
Creates a database mirroring monitor job that periodically updates the mirroring status for every mirrored database on sql2008 and sql2012.
Required Parameters
-SqlInstance
-The target SQL Server instance
+The target SQL Server instance
@@ -537,8 +537,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -567,8 +567,8 @@ -SqlCredential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaDbRoleMember.html b/Add-DbaDbRoleMember.html
index ef9be6c0..b1748f3d 100644
--- a/Add-DbaDbRoleMember.html
+++ b/Add-DbaDbRoleMember.html
@@ -529,7 +529,7 @@ Example: 5
Adds user1 in the database DEMODB on the server localhost to the roles db_datareader and db_datawriter
Required Parameters
-Member
-The member(s) (user or role) to add to the Roles specified.
+The member(s) (user or role) to add to the Roles specified.
@@ -586,8 +586,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -700,8 +700,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaExtendedProperty.html b/Add-DbaExtendedProperty.html
index 0afa12b5..59bf070f 100644
--- a/Add-DbaExtendedProperty.html
+++ b/Add-DbaExtendedProperty.html
@@ -489,33 +489,33 @@ Synopsis
Description
Adds an extended property
This command works out of the box with databases but you can add extended properties from several different types of objects, including:
-Aggregate
-Assembly
-Column
-Constraint
-Contract
-Database
-Event Notification
-Filegroup
-Function
-Index
-Logical File Name
-Message Type
-Parameter
-Partition Function
-Partition Scheme
-Procedure
-Queue
-Remote Service Binding
-Route
-Rule
-Schema
-Service
-Synonym
-Table
-Trigger
-Type
-View
+
Aggregate
+Assembly
+Column
+Constraint
+Contract
+Database
+Event Notification
+Filegroup
+Function
+Index
+Logical File Name
+Message Type
+Parameter
+Partition Function
+Partition Scheme
+Procedure
+Queue
+Remote Service Binding
+Route
+Rule
+Schema
+Service
+Synonym
+Table
+Trigger
+Type
+View
Xml Schema Collection
Syntax
Add-DbaExtendedProperty
@@ -548,7 +548,7 @@ Example: 3
Creates an extended property named MyExtendedProperty for the mytable table in the mydb, with a value of "This is a test"
Required Parameters
-Name
-The name of the extended property
+The name of the extended property
@@ -576,7 +576,7 @@ -Name
-Value
-The value for the extended property
+The value for the extended property
@@ -633,8 +633,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -719,8 +719,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaPfDataCollectorCounter.html b/Add-DbaPfDataCollectorCounter.html
index c5ae9b60..eb94d108 100644
--- a/Add-DbaPfDataCollectorCounter.html
+++ b/Add-DbaPfDataCollectorCounter.html
@@ -515,7 +515,7 @@ Example: 2
Allows you to select which Data Collector you'd like to add the counter '\LogicalDisk(*)\Avg. Disk Queue Length' on localhost and prompts for confirmation.
Required Parameters
-Counter
-The Counter name. This must be in the form of '\Processor(_Total)% Processor Time'.
+The Counter name. This must be in the form of '\Processor(_Total)% Processor Time'.
@@ -572,7 +572,7 @@ -ComputerName
-Credential
-Allows you to login to $ComputerName using alternative credentials. To use:
+
Allows you to login to $ComputerName using alternative credentials. To use:
$cred = Get-Credential, then pass $cred object to the -Credential parameter.
@@ -685,8 +685,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaRegServer.html b/Add-DbaRegServer.html
index b72fddd0..ca6ce7cc 100644
--- a/Add-DbaRegServer.html
+++ b/Add-DbaRegServer.html
@@ -487,7 +487,7 @@ Add-DbaRegServer
Synopsis
Adds registered servers to SQL Server Central Management Server (CMS) or Local Server Groups
Description
-Adds registered servers to SQL Server Central Management Server (CMS) or Local Server Groups. If you need more flexibility, look into Import-DbaRegServer which
+
Adds registered servers to SQL Server Central Management Server (CMS) or Local Server Groups. If you need more flexibility, look into Import-DbaRegServer which
accepts multiple kinds of input and allows you to add reg servers from different CMSes.
Syntax
Add-DbaRegServer
@@ -563,8 +563,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -677,7 +677,7 @@ -Description
-Group
-Adds the registered server to a specific group.
+
Adds the registered server to a specific group.
If group does not exist it will be created
@@ -874,8 +874,8 @@ -ServerObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaRegServerGroup.html b/Add-DbaRegServerGroup.html
index a754719d..62232203 100644
--- a/Add-DbaRegServerGroup.html
+++ b/Add-DbaRegServerGroup.html
@@ -519,7 +519,7 @@ Example: 3
Creates a registered server group on sql2012 and sql2014 called sub-folder within the HR group of each server
Required Parameters
-Name
-The name of the registered server group.
+The name of the registered server group.
@@ -576,8 +576,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -634,7 +634,7 @@ -Description
-Group
-The SQL Server Central Management Server group. If no groups are specified, the new group will be created at the root.
+
The SQL Server Central Management Server group. If no groups are specified, the new group will be created at the root.
You can pass sub groups using the '' to split the path. Group\SubGroup will create both folders. Folder 'SubGroup' under 'Group' folder.
@@ -691,8 +691,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaReplArticle.html b/Add-DbaReplArticle.html
index 5ef9fc92..be918fd6 100644
--- a/Add-DbaReplArticle.html
+++ b/Add-DbaReplArticle.html
@@ -537,7 +537,7 @@ Example: 3
includes default options.
Required Parameters
-SqlInstance
-The SQL Server instance(s) for the publication.
+The SQL Server instance(s) for the publication.
@@ -565,7 +565,7 @@ -SqlInstance
-Database
-The publication database to apply the article configuration to be replicated.
+The publication database to apply the article configuration to be replicated.
@@ -593,7 +593,7 @@ -Database
-Publication
-The name of the publication.
+The name of the publication.
@@ -621,7 +621,7 @@ -Publication
-Name
-The name of the object to add as an article.
+The name of the object to add as an article.
@@ -650,8 +650,8 @@ -Name
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -680,7 +680,7 @@ -SqlCredential
-Schema
-Schema where the article to be added is found.
+
Schema where the article to be added is found.
Default is dbo.
@@ -709,7 +709,7 @@ -Schema
-Filter
-Sets the where clause used to filter the article horizontally, e.g., DiscontinuedDate IS NULL
+
Sets the where clause used to filter the article horizontally, e.g., DiscontinuedDate IS NULL
E.g. City = 'Seattle'
@@ -738,7 +738,7 @@ -Filter
-CreationScriptOptions
-Options for the creation script.
+
Options for the creation script.
Use New-DbaReplCreationScriptOptions to create this object.
@@ -767,8 +767,8 @@ -CreationScriptOptions
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Add-DbaServerRoleMember.html b/Add-DbaServerRoleMember.html
index f5e16381..3d16659a 100644
--- a/Add-DbaServerRoleMember.html
+++ b/Add-DbaServerRoleMember.html
@@ -567,8 +567,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -709,8 +709,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Backup-DbaComputerCertificate.html b/Backup-DbaComputerCertificate.html
index e71ce193..e329f40c 100644
--- a/Backup-DbaComputerCertificate.html
+++ b/Backup-DbaComputerCertificate.html
@@ -512,7 +512,7 @@ Example: 2
Backs up certificate with the thumbprint 29C469578D6C6211076A09CEE5C5797EEA0C2713 to the temp directory.
Required Parameters
-InputObject
-The target certificate object. Accepts input from Get-DbaComputerCertificate.
+The target certificate object. Accepts input from Get-DbaComputerCertificate.
@@ -657,8 +657,8 @@ -Type
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Backup-DbaDatabase.html b/Backup-DbaDatabase.html
index 4a0b5fa3..e90027ef 100644
--- a/Backup-DbaDatabase.html
+++ b/Backup-DbaDatabase.html
@@ -573,7 +573,8 @@ Syntax
[-ReplaceInName]
[-NoAppendDbNameInPath]
[-CopyOnly]
- [-Type <String>] -InputObject <Object[]>
+ [-Type <String>]
+ -InputObject <Object[]>
[-CreateFolder]
[-FileCount <Int32>]
[-CompressBackup]
@@ -645,7 +646,7 @@ Example: 9
Backs up the master database using the BackupCert certificate and the AES256 algorithm.
Required Parameters
-SqlInstance
-The SQL Server instance hosting the databases to be backed up.
+The SQL Server instance hosting the databases to be backed up.
@@ -673,7 +674,7 @@ -SqlInstance
-InputObject
-Internal parameter
+Internal parameter
@@ -702,8 +703,8 @@ -InputObject
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -788,9 +789,9 @@ -ExcludeDatabase
-Path
-Path in which to place the backup files. If not specified, the backups will be placed in the default backup location for SqlInstance.
-If multiple paths are specified, the backups will be striped across these locations. This will overwrite the FileCount option.
-If the path does not exist, Sql Server will attempt to create it. Folders are created by the Sql Instance, and checks will be made for write permissions.
+
Path in which to place the backup files. If not specified, the backups will be placed in the default backup location for SqlInstance.
+If multiple paths are specified, the backups will be striped across these locations. This will overwrite the FileCount option.
+If the path does not exist, Sql Server will attempt to create it. Folders are created by the Sql Instance, and checks will be made for write permissions.
File Names with be suffixed with x-of-y to enable identifying striped sets, where y is the number of files in the set and x ranges from 1 to y.
@@ -819,10 +820,10 @@ -Path
-FilePath
-The name of the file to backup to. This is only accepted for single database backups.
-If no name is specified then the backup files will be named DatabaseName_yyyyMMddHHmm (i.e. "Database1_201714022131") with the appropriate extension.
-If the same name is used repeatedly, SQL Server will add backups to the same file at an incrementing position.
-SQL Server needs permissions to write to the specified location. Path names are based on the SQL Server (C:\ is the C drive on the SQL Server, not the machine running the script).
+
The name of the file to backup to. This is only accepted for single database backups.
+If no name is specified then the backup files will be named DatabaseName_yyyyMMddHHmm (i.e. "Database1_201714022131") with the appropriate extension.
+If the same name is used repeatedly, SQL Server will add backups to the same file at an incrementing position.
+SQL Server needs permissions to write to the specified location. Path names are based on the SQL Server (C:\ is the C drive on the SQL Server, not the machine running the script).
Passing in NUL as the FilePath will backup to the NUL: device
@@ -879,11 +880,11 @@ -IncrementPrefix
-ReplaceInName
-If this switch is set, the following list of strings will be replaced in the FilePath and Path strings:
-instancename - will be replaced with the instance Name
-servername - will be replaced with the server name
-dbname - will be replaced with the database name
-timestamp - will be replaced with the timestamp (either the default, or the format provided)
+
If this switch is set, the following list of strings will be replaced in the FilePath and Path strings:
+instancename - will be replaced with the instance Name
+servername - will be replaced with the server name
+dbname - will be replaced with the database name
+timestamp - will be replaced with the timestamp (either the default, or the format provided)
backuptype - will be replaced with Full, Log or Differential as appropriate
@@ -940,8 +941,8 @@ -NoAppendDbNameInPath
-CopyOnly
-If this switch is enabled, CopyOnly backups will be taken. By default function performs a normal backup, these backups interfere with the restore chain of the database. CopyOnly backups will not
-interfere with the restore chain of the database.
+
If this switch is enabled, CopyOnly backups will be taken. By default function performs a normal backup, these backups interfere with the restore chain of the database. CopyOnly backups will not
+interfere with the restore chain of the database.
For more details please refer to this MSDN article - https://msdn.microsoft.com/en-us/library/ms191495.aspx
@@ -1058,8 +1059,8 @@ -FileCount
-CompressBackup
-If this switch is enabled, the function will try to perform a compressed backup if supported by the version and edition of SQL Server. Otherwise, this function will use the server(s) default setting
-for compression.
+
If this switch is enabled, the function will try to perform a compressed backup if supported by the version and edition of SQL Server. Otherwise, this function will use the server(s) default setting
+for compression.
NOTE: Explicitly providing a value of false will disable backup compression.
@@ -1172,7 +1173,7 @@ -MaxTransferSize
-BlockSize
-Specifies the block size to use. Must be one of 0.5KB, 1KB, 2KB, 4KB, 8KB, 16KB, 32KB or 64KB. This can be specified in bytes.
+
Specifies the block size to use. Must be one of 0.5KB, 1KB, 2KB, 4KB, 8KB, 16KB, 32KB or 64KB. This can be specified in bytes.
Refer to https://msdn.microsoft.com/en-us/library/ms178615.aspx for more detail
@@ -1201,7 +1202,7 @@ -BlockSize
-BufferCount
-Number of I/O buffers to use to perform the operation.
+
Number of I/O buffers to use to perform the operation.
Refer to https://msdn.microsoft.com/en-us/library/ms178615.aspx for more detail
@@ -1230,9 +1231,9 @@ -BufferCount
-AzureBaseUrl
-The URL(s) to the base container of an Azure Storage account to write backups to.
-If specifying the AzureCredential parameter you can only provide 1 value as page blobs do not support multiple URLs
-If using Shared Access keys, you may specify as many URLs as you want, as long as a corresponding credential exists on the source server.
+
The URL(s) to the base container of an Azure Storage account to write backups to.
+If specifying the AzureCredential parameter you can only provide 1 value as page blobs do not support multiple URLs
+If using Shared Access keys, you may specify as many URLs as you want, as long as a corresponding credential exists on the source server.
If specified, the only other parameters than can be used are "CopyOnly", "Type", "CompressBackup", "Checksum", "Verify", "AzureCredential", "CreateFolder".
@@ -1261,8 +1262,8 @@ -AzureBaseUrl
-AzureCredential
-The name of the credential on the SQL instance that can write to the AzureBaseUrl, only needed if using Storage access keys
-If using SAS credentials, the command will look for a credential with a name matching the AzureBaseUrl. As page blobs are used with this option we force the number of files to 1 and ignore any value
+
The name of the credential on the SQL instance that can write to the AzureBaseUrl, only needed if using Storage access keys
+If using SAS credentials, the command will look for a credential with a name matching the AzureBaseUrl. As page blobs are used with this option we force the number of files to 1 and ignore any value
passed in for BlockSize or MaxTransferSize
@@ -1431,7 +1432,7 @@ -SkipTapeHeader
-TimeStampFormat
-By default the command timestamps backups using the format yyyyMMddHHmm. Using this parameter this can be overridden. The timestamp format should be defined using the Get-Date formats, illegal
+
By default the command timestamps backups using the format yyyyMMddHHmm. Using this parameter this can be overridden. The timestamp format should be defined using the Get-Date formats, illegal
formats will cause an error to be thrown
@@ -1460,7 +1461,7 @@ -TimeStampFormat
-IgnoreFileChecks
-This switch stops the function from checking for the validity of paths. This can be useful if SQL Server only has read access to the backup area.
+
This switch stops the function from checking for the validity of paths. This can be useful if SQL Server only has read access to the backup area.
Note, that as we cannot check the path you may well end up with errors.
@@ -1517,7 +1518,7 @@ -OutputScriptOnly
-EncryptionAlgorithm
-Specified the Encryption Algorithm to used. Must be one of 'AES128','AES192','AES256' or 'TRIPLEDES'
+
Specified the Encryption Algorithm to used. Must be one of 'AES128','AES192','AES256' or 'TRIPLEDES'
Must specify one of EncryptionCertificate or EncryptionKey as well.
@@ -1550,7 +1551,7 @@ -EncryptionAlgorithm
-EncryptionCertificate
-The name of the certificate to be used to encrypt the backups. The existence of the certificate will be checked, and will not proceed if it does not exist
+
The name of the certificate to be used to encrypt the backups. The existence of the certificate will be checked, and will not proceed if it does not exist
Is mutually exclusive with the EncryptionKey option
@@ -1607,8 +1608,8 @@ -Description
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Backup-DbaDbCertificate.html b/Backup-DbaDbCertificate.html
index e61ad0b6..51efabe1 100644
--- a/Backup-DbaDbCertificate.html
+++ b/Backup-DbaDbCertificate.html
@@ -575,7 +575,7 @@ Example: 10
Exports all certificates found on sql2016 to the default data directory.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -604,8 +604,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -858,8 +858,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Backup-DbaDbMasterKey.html b/Backup-DbaDbMasterKey.html
index 96a7bc3e..3ec3452a 100644
--- a/Backup-DbaDbMasterKey.html
+++ b/Backup-DbaDbMasterKey.html
@@ -550,8 +550,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -748,8 +748,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Backup-DbaServiceMasterKey.html b/Backup-DbaServiceMasterKey.html
index 8abd583a..47ee7ca0 100644
--- a/Backup-DbaServiceMasterKey.html
+++ b/Backup-DbaServiceMasterKey.html
@@ -519,7 +519,7 @@ Example: 2
Logs into sql2016 with Windows credentials then backs up the service master key to the \nas\sqlbackups\keys directory.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -548,8 +548,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -662,8 +662,8 @@ -Path
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Clear-DbaConnectionPool.html b/Clear-DbaConnectionPool.html
index cf3293bb..bb512efe 100644
--- a/Clear-DbaConnectionPool.html
+++ b/Clear-DbaConnectionPool.html
@@ -567,8 +567,8 @@ -Credential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Clear-DbaLatchStatistics.html b/Clear-DbaLatchStatistics.html
index fa33dfcc..fa486093 100644
--- a/Clear-DbaLatchStatistics.html
+++ b/Clear-DbaLatchStatistics.html
@@ -520,7 +520,7 @@ Example: 4
Connects using sqladmin credential and clears latch statistics on servers sql2008 and sqlserver2012
Required Parameters
-SqlInstance
-Allows you to specify a comma separated list of servers to query.
+Allows you to specify a comma separated list of servers to query.
@@ -549,8 +549,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -579,8 +579,8 @@ -SqlCredential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Clear-DbaPlanCache.html b/Clear-DbaPlanCache.html
index 36cb403f..713a184f 100644
--- a/Clear-DbaPlanCache.html
+++ b/Clear-DbaPlanCache.html
@@ -548,8 +548,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -634,8 +634,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Clear-DbaWaitStatistics.html b/Clear-DbaWaitStatistics.html
index 91570b24..a242366d 100644
--- a/Clear-DbaWaitStatistics.html
+++ b/Clear-DbaWaitStatistics.html
@@ -511,7 +511,7 @@ Example: 2
Clears wait stats on servers sql2008 and sqlserver2012, without prompting
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -540,8 +540,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -570,8 +570,8 @@ -SqlCredential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Connect-DbaInstance.html b/Connect-DbaInstance.html
index 4c7453e6..2acb7ba2 100644
--- a/Connect-DbaInstance.html
+++ b/Connect-DbaInstance.html
@@ -492,8 +492,8 @@ Description
It is robust because it initializes properties that do not cause enumeration by default. It also supports both Windows and SQL Server authentication methods, and detects which to use based upon the provided credentials.
By default, this command also sets the connection's ApplicationName property to "dbatools PowerShell module - dbatools.io - custom connection". If you're doing anything that requires profiling, you can look for this client name.
Alternatively, you can pass in whichever client name you'd like using the -ClientName parameter. There are a ton of other parameters for you to explore as well.
-See https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx
-and https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder.aspx,
+
See https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx
+and https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnectionstringbuilder.aspx,
and https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.aspx
To execute SQL commands, you can use $server.ConnectionContext.ExecuteReader($sql) or $server.Databases['master'].ExecuteNonQuery($sql)
Syntax
@@ -640,7 +640,7 @@ Example: 17
Closes the connection.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -669,7 +669,7 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Credential object used to connect to the SQL Server Instance as a different user. This can be a Windows or SQL Server account. Windows users are determined by the existence of a backslash, so if you
+
Credential object used to connect to the SQL Server Instance as a different user. This can be a Windows or SQL Server account. Windows users are determined by the existence of a backslash, so if you
are intending to use an alternative Windows connection instead of a SQL login, ensure it contains a backslash.
@@ -726,7 +726,7 @@ -Database
-ApplicationIntent
-Declares the application workload type when connecting to a server.
+
Declares the application workload type when connecting to a server.
Valid values are "ReadOnly" and "ReadWrite".
@@ -815,7 +815,7 @@ -BatchSeparator
-ClientName
-By default, this command sets the client's ApplicationName property to "dbatools PowerShell module - dbatools.io". If you're doing anything that requires profiling, you can look for this client name.
+
By default, this command sets the client's ApplicationName property to "dbatools PowerShell module - dbatools.io". If you're doing anything that requires profiling, you can look for this client name.
Using -ClientName allows you to set your own custom client application name.
@@ -844,8 +844,8 @@ -ClientName
-ConnectTimeout
-The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error.
-Valid values are integers between 0 and 2147483647.
+
The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error.
+Valid values are integers between 0 and 2147483647.
When opening a connection to a Azure SQL Database, set the connection timeout to 30 seconds.
@@ -874,9 +874,9 @@ -ConnectTimeout
-EncryptConnection
-If this switch is enabled, SQL Server uses SSL encryption for all data sent between the client and server.
-Beginning in .NET Framework 4.5, when TrustServerCertificate is false and EncryptConnection is true, the server name (or IP address) in a SQL Server SSL certificate must exactly match the server name
-(or IP address) specified in the connection string. Otherwise, the connection attempt will fail. For information about support for certificates whose subject starts with a wildcard character (*), see
+
If this switch is enabled, SQL Server uses SSL encryption for all data sent between the client and server.
+Beginning in .NET Framework 4.5, when TrustServerCertificate is false and EncryptConnection is true, the server name (or IP address) in a SQL Server SSL certificate must exactly match the server name
+(or IP address) specified in the connection string. Otherwise, the connection attempt will fail. For information about support for certificates whose subject starts with a wildcard character (*), see
Accepted wildcards used by server certificates for server authentication. https://support.microsoft.com/en-us/help/258858/accepted-wildcards-used-by-server-certificates-for-server-authenticati
@@ -905,12 +905,12 @@ -EncryptConnection
-FailoverPartner
-The name of the failover partner server where database mirroring is configured.
-If the value of this key is "" (an empty string), then Initial Catalog must be present in the connection string, and its value must not be "".
-The server name can be 128 characters or less.
-If you specify a failover partner but the failover partner server is not configured for database mirroring and the primary server (specified with the Server keyword) is not available, then the
-connection will fail.
-If you specify a failover partner and the primary server is not configured for database mirroring, the connection to the primary server (specified with the Server keyword) will succeed if the primary
+
The name of the failover partner server where database mirroring is configured.
+If the value of this key is "" (an empty string), then Initial Catalog must be present in the connection string, and its value must not be "".
+The server name can be 128 characters or less.
+If you specify a failover partner but the failover partner server is not configured for database mirroring and the primary server (specified with the Server keyword) is not available, then the
+connection will fail.
+If you specify a failover partner and the primary server is not configured for database mirroring, the connection to the primary server (specified with the Server keyword) will succeed if the primary
server is available.
@@ -1051,7 +1051,7 @@ -MinimumVersion
-MultipleActiveResultSets
-If this switch is enabled, an application can maintain multiple active result sets (MARS).
+
If this switch is enabled, an application can maintain multiple active result sets (MARS).
If this switch is not enabled, an application must process or cancel all result sets from one batch before it can execute any other batch on that connection.
@@ -1080,8 +1080,8 @@ -MultipleActiveResultSets
-MultiSubnetFailover
-If this switch is enabled, and your application is connecting to an AlwaysOn availability group (AG) on different subnets, detection of and connection to the currently active server will be faster.
-For more information about SqlClient support for Always On Availability Groups, see
+
If this switch is enabled, and your application is connecting to an AlwaysOn availability group (AG) on different subnets, detection of and connection to the currently active server will be faster.
+For more information about SqlClient support for Always On Availability Groups, see
https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/sqlclient-support-for-high-availability-disaster-recovery
@@ -1110,7 +1110,7 @@ -MultiSubnetFailover
-NetworkProtocol
-Explicitly sets the network protocol used to connect to the server.
+
Explicitly sets the network protocol used to connect to the server.
Valid values are "TcpIp","NamedPipes","Multiprotocol","AppleTalk","BanyanVines","Via","SharedMemory" and "NWLinkIpxSpx"
@@ -1199,8 +1199,8 @@ -PacketSize
-PooledConnectionLifetime
-When a connection is returned to the pool, its creation time is compared with the current time and the connection is destroyed if that time span (in seconds) exceeds the value specified by Connection
-Lifetime. This is useful in clustered configurations to force load balancing between a running server and a server just brought online.
+
When a connection is returned to the pool, its creation time is compared with the current time and the connection is destroyed if that time span (in seconds) exceeds the value specified by Connection
+Lifetime. This is useful in clustered configurations to force load balancing between a running server and a server just brought online.
A value of zero (0) causes pooled connections to have the maximum connection timeout.
@@ -1229,7 +1229,7 @@ -PooledConnectionLifetime
-SqlExecutionModes
-The SqlExecutionModes enumeration contains values that are used to specify whether the commands sent to the referenced connection to the server are executed immediately or saved in a buffer.
+
The SqlExecutionModes enumeration contains values that are used to specify whether the commands sent to the referenced connection to the server are executed immediately or saved in a buffer.
Valid values include "CaptureSql", "ExecuteAndCaptureSql" and "ExecuteSql".
@@ -1262,8 +1262,8 @@ -SqlExecutionModes
-StatementTimeout
-Sets the number of seconds a statement is given to run before failing with a timeout error.
-The default is read from the configuration 'sql.execution.timeout' that is currently set to 0 (unlimited).
+
Sets the number of seconds a statement is given to run before failing with a timeout error.
+The default is read from the configuration 'sql.execution.timeout' that is currently set to 0 (unlimited).
If you want to change this to 10 minutes, use: Set-DbatoolsConfig -FullName 'sql.execution.timeout' -Value 600
@@ -1348,7 +1348,7 @@ -WorkstationId
-AlwaysEncrypted
-Sets "Column Encryption Setting=enabled" on the connection so you can work with Always Encrypted values.
+
Sets "Column Encryption Setting=enabled" on the connection so you can work with Always Encrypted values.
For more information, see https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/develop-using-always-encrypted-with-net-framework-data-provider
@@ -1433,8 +1433,8 @@ -SqlConnectionOnly
-AzureDomain
-By default, this is set to database.windows.net
-In the event your AzureSqlDb is not on a database.windows.net domain, you can set a custom domain using the AzureDomain parameter.
+
By default, this is set to database.windows.net
+In the event your AzureSqlDb is not on a database.windows.net domain, you can set a custom domain using the AzureDomain parameter.
This tells Connect-DbaInstance to login to the database using the method that works best with Azure.
@@ -1491,7 +1491,7 @@ -Tenant
-AccessToken
-Connect to an Azure SQL Database or an Azure SQL Managed Instance with an AccessToken, that has to be generated with Get-AzAccessToken or New-DbaAzAccessToken.
+
Connect to an Azure SQL Database or an Azure SQL Managed Instance with an AccessToken, that has to be generated with Get-AzAccessToken or New-DbaAzAccessToken.
Note that the token is valid for only one hour and cannot be renewed automatically.
@@ -1520,8 +1520,8 @@ -AccessToken
-DedicatedAdminConnection
-Connects using "ADMIN:" to create a dedicated admin connection (DAC) as a non-pooled connection.
-If the instance is on a remote server, the remote access has to be enabled via "Set-DbaSpConfigure -Name RemoteDacConnectionsEnabled -Value $true" or "sp_configure 'remote admin connections', 1".
+
Connects using "ADMIN:" to create a dedicated admin connection (DAC) as a non-pooled connection.
+If the instance is on a remote server, the remote access has to be enabled via "Set-DbaSpConfigure -Name RemoteDacConnectionsEnabled -Value $true" or "sp_configure 'remote admin connections', 1".
The connection will not be closed if the variable holding the Server SMO is going out of scope, so it is very important to call .ConnectionContext.Disconnect() to close the connection. See example.
@@ -1550,8 +1550,8 @@ -DedicatedAdminConnection
-DisableException
-By default in most of our commands, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This command, however, gifts you with "sea of red" exceptions, by default, because it is useful for advanced scripting.
+
By default in most of our commands, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This command, however, gifts you with "sea of red" exceptions, by default, because it is useful for advanced scripting.
Using this switch turns our "nice by default" feature on which makes errors into pretty warnings.
diff --git a/ConvertTo-DbaDataTable.html b/ConvertTo-DbaDataTable.html
index 17500539..85967c9f 100644
--- a/ConvertTo-DbaDataTable.html
+++ b/ConvertTo-DbaDataTable.html
@@ -522,7 +522,7 @@ Example: 4
Creates a DataTable with the running processes and converts any TimeSpan property to TotalSeconds.
Required Parameters
-InputObject
-The object to transform into a DataTable.
+The object to transform into a DataTable.
@@ -551,7 +551,7 @@ -InputObject
Optional Parameters
-TimeSpanType
-Specifies the type to convert TimeSpan objects into. Default is 'TotalMilliseconds'. Valid options are: 'Ticks', 'TotalDays', 'TotalHours', 'TotalMinutes', 'TotalSeconds', 'TotalMilliseconds', and
+
Specifies the type to convert TimeSpan objects into. Default is 'TotalMilliseconds'. Valid options are: 'Ticks', 'TotalDays', 'TotalHours', 'TotalMinutes', 'TotalSeconds', 'TotalMilliseconds', and
'String'.
@@ -672,8 +672,8 @@ -Raw
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/ConvertTo-DbaTimeline.html b/ConvertTo-DbaTimeline.html
index 0ec6e616..54cc0790 100644
--- a/ConvertTo-DbaTimeline.html
+++ b/ConvertTo-DbaTimeline.html
@@ -487,10 +487,10 @@ ConvertTo-DbaTimeline
Synopsis
Converts InputObject to a html timeline using Google Chart
Description
-This function accepts input as pipeline from the following dbatools functions:
-Get-DbaAgentJobHistory
-Get-DbaDbBackupHistory
-(more to come...)
+
This function accepts input as pipeline from the following dbatools functions:
+Get-DbaAgentJobHistory
+Get-DbaDbBackupHistory
+(more to come...)
And generates Bootstrap based, HTML file with Google Chart Timeline
Syntax
ConvertTo-DbaTimeline
@@ -526,7 +526,7 @@ Example: 3
Sends an email to dba@ad.local with the results of Get-DbaDbBackupHistory. Note that viewing these reports may not be supported in all email clients.
Required Parameters
-InputObject
-Pipe input, must an output from the above functions.
+Pipe input, must an output from the above functions.
@@ -555,8 +555,8 @@ -InputObject
Optional Parameters
-ExcludeRowLabel
-By default, the Timeline shows SqlInstance and item name (agent job or database) in row labels section of the chart.
-When this parameter (ExcludeRowLabel) is set to true the row labels will not be shown which will maximise the chart area for better visualization.
+
By default, the Timeline shows SqlInstance and item name (agent job or database) in row labels section of the chart.
+When this parameter (ExcludeRowLabel) is set to true the row labels will not be shown which will maximise the chart area for better visualization.
All relevant details are still available in the tooltip.
@@ -585,8 +585,8 @@ -ExcludeRowLabel
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/ConvertTo-DbaXESession.html b/ConvertTo-DbaXESession.html
index 6a7e4184..7a019a19 100644
--- a/ConvertTo-DbaXESession.html
+++ b/ConvertTo-DbaXESession.html
@@ -488,7 +488,7 @@ Synopsis
Uses a slightly modified version of sp_SQLskills_ConvertTraceToExtendedEvents.sql to convert Traces to Extended Events.
Description
Uses a slightly modified version of sp_SQLskills_ConvertTraceToExtendedEvents.sql to convert Traces to Extended Events.
-T-SQL code by: Jonathan M. Kehayias, SQLskills.com. T-SQL can be found in this module directory and at
+
T-SQL code by: Jonathan M. Kehayias, SQLskills.com. T-SQL can be found in this module directory and at
https://www.sqlskills.com/blogs/jonathan/converting-sql-trace-to-extended-events-in-sql-server-2012/
Syntax
ConvertTo-DbaXESession
@@ -516,7 +516,7 @@ Example: 3
Converts trace ID 1 on sql2014 to an Extended Event and outputs the resulting T-SQL.
Required Parameters
-InputObject
-Specifies a Trace object output by Get-DbaTrace.
+Specifies a Trace object output by Get-DbaTrace.
@@ -544,7 +544,7 @@ -InputObject
-Name
-The name of the Trace to convert. If the name exists, characters will be appended to it.
+The name of the Trace to convert. If the name exists, characters will be appended to it.
@@ -601,8 +601,8 @@ -OutputScriptOnly
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaAgentAlert.html b/Copy-DbaAgentAlert.html
index 873566df..8f788aca 100644
--- a/Copy-DbaAgentAlert.html
+++ b/Copy-DbaAgentAlert.html
@@ -523,7 +523,7 @@ Example: 3
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -551,7 +551,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -580,8 +580,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -610,8 +610,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -752,8 +752,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaAgentJob.html b/Copy-DbaAgentJob.html
index 0fda669f..ef085c52 100644
--- a/Copy-DbaAgentJob.html
+++ b/Copy-DbaAgentJob.html
@@ -529,7 +529,7 @@ Example: 4
Copies all SSRS jobs (subscriptions) from AlwaysOn Primary SQL instance sqlserver2014a to AlwaysOn Secondary SQL instance sqlserver2014b
Required Parameters
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -586,8 +586,8 @@ -Source
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -616,8 +616,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -814,8 +814,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaAgentJobCategory.html b/Copy-DbaAgentJobCategory.html
index 9de4743a..2432b185 100644
--- a/Copy-DbaAgentJobCategory.html
+++ b/Copy-DbaAgentJobCategory.html
@@ -488,13 +488,14 @@ Synopsis
Copy-DbaAgentJobCategory migrates SQL Agent categories from one SQL Server to another. This is similar to sp_add_category.
Description
By default, all SQL Agent categories for Jobs, Operators and Alerts are copied.
-The -OperatorCategories parameter is auto-populated for command-line completion and can be used to copy only specific operator categories.
-The -AgentCategories parameter is auto-populated for command-line completion and can be used to copy only specific agent categories.
+
The -OperatorCategories parameter is auto-populated for command-line completion and can be used to copy only specific operator categories.
+The -AgentCategories parameter is auto-populated for command-line completion and can be used to copy only specific agent categories.
The -JobCategories parameter is auto-populated for command-line completion and can be used to copy only specific job categories.
If the category already exists on the destination, it will be skipped unless -Force is used.
Syntax
Copy-DbaAgentJobCategory -Source <DbaInstanceParameter>
- [-SourceSqlCredential <PSCredential>] -Destination <DbaInstanceParameter[]>
+ [-SourceSqlCredential <PSCredential>]
+ -Destination <DbaInstanceParameter[]>
[-DestinationSqlCredential <PSCredential>]
[-JobCategory <String[]>]
[-AgentCategory <String[]>]
@@ -506,7 +507,8 @@ Syntax
[<CommonParameters>]
Copy-DbaAgentJobCategory -Source <DbaInstanceParameter>
- [-SourceSqlCredential <PSCredential>] -Destination <DbaInstanceParameter[]>
+ [-SourceSqlCredential <PSCredential>]
+ -Destination <DbaInstanceParameter[]>
[-DestinationSqlCredential <PSCredential>]
[-CategoryType <String[]>]
[-JobCategory <String[]>]
@@ -537,7 +539,7 @@ Example: 3
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -565,7 +567,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -594,8 +596,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -624,8 +626,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -654,7 +656,7 @@ -DestinationSqlCredential
-CategoryType
-Specifies the Category Type to migrate. Valid options are "Job", "Alert" and "Operator". When CategoryType is specified, all categories from the selected type will be migrated. For granular
+
Specifies the Category Type to migrate. Valid options are "Job", "Alert" and "Operator". When CategoryType is specified, all categories from the selected type will be migrated. For granular
migrations, use the three parameters below.
@@ -799,8 +801,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaAgentOperator.html b/Copy-DbaAgentOperator.html
index 3269e3a7..6447b1e7 100644
--- a/Copy-DbaAgentOperator.html
+++ b/Copy-DbaAgentOperator.html
@@ -522,7 +522,7 @@ Example: 3
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -550,7 +550,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -579,8 +579,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -609,8 +609,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -723,8 +723,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaAgentProxy.html b/Copy-DbaAgentProxy.html
index fc8e7280..84577925 100644
--- a/Copy-DbaAgentProxy.html
+++ b/Copy-DbaAgentProxy.html
@@ -522,7 +522,7 @@ Example: 3
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -550,7 +550,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -579,8 +579,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -609,8 +609,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -723,8 +723,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaAgentSchedule.html b/Copy-DbaAgentSchedule.html
index 741f12a0..c66fcdb8 100644
--- a/Copy-DbaAgentSchedule.html
+++ b/Copy-DbaAgentSchedule.html
@@ -522,7 +522,7 @@ Example: 3
Gets a list of schedule, outputs to a gridview which can be selected from, then copies to SqlInstance
Required Parameters
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -579,8 +579,8 @@ -Source
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -609,8 +609,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -751,8 +751,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaAgentServer.html b/Copy-DbaAgentServer.html
index cb71805a..177d16df 100644
--- a/Copy-DbaAgentServer.html
+++ b/Copy-DbaAgentServer.html
@@ -522,7 +522,7 @@ Example: 3
Shows what would happen if the command were executed.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -550,7 +550,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -579,8 +579,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -609,8 +609,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -751,8 +751,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaBackupDevice.html b/Copy-DbaBackupDevice.html
index 6a2056f7..b35890bf 100644
--- a/Copy-DbaBackupDevice.html
+++ b/Copy-DbaBackupDevice.html
@@ -521,7 +521,7 @@ Example: 3
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -549,7 +549,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -578,8 +578,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -608,8 +608,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -694,8 +694,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaCredential.html b/Copy-DbaCredential.html
index 9884dc51..d082da32 100644
--- a/Copy-DbaCredential.html
+++ b/Copy-DbaCredential.html
@@ -520,8 +520,8 @@ Example: 2
Copies over one SQL Server Credential (PowerShell Proxy Account) from sqlserver to sqlcluster. If the Credential already exists on the destination, it will be dropped and recreated.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2005 or higher.
-You must be able to open a dedicated admin connection (DAC) to the source SQL Server.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2005 or higher.
+You must be able to open a dedicated admin connection (DAC) to the source SQL Server.
@@ -549,7 +549,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2005 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2005 or higher.
@@ -578,8 +578,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -636,8 +636,8 @@ -Credential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -666,7 +666,7 @@ -DestinationSqlCredential
-Name
-Only include specific names
+
Only include specific names
Note: if spaces exist in the credential name, you will have to type "" or '' around it.
@@ -723,7 +723,7 @@ -ExcludeName
-Identity
-Only include specific identities
+
Only include specific identities
Note: if spaces exist in the credential identity, you will have to type "" or '' around it.
@@ -808,8 +808,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaCustomError.html b/Copy-DbaCustomError.html
index 619904bd..6ca97249 100644
--- a/Copy-DbaCustomError.html
+++ b/Copy-DbaCustomError.html
@@ -527,7 +527,7 @@ Example: 4
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -555,7 +555,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -584,8 +584,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -614,8 +614,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -728,8 +728,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaDataCollector.html b/Copy-DbaDataCollector.html
index 70f7a959..e570218f 100644
--- a/Copy-DbaDataCollector.html
+++ b/Copy-DbaDataCollector.html
@@ -526,7 +526,7 @@ Example: 4
Copies two Collection Sets, Server Activity and Table Usage Analysis, from sqlserver2014a to sqlcluster.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2008 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2008 or higher.
@@ -554,7 +554,7 @@ -Source
-Destination
-Destination Sql Server. You must have sysadmin access and server version must be SQL Server version 2008 or higher.
+Destination Sql Server. You must have sysadmin access and server version must be SQL Server version 2008 or higher.
@@ -583,8 +583,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -613,8 +613,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -755,8 +755,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaDatabase.html b/Copy-DbaDatabase.html
index 104b1c6e..efaa0d77 100644
--- a/Copy-DbaDatabase.html
+++ b/Copy-DbaDatabase.html
@@ -493,11 +493,13 @@ Description
Syntax
Copy-DbaDatabase
[-Source <DbaInstanceParameter>]
- [-SourceSqlCredential <PSCredential>] -Destination <DbaInstanceParameter[]>
+ [-SourceSqlCredential <PSCredential>]
+ -Destination <DbaInstanceParameter[]>
[-DestinationSqlCredential <PSCredential>]
[-Database <Object[]>]
[-ExcludeDatabase <Object[]>]
- [-AllDatabases] -BackupRestore
+ [-AllDatabases]
+ -BackupRestore
[-AdvancedBackupParams <Hashtable>]
[-SharedPath <String>]
[-AzureCredential <String>]
@@ -525,12 +527,14 @@ Syntax
Copy-DbaDatabase
[-Source <DbaInstanceParameter>]
- [-SourceSqlCredential <PSCredential>] -Destination <DbaInstanceParameter[]>
+ [-SourceSqlCredential <PSCredential>]
+ -Destination <DbaInstanceParameter[]>
[-DestinationSqlCredential <PSCredential>]
[-Database <Object[]>]
[-ExcludeDatabase <Object[]>]
[-AllDatabases]
- [-AzureCredential <String>] -DetachAttach
+ [-AzureCredential <String>]
+ -DetachAttach
[-Reattach]
[-SetSourceReadOnly]
[-ReuseSourceFolderStructure]
@@ -593,9 +597,9 @@ Example: 8
Copies database t from sqlcs to the same server (sqlcs) using the detach/copy/attach method. The new database will be named t_copy and the original database will be reattached.
Required Parameters
-Destination
-Destination SQL Server. You may specify multiple servers.
-Note that when using -BackupRestore with multiple servers, the backup will only be performed once and backups will be deleted at the end (if you didn't specify -NoBackupCleanup).
-When using -DetachAttach with multiple servers, -Reattach must be specified.
+Destination SQL Server. You may specify multiple servers.
+Note that when using -BackupRestore with multiple servers, the backup will only be performed once and backups will be deleted at the end (if you didn't specify -NoBackupCleanup).
+When using -DetachAttach with multiple servers, -Reattach must be specified.
@@ -623,8 +627,8 @@ -Destination
-BackupRestore
-If this switch is enabled, the copy-only backup and restore method will be used to migrate the database(s). This method requires that you specify either -SharedPath or -UseLastBackup.
-Backups will be immediately deleted after use unless -NoBackupCleanup is specified.
+If this switch is enabled, the copy-only backup and restore method will be used to migrate the database(s). This method requires that you specify either -SharedPath or -UseLastBackup.
+Backups will be immediately deleted after use unless -NoBackupCleanup is specified.
@@ -652,8 +656,8 @@ -BackupRestore
-DetachAttach
-If this switch is enabled, the detach/copy/attach method is used to perform database migrations. No files are deleted on Source. If Destination attachment fails, the Source database will be
-reattached. File copies are performed over administrative shares (\server\x$\mssql) using BITS. If a database is being mirrored, the mirror will be broken prior to migration.
+If this switch is enabled, the detach/copy/attach method is used to perform database migrations. No files are deleted on Source. If Destination attachment fails, the Source database will be
+reattached. File copies are performed over administrative shares (\server\x$\mssql) using BITS. If a database is being mirrored, the mirror will be broken prior to migration.
@@ -710,8 +714,8 @@ -Source
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -740,8 +744,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -882,7 +886,7 @@ -AdvancedBackupParams
-SharedPath
-Specifies the network location for the backup files. The SQL Server service accounts must have read/write permission on this path.
+
Specifies the network location for the backup files. The SQL Server service accounts must have read/write permission on this path.
Can be either a full path 'c:\backups', a UNC path '\server\backups' or an Azure storage Account 'https://example.blob.core.windows.net/sql/'
@@ -911,7 +915,7 @@ -SharedPath
-AzureCredential
-The name of the credential on the SQL instance that can write to the AzureBaseUrl, only needed if using Storage access keys
+
The name of the credential on the SQL instance that can write to the AzureBaseUrl, only needed if using Storage access keys
If using SAS credentials, the command will look for a credential with a name matching the AzureBaseUrl
@@ -1080,7 +1084,7 @@ -Reattach
-SetSourceReadOnly
-If this switch is enabled, all migrated databases are set to ReadOnly on Source prior to detach/attach & backup/restore.
+
If this switch is enabled, all migrated databases are set to ReadOnly on Source prior to detach/attach & backup/restore.
If -Reattach is used, databases are set to read-only after reattaching.
@@ -1109,9 +1113,9 @@ -SetSourceReadOnly
-ReuseSourceFolderStructure
-If this switch is enabled, databases will be migrated to a data and log directory structure on Destination mirroring that used on Source. By default, the default data and log directories for
-Destination will be used when the databases are migrated.
-The structure on Source will be kept exactly, so consider this if you're migrating between different versions and use part of Microsoft's default Sql structure (MSSql12.INSTANCE, etc)
+
If this switch is enabled, databases will be migrated to a data and log directory structure on Destination mirroring that used on Source. By default, the default data and log directories for
+Destination will be used when the databases are migrated.
+The structure on Source will be kept exactly, so consider this if you're migrating between different versions and use part of Microsoft's default Sql structure (MSSql12.INSTANCE, etc)
To reuse Destination folder structure, use the -WithReplace switch.
@@ -1140,8 +1144,8 @@ -ReuseSourceFolderStructure
-IncludeSupportDbs
-If this switch is enabled, ReportServer, ReportServerTempDb, SSISDB, and distribution databases will be copied if they exist on Source. A log file named $SOURCE-$destinstance-$date-Sqls.csv will be
-written to the current directory.
+
If this switch is enabled, ReportServer, ReportServerTempDb, SSISDB, and distribution databases will be copied if they exist on Source. A log file named $SOURCE-$destinstance-$date-Sqls.csv will be
+written to the current directory.
Use of this switch requires -BackupRestore or -DetachAttach as well.
@@ -1254,8 +1258,8 @@ -InputObject
-NoCopyOnly
-If this switch is enabled, backups will be taken without COPY_ONLY. This will break the LSN backup chain, which will interfere with the restore chain of the database.
-By default this switch is disabled, so backups will be taken with COPY_ONLY. This will preserve the LSN backup chain.
+
If this switch is enabled, backups will be taken without COPY_ONLY. This will break the LSN backup chain, which will interfere with the restore chain of the database.
+By default this switch is disabled, so backups will be taken with COPY_ONLY. This will preserve the LSN backup chain.
For more details please refer to this MSDN article - https://msdn.microsoft.com/en-us/library/ms191495.aspx
@@ -1368,9 +1372,9 @@ -SetSourceOffline
-NewName
-If a single database is being copied, this will be used to rename the database during the copy process. Any occurrence of the original database name in the physical file names will be replaced with
-NewName
-If specified with multiple databases a warning will be raised and the copy stopped
+
If a single database is being copied, this will be used to rename the database during the copy process. Any occurrence of the original database name in the physical file names will be replaced with
+NewName
+If specified with multiple databases a warning will be raised and the copy stopped
This option is mutually exclusive of Prefix
@@ -1399,7 +1403,7 @@ -NewName
-Prefix
-All copied database names and physical files will be prefixed with this string
+
All copied database names and physical files will be prefixed with this string
This option is mutually exclusive of NewName
@@ -1428,8 +1432,8 @@ -Prefix
-Force
-If this switch is enabled, existing databases on Destination with matching names from Source will be dropped.
-If using -DetachReattach, mirrors will be broken and the database(s) dropped from Availability Groups.
+
If this switch is enabled, existing databases on Destination with matching names from Source will be dropped.
+If using -DetachReattach, mirrors will be broken and the database(s) dropped from Availability Groups.
If using -SetSourceReadonly, this will instantly roll back any open transactions that may be stopping the process.
@@ -1458,8 +1462,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaDbAssembly.html b/Copy-DbaDbAssembly.html
index 9aa165a1..82bdb788 100644
--- a/Copy-DbaDbAssembly.html
+++ b/Copy-DbaDbAssembly.html
@@ -524,7 +524,7 @@ Example: 3
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -552,7 +552,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -581,8 +581,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -611,8 +611,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -725,8 +725,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaDbCertificate.html b/Copy-DbaDbCertificate.html
index 4f5b6c5d..e4d0493f 100644
--- a/Copy-DbaDbCertificate.html
+++ b/Copy-DbaDbCertificate.html
@@ -530,7 +530,7 @@ Example: 2
Copies database certificates for matching databases on sql02 and creates master keys if needed
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -558,7 +558,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -587,8 +587,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -617,8 +617,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -871,8 +871,8 @@ -DecryptionPassword
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaDbMail.html b/Copy-DbaDbMail.html
index 11cfaedb..ddd687b0 100644
--- a/Copy-DbaDbMail.html
+++ b/Copy-DbaDbMail.html
@@ -530,7 +530,7 @@ Example: 4
Performs execution of function, and will throw a terminating exception if something breaks
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -558,7 +558,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -587,7 +587,7 @@ -Destination
Optional Parameters
-Type
-Specifies the object type to migrate. Valid options are 'ConfigurationValues', 'Profiles', 'Accounts', and 'MailServers'. When Type is specified, all categories from the selected type will be
+
Specifies the object type to migrate. Valid options are 'ConfigurationValues', 'Profiles', 'Accounts', and 'MailServers'. When Type is specified, all categories from the selected type will be
migrated.
@@ -620,8 +620,8 @@ -Type
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -650,8 +650,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -708,8 +708,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaDbQueryStoreOption.html b/Copy-DbaDbQueryStoreOption.html
index 3d7b6f51..e32402ff 100644
--- a/Copy-DbaDbQueryStoreOption.html
+++ b/Copy-DbaDbQueryStoreOption.html
@@ -517,7 +517,7 @@ Example: 2
Copy the Query Store configuration of the AdventureWorks database in the ServerA\SQL instance and apply it to the WorldWideTraders database in the ServerB\SQL Instance.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2016 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2016 or higher.
@@ -545,7 +545,7 @@ -Source
-SourceDatabase
-Specifies the database to copy the Query Store configuration from.
+Specifies the database to copy the Query Store configuration from.
@@ -573,7 +573,7 @@ -SourceDatabase
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2016 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2016 or higher.
@@ -602,8 +602,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -632,8 +632,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -746,8 +746,8 @@ -AllDatabases
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaDbTableData.html b/Copy-DbaDbTableData.html
index 79403a88..dfb50302 100644
--- a/Copy-DbaDbTableData.html
+++ b/Copy-DbaDbTableData.html
@@ -487,8 +487,8 @@ Copy-DbaDbTableData
Synopsis
Copies data between SQL Server tables.
Description
-Copies data between SQL Server tables using SQL Bulk Copy.
-The same can be achieved also using Invoke-DbaQuery and Write-DbaDbTableData but it will buffer the contents of that table in memory of the machine running the commands.
+
Copies data between SQL Server tables using SQL Bulk Copy.
+The same can be achieved also using Invoke-DbaQuery and Write-DbaDbTableData but it will buffer the contents of that table in memory of the machine running the commands.
This function prevents that by streaming a copy of the data in the most speedy and least resource-intensive way.
Syntax
Copy-DbaDbTableData
@@ -612,8 +612,8 @@ -SqlInstance
-SqlCredential
-Login to the source instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the source instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -670,8 +670,8 @@ -Destination
-DestinationSqlCredential
-Login to the destination instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the destination instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -756,8 +756,8 @@ -DestinationDatabase
-Table
-Specify a table to use as a source. You can specify a 2 or 3 part name.
-If the object has special characters please wrap them in square brackets.
+
Specify a table to use as a source. You can specify a 2 or 3 part name.
+If the object has special characters please wrap them in square brackets.
Note: Cannot specify a view if a table value is provided
@@ -786,8 +786,8 @@ -Table
-View
-Specify a view to use as a source. You can specify a 2 or 3 part name (see examples).
-If the object has special characters please wrap them in square brackets.
+
Specify a view to use as a source. You can specify a 2 or 3 part name (see examples).
+If the object has special characters please wrap them in square brackets.
Note: Cannot specify a table if a view value is provided
@@ -816,9 +816,9 @@ -View
-Query
-Define a query to use as a source. Note: 3 or 4 part object names may be used (see examples)
-Ensure to select all required columns.
-Calculated Columns or columns with default values may be excluded.
+
Define a query to use as a source. Note: 3 or 4 part object names may be used (see examples)
+Ensure to select all required columns.
+Calculated Columns or columns with default values may be excluded.
Note: The workflow in the command requires that a valid -Table or -View parameter value be specified.
@@ -987,7 +987,7 @@ -NoTableLock
-CheckConstraints
-If this switch is enabled, the SqlBulkCopy option to process check constraints will be enabled.
+
If this switch is enabled, the SqlBulkCopy option to process check constraints will be enabled.
Per Microsoft "Check constraints while data is being inserted. By default, constraints are not checked."
@@ -1016,7 +1016,7 @@ -CheckConstraints
-FireTriggers
-If this switch is enabled, the SqlBulkCopy option to fire insert triggers will be enabled.
+
If this switch is enabled, the SqlBulkCopy option to fire insert triggers will be enabled.
Per Microsoft "When specified, cause the server to fire the insert triggers for the rows being inserted into the Database."
@@ -1045,7 +1045,7 @@ -FireTriggers
-KeepIdentity
-If this switch is enabled, the SqlBulkCopy option to preserve source identity values will be enabled.
+
If this switch is enabled, the SqlBulkCopy option to preserve source identity values will be enabled.
Per Microsoft "Preserve source identity values. When not specified, identity values are assigned by the destination."
@@ -1074,7 +1074,7 @@ -KeepIdentity
-KeepNulls
-If this switch is enabled, the SqlBulkCopy option to preserve NULL values will be enabled.
+
If this switch is enabled, the SqlBulkCopy option to preserve NULL values will be enabled.
Per Microsoft "Preserve null values in the destination table regardless of the settings for default values. When not specified, null values are replaced by default values where applicable."
@@ -1187,8 +1187,8 @@ -CommandTimeout
-UseDefaultFileGroup
-By default, this command will use a filegroup of the same name between
-source and target. Use this flag if you'd instead like to use the
+
By default, this command will use a filegroup of the same name between
+source and target. Use this flag if you'd instead like to use the
default filegroup in the target database.
@@ -1245,8 +1245,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaDbViewData.html b/Copy-DbaDbViewData.html
index 7f8261a9..a76ea37f 100644
--- a/Copy-DbaDbViewData.html
+++ b/Copy-DbaDbViewData.html
@@ -487,7 +487,7 @@ Copy-DbaDbViewData
Synopsis
Copies data from a SQL Server view to a table.
Description
-Copies data from a SQL Server view to a table using SQL Bulk Copy.
+
Copies data from a SQL Server view to a table using SQL Bulk Copy.
With this function, a streaming copy will be done in the most speedy and least resource-intensive way.
Syntax
Copy-DbaDbViewData
@@ -606,8 +606,8 @@ -SqlInstance
-SqlCredential
-Login to the source instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the source instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -664,8 +664,8 @@ -Destination
-DestinationSqlCredential
-Login to the destination instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the destination instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -750,7 +750,7 @@ -DestinationDatabase
-View
-Specify a view to use as a source. You can specify a 2 or 3 part name (see examples).
+
Specify a view to use as a source. You can specify a 2 or 3 part name (see examples).
If the object has special characters please wrap them in square brackets.
@@ -779,9 +779,9 @@ -View
-Query
-Define a query to use as a source. Note: 3 or 4 part object names may be used (see examples)
-Ensure to select all required columns.
-Calculated Columns or columns with default values may be excluded.
+
Define a query to use as a source. Note: 3 or 4 part object names may be used (see examples)
+Ensure to select all required columns.
+Calculated Columns or columns with default values may be excluded.
Note: The workflow in the command requires that a valid -Table or -View parameter value be specified.
@@ -950,7 +950,7 @@ -NoTableLock
-CheckConstraints
-If this switch is enabled, the SqlBulkCopy option to process check constraints will be enabled.
+
If this switch is enabled, the SqlBulkCopy option to process check constraints will be enabled.
Per Microsoft "Check constraints while data is being inserted. By default, constraints are not checked."
@@ -979,7 +979,7 @@ -CheckConstraints
-FireTriggers
-If this switch is enabled, the SqlBulkCopy option to fire insert triggers will be enabled.
+
If this switch is enabled, the SqlBulkCopy option to fire insert triggers will be enabled.
Per Microsoft "When specified, cause the server to fire the insert triggers for the rows being inserted into the Database."
@@ -1008,7 +1008,7 @@ -FireTriggers
-KeepIdentity
-If this switch is enabled, the SqlBulkCopy option to preserve source identity values will be enabled.
+
If this switch is enabled, the SqlBulkCopy option to preserve source identity values will be enabled.
Per Microsoft "Preserve source identity values. When not specified, identity values are assigned by the destination."
@@ -1037,7 +1037,7 @@ -KeepIdentity
-KeepNulls
-If this switch is enabled, the SqlBulkCopy option to preserve NULL values will be enabled.
+
If this switch is enabled, the SqlBulkCopy option to preserve NULL values will be enabled.
Per Microsoft "Preserve null values in the destination table regardless of the settings for default values. When not specified, null values are replaced by default values where applicable."
@@ -1150,8 +1150,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaEndpoint.html b/Copy-DbaEndpoint.html
index 1cdc7077..fba8aa69 100644
--- a/Copy-DbaEndpoint.html
+++ b/Copy-DbaEndpoint.html
@@ -522,7 +522,7 @@ Example: 3
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -550,7 +550,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -579,8 +579,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -609,8 +609,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -723,8 +723,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaInstanceAudit.html b/Copy-DbaInstanceAudit.html
index c6ae7ab1..0d29cc56 100644
--- a/Copy-DbaInstanceAudit.html
+++ b/Copy-DbaInstanceAudit.html
@@ -527,7 +527,7 @@ Example: 4
Copies audit audit1 from sqlserver-0 to sqlserver-1. The file path on sqlserver-1 will be set to 'C:\audit1'.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -555,7 +555,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -584,8 +584,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -614,8 +614,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -756,8 +756,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaInstanceAuditSpecification.html b/Copy-DbaInstanceAuditSpecification.html
index 84ba4024..706a69cd 100644
--- a/Copy-DbaInstanceAuditSpecification.html
+++ b/Copy-DbaInstanceAuditSpecification.html
@@ -522,7 +522,7 @@ Example: 3
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -550,7 +550,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -579,8 +579,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -609,8 +609,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -723,8 +723,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaInstanceTrigger.html b/Copy-DbaInstanceTrigger.html
index 7772e802..6cf860be 100644
--- a/Copy-DbaInstanceTrigger.html
+++ b/Copy-DbaInstanceTrigger.html
@@ -522,7 +522,7 @@ Example: 3
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server.You must have sysadmin access and server version must be SQL Server version 2000 or greater.
+Source SQL Server.You must have sysadmin access and server version must be SQL Server version 2000 or greater.
@@ -550,7 +550,7 @@ -Source
-Destination
-Destination Sql Server. You must have sysadmin access and server version must be SQL Server version 2000 or greater.
+Destination Sql Server. You must have sysadmin access and server version must be SQL Server version 2000 or greater.
@@ -579,8 +579,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -609,8 +609,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -723,8 +723,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaLinkedServer.html b/Copy-DbaLinkedServer.html
index d95cf29b..51f8c4df 100644
--- a/Copy-DbaLinkedServer.html
+++ b/Copy-DbaLinkedServer.html
@@ -519,7 +519,7 @@ Example: 2
Copies over two SQL Server Linked Servers (SQL2K and SQL2K2) from sqlserver to sqlcluster. If the credential already exists on the destination, it will be dropped.
Required Parameters
-Source
-Source SQL Server (2005 and above). You must have sysadmin access to both SQL Server and Windows.
+Source SQL Server (2005 and above). You must have sysadmin access to both SQL Server and Windows.
@@ -547,7 +547,7 @@ -Source
-Destination
-Destination SQL Server (2005 and above). You must have sysadmin access to both SQL Server and Windows.
+Destination SQL Server (2005 and above). You must have sysadmin access to both SQL Server and Windows.
@@ -576,8 +576,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -606,8 +606,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -776,8 +776,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaLogin.html b/Copy-DbaLogin.html
index a69de59f..4b84d645 100644
--- a/Copy-DbaLogin.html
+++ b/Copy-DbaLogin.html
@@ -509,7 +509,8 @@ Syntax
[<CommonParameters>]
Copy-DbaLogin -Source <DbaInstanceParameter>
- [-SourceSqlCredential <PSCredential>] -Destination <DbaInstanceParameter[]>
+ [-SourceSqlCredential <PSCredential>]
+ -Destination <DbaInstanceParameter[]>
[-DestinationSqlCredential <PSCredential>]
[-Login <Object[]>]
[-ExcludeLogin <Object[]>]
@@ -531,7 +532,8 @@ Syntax
[-DestinationSqlCredential <PSCredential>]
[-Login <Object[]>]
[-ExcludeLogin <Object[]>]
- [-ExcludeSystemLogins] -OutFile <String>
+ [-ExcludeSystemLogins]
+ -OutFile <String>
[-LoginRenameHashtable <Hashtable>]
[-KillActiveConnection]
[-NewSid]
@@ -544,7 +546,8 @@ Syntax
[<CommonParameters>]
Copy-DbaLogin
- [-SourceSqlCredential <PSCredential>] -Destination <DbaInstanceParameter[]>
+ [-SourceSqlCredential <PSCredential>]
+ -Destination <DbaInstanceParameter[]>
[-DestinationSqlCredential <PSCredential>]
[-Login <Object[]>]
[-ExcludeLogin <Object[]>]
@@ -631,7 +634,7 @@ Example: 8
Copies the three specified logins to 'localhost' and renames them according to the LoginRenameHashTable.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -659,7 +662,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -687,7 +690,7 @@ -Destination
-OutFile
-Calls Export-DbaLogin and exports all logins to a T-SQL formatted file. This does not perform a copy, so no destination is required.
+Calls Export-DbaLogin and exports all logins to a T-SQL formatted file. This does not perform a copy, so no destination is required.
@@ -716,8 +719,8 @@ -OutFile
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -746,8 +749,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -1084,8 +1087,8 @@ -ExcludePermissionSync
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaPolicyManagement.html b/Copy-DbaPolicyManagement.html
index 6e11db3b..1e996f4f 100644
--- a/Copy-DbaPolicyManagement.html
+++ b/Copy-DbaPolicyManagement.html
@@ -527,7 +527,7 @@ Example: 4
Copies only one policy, 'xp_cmdshell must be disabled' from sqlserver2014a to sqlcluster. No conditions are migrated.
Required Parameters
-Source
-Source SQL Server.You must have sysadmin access and server version must be SQL Server version 2008 or higher.
+Source SQL Server.You must have sysadmin access and server version must be SQL Server version 2008 or higher.
@@ -555,7 +555,7 @@ -Source
-Destination
-Destination Sql Server. You must have sysadmin access and server version must be SQL Server version 2008 or higher.
+Destination Sql Server. You must have sysadmin access and server version must be SQL Server version 2008 or higher.
@@ -584,8 +584,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -614,8 +614,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -784,8 +784,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaRegServer.html b/Copy-DbaRegServer.html
index ce0fdf81..66dd72eb 100644
--- a/Copy-DbaRegServer.html
+++ b/Copy-DbaRegServer.html
@@ -523,7 +523,7 @@ Example: 3
If SwitchServerName is not specified, "sqlcluster" will be skipped.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -551,7 +551,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -580,8 +580,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -610,8 +610,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -640,7 +640,7 @@ -DestinationSqlCredential
-Group
-This is an auto-populated array that contains your Central Management Server top-level groups on Source. You can specify one, many or none.
+
This is an auto-populated array that contains your Central Management Server top-level groups on Source. You can specify one, many or none.
If Group is not specified, all groups in your Central Management Server will be copied.
@@ -669,7 +669,7 @@ -Group
-SwitchServerName
-If this switch is enabled, all instance names will be changed from Source to Destination.
+
If this switch is enabled, all instance names will be changed from Source to Destination.
Central Management Server does not allow you to add a shared registered server with the same name as the Configuration Server.
@@ -726,8 +726,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaResourceGovernor.html b/Copy-DbaResourceGovernor.html
index 05989816..f7a10082 100644
--- a/Copy-DbaResourceGovernor.html
+++ b/Copy-DbaResourceGovernor.html
@@ -521,7 +521,7 @@ Example: 3
Shows what would happen if the command were executed.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2008 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2008 or higher.
@@ -549,7 +549,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2008 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2008 or higher.
@@ -578,8 +578,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -608,8 +608,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -722,8 +722,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaSpConfigure.html b/Copy-DbaSpConfigure.html
index c1292d12..3f679f0d 100644
--- a/Copy-DbaSpConfigure.html
+++ b/Copy-DbaSpConfigure.html
@@ -524,7 +524,7 @@ Example: 4
Shows what would happen if the command were executed.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -552,7 +552,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -581,8 +581,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -611,8 +611,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -697,8 +697,8 @@ -ExcludeConfigName
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaSsisCatalog.html b/Copy-DbaSsisCatalog.html
index 42c3cd90..db8c0ad0 100644
--- a/Copy-DbaSsisCatalog.html
+++ b/Copy-DbaSsisCatalog.html
@@ -531,7 +531,7 @@ Example: 4
Deploy entire SSIS catalog to an instance without a destination catalog. User prompts for creating the catalog on Destination will be bypassed.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2012 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2012 or higher.
@@ -559,7 +559,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2012 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2012 or higher.
@@ -588,8 +588,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -618,8 +618,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -816,8 +816,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaStartupProcedure.html b/Copy-DbaStartupProcedure.html
index f99b1b6b..05d3500f 100644
--- a/Copy-DbaStartupProcedure.html
+++ b/Copy-DbaStartupProcedure.html
@@ -526,7 +526,7 @@ Example: 4
Shows what would happen if the command were executed using force.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -554,7 +554,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -583,8 +583,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -613,8 +613,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -727,8 +727,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaSystemDbUserObject.html b/Copy-DbaSystemDbUserObject.html
index 5de7463a..645455cb 100644
--- a/Copy-DbaSystemDbUserObject.html
+++ b/Copy-DbaSystemDbUserObject.html
@@ -513,7 +513,7 @@ Example: 1
Copies user objects found in system databases master, msdb and model from sqlserver2014a instance to the sqlcluster instance.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -541,7 +541,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -570,8 +570,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -600,8 +600,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -686,8 +686,8 @@ -Classic
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaXESession.html b/Copy-DbaXESession.html
index 1d952da1..f492fa11 100644
--- a/Copy-DbaXESession.html
+++ b/Copy-DbaXESession.html
@@ -525,7 +525,7 @@ Example: 4
Copies only the Extended Events named CheckQueries and MonitorUserDefinedException from sqlserver2014a to sqlcluster.
Required Parameters
-Source
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -553,7 +553,7 @@ -Source
-Destination
-Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
+Destination SQL Server. You must have sysadmin access and the server must be SQL Server 2000 or higher.
@@ -582,8 +582,8 @@ -Destination
Optional Parameters
-SourceSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -612,8 +612,8 @@ -SourceSqlCredential
-DestinationSqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -726,8 +726,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Copy-DbaXESessionTemplate.html b/Copy-DbaXESessionTemplate.html
index 032790a0..2f6e1bf0 100644
--- a/Copy-DbaXESessionTemplate.html
+++ b/Copy-DbaXESessionTemplate.html
@@ -566,8 +566,8 @@ -Destination
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Disable-DbaAgHadr.html b/Disable-DbaAgHadr.html
index b92b71e1..67b5426b 100644
--- a/Disable-DbaAgHadr.html
+++ b/Disable-DbaAgHadr.html
@@ -487,7 +487,7 @@ Disable-DbaAgHadr
Synopsis
Disables the Hadr service setting on the specified SQL Server.
Description
-In order to build an AG a cluster has to be built and then the Hadr enabled for the SQL Server
+
In order to build an AG a cluster has to be built and then the Hadr enabled for the SQL Server
service. This function disables that feature for the SQL Server service.
Syntax
Disable-DbaAgHadr
@@ -517,7 +517,7 @@ Example: 3
Sets Hadr service to disabled for the instance dev1 on sq2012, and restart the service to apply the change.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -602,8 +602,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Disable-DbaDbEncryption.html b/Disable-DbaDbEncryption.html
index f2fbdb0a..b3923247 100644
--- a/Disable-DbaDbEncryption.html
+++ b/Disable-DbaDbEncryption.html
@@ -548,8 +548,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -634,7 +634,7 @@ -InputObject
-NoEncryptionKeyDrop
-Encryption is not fully disabled until the Encryption Key is dropped. Consequently, Disable-DbaDbEncryption will drop the key by default.
+
Encryption is not fully disabled until the Encryption Key is dropped. Consequently, Disable-DbaDbEncryption will drop the key by default.
Use this to keep the encryption key. Note that if you keep your key, your database will not be fully decrypted.
@@ -663,8 +663,8 @@ -NoEncryptionKeyDrop
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and disables you to catch exceptions with your own try/catch.
diff --git a/Disable-DbaFilestream.html b/Disable-DbaFilestream.html
index b9a9775f..d4f81de6 100644
--- a/Disable-DbaFilestream.html
+++ b/Disable-DbaFilestream.html
@@ -518,7 +518,7 @@ Example: 3
Using this pipeline you can scan a range of SQL instances and disable filestream on only those on which it's enabled.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. Defaults to localhost.
+The target SQL Server instance or instances. Defaults to localhost.
@@ -547,8 +547,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -633,8 +633,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Disable-DbaForceNetworkEncryption.html b/Disable-DbaForceNetworkEncryption.html
index fc67393a..90c06880 100644
--- a/Disable-DbaForceNetworkEncryption.html
+++ b/Disable-DbaForceNetworkEncryption.html
@@ -572,8 +572,8 @@ -Credential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Disable-DbaHideInstance.html b/Disable-DbaHideInstance.html
index ed5c3fee..f0f2f429 100644
--- a/Disable-DbaHideInstance.html
+++ b/Disable-DbaHideInstance.html
@@ -572,8 +572,8 @@ -Credential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Disable-DbaReplDistributor.html b/Disable-DbaReplDistributor.html
index 58bde0ae..15df95e8 100644
--- a/Disable-DbaReplDistributor.html
+++ b/Disable-DbaReplDistributor.html
@@ -514,7 +514,7 @@ Example: 2
regardless of whether or not dependent publishing and distribution objects are uninstalled.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -543,8 +543,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -573,8 +573,8 @@ -SqlCredential
-Force
-Specify whether or not replication objects are removed from the server, even if a remote Distributor cannot be reached.
-If true, the publishing and Distributor configuration at the current server is uninstalled regardless of whether or not dependent publishing and distribution objects are uninstalled.
+
Specify whether or not replication objects are removed from the server, even if a remote Distributor cannot be reached.
+If true, the publishing and Distributor configuration at the current server is uninstalled regardless of whether or not dependent publishing and distribution objects are uninstalled.
If false, the publisher and distribution databases must already be uninstalled, and no local databases are enabled for publishing.
@@ -603,8 +603,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Disable-DbaReplPublishing.html b/Disable-DbaReplPublishing.html
index 6a930b07..aceab56f 100644
--- a/Disable-DbaReplPublishing.html
+++ b/Disable-DbaReplPublishing.html
@@ -515,7 +515,7 @@ Example: 2
if the Publisher is on a remote server that cannot be reached.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -544,8 +544,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -574,8 +574,8 @@ -SqlCredential
-Force
-Specifies whether the Publisher is uninstalled from the Distributor without verifying that Publisher has also uninstalled the Distributor, if the Publisher is on a separate server.
-If true, all the replication objects associated with the Publisher are dropped even if the Publisher is on a remote server that cannot be reached.
+
Specifies whether the Publisher is uninstalled from the Distributor without verifying that Publisher has also uninstalled the Distributor, if the Publisher is on a separate server.
+If true, all the replication objects associated with the Publisher are dropped even if the Publisher is on a remote server that cannot be reached.
If false, replication first verifies that the remote Publisher has uninstalled the Distributor.
@@ -604,8 +604,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Disable-DbaStartupProcedure.html b/Disable-DbaStartupProcedure.html
index ebb7ced6..4692031a 100644
--- a/Disable-DbaStartupProcedure.html
+++ b/Disable-DbaStartupProcedure.html
@@ -487,8 +487,8 @@ Disable-DbaStartupProcedure
Synopsis
Disables the automatic execution of procedure(s) that are set to execute automatically each time the SQL Server service is started
Description
-Used to revoke the designation of one or more stored procedures to automatically execute when the SQL Server service is started.
-Equivalent to running the system stored procedure sp_procoption with @OptionValue = off
+
Used to revoke the designation of one or more stored procedures to automatically execute when the SQL Server service is started.
+Equivalent to running the system stored procedure sp_procoption with @OptionValue = off
Returns the SMO StoredProcedure object for procedures affected.
Syntax
Disable-DbaStartupProcedure
@@ -549,8 +549,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -635,8 +635,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Disable-DbaTraceFlag.html b/Disable-DbaTraceFlag.html
index cc9c7377..5dec2797 100644
--- a/Disable-DbaTraceFlag.html
+++ b/Disable-DbaTraceFlag.html
@@ -487,7 +487,7 @@ Disable-DbaTraceFlag
Synopsis
Disable a Global Trace Flag that is currently running
Description
-The function will disable a Trace Flag that is currently running globally on the SQL Server instance(s) listed.
+
The function will disable a Trace Flag that is currently running globally on the SQL Server instance(s) listed.
These are not persisted after a restart, use Set-DbaStartupParameter to set them to persist after restarts.
Syntax
Disable-DbaTraceFlag
@@ -507,7 +507,7 @@ Example: 1
Disable the globally running trace flag 3226 on SQL Server instance sql2016
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -535,7 +535,7 @@ -SqlInstance
-TraceFlag
-Trace flag number to enable globally
+Trace flag number to enable globally
@@ -564,8 +564,8 @@ -TraceFlag
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -594,8 +594,8 @@ -SqlCredential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Disconnect-DbaInstance.html b/Disconnect-DbaInstance.html
index f0faae18..26362528 100644
--- a/Disconnect-DbaInstance.html
+++ b/Disconnect-DbaInstance.html
@@ -544,8 +544,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Dismount-DbaDatabase.html b/Dismount-DbaDatabase.html
index 30358dff..9a69e87d 100644
--- a/Dismount-DbaDatabase.html
+++ b/Dismount-DbaDatabase.html
@@ -500,7 +500,8 @@ Syntax
[<CommonParameters>]
Dismount-DbaDatabase -SqlInstance <DbaInstanceParameter[]>
- [-SqlCredential <PSCredential>] -Database <String[]>
+ [-SqlCredential <PSCredential>]
+ -Database <String[]>
[-UpdateStatistics]
[-Force]
[-EnableException]
@@ -509,7 +510,8 @@ Syntax
[<CommonParameters>]
Dismount-DbaDatabase
- [-SqlCredential <PSCredential>] -InputObject <Database[]>
+ [-SqlCredential <PSCredential>]
+ -InputObject <Database[]>
[-UpdateStatistics]
[-Force]
[-EnableException]
@@ -537,7 +539,7 @@ Example: 3
Shows what would happen if the command were to execute (without actually executing the detach/break/remove commands).
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -565,7 +567,7 @@ -SqlInstance
-Database
-The database(s) to detach.
+The database(s) to detach.
@@ -593,7 +595,7 @@ -Database
-InputObject
-A collection of databases (such as returned by Get-DbaDatabase), to be detached.
+A collection of databases (such as returned by Get-DbaDatabase), to be detached.
@@ -622,8 +624,8 @@ -InputObject
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -708,8 +710,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Enable-DbaAgHadr.html b/Enable-DbaAgHadr.html
index 266a6174..9db6302b 100644
--- a/Enable-DbaAgHadr.html
+++ b/Enable-DbaAgHadr.html
@@ -487,7 +487,7 @@ Enable-DbaAgHadr
Synopsis
Enables the Hadr service setting on the specified SQL Server.
Description
-In order to build an AG a cluster has to be built and then the Hadr enabled for the SQL Server
+
In order to build an AG a cluster has to be built and then the Hadr enabled for the SQL Server
service. This function enables that feature for the SQL Server service.
Syntax
Enable-DbaAgHadr
@@ -517,7 +517,7 @@ Example: 3
Sets Hadr service to disabled for the instance dev1 on sq2012, and restart the service to apply the change.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -602,8 +602,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Enable-DbaDbEncryption.html b/Enable-DbaDbEncryption.html
index 8354e67d..0b3f5244 100644
--- a/Enable-DbaDbEncryption.html
+++ b/Enable-DbaDbEncryption.html
@@ -547,8 +547,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -605,8 +605,8 @@ -Database
-EncryptorName
-If an Encryption Key does not exist in the database, this command will attempt to create one. This parameter specifies the name of the certificate in master that should be used and tries to find one
-if one is not specified.
+
If an Encryption Key does not exist in the database, this command will attempt to create one. This parameter specifies the name of the certificate in master that should be used and tries to find one
+if one is not specified.
In order to encrypt the database encryption key with an asymmetric key, you must use an asymmetric key that resides on an extensible key management provider.
@@ -663,7 +663,7 @@ -InputObject
-Force
-By default, this command will not encrypt a database unless the cert has been backed up
+
By default, this command will not encrypt a database unless the cert has been backed up
Use Force to enable encryption even though the specified cert has not been backed up
@@ -692,8 +692,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Enable-DbaFilestream.html b/Enable-DbaFilestream.html
index f0511cd5..13d91504 100644
--- a/Enable-DbaFilestream.html
+++ b/Enable-DbaFilestream.html
@@ -517,7 +517,7 @@ Example: 2
Using this pipeline you can scan a range of SQL instances and enable filestream on only those on which it's disabled.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. Defaults to localhost.
+The target SQL Server instance or instances. Defaults to localhost.
@@ -546,8 +546,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -604,9 +604,9 @@ -Credential
-FileStreamLevel
-The level to of FileStream to be enabled:
-1 or TSql - T-Sql Access Only
-2 or TSqlIoStreaming - T-Sql and Win32 access enabled
+
The level to of FileStream to be enabled:
+1 or TSql - T-Sql Access Only
+2 or TSqlIoStreaming - T-Sql and Win32 access enabled
3 or TSqlIoStreamingRemoteClient T-Sql, Win32 and Remote access enabled
@@ -695,8 +695,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Enable-DbaForceNetworkEncryption.html b/Enable-DbaForceNetworkEncryption.html
index 76141232..5c1c1f8d 100644
--- a/Enable-DbaForceNetworkEncryption.html
+++ b/Enable-DbaForceNetworkEncryption.html
@@ -572,8 +572,8 @@ -Credential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Enable-DbaHideInstance.html b/Enable-DbaHideInstance.html
index e225e160..bf10fb36 100644
--- a/Enable-DbaHideInstance.html
+++ b/Enable-DbaHideInstance.html
@@ -572,8 +572,8 @@ -Credential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Enable-DbaReplDistributor.html b/Enable-DbaReplDistributor.html
index a7b19253..5a77ebef 100644
--- a/Enable-DbaReplDistributor.html
+++ b/Enable-DbaReplDistributor.html
@@ -512,7 +512,7 @@ Example: 2
Enables distribution for the mssql1 instance and names the distribution database repDatabase.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -541,8 +541,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -571,7 +571,7 @@ -SqlCredential
-DistributionDatabase
-Name of the distribution database that will be created.
+
Name of the distribution database that will be created.
Default is 'distribution'.
@@ -600,8 +600,8 @@ -DistributionDatabase
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Enable-DbaReplPublishing.html b/Enable-DbaReplPublishing.html
index 60f076ec..84ca952f 100644
--- a/Enable-DbaReplPublishing.html
+++ b/Enable-DbaReplPublishing.html
@@ -509,7 +509,7 @@ Example: 1
Attempts to set the procedure '[dbo].[StartUpProc1]' in the master database of SqlBox1\Instance2 for automatic execution when the instance is started.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -538,8 +538,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -568,7 +568,7 @@ -SqlCredential
-SnapshotShare
-The share used to access snapshot files.
+
The share used to access snapshot files.
The default is the ReplData folder within the InstallDataDirectory for the instance.
@@ -597,7 +597,7 @@ -SnapshotShare
-PublisherSqlLogin
-If this is used the PublisherSecurity will be set to use this.
+
If this is used the PublisherSecurity will be set to use this.
If not specified WindowsAuthentication will be used - this is the default, and recommended method.
@@ -626,8 +626,8 @@ -PublisherSqlLogin
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Enable-DbaStartupProcedure.html b/Enable-DbaStartupProcedure.html
index cb08c56b..c8135742 100644
--- a/Enable-DbaStartupProcedure.html
+++ b/Enable-DbaStartupProcedure.html
@@ -487,8 +487,8 @@ Enable-DbaStartupProcedure
Synopsis
Sets a procedure to execute automatically each time the SQL Server service is started
Description
-Used to designate one or more stored procedures to automatically execute when the SQL Server service is started.
-Equivalent to running the system stored procedure sp_procoption with @OptionValue = on
+
Used to designate one or more stored procedures to automatically execute when the SQL Server service is started.
+Equivalent to running the system stored procedure sp_procoption with @OptionValue = on
Returns the SMO StoredProcedure object for procedures affected.
Syntax
Enable-DbaStartupProcedure
@@ -515,7 +515,7 @@ Example: 2
Attempts to set the procedure '[dbo].[StartUpProc1]' in the master database of winserver\sqlexpress and sql2016 for automatic execution when the instance is started. Connects using sqladmin credential
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -544,8 +544,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -602,8 +602,8 @@ -StartupProcedure
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Enable-DbaTraceFlag.html b/Enable-DbaTraceFlag.html
index f4f10daf..a143c758 100644
--- a/Enable-DbaTraceFlag.html
+++ b/Enable-DbaTraceFlag.html
@@ -487,7 +487,7 @@ Enable-DbaTraceFlag
Synopsis
Enable Global Trace Flag(s)
Description
-The function will set one or multiple trace flags on the SQL Server instance(s) listed.
+
The function will set one or multiple trace flags on the SQL Server instance(s) listed.
These are not persisted after a restart, use Set-DbaStartupParameter to set them to persist after restarts.
Syntax
Enable-DbaTraceFlag
@@ -511,7 +511,7 @@ Example: 2
Enable multiple trace flags on SQL Server instance sql2016
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -539,7 +539,7 @@ -SqlInstance
-TraceFlag
-Trace flag number(s) to enable globally
+Trace flag number(s) to enable globally
@@ -568,8 +568,8 @@ -TraceFlag
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -598,8 +598,8 @@ -SqlCredential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Expand-DbaDbLogFile.html b/Expand-DbaDbLogFile.html
index 9050e3a6..ab688a9a 100644
--- a/Expand-DbaDbLogFile.html
+++ b/Expand-DbaDbLogFile.html
@@ -488,35 +488,35 @@ Synopsis
This command will help you to automatically grow your transaction log file in a responsible way (preventing the generation of too many VLFs).
Description
As you may already know, having a transaction log file with too many Virtual Log Files (VLFs) can hurt your database performance in many ways.
-Example:
+
Example:
Too many VLFs can cause transaction log backups to slow down and can also slow down database recovery and, in extreme cases, even impact insert/update/delete performance.
-References:
-http://www.sqlskills.com/blogs/kimberly/transaction-log-vlfs-too-many-or-too-few/
-http://blogs.msdn.com/b/saponsqlserver/archive/2012/02/22/too-many-virtual-log-files-vlfs-can-cause-slow-database-recovery.aspx
+
References:
+http://www.sqlskills.com/blogs/kimberly/transaction-log-vlfs-too-many-or-too-few/
+http://blogs.msdn.com/b/saponsqlserver/archive/2012/02/22/too-many-virtual-log-files-vlfs-can-cause-slow-database-recovery.aspx
http://www.brentozar.com/blitz/high-virtual-log-file-vlf-count/
In order to get rid of this fragmentation we need to grow the file taking the following into consideration:
- How many VLFs are created when we perform a grow operation or when an auto-grow is invoked?
Note: In SQL Server 2014 this algorithm has changed (http://www.sqlskills.com/blogs/paul/important-change-vlf-creation-algorithm-sql-server-2014/)
-Attention:
-We are growing in MB instead of GB because of known issue prior to SQL 2012:
-More detail here:
-http://www.sqlskills.com/BLOGS/PAUL/post/Bug-log-file-growth-broken-for-multiples-of-4GB.aspx
-and
-http://connect.microsoft.com/SqlInstance/feedback/details/481594/log-growth-not-working-properly-with-specific-growth-sizes-vlfs-also-not-created-appropriately
-or
+
Attention:
+We are growing in MB instead of GB because of known issue prior to SQL 2012:
+More detail here:
+http://www.sqlskills.com/BLOGS/PAUL/post/Bug-log-file-growth-broken-for-multiples-of-4GB.aspx
+and
+http://connect.microsoft.com/SqlInstance/feedback/details/481594/log-growth-not-working-properly-with-specific-growth-sizes-vlfs-also-not-created-appropriately
+or
https://connect.microsoft.com/SqlInstance/feedback/details/357502/transaction-log-file-size-will-not-grow-exactly-4gb-when-filegrowth-4gb
-Understanding related problems:
-http://www.sqlskills.com/blogs/kimberly/transaction-log-vlfs-too-many-or-too-few/
-http://blogs.msdn.com/b/saponsqlserver/archive/2012/02/22/too-many-virtual-log-files-vlfs-can-cause-slow-database-recovery.aspx
+
Understanding related problems:
+http://www.sqlskills.com/blogs/kimberly/transaction-log-vlfs-too-many-or-too-few/
+http://blogs.msdn.com/b/saponsqlserver/archive/2012/02/22/too-many-virtual-log-files-vlfs-can-cause-slow-database-recovery.aspx
http://www.brentozar.com/blitz/high-virtual-log-file-vlf-count/
-Known bug before SQL Server 2012
-http://www.sqlskills.com/BLOGS/PAUL/post/Bug-log-file-growth-broken-for-multiples-of-4GB.aspx
-http://connect.microsoft.com/SqlInstance/feedback/details/481594/log-growth-not-working-properly-with-specific-growth-sizes-vlfs-also-not-created-appropriately
+
Known bug before SQL Server 2012
+http://www.sqlskills.com/BLOGS/PAUL/post/Bug-log-file-growth-broken-for-multiples-of-4GB.aspx
+http://connect.microsoft.com/SqlInstance/feedback/details/481594/log-growth-not-working-properly-with-specific-growth-sizes-vlfs-also-not-created-appropriately
https://connect.microsoft.com/SqlInstance/feedback/details/357502/transaction-log-file-size-will-not-grow-exactly-4gb-when-filegrowth-4gb
-How it works?
-The transaction log will grow in chunks until it reaches the desired size.
+
How it works?
+The transaction log will grow in chunks until it reaches the desired size.
Example: If you have a log file with 8192MB and you say that the target size is 81920MB (80GB) it will grow in chunks of 8192MB until it reaches 81920MB. 8192 -> 16384 -> 24576 ... 73728 -> 81920
Syntax
Expand-DbaDbLogFile
@@ -577,7 +577,7 @@ Example: 5
R:\MSSQL\Backup for the required backups.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -605,7 +605,7 @@ -SqlInstance
-TargetLogSize
-Specifies the target size of the transaction log file in megabytes.
+Specifies the target size of the transaction log file in megabytes.
@@ -633,7 +633,7 @@ -TargetLogSize
-ShrinkLogFile
-If this switch is enabled, your transaction log files will be shrunk.
+If this switch is enabled, your transaction log files will be shrunk.
@@ -661,7 +661,7 @@ -ShrinkLogFile
-ShrinkSize
-Specifies the target size of the transaction log file for the shrink operation in megabytes.
+Specifies the target size of the transaction log file for the shrink operation in megabytes.
@@ -690,8 +690,8 @@ -ShrinkSize
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -776,7 +776,7 @@ -ExcludeDatabase
-IncrementSize
-Specifies the amount the transaction log should grow in megabytes. If this value differs from the suggested value based on your TargetLogSize, you will be prompted to confirm your choice.
+
Specifies the amount the transaction log should grow in megabytes. If this value differs from the suggested value based on your TargetLogSize, you will be prompted to confirm your choice.
This value will be calculated if not specified.
@@ -805,7 +805,7 @@ -IncrementSize
-LogFileId
-Specifies the file number(s) of additional transaction log files to grow.
+
Specifies the file number(s) of additional transaction log files to grow.
If this value is not specified, only the first transaction log file will be processed.
@@ -834,7 +834,7 @@ -LogFileId
-BackupDirectory
-Specifies the location of your backups. Backups must be performed to shrink the transaction log.
+
Specifies the location of your backups. Backups must be performed to shrink the transaction log.
If this value is not specified, the SQL Server instance's default backup directory will be used.
@@ -863,7 +863,7 @@ -BackupDirectory
-ExcludeDiskSpaceValidation
-If this switch is enabled, the validation for enough disk space using Get-DbaDiskSpace command will be skipped.
+
If this switch is enabled, the validation for enough disk space using Get-DbaDiskSpace command will be skipped.
This can be useful when you know that you have enough space to grow your TLog but you don't have PowerShell Remoting enabled to validate it.
@@ -892,8 +892,8 @@ -ExcludeDiskSpaceValidation
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaBinaryFile.html b/Export-DbaBinaryFile.html
index 1848c00c..f138c0ea 100644
--- a/Export-DbaBinaryFile.html
+++ b/Export-DbaBinaryFile.html
@@ -562,8 +562,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -620,11 +620,11 @@ -Database
-Table
-Define a specific table you would like to query. You can specify up to three-part name like db.sch.tbl.
-If the object has special characters please wrap them in square brackets [ ].
-Using dbo.First.Table will try to find table named 'Table' on schema 'First' and database 'dbo'.
-The correct way to find table named 'First.Table' on schema 'dbo' is by passing dbo.[First.Table]
-Any actual usage of the ] must be escaped by duplicating the ] character.
+
Define a specific table you would like to query. You can specify up to three-part name like db.sch.tbl.
+If the object has special characters please wrap them in square brackets [ ].
+Using dbo.First.Table will try to find table named 'Table' on schema 'First' and database 'dbo'.
+The correct way to find table named 'First.Table' on schema 'dbo' is by passing dbo.[First.Table]
+Any actual usage of the ] must be escaped by duplicating the ] character.
The correct way to find a table Name] in schema Schema.Name is by passing [Schema.Name].[Name]]]
@@ -765,7 +765,7 @@ -Path
-Query
-Allows you to specify a custom query to use to return the data. If not specified, we'll try out best to figure it out.
+
Allows you to specify a custom query to use to return the data. If not specified, we'll try out best to figure it out.
Example query: "SELECT [fn], [data] FROM tempdb.dbo.files"
@@ -850,8 +850,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaCredential.html b/Export-DbaCredential.html
index 6d1a8be9..aecdf6e7 100644
--- a/Export-DbaCredential.html
+++ b/Export-DbaCredential.html
@@ -569,8 +569,8 @@ -Identity
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -767,8 +767,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaDacPackage.html b/Export-DbaDacPackage.html
index 443795d8..d219c584 100644
--- a/Export-DbaDacPackage.html
+++ b/Export-DbaDacPackage.html
@@ -546,7 +546,7 @@ Example: 4
behind the scenes. As noted the generated filename will contain the server name, database name, and the current timestamp in the "%Y%m%d%H%M%S" format.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -575,7 +575,7 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
Only SQL authentication is supported. When not specified, uses Trusted Authentication.
@@ -772,7 +772,7 @@ -DacOption
-ExtendedParameters
-Optional parameters used to extract the DACPAC. More information can be found at
+
Optional parameters used to extract the DACPAC. More information can be found at
https://msdn.microsoft.com/en-us/library/hh550080.aspx
@@ -801,7 +801,7 @@ -ExtendedParameters
-ExtendedProperties
-Optional properties used to extract the DACPAC. More information can be found at
+
Optional properties used to extract the DACPAC. More information can be found at
https://msdn.microsoft.com/en-us/library/hh550080.aspx
@@ -890,8 +890,8 @@ -Table
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaDbRole.html b/Export-DbaDbRole.html
index ca989ef6..526f85ee 100644
--- a/Export-DbaDbRole.html
+++ b/Export-DbaDbRole.html
@@ -488,7 +488,7 @@ Synopsis
Exports database roles to a T-SQL file. Export includes Role creation, object permissions and Schema ownership.
Description
Exports database roles to a T-SQL file. Export includes Role creation, object permissions and Schema ownership.
-This command is based off of John Eisbrener's post "Fully Script out a MSSQL Database Role"
+
This command is based off of John Eisbrener's post "Fully Script out a MSSQL Database Role"
Reference: https://dbaeyes.wordpress.com/2013/04/19/fully-script-out-a-mssql-database-role/
Syntax
Export-DbaDbRole
@@ -556,7 +556,7 @@ Example: 9
Exports all roles from all databases on sqlserver2008, excludes all roles marked as as FixedRole
Optional Parameters
-SqlInstance
-The target SQL Server instance or instances. SQL Server 2005 and above supported.
+
The target SQL Server instance or instances. SQL Server 2005 and above supported.
Any databases in CompatibilityLevel 80 or lower will be skipped
@@ -585,8 +585,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -811,7 +811,7 @@ -IncludeRoleMember
-Path
-Specifies the directory where the file or files will be exported.
+
Specifies the directory where the file or files will be exported.
Will default to Path.DbatoolsExport Configuration entry
@@ -840,7 +840,7 @@ -Path
-FilePath
-Specifies the full file path of the output file. If left blank then filename based on Instance name, Database name and date is created.
+
Specifies the full file path of the output file. If left blank then filename based on Instance name, Database name and date is created.
If more than one database or instance is input then this parameter should normally be blank.
@@ -1009,15 +1009,15 @@ -NoPrefix
-Encoding
-Specifies the file encoding. The default is UTF8.
-Valid values are:
--- ASCII: Uses the encoding for the ASCII (7-bit) character set.
--- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
--- Byte: Encodes a set of characters into a sequence of bytes.
--- String: Uses the encoding type for a string.
--- Unicode: Encodes in UTF-16 format using the little-endian byte order.
--- UTF7: Encodes in UTF-7 format.
--- UTF8: Encodes in UTF-8 format.
+
Specifies the file encoding. The default is UTF8.
+Valid values are:
+-- ASCII: Uses the encoding for the ASCII (7-bit) character set.
+-- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
+-- Byte: Encodes a set of characters into a sequence of bytes.
+-- String: Uses the encoding type for a string.
+-- Unicode: Encodes in UTF-16 format using the little-endian byte order.
+-- UTF7: Encodes in UTF-7 format.
+-- UTF8: Encodes in UTF-8 format.
-- Unknown: The encoding type is unknown or invalid. The data can be treated as binary.
@@ -1050,8 +1050,8 @@ -Encoding
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaDbTableData.html b/Export-DbaDbTableData.html
index 4ebdaa2f..4f13b359 100644
--- a/Export-DbaDbTableData.html
+++ b/Export-DbaDbTableData.html
@@ -523,7 +523,7 @@ Example: 3
Exports only data from 'dbo.Table1' and 'dbo.Table2' in MyDatabase to C:\temp\export.sql and uses the SQL login "sqladmin" to login to sql2016
Required Parameters
-InputObject
-Pipeline input from Get-DbaDbTable
+Pipeline input from Get-DbaDbTable
@@ -608,7 +608,7 @@ -FilePath
-Encoding
-Specifies the file encoding. The default is UTF8.
+
Specifies the file encoding. The default is UTF8.
Valid values are:
- ASCII: Uses the encoding for the ASCII (7-bit) character set.
@@ -791,8 +791,8 @@ -Append
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaDiagnosticQuery.html b/Export-DbaDiagnosticQuery.html
index 25dc912d..d395e2f1 100644
--- a/Export-DbaDiagnosticQuery.html
+++ b/Export-DbaDiagnosticQuery.html
@@ -487,8 +487,8 @@ Export-DbaDiagnosticQuery
Synopsis
Export-DbaDiagnosticQuery can convert output generated by Invoke-DbaDiagnosticQuery to CSV or Excel
Description
-The default output format of Invoke-DbaDiagnosticQuery is a custom object. It can also output to CSV and Excel.
-However, CSV output can generate a lot of files and Excel output depends on the ImportExcel module by Doug Finke (https://github.com/dfinke/ImportExcel)
+
The default output format of Invoke-DbaDiagnosticQuery is a custom object. It can also output to CSV and Excel.
+However, CSV output can generate a lot of files and Excel output depends on the ImportExcel module by Doug Finke (https://github.com/dfinke/ImportExcel)
Export-DbaDiagnosticQuery can be used to convert from the default export type to the other available export types.
Syntax
Export-DbaDiagnosticQuery
@@ -516,7 +516,7 @@ Example: 2
Converts output from Invoke-DbaDiagnosticQuery to Excel worksheet(s) in the Documents folder
Required Parameters
-InputObject
-Specifies the objects to convert
+Specifies the objects to convert
@@ -689,8 +689,8 @@ -NoQueryExport
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaExecutionPlan.html b/Export-DbaExecutionPlan.html
index 2cacb8a2..c5dd7266 100644
--- a/Export-DbaExecutionPlan.html
+++ b/Export-DbaExecutionPlan.html
@@ -488,10 +488,10 @@ Synopsis
Exports execution plans to disk.
Description
Exports execution plans to disk. Can pipe from Get-DbaExecutionPlan
-Thanks to
-https://www.simple-talk.com/sql/t-sql-programming/dmvs-for-query-plan-metadata/
-and
-http://www.scarydba.com/2017/02/13/export-plans-cache-sqlplan-file/
+
Thanks to
+https://www.simple-talk.com/sql/t-sql-programming/dmvs-for-query-plan-metadata/
+and
+http://www.scarydba.com/2017/02/13/export-plans-cache-sqlplan-file/
for the idea and query.
Syntax
Export-DbaExecutionPlan
@@ -517,7 +517,8 @@ Syntax
Export-DbaExecutionPlan
[-Database <Object[]>]
[-ExcludeDatabase <Object[]>]
- [-Path <String>] -InputObject <Object[]>
+ [-Path <String>]
+ -InputObject <Object[]>
[-EnableException]
[-WhatIf]
[-Confirm]
@@ -545,7 +546,7 @@ Example: 4
Gets all execution plans for sqlserver2014a. Then shows what would happen if the results where piped to Export-DbaExecutionPlan
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -573,7 +574,7 @@ -SqlInstance
-InputObject
-Internal parameter
+Internal parameter
@@ -602,8 +603,8 @@ -InputObject
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -772,8 +773,8 @@ -SinceLastExecution
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaInstance.html b/Export-DbaInstance.html
index bcce5300..34d92ae9 100644
--- a/Export-DbaInstance.html
+++ b/Export-DbaInstance.html
@@ -485,39 +485,39 @@ Export-DbaInstance
Want to see the Bill Of Health for this command? Check out Export-DbaInstance.
Synopsis
-Exports SQL Server ALL database restore scripts, logins, database mail profiles/accounts, credentials, SQL Agent objects, linked servers,
-Central Management Server objects, server configuration settings (sp_configure), user objects in systems databases,
+
Exports SQL Server ALL database restore scripts, logins, database mail profiles/accounts, credentials, SQL Agent objects, linked servers,
+Central Management Server objects, server configuration settings (sp_configure), user objects in systems databases,
system triggers and backup devices from one SQL Server to another.
Description
Export-DbaInstance consolidates most of the export scripts in dbatools into one command.
-This is useful when you're looking to Export entire instances. It less flexible than using the underlying functions.
+
This is useful when you're looking to Export entire instances. It less flexible than using the underlying functions.
Think of it as an easy button. Unless an -Exclude is specified, it exports:
-All database 'restore from backup' scripts. Note: if a database does not have a backup the 'restore from backup' script won't be generated.
-All logins.
-All database mail objects.
-All credentials.
-All objects within the Job Server (SQL Agent).
-All linked servers.
-All groups and servers within Central Management Server.
-All SQL Server configuration objects (everything in sp_configure).
-All user objects in system databases.
-All system triggers.
-All system backup devices.
-All Audits.
-All Endpoints.
-All Extended Events.
-All Policy Management objects.
-All Resource Governor objects.
-All Server Audit Specifications.
-All Custom Errors (User Defined Messages).
-All Server Roles.
-All Availability Groups.
+
All database 'restore from backup' scripts. Note: if a database does not have a backup the 'restore from backup' script won't be generated.
+All logins.
+All database mail objects.
+All credentials.
+All objects within the Job Server (SQL Agent).
+All linked servers.
+All groups and servers within Central Management Server.
+All SQL Server configuration objects (everything in sp_configure).
+All user objects in system databases.
+All system triggers.
+All system backup devices.
+All Audits.
+All Endpoints.
+All Extended Events.
+All Policy Management objects.
+All Resource Governor objects.
+All Server Audit Specifications.
+All Custom Errors (User Defined Messages).
+All Server Roles.
+All Availability Groups.
All OLEDB Providers.
The exported files are written to a folder with a naming convention of "machinename$instance-yyyyMMddHHmmss".
This command supports the following use cases related to the output files:
- Export files to a new timestamped folder. This is the default behavior and results in a simple historical archive within the local filesystem.
-- Export files to an existing folder and overwrite pre-existing files. This can be accomplished using the -Force parameter.
+
- Export files to an existing folder and overwrite pre-existing files. This can be accomplished using the -Force parameter.
This results in a single folder location with the latest exported files. These files can then be checked into a source control system if needed.
For more granular control, please use one of the -Exclude parameters and use the other functions available within the dbatools module.
@@ -563,7 +563,7 @@ Example: 4
include a timestamp. This supports the use case of running Export-DbaInstance on a schedule and writing to the same dir each time.
Required Parameters
-SqlInstance
-The target SQL Server instances
+The target SQL Server instances
@@ -592,8 +592,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -762,28 +762,28 @@ -IncludeDbMasterKey
-Exclude
-Exclude one or more objects to export
-Databases
-Logins
-AgentServer
-Credentials
-LinkedServers
-SpConfigure
-CentralManagementServer
-DatabaseMail
-SysDbUserObjects
-SystemTriggers
-BackupDevices
-Audits
-Endpoints
-ExtendedEvents
-PolicyManagement
-ResourceGovernor
-ServerAuditSpecifications
-CustomErrors
-ServerRoles
-AvailabilityGroups
-ReplicationSettings
+
Exclude one or more objects to export
+Databases
+Logins
+AgentServer
+Credentials
+LinkedServers
+SpConfigure
+CentralManagementServer
+DatabaseMail
+SysDbUserObjects
+SystemTriggers
+BackupDevices
+Audits
+Endpoints
+ExtendedEvents
+PolicyManagement
+ResourceGovernor
+ServerAuditSpecifications
+CustomErrors
+ServerRoles
+AvailabilityGroups
+ReplicationSettings
OleDbProvider
@@ -956,8 +956,8 @@ -Force
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaLinkedServer.html b/Export-DbaLinkedServer.html
index b73b5631..83acf2e6 100644
--- a/Export-DbaLinkedServer.html
+++ b/Export-DbaLinkedServer.html
@@ -517,7 +517,7 @@ Example: 2
Exports the linked servers, without passwords, from sql2017 to the file C:\temp\ls.sql
Required Parameters
-SqlInstance
-Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2005 or higher.
+Source SQL Server. You must have sysadmin access and server version must be SQL Server version 2005 or higher.
@@ -574,8 +574,8 @@ -LinkedServer
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -772,8 +772,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaLogin.html b/Export-DbaLogin.html
index 610e6c0c..7f4b8b03 100644
--- a/Export-DbaLogin.html
+++ b/Export-DbaLogin.html
@@ -586,8 +586,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -812,7 +812,7 @@ -ExcludePassword
-DefaultDatabase
-If this switch is enabled, all logins will be scripted with specified default database,
+
If this switch is enabled, all logins will be scripted with specified default database,
that could help to successfully import logins on server that is missing default database for login.
@@ -841,7 +841,7 @@ -DefaultDatabase
-Path
-Specifies the directory where the file or files will be exported.
+
Specifies the directory where the file or files will be exported.
Will default to Path.DbatoolsExport Configuration entry
@@ -870,7 +870,7 @@ -Path
-FilePath
-Specifies the full file path of the output file. If left blank then filename based on Instance name and date is created.
+
Specifies the full file path of the output file. If left blank then filename based on Instance name and date is created.
If more than one instance is input then this parameter should be blank.
@@ -899,15 +899,15 @@ -FilePath
-Encoding
-Specifies the file encoding. The default is UTF8.
-Valid values are:
--- ASCII: Uses the encoding for the ASCII (7-bit) character set.
--- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
--- Byte: Encodes a set of characters into a sequence of bytes.
--- String: Uses the encoding type for a string.
--- Unicode: Encodes in UTF-16 format using the little-endian byte order.
--- UTF7: Encodes in UTF-7 format.
--- UTF8: Encodes in UTF-8 format.
+
Specifies the file encoding. The default is UTF8.
+Valid values are:
+-- ASCII: Uses the encoding for the ASCII (7-bit) character set.
+-- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
+-- Byte: Encodes a set of characters into a sequence of bytes.
+-- String: Uses the encoding type for a string.
+-- Unicode: Encodes in UTF-16 format using the little-endian byte order.
+-- UTF7: Encodes in UTF-7 format.
+-- UTF8: Encodes in UTF-8 format.
-- Unknown: The encoding type is unknown or invalid. The data can be treated as binary.
@@ -1140,8 +1140,8 @@ -ObjectLevel
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaPfDataCollectorSetTemplate.html b/Export-DbaPfDataCollectorSetTemplate.html
index c96b462f..3aab6571 100644
--- a/Export-DbaPfDataCollectorSetTemplate.html
+++ b/Export-DbaPfDataCollectorSetTemplate.html
@@ -541,7 +541,7 @@ -ComputerName
-Credential
-Allows you to login to $ComputerName using alternative credentials. To use:
+
Allows you to login to $ComputerName using alternative credentials. To use:
$cred = Get-Credential, then pass $cred object to the -Credential parameter.
@@ -682,8 +682,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaRegServer.html b/Export-DbaRegServer.html
index 532d2a04..98eadc27 100644
--- a/Export-DbaRegServer.html
+++ b/Export-DbaRegServer.html
@@ -548,8 +548,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -578,7 +578,7 @@ -SqlCredential
-InputObject
-Enables piping from Get-DbaRegServer, Get-DbaRegServerGroup, CSVs and other objects.
+
Enables piping from Get-DbaRegServer, Get-DbaRegServerGroup, CSVs and other objects.
If importing from CSV or other object, a column named ServerName is required. Optional columns include Name, Description and Group.
@@ -779,8 +779,8 @@ -Overwrite
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaReplServerSetting.html b/Export-DbaReplServerSetting.html
index 25dc5057..f5ace509 100644
--- a/Export-DbaReplServerSetting.html
+++ b/Export-DbaReplServerSetting.html
@@ -489,7 +489,7 @@ Synopsis
Exports replication server settings to file.
Description
Exports replication server settings to file.
-All replication commands need SQL Server Management Studio installed and are therefore currently not supported.
+
All replication commands need SQL Server Management Studio installed and are therefore currently not supported.
Have a look at this issue to get more information: https://github.com/dataplat/dbatools/issues/7428
Syntax
Export-DbaReplServerSetting
@@ -548,8 +548,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -690,15 +690,15 @@ -InputObject
-Encoding
-Specifies the file encoding. The default is UTF8.
-Valid values are:
--- ASCII: Uses the encoding for the ASCII (7-bit) character set.
--- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
--- Byte: Encodes a set of characters into a sequence of bytes.
--- String: Uses the encoding type for a string.
--- Unicode: Encodes in UTF-16 format using the little-endian byte order.
--- UTF7: Encodes in UTF-7 format.
--- UTF8: Encodes in UTF-8 format.
+
Specifies the file encoding. The default is UTF8.
+Valid values are:
+-- ASCII: Uses the encoding for the ASCII (7-bit) character set.
+-- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
+-- Byte: Encodes a set of characters into a sequence of bytes.
+-- String: Uses the encoding type for a string.
+-- Unicode: Encodes in UTF-16 format using the little-endian byte order.
+-- UTF7: Encodes in UTF-7 format.
+-- UTF8: Encodes in UTF-8 format.
-- Unknown: The encoding type is unknown or invalid. The data can be treated as binary.
@@ -815,8 +815,8 @@ -Append
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaScript.html b/Export-DbaScript.html
index fe056b1d..79caee0c 100644
--- a/Export-DbaScript.html
+++ b/Export-DbaScript.html
@@ -561,7 +561,7 @@ Example: 7
Will append the output to the file C:\temp\export.sql if it already exists
Required Parameters
-InputObject
-A SQL Management Object such as the one returned from Get-DbaLogin
+A SQL Management Object such as the one returned from Get-DbaLogin
@@ -590,7 +590,7 @@ -InputObject
Optional Parameters
-ScriptingOptionsObject
-An SMO Scripting Object that can be used to customize the output - see New-DbaScriptingOption
+
An SMO Scripting Object that can be used to customize the output - see New-DbaScriptingOption
Options set in the ScriptingOptionsObject may override other parameter values
@@ -619,7 +619,7 @@ -ScriptingOptionsObject
-Path
-Specifies the directory where the file or files will be exported.
+
Specifies the directory where the file or files will be exported.
Will default to Path.DbatoolsExport Configuration entry
@@ -676,15 +676,15 @@ -FilePath
-Encoding
-Specifies the file encoding. The default is UTF8.
-Valid values are:
--- ASCII: Uses the encoding for the ASCII (7-bit) character set.
--- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
--- Byte: Encodes a set of characters into a sequence of bytes.
--- String: Uses the encoding type for a string.
--- Unicode: Encodes in UTF-16 format using the little-endian byte order.
--- UTF7: Encodes in UTF-7 format.
--- UTF8: Encodes in UTF-8 format.
+
Specifies the file encoding. The default is UTF8.
+Valid values are:
+-- ASCII: Uses the encoding for the ASCII (7-bit) character set.
+-- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
+-- Byte: Encodes a set of characters into a sequence of bytes.
+-- String: Uses the encoding type for a string.
+-- Unicode: Encodes in UTF-16 format using the little-endian byte order.
+-- UTF7: Encodes in UTF-7 format.
+-- UTF8: Encodes in UTF-8 format.
-- Unknown: The encoding type is unknown or invalid. The data can be treated as binary.
@@ -857,8 +857,8 @@ -Append
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaServerRole.html b/Export-DbaServerRole.html
index 2a720bb8..174b9da3 100644
--- a/Export-DbaServerRole.html
+++ b/Export-DbaServerRole.html
@@ -488,8 +488,8 @@ Synopsis
Exports server roles to a T-SQL file. Export includes Role creation, object permissions and Schema ownership.
Description
Exports Server roles to a T-SQL file. Export includes Role creation, object permissions and Role Members
-Applies mostly to SQL Server 2012 or Higher when user defined Server roles were added but can be used on earlier versions to get role members.
-This command is an extension of John Eisbrener's post "Fully Script out a MSSQL Database Role"
+
Applies mostly to SQL Server 2012 or Higher when user defined Server roles were added but can be used on earlier versions to get role members.
+This command is an extension of John Eisbrener's post "Fully Script out a MSSQL Database Role"
Reference: https://dbaeyes.wordpress.com/2013/04/19/fully-script-out-a-mssql-database-role/
Syntax
Export-DbaServerRole
@@ -578,8 +578,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -776,7 +776,7 @@ -IncludeRoleMember
-Path
-Specifies the directory where the file or files will be exported.
+
Specifies the directory where the file or files will be exported.
Will default to Path.DbatoolsExport Configuration entry
@@ -805,7 +805,7 @@ -Path
-FilePath
-Specifies the full file path of the output file. If left blank then filename based on Instance name, Database name and date is created.
+
Specifies the full file path of the output file. If left blank then filename based on Instance name, Database name and date is created.
If more than one database or instance is input then this parameter should normally be blank.
@@ -974,15 +974,15 @@ -NoPrefix
-Encoding
-Specifies the file encoding. The default is UTF8.
-Valid values are:
--- ASCII: Uses the encoding for the ASCII (7-bit) character set.
--- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
--- Byte: Encodes a set of characters into a sequence of bytes.
--- String: Uses the encoding type for a string.
--- Unicode: Encodes in UTF-16 format using the little-endian byte order.
--- UTF7: Encodes in UTF-7 format.
--- UTF8: Encodes in UTF-8 format.
+
Specifies the file encoding. The default is UTF8.
+Valid values are:
+-- ASCII: Uses the encoding for the ASCII (7-bit) character set.
+-- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
+-- Byte: Encodes a set of characters into a sequence of bytes.
+-- String: Uses the encoding type for a string.
+-- Unicode: Encodes in UTF-16 format using the little-endian byte order.
+-- UTF7: Encodes in UTF-7 format.
+-- UTF8: Encodes in UTF-8 format.
-- Unknown: The encoding type is unknown or invalid. The data can be treated as binary.
@@ -1015,8 +1015,8 @@ -Encoding
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaSpConfigure.html b/Export-DbaSpConfigure.html
index 5f23ddc3..f08a954b 100644
--- a/Export-DbaSpConfigure.html
+++ b/Export-DbaSpConfigure.html
@@ -521,8 +521,8 @@ Example: 4
C:\temp\Servername-MMDDYYYYhhmmss-configure.sql
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input.
-You must have sysadmin access if needs to set 'show advanced options' to 1 and server version must be SQL Server version 2005 or higher.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input.
+You must have sysadmin access if needs to set 'show advanced options' to 1 and server version must be SQL Server version 2005 or higher.
@@ -551,8 +551,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -637,8 +637,8 @@ -FilePath
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaSysDbUserObject.html b/Export-DbaSysDbUserObject.html
index 061b6b54..b31f0fb2 100644
--- a/Export-DbaSysDbUserObject.html
+++ b/Export-DbaSysDbUserObject.html
@@ -513,8 +513,8 @@ Example: 1
Exports any user objects that are in the system database to the default location.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
-This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances.
+This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -543,7 +543,7 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials.
+
Login to the target instance using alternative credentials.
Windows and SQL Authentication supported. Accepts credential objects (Get-Credential)
@@ -796,8 +796,8 @@ -PassThru
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaUser.html b/Export-DbaUser.html
index 45c29ce1..ef125fec 100644
--- a/Export-DbaUser.html
+++ b/Export-DbaUser.html
@@ -611,8 +611,8 @@ -InputObject
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -813,15 +813,15 @@ -FilePath
-Encoding
-Specifies the file encoding. The default is UTF8.
-Valid values are:
--- ASCII: Uses the encoding for the ASCII (7-bit) character set.
--- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
--- Byte: Encodes a set of characters into a sequence of bytes.
--- String: Uses the encoding type for a string.
--- Unicode: Encodes in UTF-16 format using the little-endian byte order.
--- UTF7: Encodes in UTF-7 format.
--- UTF8: Encodes in UTF-8 format.
+
Specifies the file encoding. The default is UTF8.
+Valid values are:
+-- ASCII: Uses the encoding for the ASCII (7-bit) character set.
+-- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
+-- Byte: Encodes a set of characters into a sequence of bytes.
+-- String: Uses the encoding type for a string.
+-- Unicode: Encodes in UTF-16 format using the little-endian byte order.
+-- UTF7: Encodes in UTF-7 format.
+-- UTF8: Encodes in UTF-8 format.
-- Unknown: The encoding type is unknown or invalid. The data can be treated as binary.
@@ -966,8 +966,8 @@ -Template
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
@@ -996,7 +996,7 @@ -EnableException
-ScriptingOptionsObject
-A Microsoft.SqlServer.Management.Smo.ScriptingOptions object with the options that you want to use to generate the t-sql script.
+
A Microsoft.SqlServer.Management.Smo.ScriptingOptions object with the options that you want to use to generate the t-sql script.
You can use the New-DbaScriptingOption to generate it.
diff --git a/Export-DbaXECsv.html b/Export-DbaXECsv.html
index 7a66a663..d64bb464 100644
--- a/Export-DbaXECsv.html
+++ b/Export-DbaXECsv.html
@@ -510,7 +510,7 @@ Example: 2
Writes Extended Events data to the file "C:\temp\events.csv".
Required Parameters
-InputObject
-Allows Piping
+Allows Piping
@@ -595,8 +595,8 @@ -FilePath
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaXESession.html b/Export-DbaXESession.html
index edaec37c..6590b8fd 100644
--- a/Export-DbaXESession.html
+++ b/Export-DbaXESession.html
@@ -545,7 +545,7 @@ Example: 6
Will include prefix information containing creator and datetime. and uses the default value for BatchSeparator value from configuration Formatting.BatchSeparator
Optional Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input.
+
The target SQL Server instance or instances. This can be a collection and receive pipeline input.
Server version must be SQL Server version 2008 or higher.
@@ -574,8 +574,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -688,7 +688,7 @@ -Path
-FilePath
-Specifies the full file path of the output file.
+
Specifies the full file path of the output file.
If FilePath is specified and more than one Server is in input then -Append parameter is required to avoid overwriting data
@@ -717,15 +717,15 @@ -FilePath
-Encoding
-Specifies the file encoding. The default is UTF8.
-Valid values are:
--- ASCII: Uses the encoding for the ASCII (7-bit) character set.
--- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
--- Byte: Encodes a set of characters into a sequence of bytes.
--- String: Uses the encoding type for a string.
--- Unicode: Encodes in UTF-16 format using the little-endian byte order.
--- UTF7: Encodes in UTF-7 format.
--- UTF8: Encodes in UTF-8 format.
+
Specifies the file encoding. The default is UTF8.
+Valid values are:
+-- ASCII: Uses the encoding for the ASCII (7-bit) character set.
+-- BigEndianUnicode: Encodes in UTF-16 format using the big-endian byte order.
+-- Byte: Encodes a set of characters into a sequence of bytes.
+-- String: Uses the encoding type for a string.
+-- Unicode: Encodes in UTF-16 format using the little-endian byte order.
+-- UTF7: Encodes in UTF-7 format.
+-- UTF8: Encodes in UTF-8 format.
-- Unknown: The encoding type is unknown or invalid. The data can be treated as binary.
@@ -898,8 +898,8 @@ -Append
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbaXESessionTemplate.html b/Export-DbaXESessionTemplate.html
index dca31038..b673d57f 100644
--- a/Export-DbaXESessionTemplate.html
+++ b/Export-DbaXESessionTemplate.html
@@ -541,8 +541,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -683,8 +683,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Export-DbatoolsConfig.html b/Export-DbatoolsConfig.html
index cb417a0b..61bc36c4 100644
--- a/Export-DbatoolsConfig.html
+++ b/Export-DbatoolsConfig.html
@@ -529,7 +529,7 @@ Example: 2
Exports all settings of the module 'message' that are no longer the original default values to json.
Required Parameters
-FullName
-Select the configuration objects to export by filtering by their full name.
+Select the configuration objects to export by filtering by their full name.
@@ -557,7 +557,7 @@ -FullName
-Module
-Select the configuration objects to export by filtering by their module name.
+Select the configuration objects to export by filtering by their module name.
@@ -585,8 +585,8 @@ -Module
-Config
-The configuration object(s) to export.
-Returned by Get-DbatoolsConfig.
+The configuration object(s) to export.
+Returned by Get-DbatoolsConfig.
@@ -614,8 +614,8 @@ -Config
-ModuleName
-Exports all configuration pertinent to a module to a predefined path.
-Exported configuration items include all settings marked as 'ModuleExport' that have been changed from the default value.
+Exports all configuration pertinent to a module to a predefined path.
+Exported configuration items include all settings marked as 'ModuleExport' that have been changed from the default value.
@@ -643,8 +643,8 @@ -ModuleName
-OutPath
-The path (filename included) to export to.
-Will fail if the folder does not exist, will overwrite the file if it exists.
+The path (filename included) to export to.
+Will fail if the folder does not exist, will overwrite the file if it exists.
@@ -729,8 +729,8 @@ -ModuleVersion
-Scope
-Which predefined path to write module specific settings to.
-Only file scopes are considered.
+
Which predefined path to write module specific settings to.
+Only file scopes are considered.
By default it writes to the suer profile.
@@ -759,7 +759,7 @@ -Scope
-SkipUnchanged
-If set, configuration objects whose value was not changed from its original value will not be exported.
+
If set, configuration objects whose value was not changed from its original value will not be exported.
(Note: Settings that were updated with the same value as the original default will still be considered changed)
@@ -788,7 +788,7 @@ -SkipUnchanged
-EnableException
-This parameters disables user-friendly warnings and enables the throwing of exceptions.
+
This parameters disables user-friendly warnings and enables the throwing of exceptions.
This is less user friendly, but allows catching exceptions in calling scripts.
diff --git a/Find-DbaAgentJob.html b/Find-DbaAgentJob.html
index ac0997e4..01771119 100644
--- a/Find-DbaAgentJob.html
+++ b/Find-DbaAgentJob.html
@@ -553,7 +553,7 @@ Example: 10
Returns all agent job(s) wiht backup in the name, that don't have a schedule on 'SQL2017N5','SQL2019N5','SQL2019N20','SQL2019N21','SQL2019N22'
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+The target SQL Server instance or instances. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -582,8 +582,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -612,7 +612,7 @@ -SqlCredential
-JobName
-Filter agent jobs to only the name(s) you list.
+
Filter agent jobs to only the name(s) you list.
Supports regular expression (e.g. MyJob*) being passed in.
@@ -669,7 +669,7 @@ -ExcludeJobName
-StepName
-Filter based on StepName.
+
Filter based on StepName.
Supports regular expression (e.g. MyJob*) being passed in.
@@ -922,8 +922,8 @@ -Since
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaBackup.html b/Find-DbaBackup.html
index 5a2dec9f..c6c06d28 100644
--- a/Find-DbaBackup.html
+++ b/Find-DbaBackup.html
@@ -517,7 +517,7 @@ Example: 3
Searches for all bak files in \SQL2014\Backup\ and all subdirectories that are more than 24 hours old and deletes only those files with verbose message.
Required Parameters
-Path
-Specifies the name of the base level folder to search for backup files.
+Specifies the name of the base level folder to search for backup files.
@@ -545,7 +545,7 @@ -Path
-BackupFileExtension
-Specifies the filename extension of the backup files you wish to find (typically 'bak', 'trn' or 'log'). Do not include the period.
+Specifies the filename extension of the backup files you wish to find (typically 'bak', 'trn' or 'log'). Do not include the period.
@@ -575,16 +575,16 @@ -BackupFileExtension
-RetentionPeriod
Specifies the retention period for backup files. Correct format is ##U.
is the retention value and must be an integer value
-U signifies the units where the valid units are:
-h = hours
-d = days
-w = weeks
-m = months
-Formatting Examples:
-'48h' = 48 hours
-'7d' = 7 days
-'4w' = 4 weeks
-'1m' = 1 month
+U signifies the units where the valid units are:
+h = hours
+d = days
+w = weeks
+m = months
+Formatting Examples:
+'48h' = 48 hours
+'7d' = 7 days
+'4w' = 4 weeks
+'1m' = 1 month
@@ -613,7 +613,7 @@ is the retention va
Optional Parameters
-CheckArchiveBit
-If this switch is enabled, the filesystem Archive bit is checked.
+
If this switch is enabled, the filesystem Archive bit is checked.
If this bit is set (which translates to "it has not been backed up to another location yet"), the file won't be included.
@@ -642,8 +642,8 @@ -CheckArchiveBit
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaCommand.html b/Find-DbaCommand.html
index fe4ead79..aa513a0b 100644
--- a/Find-DbaCommand.html
+++ b/Find-DbaCommand.html
@@ -703,8 +703,8 @@ -Rebuild
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaDatabase.html b/Find-DbaDatabase.html
index 0f3291c7..798f05c6 100644
--- a/Find-DbaDatabase.html
+++ b/Find-DbaDatabase.html
@@ -517,7 +517,7 @@ Example: 3
Returns all database from the SqlInstances that have the same Service Broker GUID with a detailed output
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -545,7 +545,7 @@ -SqlInstance
-Pattern
-Value that is searched for. This is a regular expression match but you can just use a plain ol string like 'dbareports'
+Value that is searched for. This is a regular expression match but you can just use a plain ol string like 'dbareports'
@@ -574,8 +574,8 @@ -Pattern
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -664,8 +664,8 @@ -Exact
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaDbDisabledIndex.html b/Find-DbaDbDisabledIndex.html
index c1328d03..6d8357a4 100644
--- a/Find-DbaDbDisabledIndex.html
+++ b/Find-DbaDbDisabledIndex.html
@@ -523,7 +523,7 @@ Example: 4
Generates the SQL statements to drop selected indexes on all user databases.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -552,8 +552,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -694,8 +694,8 @@ -Append
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaDbDuplicateIndex.html b/Find-DbaDbDuplicateIndex.html
index 8eccfe87..e7eebc59 100644
--- a/Find-DbaDbDuplicateIndex.html
+++ b/Find-DbaDbDuplicateIndex.html
@@ -490,16 +490,16 @@ Description
This command will help you to find duplicate and overlapping indexes on a database or a list of databases.
On SQL Server 2008 and higher, the IsFiltered property will also be checked
Only supports CLUSTERED and NONCLUSTERED indexes.
-Output:
-TableName
-IndexName
-KeyColumns
-IncludedColumns
-IndexSizeMB
-IndexType
-CompressionDescription (When 2008+)
-[RowCount]
-IsDisabled
+
Output:
+TableName
+IndexName
+KeyColumns
+IncludedColumns
+IndexSizeMB
+IndexType
+CompressionDescription (When 2008+)
+[RowCount]
+IsDisabled
IsFiltered (When 2008+)
Syntax
Find-DbaDbDuplicateIndex
@@ -532,7 +532,7 @@ Example: 4
Finds both duplicate and overlapping indexes on all user databases.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -561,8 +561,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -619,7 +619,7 @@ -Database
-IncludeOverlapping
-If this switch is enabled, indexes which are partially duplicated will be returned.
+
If this switch is enabled, indexes which are partially duplicated will be returned.
Example: If the first key column is the same between two indexes, but one has included columns and the other not, this will be shown.
@@ -648,8 +648,8 @@ -IncludeOverlapping
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaDbGrowthEvent.html b/Find-DbaDbGrowthEvent.html
index 85e06183..a5689fa4 100644
--- a/Find-DbaDbGrowthEvent.html
+++ b/Find-DbaDbGrowthEvent.html
@@ -488,10 +488,10 @@ Synopsis
Finds any database AutoGrow events in the Default Trace.
Description
Finds any database AutoGrow events in the Default Trace.
-The following events are included:
-92 - Data File Auto Grow
-93 - Log File Auto Grow
-94 - Data File Auto Shrink
+
The following events are included:
+92 - Data File Auto Grow
+93 - Log File Auto Grow
+94 - Data File Auto Shrink
95 - Log File Auto Shrink
Syntax
Find-DbaDbGrowthEvent
@@ -535,7 +535,7 @@ Example: 6
Returns any database Auto Growth events on data files in the Default Trace for every database on the ServerA\SQL2016 instance.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -564,8 +564,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -650,7 +650,7 @@ -ExcludeDatabase
-EventType
-Provide a filter on growth event type to filter the results.
+
Provide a filter on growth event type to filter the results.
Allowed values: Growth, Shrink
@@ -683,7 +683,7 @@ -EventType
-FileType
-Provide a filter on file type to filter the results.
+
Provide a filter on file type to filter the results.
Allowed values: Data, Log
@@ -744,8 +744,8 @@ -UseLocalTime
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaDbUnusedIndex.html b/Find-DbaDbUnusedIndex.html
index b01eaa3a..afae0a76 100644
--- a/Find-DbaDbUnusedIndex.html
+++ b/Find-DbaDbUnusedIndex.html
@@ -554,8 +554,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -640,7 +640,7 @@ -ExcludeDatabase
-IgnoreUptime
-Less than 7 days uptime can mean that analysis of unused indexes is unreliable, and normally no results will be returned. By setting this option results will be returned even if the Instance has been
+
Less than 7 days uptime can mean that analysis of unused indexes is unreliable, and normally no results will be returned. By setting this option results will be returned even if the Instance has been
running for less than 7 days.
@@ -669,11 +669,11 @@ -IgnoreUptime
-Seeks
-Specify a custom threshold for user seeks. The default for this parameter is 1.
-The valid values are between 1 and 1000000 to provide flexibility on the definition of 'unused' indexes.
-Note: The resulting WHERE clause uses the AND operator:
-user_seeks < $Seeks
-AND user_scans < $Scans
+
Specify a custom threshold for user seeks. The default for this parameter is 1.
+The valid values are between 1 and 1000000 to provide flexibility on the definition of 'unused' indexes.
+Note: The resulting WHERE clause uses the AND operator:
+user_seeks < $Seeks
+AND user_scans < $Scans
AND user_lookups < $Lookups
@@ -702,11 +702,11 @@ -Seeks
-Scans
-Specify a custom threshold for user scans. The default for this parameter is 1.
-The valid values are between 1 and 1000000 to provide flexibility on the definition of 'unused' indexes.
-Note: The resulting WHERE clause uses the AND operator:
-user_seeks < $Seeks
-AND user_scans < $Scans
+
Specify a custom threshold for user scans. The default for this parameter is 1.
+The valid values are between 1 and 1000000 to provide flexibility on the definition of 'unused' indexes.
+Note: The resulting WHERE clause uses the AND operator:
+user_seeks < $Seeks
+AND user_scans < $Scans
AND user_lookups < $Lookups
@@ -735,11 +735,11 @@ -Scans
-Lookups
-Specify a custom threshold for user lookups. The default for this parameter is 1.
-The valid values are between 1 and 1000000 to provide flexibility on the definition of 'unused' indexes.
-Note: The resulting WHERE clause uses the AND operator:
-user_seeks < $Seeks
-AND user_scans < $Scans
+
Specify a custom threshold for user lookups. The default for this parameter is 1.
+The valid values are between 1 and 1000000 to provide flexibility on the definition of 'unused' indexes.
+Note: The resulting WHERE clause uses the AND operator:
+user_seeks < $Seeks
+AND user_scans < $Scans
AND user_lookups < $Lookups
@@ -796,8 +796,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaInstance.html b/Find-DbaInstance.html
index 61a0fc19..da2d1a36 100644
--- a/Find-DbaInstance.html
+++ b/Find-DbaInstance.html
@@ -493,21 +493,21 @@ Description
Discovery
Scan
-Discovery:
-This is where it compiles a list of computers / addresses to check.
+
Discovery:
+This is where it compiles a list of computers / addresses to check.
It supports several methods of generating such lists (including Active Directory lookup or IP Ranges), but also supports specifying a list of computers to check.
- For details on discovery, see the documentation on the '-DiscoveryType' parameter
- For details on explicitly providing a list, see the documentation on the '-ComputerName' parameter
-Scan:
-Once a list of computers has been provided, this command will execute a variety of actions to determine any instances present for each of them.
-This is described in more detail in the documentation on the '-ScanType' parameter.
+
Scan:
+Once a list of computers has been provided, this command will execute a variety of actions to determine any instances present for each of them.
+This is described in more detail in the documentation on the '-ScanType' parameter.
Additional parameters allow more granular control over individual scans (e.g. Credentials to use).
-Note on logging and auditing:
-The Discovery phase is un-problematic since it is non-intrusive, however during the scan phase, all targeted computers may be accessed repeatedly.
-This may cause issues with security teams, due to many logon events and possibly failed authentication.
-This action constitutes a network scan, which may be illegal depending on the nation you are in and whether you own the network you scan.
+
Note on logging and auditing:
+The Discovery phase is un-problematic since it is non-intrusive, however during the scan phase, all targeted computers may be accessed repeatedly.
+This may cause issues with security teams, due to many logon events and possibly failed authentication.
+This action constitutes a network scan, which may be illegal depending on the nation you are in and whether you own the network you scan.
If you are unsure whether you may use this command in your environment, check the detailed description on the '-ScanType' parameter and contact your IT security team for advice.
Syntax
Find-DbaInstance
@@ -598,8 +598,8 @@ Example: 6
Using this method regularly is not recommended. Use Get-DbaService or Get-DbaRegServer instead.
Required Parameters
-ComputerName
-The computer to scan. Can be a variety of input types, including text or the output of Get-ADComputer.
-Any extra instance information (such as connection strings or live sql server connections) beyond the computername will be discarded.
+The computer to scan. Can be a variety of input types, including text or the output of Get-ADComputer.
+Any extra instance information (such as connection strings or live sql server connections) beyond the computername will be discarded.
@@ -627,7 +627,7 @@ -ComputerName
-DiscoveryType
-The mechanisms to be used to discover instances.
+
The mechanisms to be used to discover instances.
Supports any combination of:
- Service Principal Name lookup ('DomainSPN'; from Active Directory)
@@ -638,28 +638,28 @@ -DiscoveryType
SPN Lookup
-The function tries to connect active directory to look up all computers with registered SQL Instances.
-Not all instances need to be registered properly, making this not 100% reliable.
-By default, your nearest Domain Controller is contacted for this scan.
-However it is possible to explicitly state the DC to contact using its DistinguishedName and the '-DomainController' parameter.
+
The function tries to connect active directory to look up all computers with registered SQL Instances.
+Not all instances need to be registered properly, making this not 100% reliable.
+By default, your nearest Domain Controller is contacted for this scan.
+However it is possible to explicitly state the DC to contact using its DistinguishedName and the '-DomainController' parameter.
If credentials were specified using the '-Credential' parameter, those same credentials are used to perform this lookup, allowing the scan of other domains.
SQL Instance Enumeration
-This uses the default UDP Broadcast based instance enumeration used by SSMS to detect instances.
-Note that the result from this is not used in the actual scan, but only to compile a list of computers to scan.
+
This uses the default UDP Broadcast based instance enumeration used by SSMS to detect instances.
+Note that the result from this is not used in the actual scan, but only to compile a list of computers to scan.
To enable the same results for the scan, ensure that the 'Browser' scan is enabled.
IP Address range:
-This 'Discovery' uses a range of IPAddresses and simply passes them on to be tested.
-See the 'Description' part of help on security issues of network scanning.
-By default, it will enumerate all ethernet network adapters on the local computer and scan the entire subnet they are on.
+
This 'Discovery' uses a range of IPAddresses and simply passes them on to be tested.
+See the 'Description' part of help on security issues of network scanning.
+By default, it will enumerate all ethernet network adapters on the local computer and scan the entire subnet they are on.
By using the '-IpAddress' parameter, custom network ranges can be specified.
Domain Server:
-This will discover every single computer in Active Directory that is a Windows Server and enabled.
-By default, your nearest Domain Controller is contacted for this scan.
-However it is possible to explicitly state the DC to contact using its DistinguishedName and the '-DomainController' parameter.
-If credentials were specified using the '-Credential' parameter, those same credentials are used to perform this lookup, allowing the scan of other domains.
+This will discover every single computer in Active Directory that is a Windows Server and enabled.
+By default, your nearest Domain Controller is contacted for this scan.
+However it is possible to explicitly state the DC to contact using its DistinguishedName and the '-DomainController' parameter.
+If credentials were specified using the '-Credential' parameter, those same credentials are used to perform this lookup, allowing the scan of other domains.
@@ -690,7 +690,7 @@ -DiscoveryType
Optional Parameters
-Credential
-The credentials to use on windows network connection.
+
The credentials to use on windows network connection.
These credentials are used for:
- Contact to domain controllers for SPN lookups (only if explicit Domain Controller is specified)
@@ -723,7 +723,7 @@ -Credential
-SqlCredential
-The credentials used to connect to SqlInstances to during the scan phase.
+
The credentials used to connect to SqlInstances to during the scan phase.
See the '-ScanType' parameter documentation on affected scans.
@@ -752,9 +752,9 @@ -SqlCredential
-ScanType
-The scans are the individual methods used to retrieve information about the scanned computer and any potentially installed instances.
-This parameter is optional, by default all scans except for establishing an actual SQL connection are performed.
-Scans can be specified in any arbitrary combination, however at least one instance detecting scan needs to be specified in order for data to be returned.
+
The scans are the individual methods used to retrieve information about the scanned computer and any potentially installed instances.
+This parameter is optional, by default all scans except for establishing an actual SQL connection are performed.
+Scans can be specified in any arbitrary combination, however at least one instance detecting scan needs to be specified in order for data to be returned.
Scans:
- Browser
@@ -844,13 +844,13 @@
-ScanType
-IpAddress
-This parameter can be used to override the defaults for the IPRange discovery.
+
This parameter can be used to override the defaults for the IPRange discovery.
This parameter accepts a list of strings supporting any combination of:
- Plain IP Addresses (e.g.: "10.1.1.1")
- IP Address Ranges (e.g.: "10.1.1.1-10.1.1.5")
- IP Address & Subnet Mask (e.g.: "10.1.1.1/255.255.255.0")
-- IP Address & Subnet Length: (e.g.: "10.1.1.1/24)
+
- IP Address & Subnet Length: (e.g.: "10.1.1.1/24)
Overlapping addresses will not result in duplicate scans.
@@ -880,7 +880,7 @@ -IpAddress
-DomainController
-The domain controller to contact for SPN lookups / searches.
+
The domain controller to contact for SPN lookups / searches.
Uses the credentials from the '-Credential' parameter if specified.
@@ -909,7 +909,7 @@ -DomainController
-TCPPort
-The ports to scan in the TCP Port Scan method.
+
The ports to scan in the TCP Port Scan method.
Defaults to 1433.
@@ -938,9 +938,9 @@ -TCPPort
-MinimumConfidence
-This command tries to discover instances, which isn't always a sure thing.
-Depending on the number and type of scans completed, we have different levels of confidence in our results.
-By default, we will return anything that we have at least a low confidence of being an instance.
+
This command tries to discover instances, which isn't always a sure thing.
+Depending on the number and type of scans completed, we have different levels of confidence in our results.
+By default, we will return anything that we have at least a low confidence of being an instance.
These are the confidence levels we support and how they are determined:
- High: Established SQL Connection (including rejection for bad credentials) or service scan.
@@ -975,8 +975,8 @@ -MinimumConfidence
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaLoginInGroup.html b/Find-DbaLoginInGroup.html
index 36b475d6..55145872 100644
--- a/Find-DbaLoginInGroup.html
+++ b/Find-DbaLoginInGroup.html
@@ -514,7 +514,7 @@ Example: 3
Returns all active directory users within all windows AD groups that have logins on the instance whose login contains "stephen"
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input.
@@ -599,8 +599,8 @@ -Login
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaOrphanedFile.html b/Find-DbaOrphanedFile.html
index a45df473..79056072 100644
--- a/Find-DbaOrphanedFile.html
+++ b/Find-DbaOrphanedFile.html
@@ -543,7 +543,7 @@ Example: 7
Finds the orphaned ending with ".fsf" and ".mld" in addition to the default filetypes ".mdf", ".ldf", ".ndf" for both the servers sql2014 and sql2016.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
+The target SQL Server instance or instances. You must have sysadmin access and server version must be SQL Server version 2000 or higher.
@@ -572,8 +572,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -714,8 +714,8 @@ -RemoteOnly
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaSimilarTable.html b/Find-DbaSimilarTable.html
index af8173ab..a7b177da 100644
--- a/Find-DbaSimilarTable.html
+++ b/Find-DbaSimilarTable.html
@@ -487,8 +487,8 @@ Find-DbaSimilarTable
Synopsis
Returns all tables/views that are similar in structure by comparing the column names of matching and matched tables/views
Description
-This function can either run against specific databases or all databases searching all/specific tables and views including in system databases.
-Typically one would use this to find for example archive version(s) of a table whose structures are similar.
+
This function can either run against specific databases or all databases searching all/specific tables and views including in system databases.
+Typically one would use this to find for example archive version(s) of a table whose structures are similar.
This can also be used to find tables/views that are very similar to a given table/view structure to see where a table/view might be used.
More information can be found here: https://sqljana.wordpress.com/2017/03/31/sql-server-find-tables-with-similar-table-structure/
Syntax
@@ -531,7 +531,7 @@ Example: 5
Searches AdventureWorks database and lists all tables/views with its corresponding matching tables/views with match percent greater than or equal to 60
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input
+The target SQL Server instance or instances. This can be a collection and receive pipeline input
@@ -560,8 +560,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -646,7 +646,7 @@ -ExcludeDatabase
-SchemaName
-If you are looking in a specific schema whose table structures is to be used as reference structure, provide the name of the schema.
+
If you are looking in a specific schema whose table structures is to be used as reference structure, provide the name of the schema.
If no schema is provided, looks at all schemas
@@ -675,8 +675,8 @@ -SchemaName
-TableName
-If you are looking in a specific table whose structure is to be used as reference structure, provide the name of the table.
-If no table is provided, looks at all tables
+
If you are looking in a specific table whose structure is to be used as reference structure, provide the name of the table.
+If no table is provided, looks at all tables
If the table name exists in multiple schemas, all of them would qualify
@@ -705,7 +705,7 @@ -TableName
-ExcludeViews
-By default, views are included. You can exclude them by setting this switch to $false
+
By default, views are included. You can exclude them by setting this switch to $false
This excludes views in both matching and matched list
@@ -762,7 +762,7 @@ -IncludeSystemDatabases
-MatchPercentThreshold
-The minimum percentage of column names that should match between the matching and matched objects.
+
The minimum percentage of column names that should match between the matching and matched objects.
Entries with no matches are eliminated
@@ -791,8 +791,8 @@ -MatchPercentThreshold
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaStoredProcedure.html b/Find-DbaStoredProcedure.html
index 9d947548..f352953e 100644
--- a/Find-DbaStoredProcedure.html
+++ b/Find-DbaStoredProcedure.html
@@ -522,7 +522,7 @@ Example: 4
Searches in "mydb" database stored procedures for "runtime" in the text body
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input
+The target SQL Server instance or instances. This can be a collection and receive pipeline input
@@ -550,7 +550,7 @@ -SqlInstance
-Pattern
-String pattern that you want to search for in the stored procedure text body
+String pattern that you want to search for in the stored procedure text body
@@ -579,8 +579,8 @@ -Pattern
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -665,7 +665,7 @@ -ExcludeDatabase
-IncludeSystemObjects
-By default, system stored procedures are ignored but you can include them within the search using this parameter.
+
By default, system stored procedures are ignored but you can include them within the search using this parameter.
Warning - this will likely make it super slow if you run it on all databases.
@@ -722,8 +722,8 @@ -IncludeSystemDatabases
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaTrigger.html b/Find-DbaTrigger.html
index b83027dd..45bc6d25 100644
--- a/Find-DbaTrigger.html
+++ b/Find-DbaTrigger.html
@@ -487,7 +487,7 @@ Find-DbaTrigger
Synopsis
Returns all triggers that contain a specific case-insensitive string or regex pattern.
Description
-This function search on Instance, Database and Object level.
+
This function search on Instance, Database and Object level.
If you specify one or more databases, search on Server level will not be preformed.
Syntax
Find-DbaTrigger
@@ -524,7 +524,7 @@ Example: 4
Searches in "mydb" database triggers for "runtime" in the text body
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input
+The target SQL Server instance or instances. This can be a collection and receive pipeline input
@@ -552,7 +552,7 @@ -SqlInstance
-Pattern
-String pattern that you want to search for in the trigger text body
+String pattern that you want to search for in the trigger text body
@@ -581,8 +581,8 @@ -Pattern
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -699,7 +699,7 @@ -TriggerLevel
-IncludeSystemObjects
-By default, system triggers are ignored but you can include them within the search using this parameter.
+
By default, system triggers are ignored but you can include them within the search using this parameter.
Warning - this will likely make it super slow if you run it on all databases.
@@ -756,8 +756,8 @@ -IncludeSystemDatabases
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaUserObject.html b/Find-DbaUserObject.html
index bf7b8b20..a3b08fe5 100644
--- a/Find-DbaUserObject.html
+++ b/Find-DbaUserObject.html
@@ -487,17 +487,17 @@ Find-DbaUserObject
Synopsis
Searches SQL Server to find user-owned objects (i.e. not dbo or sa) or for any object owned by a specific user specified by the Pattern parameter.
Description
-Looks at the below list of objects to see if they are either owned by a user or a specific user (using the parameter -Pattern)
-Database Owner
-Agent Job Owner
-Used in Credential
-USed in Proxy
-SQL Agent Steps using a Proxy
-Endpoints
-Server Roles
-Database Schemas
-Database Roles
-Database Assembles
+
Looks at the below list of objects to see if they are either owned by a user or a specific user (using the parameter -Pattern)
+Database Owner
+Agent Job Owner
+Used in Credential
+USed in Proxy
+SQL Agent Steps using a Proxy
+Endpoints
+Server Roles
+Database Schemas
+Database Roles
+Database Assembles
Database Synonyms
Syntax
Find-DbaUserObject
@@ -521,7 +521,7 @@ Example: 2
Shows all user owned (non-sa, non-dbo) objects and verbose output
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input
+The target SQL Server instance or instances. This can be a collection and receive pipeline input
@@ -550,8 +550,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -608,8 +608,8 @@ -Pattern
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Find-DbaView.html b/Find-DbaView.html
index 5088c323..31a1e825 100644
--- a/Find-DbaView.html
+++ b/Find-DbaView.html
@@ -522,7 +522,7 @@ Example: 4
Searches in "mydb" database views for "runtime" in the text body
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input
+The target SQL Server instance or instances. This can be a collection and receive pipeline input
@@ -550,7 +550,7 @@ -SqlInstance
-Pattern
-String pattern that you want to search for in the view text body
+String pattern that you want to search for in the view text body
@@ -579,8 +579,8 @@ -Pattern
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -665,7 +665,7 @@ -ExcludeDatabase
-IncludeSystemObjects
-By default, system views are ignored but you can include them within the search using this parameter.
+
By default, system views are ignored but you can include them within the search using this parameter.
Warning - this will likely make it super slow if you run it on all databases.
@@ -722,8 +722,8 @@ -IncludeSystemDatabases
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Format-DbaBackupInformation.html b/Format-DbaBackupInformation.html
index 69290b8b..d1c22534 100644
--- a/Format-DbaBackupInformation.html
+++ b/Format-DbaBackupInformation.html
@@ -487,7 +487,7 @@ Format-DbaBackupInformation
Synopsis
Transforms the data in a dbatools BackupHistory object for a restore
Description
-Performs various mapping on Backup History, ready restoring
+
Performs various mapping on Backup History, ready restoring
Options include changing restore paths, backup paths, database name and many others
Syntax
Format-DbaBackupInformation
@@ -531,7 +531,7 @@ Example: 4
This example changes the location that SQL Server will look for the backups. This is useful if you've moved the backups to a different location
Required Parameters
-BackupHistory
-A dbatools backupHistory object, normally this will have been created using Select-DbaBackupInformation
+A dbatools backupHistory object, normally this will have been created using Select-DbaBackupInformation
@@ -560,9 +560,9 @@ -BackupHistory
Optional Parameters
-ReplaceDatabaseName
-If a single value is provided, this will be replaced do all occurrences a database name
-If a Hashtable is passed in, each database name mention will be replaced as specified. If a database's name does not appear it will not be replace
-DatabaseName will also be replaced where it occurs in the file paths of data and log files.
+
If a single value is provided, this will be replaced do all occurrences a database name
+If a Hashtable is passed in, each database name mention will be replaced as specified. If a database's name does not appear it will not be replace
+DatabaseName will also be replaced where it occurs in the file paths of data and log files.
Please note, that this won't change the Logical Names of data files, that has to be done with a separate Alter DB call
@@ -843,10 +843,10 @@ -Continue
-FileMapping
-A hashtable that can be used to move specific files to a location.
-$FileMapping = @{'DataFile1'='c:\restoredfiles\Datafile1.mdf';'DataFile3'='d:\DataFile3.mdf'}
-And files not specified in the mapping will be restored to their original location
-This Parameter is exclusive with DestinationDataDirectory
+
A hashtable that can be used to move specific files to a location.
+$FileMapping = @{'DataFile1'='c:\restoredfiles\Datafile1.mdf';'DataFile3'='d:\DataFile3.mdf'}
+And files not specified in the mapping will be restored to their original location
+This Parameter is exclusive with DestinationDataDirectory
If specified, this will override any other file renaming/relocation options.
@@ -903,8 +903,8 @@ -PathSep
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgBackupHistory.html b/Get-DbaAgBackupHistory.html
index b4a90c5f..dded76d9 100644
--- a/Get-DbaAgBackupHistory.html
+++ b/Get-DbaAgBackupHistory.html
@@ -488,12 +488,13 @@ Synopsis
Returns backup history details for databases on a SQL Server Availability Group.
Description
Returns backup history details for some or all databases on a SQL Server Availability Group.
-You can even get detailed information (including file path) for latest full, differential and log files.
+
You can even get detailed information (including file path) for latest full, differential and log files.
For detailed examples of the various parameters see the documentation of Get-DbaDbBackupHistory.
Reference: http://www.sqlhub.com/2011/07/find-your-backup-history-in-sql-server.html
Syntax
Get-DbaAgBackupHistory -SqlInstance <DbaInstanceParameter[]>
- [-SqlCredential <PSCredential>] -AvailabilityGroup <String>
+ [-SqlCredential <PSCredential>]
+ -AvailabilityGroup <String>
[-Database <String[]>]
[-ExcludeDatabase <String[]>]
[-IncludeCopyOnly]
@@ -513,7 +514,8 @@ Syntax
[<CommonParameters>]
Get-DbaAgBackupHistory -SqlInstance <DbaInstanceParameter[]>
- [-SqlCredential <PSCredential>] -AvailabilityGroup <String>
+ [-SqlCredential <PSCredential>]
+ -AvailabilityGroup <String>
[-Database <String[]>]
[-ExcludeDatabase <String[]>]
[-IncludeCopyOnly]
@@ -564,9 +566,9 @@ Example: 5
Returns information for all database backups on all replicas for all availability groups on SQL instance MyServer.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
-If you pass in one availability group listener, all replicas are automatically determined and queried.
-If you pass in a list of individual replicas, they will be queried. This enables you to use custom ports for the replicas.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+If you pass in one availability group listener, all replicas are automatically determined and queried.
+If you pass in a list of individual replicas, they will be queried. This enables you to use custom ports for the replicas.
@@ -594,7 +596,7 @@ -SqlInstance
-AvailabilityGroup
-Specify the availability group to process.
+Specify the availability group to process.
@@ -623,7 +625,7 @@ -AvailabilityGroup
Optional Parameters
-SqlCredential
-Credential object used to connect to the SQL Server instance as a different user. This can be a Windows or SQL Server account. Windows users are determined by the existence of a backslash, so if you
+
Credential object used to connect to the SQL Server instance as a different user. This can be a Windows or SQL Server account. Windows users are determined by the existence of a backslash, so if you
are intending to use an alternative Windows connection instead of a SQL login, ensure it contains a backslash.
@@ -932,7 +934,7 @@ -LastLog
-DeviceType
-Specifies a filter for backup sets based on DeviceType. Valid options are 'Disk','Permanent Disk Device', 'Tape', 'Permanent Tape Device','Pipe','Permanent Pipe Device','Virtual Device','URL', in
+
Specifies a filter for backup sets based on DeviceType. Valid options are 'Disk','Permanent Disk Device', 'Tape', 'Permanent Tape Device','Pipe','Permanent Pipe Device','Virtual Device','URL', in
addition to custom integers for your own DeviceType.
@@ -1045,7 +1047,7 @@ -IncludeMirror
-Type
-Specifies one or more types of backups to return. Valid options are 'Full', 'Log', 'Differential', 'File', 'Differential File', 'Partial Full', and 'Partial Differential'. Otherwise, all types of
+
Specifies one or more types of backups to return. Valid options are 'Full', 'Log', 'Differential', 'File', 'Differential File', 'Partial Full', and 'Partial Differential'. Otherwise, all types of
backups will be returned unless one of the -Last* switches is enabled.
@@ -1110,8 +1112,8 @@ -LsnSort
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgDatabase.html b/Get-DbaAgDatabase.html
index 0bec3e54..c758f0ec 100644
--- a/Get-DbaAgDatabase.html
+++ b/Get-DbaAgDatabase.html
@@ -546,8 +546,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -660,8 +660,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgHadr.html b/Get-DbaAgHadr.html
index c950bcc6..91cc4572 100644
--- a/Get-DbaAgHadr.html
+++ b/Get-DbaAgHadr.html
@@ -505,7 +505,7 @@ Example: 1
Returns a status of the Hadr setting for sql2016 SQL Server instance.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances.
+The target SQL Server instance or instances.
@@ -534,8 +534,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -564,8 +564,8 @@ -SqlCredential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgListener.html b/Get-DbaAgListener.html
index 9d3023f2..c63c55ce 100644
--- a/Get-DbaAgListener.html
+++ b/Get-DbaAgListener.html
@@ -544,8 +544,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -658,8 +658,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgReplica.html b/Get-DbaAgReplica.html
index cc8c6a1a..43942269 100644
--- a/Get-DbaAgReplica.html
+++ b/Get-DbaAgReplica.html
@@ -544,8 +544,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -658,8 +658,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentAlert.html b/Get-DbaAgentAlert.html
index dd76d84a..f613a0e1 100644
--- a/Get-DbaAgentAlert.html
+++ b/Get-DbaAgentAlert.html
@@ -515,7 +515,7 @@ Example: 3
Returns all SQL Agent alerts on serverA and serverB\instanceB
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -544,8 +544,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -630,8 +630,8 @@ -ExcludeAlert
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentAlertCategory.html b/Get-DbaAgentAlertCategory.html
index c9ee9876..a1182378 100644
--- a/Get-DbaAgentAlertCategory.html
+++ b/Get-DbaAgentAlertCategory.html
@@ -510,7 +510,7 @@ Example: 2
Return all the agent alert categories that have the name 'Severity Alert'.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -539,8 +539,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -597,8 +597,8 @@ -Category
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentJob.html b/Get-DbaAgentJob.html
index 9aef9602..fa762bc0 100644
--- a/Get-DbaAgentJob.html
+++ b/Get-DbaAgentJob.html
@@ -541,7 +541,7 @@ Example: 8
Finds all jobs on sqlserver2014a that T-SQL job steps associated with msdb database
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -570,8 +570,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -828,8 +828,8 @@ -Type
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentJobCategory.html b/Get-DbaAgentJobCategory.html
index 091a9009..a5b08dbc 100644
--- a/Get-DbaAgentJobCategory.html
+++ b/Get-DbaAgentJobCategory.html
@@ -515,7 +515,7 @@ Example: 3
Return all the job categories that have a type MultiServerJob.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -544,8 +544,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -602,7 +602,7 @@ -Category
-CategoryType
-The type of category. This can be "LocalJob", "MultiServerJob" or "None".
+
The type of category. This can be "LocalJob", "MultiServerJob" or "None".
If no category is used all categories types will be returned.
@@ -635,8 +635,8 @@ -CategoryType
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentJobHistory.html b/Get-DbaAgentJobHistory.html
index 4bbef938..6f064db6 100644
--- a/Get-DbaAgentJobHistory.html
+++ b/Get-DbaAgentJobHistory.html
@@ -487,9 +487,9 @@ Get-DbaAgentJobHistory
Synopsis
Gets execution history of SQL Agent Job on instance(s) of SQL Server.
Description
-Get-DbaAgentJobHistory returns all information on the executions still available on each instance(s) of SQL Server submitted.
+
Get-DbaAgentJobHistory returns all information on the executions still available on each instance(s) of SQL Server submitted.
The cleanup of SQL Agent history determines how many records are kept.
-https://msdn.microsoft.com/en-us/library/ms201680.aspx
+
https://msdn.microsoft.com/en-us/library/ms201680.aspx
https://msdn.microsoft.com/en-us/library/microsoft.sqlserver.management.smo.agent.jobhistoryfilter(v=sql.120).aspx
Syntax
Get-DbaAgentJobHistory
@@ -524,7 +524,8 @@ Syntax
[-EndDate <DateTime>]
[-OutcomeType {Failed | Succeeded | Retry | Cancelled | InProgress | Unknown}]
[-ExcludeJobSteps]
- [-WithOutputFile] -JobCollection <Job>
+ [-WithOutputFile]
+ -JobCollection <Job>
[-EnableException]
[<CommonParameters>]
@@ -575,7 +576,7 @@ Example: 10
Returns only the failed SQL Agent Job execution results for the sql2016 SQL Server instance.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -603,7 +604,7 @@ -SqlInstance
-JobCollection
-An array of SMO jobs
+An array of SMO jobs
@@ -632,8 +633,8 @@ -JobCollection
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -834,7 +835,7 @@ -ExcludeJobSteps
-WithOutputFile
-Use this switch to retrieve the output file (only if you want step details). Bonus points, we handle the quirks
+
Use this switch to retrieve the output file (only if you want step details). Bonus points, we handle the quirks
of SQL Agent tokens to the best of our knowledge (https://technet.microsoft.com/it-it/library/ms175575(v=sql.110).aspx)
@@ -863,8 +864,8 @@ -WithOutputFile
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentJobOutputFile.html b/Get-DbaAgentJobOutputFile.html
index 21f7b8fd..28e271da 100644
--- a/Get-DbaAgentJobOutputFile.html
+++ b/Get-DbaAgentJobOutputFile.html
@@ -485,10 +485,10 @@ Get-DbaAgentJobOutputFile
Want to see the Bill Of Health for this command? Check out Get-DbaAgentJobOutputFile.
Synopsis
-Returns the Output File for each step of one or many agent job with the Job Names provided dynamically if
+
Returns the Output File for each step of one or many agent job with the Job Names provided dynamically if
required for one or more SQL Instances
Description
-This function returns for one or more SQL Instances the output file value for each step of one or many agent job with the Job Names
+
This function returns for one or more SQL Instances the output file value for each step of one or many agent job with the Job Names
provided dynamically. It will not return anything if there is no Output File
Syntax
Get-DbaAgentJobOutputFile
@@ -530,7 +530,7 @@ Example: 5
on the SERVERNAME instance and also show the job steps without an output file
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -559,9 +559,9 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
-For MFA support, please use Connect-DbaInstance. be it Windows or SQL Server. Windows users are determined by the existence of a backslash, so if you are intending to use an alternative Windows
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+For MFA support, please use Connect-DbaInstance. be it Windows or SQL Server. Windows users are determined by the existence of a backslash, so if you are intending to use an alternative Windows
connection instead of a SQL login, ensure it contains a backslash.
@@ -646,8 +646,8 @@ -ExcludeJob
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentJobStep.html b/Get-DbaAgentJobStep.html
index 0482a363..3637d1ce 100644
--- a/Get-DbaAgentJobStep.html
+++ b/Get-DbaAgentJobStep.html
@@ -557,8 +557,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -699,8 +699,8 @@ -ExcludeDisabledJobs
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentLog.html b/Get-DbaAgentLog.html
index 35904a1e..55092b94 100644
--- a/Get-DbaAgentLog.html
+++ b/Get-DbaAgentLog.html
@@ -543,8 +543,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -601,8 +601,8 @@ -LogNumber
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentOperator.html b/Get-DbaAgentOperator.html
index ef3aec7a..2d8a7576 100644
--- a/Get-DbaAgentOperator.html
+++ b/Get-DbaAgentOperator.html
@@ -519,7 +519,7 @@ Example: 4
Returns all the SQL Agent operators on ServerA and ServerB, except the Dba3 operator.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -548,8 +548,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -634,8 +634,8 @@ -ExcludeOperator
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentProxy.html b/Get-DbaAgentProxy.html
index 178c9d2a..109965b3 100644
--- a/Get-DbaAgentProxy.html
+++ b/Get-DbaAgentProxy.html
@@ -511,7 +511,7 @@ Example: 2
Returns all SQL Agent proxies on serverA and serverB\instanceB
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -540,8 +540,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -626,8 +626,8 @@ -ExcludeProxy
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentSchedule.html b/Get-DbaAgentSchedule.html
index 149b9448..950de626 100644
--- a/Get-DbaAgentSchedule.html
+++ b/Get-DbaAgentSchedule.html
@@ -524,7 +524,7 @@ Example: 5
Returns the "Maintenance10min" & "Maintenance60min" schedules from the sql2016 SQL Server instance
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -553,8 +553,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -667,8 +667,8 @@ -Id
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAgentServer.html b/Get-DbaAgentServer.html
index 5d00b98f..f83ff336 100644
--- a/Get-DbaAgentServer.html
+++ b/Get-DbaAgentServer.html
@@ -509,7 +509,7 @@ Example: 2
Returns SQL Agent Servers for the localhost and sql2016 SQL Server instances
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function to be executed against multiple SQL Server instances.
@@ -538,8 +538,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -568,8 +568,8 @@ -SqlCredential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAvailabilityGroup.html b/Get-DbaAvailabilityGroup.html
index 1b5ddfe2..f9f052d9 100644
--- a/Get-DbaAvailabilityGroup.html
+++ b/Get-DbaAvailabilityGroup.html
@@ -524,7 +524,7 @@ Example: 5
Returns true/false if the server, sqlserver2014a, is the primary replica for AG-a Availability Group.
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. You must have sysadmin access and server version must be SQL Server version 2012 or higher.
+The target SQL Server instance or instances. You must have sysadmin access and server version must be SQL Server version 2012 or higher.
@@ -553,8 +553,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -639,8 +639,8 @@ -IsPrimary
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaAvailableCollation.html b/Get-DbaAvailableCollation.html
index 045c9e55..215b77a0 100644
--- a/Get-DbaAvailableCollation.html
+++ b/Get-DbaAvailableCollation.html
@@ -487,7 +487,7 @@ Get-DbaAvailableCollation
Synopsis
Return available collations for a given SQL Server
Description
-Returns the list of collations available on each SQL Server.
+
Returns the list of collations available on each SQL Server.
Only the connect permission is required to get this information.
Syntax
Get-DbaAvailableCollation
@@ -506,7 +506,7 @@ Example: 1
Gets all the collations from server sql2016 using NT authentication
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. Only connect permission is required.
+The target SQL Server instance or instances. Only connect permission is required.
@@ -535,8 +535,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -565,8 +565,8 @@ -SqlCredential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaBackupDevice.html b/Get-DbaBackupDevice.html
index ecd74f82..4f506ec2 100644
--- a/Get-DbaBackupDevice.html
+++ b/Get-DbaBackupDevice.html
@@ -509,8 +509,8 @@ Example: 2
Returns all Backup Devices for the local and sql2016 SQL Server instances
Required Parameters
-SqlInstance
-The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function
-to be executed against multiple SQL Server instances.
+The target SQL Server instance or instances. This can be a collection and receive pipeline input to allow the function
+to be executed against multiple SQL Server instances.
@@ -539,8 +539,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -569,8 +569,8 @@ -SqlCredential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaBackupInformation.html b/Get-DbaBackupInformation.html
index 5180778b..b71c6b0e 100644
--- a/Get-DbaBackupInformation.html
+++ b/Get-DbaBackupInformation.html
@@ -487,11 +487,11 @@ Get-DbaBackupInformation
Synopsis
Scan backup files and creates a set, compatible with Restore-DbaDatabase
Description
-Upon being passed a list of potential backups files this command will scan the files, select those that contain SQL Server
+
Upon being passed a list of potential backups files this command will scan the files, select those that contain SQL Server
backup sets. It will then filter those files down to a set
-The function defaults to working on a remote instance. This means that all paths passed in must be relative to the remote instance.
+
The function defaults to working on a remote instance. This means that all paths passed in must be relative to the remote instance.
XpDirTree will be used to perform the file scans
-Various means can be used to pass in a list of files to be considered. The default is to non recursively scan the folder
+
Various means can be used to pass in a list of files to be considered. The default is to non recursively scan the folder
passed in.
Syntax
Get-DbaBackupInformation -Path <Object[]> -SqlInstance <DbaInstanceParameter>
@@ -570,11 +570,11 @@ Example: 7
log backups. Note this also means they WON'T be restored
Required Parameters
-Path
-Path to SQL Server backup files.
-Paths passed in as strings will be scanned using the desired method, default is a non recursive folder scan
-Accepts multiple paths separated by ','
-Or it can consist of FileInfo objects, such as the output of Get-ChildItem or Get-Item. This allows you to work with
-your own file structures as needed
+Path to SQL Server backup files.
+Paths passed in as strings will be scanned using the desired method, default is a non recursive folder scan
+Accepts multiple paths separated by ','
+Or it can consist of FileInfo objects, such as the output of Get-ChildItem or Get-Item. This allows you to work with
+your own file structures as needed
@@ -602,7 +602,7 @@ -Path
-SqlInstance
-The SQL Server instance to be used to read the headers of the backup files
+The SQL Server instance to be used to read the headers of the backup files
@@ -631,8 +631,8 @@ -SqlInstance
Optional Parameters
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -717,7 +717,7 @@ -SourceInstance
-NoXpDirTree
-If specified, this switch will cause the files to be parsed as local files to the SQL Server Instance provided. Errors may be observed when the SQL Server Instance cannot access the files being
+
If specified, this switch will cause the files to be parsed as local files to the SQL Server Instance provided. Errors may be observed when the SQL Server Instance cannot access the files being
parsed.
@@ -802,7 +802,7 @@ -DirectoryRecurse
-EnableException
-Replaces user friendly yellow warnings with bloody red exceptions of doom!
+
Replaces user friendly yellow warnings with bloody red exceptions of doom!
Use this if you want the function to throw terminating errors you want to catch.
@@ -859,7 +859,7 @@ -MaintenanceSolution
-IgnoreLogBackup
-This switch only works with the MaintenanceSolution switch. With an Ola Hallengren style backup we can be sure that the LOG folder contains only log backups and skip it.
+
This switch only works with the MaintenanceSolution switch. With an Ola Hallengren style backup we can be sure that the LOG folder contains only log backups and skip it.
For all other scenarios we need to read the file headers to be sure.
@@ -888,7 +888,7 @@ -IgnoreLogBackup
-IgnoreDiffBackup
-This switch only works with the MaintenanceSolution switch. With an Ola Hallengren style backup we can be sure that the DIFF folder contains only differential backups and skip it.
+
This switch only works with the MaintenanceSolution switch. With an Ola Hallengren style backup we can be sure that the DIFF folder contains only differential backups and skip it.
For all other scenarios we need to read the file headers to be sure.
@@ -1001,7 +1001,7 @@ -Import
-Anonymise
-If specified we will output the results with ComputerName, InstanceName, Database, UserName, Paths, and Logical and Physical Names hashed out
+
If specified we will output the results with ComputerName, InstanceName, Database, UserName, Paths, and Logical and Physical Names hashed out
This options is mainly for use if we need you to submit details for fault finding to the dbatools team
diff --git a/Get-DbaBinaryFileTable.html b/Get-DbaBinaryFileTable.html
index b43a6224..5750553c 100644
--- a/Get-DbaBinaryFileTable.html
+++ b/Get-DbaBinaryFileTable.html
@@ -541,8 +541,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -599,11 +599,11 @@ -Database
-Table
-Define a specific table you would like to query. You can specify up to three-part name like db.sch.tbl.
-If the object has special characters please wrap them in square brackets [ ].
-Using dbo.First.Table will try to find table named 'Table' on schema 'First' and database 'dbo'.
-The correct way to find table named 'First.Table' on schema 'dbo' is by passing dbo.[First.Table]
-Any actual usage of the ] must be escaped by duplicating the ] character.
+
Define a specific table you would like to query. You can specify up to three-part name like db.sch.tbl.
+If the object has special characters please wrap them in square brackets [ ].
+Using dbo.First.Table will try to find table named 'Table' on schema 'First' and database 'dbo'.
+The correct way to find table named 'First.Table' on schema 'dbo' is by passing dbo.[First.Table]
+Any actual usage of the ] must be escaped by duplicating the ] character.
The correct way to find a table Name] in schema Schema.Name is by passing [Schema.Name].[Name]]]
@@ -688,8 +688,8 @@ -InputObject
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaBuild.html b/Get-DbaBuild.html
index f4ab6929..e877ffbc 100644
--- a/Get-DbaBuild.html
+++ b/Get-DbaBuild.html
@@ -488,7 +488,7 @@ Get-DbaBuild
Synopsis
Returns SQL Server Build infos on a SQL instance
Description
-Returns info about the specific build of a SQL instance, including the SP, the CU and the reference KB, wherever possible.
+
Returns info about the specific build of a SQL instance, including the SP, the CU and the reference KB, wherever possible.
It also includes End Of Support dates as specified on Microsoft Life Cycle Policy
Syntax
Get-DbaBuild
@@ -581,7 +581,7 @@ -Kb
-MajorVersion
-Get a KB information based on SQL Server version. Can be refined further by -ServicePack and -CumulativeUpdate parameters.
+
Get a KB information based on SQL Server version. Can be refined further by -ServicePack and -CumulativeUpdate parameters.
Examples: SQL2008 | 2008R2 | 2016
@@ -610,7 +610,7 @@ -MajorVersion
-ServicePack
-Get a KB information based on SQL Server Service Pack version. Can be refined further by -CumulativeUpdate parameter.
+
Get a KB information based on SQL Server Service Pack version. Can be refined further by -CumulativeUpdate parameter.
Examples: SP0 | 2 | RTM
@@ -639,7 +639,7 @@ -ServicePack
-CumulativeUpdate
-Get a KB information based on SQL Server Cumulative Update version.
+
Get a KB information based on SQL Server Cumulative Update version.
Examples: CU0 | CU13 | CU0
@@ -696,8 +696,8 @@ -SqlInstance
-SqlCredential
-Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
-Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
+
Login to the target instance using alternative credentials. Accepts PowerShell credentials (Get-Credential).
+Windows Authentication, SQL Server Authentication, Active Directory - Password, and Active Directory - Integrated are all supported.
For MFA support, please use Connect-DbaInstance.
@@ -754,8 +754,8 @@ -Update
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaClientAlias.html b/Get-DbaClientAlias.html
index 66145bda..0687eee3 100644
--- a/Get-DbaClientAlias.html
+++ b/Get-DbaClientAlias.html
@@ -573,8 +573,8 @@ -Credential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaClientProtocol.html b/Get-DbaClientProtocol.html
index 542f476c..04a23d52 100644
--- a/Get-DbaClientProtocol.html
+++ b/Get-DbaClientProtocol.html
@@ -488,7 +488,7 @@ Synopsis
Gets the SQL Server related client protocols on a computer.
Description
Gets the SQL Server related client protocols on one or more computers.
-Requires Local Admin rights on destination computer(s).
+
Requires Local Admin rights on destination computer(s).
The client protocols can be enabled and disabled when retrieved via WSMan.
Syntax
Get-DbaClientProtocol
@@ -576,8 +576,8 @@ -Credential
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaCmConnection.html b/Get-DbaCmConnection.html
index 5385e399..6f320f91 100644
--- a/Get-DbaCmConnection.html
+++ b/Get-DbaCmConnection.html
@@ -569,8 +569,8 @@ -UserName
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaCmObject.html b/Get-DbaCmObject.html
index 8adb3d1a..876e5da7 100644
--- a/Get-DbaCmObject.html
+++ b/Get-DbaCmObject.html
@@ -487,14 +487,14 @@ Get-DbaCmObject
Synopsis
Retrieves Wmi/Cim-Style information from computers.
Description
-This function centralizes all requests for information retrieved from Get-WmiObject or Get-CimInstance.
+
This function centralizes all requests for information retrieved from Get-WmiObject or Get-CimInstance.
It uses different protocols as available in this order:
- Cim over WinRM
- Cim over DCOM
- Wmi
-- Wmi over PowerShell Remoting
-It remembers channels that didn't work and will henceforth avoid them. It remembers invalid credentials and will avoid reusing them.
+
- Wmi over PowerShell Remoting
+It remembers channels that didn't work and will henceforth avoid them. It remembers invalid credentials and will avoid reusing them.
Much of its behavior can be configured using Test-DbaCmConnection.
Syntax
@@ -534,7 +534,7 @@ Example: 2
It will use the Credentials stored in $cred to connect, unless they are known to not work, in which case they will default to windows credentials (unless another default has been set).
Required Parameters
-ClassName
-The name of the class to retrieve.
+The name of the class to retrieve.
@@ -562,7 +562,7 @@ -ClassName
-Query
-The Wmi/Cim query to run against the server.
+The Wmi/Cim query to run against the server.
@@ -734,8 +734,8 @@ -Force
-SilentlyContinue
-Use in conjunction with the -EnableException switch.
-By default, Get-DbaCmObject will throw a terminating exception when connecting to a target is impossible in exception enabled mode.
+
Use in conjunction with the -EnableException switch.
+By default, Get-DbaCmObject will throw a terminating exception when connecting to a target is impossible in exception enabled mode.
Setting this switch will cause it write a non-terminating exception and continue with the next computer.
@@ -764,8 +764,8 @@ -SilentlyContinue
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaComputerCertificate.html b/Get-DbaComputerCertificate.html
index 039566af..a2b65358 100644
--- a/Get-DbaComputerCertificate.html
+++ b/Get-DbaComputerCertificate.html
@@ -718,8 +718,8 @@ -Thumbprint
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaComputerSystem.html b/Get-DbaComputerSystem.html
index 830cf84b..e642c422 100644
--- a/Get-DbaComputerSystem.html
+++ b/Get-DbaComputerSystem.html
@@ -598,8 +598,8 @@ -IncludeAws
-EnableException
-By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
-This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
+
By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.
+This avoids overwhelming you with "sea of red" exceptions, but is inconvenient because it basically disables advanced scripting.
Using this switch turns this "nice by default" feature off and enables you to catch exceptions with your own try/catch.
diff --git a/Get-DbaConnection.html b/Get-DbaConnection.html
index b79ce656..d9317d50 100644
--- a/Get-DbaConnection.html
+++ b/Get-DbaConnection.html
@@ -487,7 +487,7 @@ Get-DbaConnection
Synopsis
Returns a bunch of information from dm_exec_connections.
Description
-Returns a bunch of information from dm_exec_connections which, according to Microsoft:
+
Returns a bunch of information from dm_exec_connections which, according to Microsoft:
"Returns information about the connections established to this instance of SQL Server and the details of each connection. Returns server wide connection information for SQL Server. Returns current database connection information for SQL Database."
Syntax
Get-DbaConnection
@@ -506,7 +506,7 @@