Skip to content

Commit 10c5094

Browse files
author
Angela Fleischmann
authored
Merge pull request #7289 from LizCasey1/lc-4622-validation-for-missing-descrip
Bulk validation fixes for missing description.
2 parents 997e3b8 + 3718441 commit 10c5094

16 files changed

Lines changed: 17 additions & 2 deletions

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Create a New Administrator"
33
titleSuffix: "Configuration Manager"
4+
description: "Learn how administrative assignments for a user or security group are defined by the roles and security scopes assigned to that user or security group."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk
@@ -77,7 +78,7 @@ public void CreateSMSAdmin(WqlConnectionManager connection, string distinguished
7778
| --------- | ---- | ----------- |
7879
|`connection`|- Managed: `WqlConnectionManager`|A valid connection to the SMS Provider.|
7980
|`distinguishedName`|- Managed: `String`|Like "CN=John Doe,OU=UserAccounts,DC=contoso,DC=com"|
80-
|`categoryID`|- Managed: `String`|The RBA secured categories associated with this account .|
81+
|`categoryID`|- Managed: `String`|The RBA secured categories associated with this account.|
8182
|`CategoryTypeID`|- Managed: `Integer`|The type of the category (collection or secured scope).|
8283

8384
## Compiling the Code

memdocs/configmgr/develop/core/servers/configure/how-to-list-all-programs-and-their-maximum-run-time-value.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "List All Programs and Their Maximum Run Time Value"
33
titleSuffix: "Configuration Manager"
4+
description: "Learn how to list all programs with their maximum run time values by using the SMS_Package and SMS_Program classes and class properties."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/servers/console/how-to-create-a-configuration-manager-action.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Create a Configuration Manager Action"
3+
description: "Learn how to create a console action by creating an XML file that populates an ActionDescription XML element for the action."
34
ms.date: "09/20/2016"
45
ms.prod: "configuration-manager"
56
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/asset-intelligence/import-method-in-class-sms_aimlsparser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Import Method"
33
titleSuffix: "Configuration Manager"
4+
description: "A Windows Management Instrumentation class method that imports the MLS statement as specified by the MLSFilepath parameter into the Configuration Manager database."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/client-classes/appaction-enumeration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "AppAction Enumeration"
33
titleSuffix: "Configuration Manager"
4+
description: "Learn how the AppAction enumeration defines action types."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/client-classes/ccm_scheduler_history-client-wmi-class.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "CCM_Scheduler_History Class"
33
titleSuffix: "Configuration Manager"
4+
description: "A client Windows Management Instrumentation class that represents the history for a schedule."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/client-classes/iappmanagementhandler--getpendingcomponentlist-method.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "IAppManagementHandler::GetPendingComponentList"
33
titleSuffix: "Configuration Manager"
4+
description: "The IAppManagementHandler::GetPendingComponentList method gets the pending component list for a specified deployment type."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/client-classes/sms_mpproxyinformation-client-wmi-class.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "SMS_MPProxyInformation Class"
33
titleSuffix: "Configuration Manager"
4+
description: "A client Windows Management Instrumentation class that represents information about a proxy management point."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/config/sms_antimalwarescanconfig-server-wmi-class.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "SMS_AntimalwareScanConfig Class"
33
titleSuffix: "Configuration Manager"
4+
description: "An SMS Provider server class that configures antimalware scanning."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/config/sms_clientsettingsdefault-server-wmi-class.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "SMS_ClientSettingsDefault Class"
33
titleSuffix: "Configuration Manager"
4+
description: "An SMS Provider server class that represents simple read-only default client settings properties."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

0 commit comments

Comments
 (0)