You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/dbatools-index.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6677,27 +6677,27 @@
6677
6677
},
6678
6678
{
6679
6679
"Name": "Copy-DbaXESessionTemplate",
6680
-
"Description": "Copies non-Microsoft templates from the dbatools template repository (\\bin\\xetemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.\n\nUseful for when you want to use the SSMS GUI.",
6680
+
"Description": "Copies non-Microsoft templates from the dbatools template repository (\\bin\\XEtemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.\n\nUseful for when you want to use the SSMS GUI.",
6681
6681
"Tags": [
6682
6682
"ExtendedEvent",
6683
6683
"XE",
6684
6684
"XEvent"
6685
6685
],
6686
-
"Synopsis": "Copies non-Microsoft templates from the dbatools template repository (\\bin\\xetemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.",
6686
+
"Synopsis": "Copies non-Microsoft templates from the dbatools template repository (\\bin\\XEtemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.",
"Examples": "-------------------------- EXAMPLE 1 --------------------------\nPS C:\\\u003eCopy-DbaXESessionTemplate\nCopies non-Microsoft templates from the dbatools template repository (\\bin\\xetemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.\n-------------------------- EXAMPLE 2 --------------------------\nPS C:\\\u003eCopy-DbaXESessionTemplate -Path C:\\temp\\xetemplates\nCopies your templates from C:\\temp\\xetemplates to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.",
6692
+
"Examples": "-------------------------- EXAMPLE 1 --------------------------\nPS C:\\\u003eCopy-DbaXESessionTemplate\nCopies non-Microsoft templates from the dbatools template repository (\\bin\\XEtemplates\\) to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.\n-------------------------- EXAMPLE 2 --------------------------\nPS C:\\\u003eCopy-DbaXESessionTemplate -Path C:\\temp\\XEtemplates\nCopies your templates from C:\\temp\\XEtemplates to $home\\Documents\\SQL Server Management Studio\\Templates\\XEventTemplates.",
6693
6693
"Params": [
6694
6694
[
6695
6695
"Path",
6696
-
"The path to the template directory. Defaults to the dbatools template repository (\\bin\\xetemplates\\).",
6696
+
"The path to the template directory. Defaults to the dbatools template repository (\\bin\\XEtemplates\\).",
6697
6697
"",
6698
6698
false,
6699
6699
"false",
6700
-
"\"$script:PSModuleRoot\\bin\\xetemplates\"",
6700
+
"\"$script:PSModuleRoot\\bin\\XEtemplates\"",
6701
6701
""
6702
6702
],
6703
6703
[
@@ -27558,13 +27558,13 @@
27558
27558
},
27559
27559
{
27560
27560
"Name": "Get-DbaXESessionTemplate",
27561
-
"Description": "Parses Extended Event XML templates. Defaults to parsing templates in the dbatools template repository (\\bin\\xetemplates\\).\n\nThe default repository contains templates from:\nMicrosoft\u0027s Templates that come with SSMS\nJes Borland\u0027s \"Everyday Extended Events\" presentation and GitHub repository (https://github.com/grrlgeek/extended-events)\nChristian Grafe (@ChrGraefe) XE Repo: https://github.com/chrgraefe/sqlscripts/blob/master/XE-Events/\nErin Stellato\u0027s Blog: https://www.sqlskills.com/blogs/erin/\n\nSome profile templates converted using:\nsp_SQLskills_ConvertTraceToExtendedEvents.sql\nJonathan M. Kehayias, SQLskills.com\nhttp://sqlskills.com/blogs/jonathan",
27561
+
"Description": "Parses Extended Event XML templates. Defaults to parsing templates in the dbatools template repository (\\bin\\XEtemplates\\).\n\nThe default repository contains templates from:\nMicrosoft\u0027s Templates that come with SSMS\nJes Borland\u0027s \"Everyday Extended Events\" presentation and GitHub repository (https://github.com/grrlgeek/extended-events)\nChristian Grafe (@ChrGraefe) XE Repo: https://github.com/chrgraefe/sqlscripts/blob/master/XE-Events/\nErin Stellato\u0027s Blog: https://www.sqlskills.com/blogs/erin/\n\nSome profile templates converted using:\nsp_SQLskills_ConvertTraceToExtendedEvents.sql\nJonathan M. Kehayias, SQLskills.com\nhttp://sqlskills.com/blogs/jonathan",
27562
27562
"Tags": [
27563
27563
"ExtendedEvent",
27564
27564
"XE",
27565
27565
"XEvent"
27566
27566
],
27567
-
"Synopsis": "Parses Extended Event XML templates. Defaults to parsing templates in the dbatools template repository (\\bin\\xetemplates\\).",
27567
+
"Synopsis": "Parses Extended Event XML templates. Defaults to parsing templates in the dbatools template repository (\\bin\\XEtemplates\\).",
27568
27568
"Alias": "",
27569
27569
"Author": "Chrissy LeMaire (@cl), netnerds.net",
27570
27570
"CommandName": "Get-DbaXESessionTemplate",
@@ -27574,11 +27574,11 @@
27574
27574
"Params": [
27575
27575
[
27576
27576
"Path",
27577
-
"The path to the template directory. Defaults to the dbatools template repository (\\bin\\xetemplates\\).",
27577
+
"The path to the template directory. Defaults to the dbatools template repository (\\bin\\XEtemplates\\).",
0 commit comments