Skip to content

Commit aca42d2

Browse files
niphlodgithub-actions[bot]
authored andcommitted
updating build ref file
1 parent 00962a1 commit aca42d2

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

assets/dbatools-index.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58258,7 +58258,7 @@
5825858258
"CommandName": "Set-DbaTcpPort",
5825958259
"Availability": "Windows only",
5826058260
"Links": "https://dbatools.io/Set-DbaTcpPort",
58261-
"Examples": "-------------------------- EXAMPLE 1 --------------------------\nPS C:\\\u003eSet-DbaTcpPort -SqlInstance sql2017 -Port 1433\nSets the port number 1433 for all IP Addresses on the default instance on sql2017. Prompts for confirmation.\n-------------------------- EXAMPLE 2 --------------------------\nPS C:\\\u003eSet-DbaTcpPort -SqlInstance winserver\\sqlexpress -IpAddress 192.168.1.22 -Port 1433 -Confirm:$false\nSets the port number 1433 for IP 192.168.1.22 on the sqlexpress instance on winserver. Does not prompt for confirmation.\n-------------------------- EXAMPLE 3 --------------------------\nPS C:\\\u003eSet-DbaTcpPort -SqlInstance sql2017, sql2019 -port 1337 -Credential ad\\dba\nSets the port number 1337 for all IP Addresses on SqlInstance sql2017 and sql2019 using the credentials for ad\\dba. Prompts for confirmation.",
58261+
"Examples": "-------------------------- EXAMPLE 1 --------------------------\nPS C:\\\u003eSet-DbaTcpPort -SqlInstance sql2017 -Port 1433\nSets the port number 1433 for all IP Addresses on the default instance on sql2017. Prompts for confirmation.\n-------------------------- EXAMPLE 2 --------------------------\nPS C:\\\u003eSet-DbaTcpPort -SqlInstance winserver\\sqlexpress -IpAddress 192.168.1.22 -Port 1433 -Confirm:$false\nSets the port number 1433 for IP 192.168.1.22 on the sqlexpress instance on winserver. Does not prompt for confirmation.\n-------------------------- EXAMPLE 3 --------------------------\nPS C:\\\u003eSet-DbaTcpPort -SqlInstance sql2017, sql2019 -port 1337 -Credential ad\\dba -Force\nSets the port number 1337 for all IP Addresses on SqlInstance sql2017 and sql2019 using the credentials for ad\\dba. Prompts for confirmation. Restarts the service.",
5826258262
"Params": [
5826358263
[
5826458264
"SqlInstance",
@@ -58296,6 +58296,15 @@
5829658296
"",
5829758297
""
5829858298
],
58299+
[
58300+
"Force",
58301+
"Will restart SQL Server and SQL Server Agent service to apply the change.",
58302+
"",
58303+
false,
58304+
"false",
58305+
"False",
58306+
""
58307+
],
5829958308
[
5830058309
"EnableException",
5830158310
"By default, when something goes wrong we try to catch it, interpret it and give you a friendly warning message.\r\nThis avoids overwhelming you with \"sea of red\" exceptions, but is inconvenient because it basically disables advanced scripting.\r\nUsing this switch turns this \"nice by default\" feature off and enables you to catch exceptions with your own try/catch.",
@@ -58324,7 +58333,7 @@
5832458333
""
5832558334
]
5832658335
],
58327-
"Syntax": "Set-DbaTcpPort [-SqlInstance] \u003cDbaInstanceParameter[]\u003e [[-Credential] \u003cPSCredential\u003e] [-Port] \u003cInt32\u003e [[-IpAddress] \u003cIPAddress[]\u003e] [-EnableException] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]"
58336+
"Syntax": "Set-DbaTcpPort [-SqlInstance] \u003cDbaInstanceParameter[]\u003e [[-Credential] \u003cPSCredential\u003e] [-Port] \u003cInt32\u003e [[-IpAddress] \u003cIPAddress[]\u003e] [-Force] [-EnableException] [-WhatIf] [-Confirm] [\u003cCommonParameters\u003e]"
5832858337
},
5832958338
{
5833058339
"Name": "Set-DbaTempDbConfig",

0 commit comments

Comments
 (0)