Skip to content

Commit c546d9d

Browse files
committed
edited1
1 parent d52ff59 commit c546d9d

38 files changed

Lines changed: 41 additions & 1 deletion

File tree

memdocs/configmgr/develop/apps/how-to-define-the-hosting-technology.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "How to Define the Hosting Technology"
33
titleSuffix: "Configuration Manager"
4+
description: "The hosting technology is defined by implementing the `Microsoft.ConfigurationManagement.ApplicationManagement.HostingTechnology` class."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/compliance/about-general-configuration-items.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "About General Configuration Items"
33
titleSuffix: "Configuration Manager"
4+
description: "Models of settings and objects, which together represent a meaningful unit of configuration management."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/compliance/about-operating-system-configuration-item-examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "About OS Configuration Item Examples"
33
titleSuffix: "Configuration Manager"
4+
description: "Examples include all of the functionality of general configuration items yet they are tightly coupled with a specific version of the Windows operating system."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/compliance/operating-system-configuration-item-example-1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "OS Configuration Item Example 1"
33
titleSuffix: "Configuration Manager"
4+
description: "Example 1 for Operating System Configuration Item"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/calling-code-snippets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Calling Code Snippets"
33
titleSuffix: "Configuration Manager"
4+
description: "How to set up the calling code for the code examples that are used throughout the Configuration Manager Software Development Kit (SDK)."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/configuration-manager-schema-sql-views.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Schema SQL Views"
33
titleSuffix: "Configuration Manager"
4+
description: "Creates schema information views. These are particularly useful for determining the names for custom inventory resource type (architecture) tables."
45
ms.date: "03/08/2018"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/how-to-connect-to-an-sms-provider-in-configuration-manager-by-using-wmi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Connect to an SMS Provider by Using WMI"
33
titleSuffix: "Configuration Manager"
4+
description: "Use the WMI [SWbemLocator] object or the Windows Script Host `GetObject` method to connect to an SMS Provider."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/how-to-read-a-configuration-manager-object-by-using-managed-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Read an Object by Using Managed Code"
33
titleSuffix: "Configuration Manager"
4+
description: "The GetInstance method takes a string that identifies a specific object instance and returns an IResultObject that is used to access the object."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/sql-view-security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "SQL View Security"
33
titleSuffix: "Configuration Manager"
4+
description: "The Configuration Manager object security mechanism facilitates instance (or row) level security on core object classes."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/osd/how-to-add-an-operating-system-install-package.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Add an OS Install Package"
33
titleSuffix: "Configuration Manager"
4+
description: "Creates and populates an instance of SMS_OperatingSystemInstallPackage."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

0 commit comments

Comments
 (0)