Skip to content

Commit 5b2e955

Browse files
author
Angela Fleischmann
authored
Merge pull request #7173 from dale-hunter/missingdescription1
[bulk] validation: fix missing description issues dh1
2 parents 2dfa46d + bcd9a62 commit 5b2e955

20 files changed

Lines changed: 20 additions & 0 deletions

memdocs/configmgr/develop/core/servers/configure/how-to-modify-advertisement-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Modify Advertisement Properties"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, the following example shows how to modify an existing advertisement by using the SMS_Advertisement class 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-bind-configuration-manager-data-to-a-form.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Bind Configuration Manager Data to a Form"
33
ms.date: "09/20/2016"
4+
description: "In Configuration Manager, to bind console data to a property sheet, you use the DataBindings property of the property sheet's control class."
45
ms.prod: "configuration-manager"
56
ms.technology: configmgr-sdk
67
ms.topic: how-to

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Create a Property Sheet"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, to create a console property sheet, you first create a NET Framework assembly that inherits from the SMSPageControl class."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/interpreting-bitfield-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Interpret Bitfield Properties"
33
titleSuffix: "Configuration Manager"
4+
description: "Some SMS object properties are implemented as bit fields, where individual binary bits of an integer (usually a **uint32** data type) are used as Boolean flags to store information. These properties can be difficult to interpret at the user interface because the bit field is often displayed as a decimal number."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/osd/how-to-create-a-driver-package-for-a-windows-driver.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Create a Driver Package for a Windows Driver"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, to create a package for an operating system deployment driver, first create a SMS_DriverPackage Server WMI Class object. To add a driver to the package, call the AddDriverContent Method in Class SMS_DriverPackage."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/client-classes/iappcontentext-interface.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "IAppContentExt Interface"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, the IAppContentExt interface defines functions to retrieve the application content information. The interface inherits from IUnknown."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/client-classes/inventorydatacontext-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: "InventoryDataContext Class"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, the InventoryDataContext class is a client WMI class that represents the WMI context qualifiers to be used with inventory client agent WMI queries built from InventoryDataItem Client WMI class objects."
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_installedsoftware-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_InstalledSoftware Class"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, the SMS_InstalledSoftware class is a client WMI class that merges installed software information from multiple sources to provide categorization and Microsoft Licensing information."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/manage/sms_g_system-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_G_System Class"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, the SMS_G_System WMI class is an SMS Provider server class that serves as the abstract base class for all hardware and software system classes."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/sdk/ccm_clientutilities-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_ClientUtilities Class"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, the CCM_ClientUtilities WMI class is an SMS Provider server class that provides a set of client utility methods."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

0 commit comments

Comments
 (0)