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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -41051,7 +41051,7 @@
41051
41051
],
41052
41052
"Synopsis": "Creates a new user for the specified database.",
41053
41053
"Alias": "",
41054
-
"Author": "Frank Henninger (@osiris687)",
41054
+
"Author": "Frank Henninger (@osiris687) | Andreas Jordan (@JordanOrdix), ordix.de",
41055
41055
"CommandName": "New-DbaDbUser",
41056
41056
"Availability": "Windows, Linux, macOS",
41057
41057
"Links": "https://dbatools.io/New-DbaDbUser",
@@ -41077,7 +41077,7 @@
41077
41077
],
41078
41078
[
41079
41079
"Database",
41080
-
"Specifies the database(s) to process. Options for this list are auto-populated from the server. If unspecified, all databases will be processed.",
41080
+
"Specifies the database(s) to process. Options for this list are auto-populated from the server. If unspecified, all user databases will be processed.",
41081
41081
"",
41082
41082
false,
41083
41083
"false",
@@ -41095,7 +41095,7 @@
41095
41095
],
41096
41096
[
41097
41097
"IncludeSystem",
41098
-
"If this switch is enabled, the user will be added to system databases.",
41098
+
"If this switch is enabled, the user will be added to system databases. This switch will be ignored if -Database is used.",
0 commit comments