Skip to content

Commit 3718441

Browse files
author
Angela Fleischmann
authored
Delete space
Line 81: Delete space between sentence and period. From "The RBA secured categories associated with this account ." to "The RBA secured categories associated with this account."
1 parent e7a243a commit 3718441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memdocs/configmgr/develop/core/servers/configure/how-to-create-a-new-administrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void CreateSMSAdmin(WqlConnectionManager connection, string distinguished
7878
| --------- | ---- | ----------- |
7979
|`connection`|- Managed: `WqlConnectionManager`|A valid connection to the SMS Provider.|
8080
|`distinguishedName`|- Managed: `String`|Like "CN=John Doe,OU=UserAccounts,DC=contoso,DC=com"|
81-
|`categoryID`|- Managed: `String`|The RBA secured categories associated with this account .|
81+
|`categoryID`|- Managed: `String`|The RBA secured categories associated with this account.|
8282
|`CategoryTypeID`|- Managed: `Integer`|The type of the category (collection or secured scope).|
8383

8484
## Compiling the Code

0 commit comments

Comments
 (0)