Skip to content

Commit 6171242

Browse files
author
Angela Fleischmann
authored
Merge pull request #7171 from reemsabaw1/missing-desc-3
[Bulk] Validation: Fixed missing descriptions (3) 3/29
2 parents 6281385 + a03b904 commit 6171242

12 files changed

Lines changed: 15 additions & 3 deletions

memdocs/configmgr/develop/apps/verifying-the-application-management-extension.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Verifying the Application Management Extension"
33
titleSuffix: "Configuration Manager"
4+
description: "Verifying the Application Management Extension. Verify the new Deployment Type is available in the console."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk
@@ -25,7 +26,7 @@ ms.collection: openauth
2526

2627
3. On the **Home** tab, in the **Create** group, click **Create Application**.
2728

28-
4. In the **Type** field, verify that the new deployment type is available in the pull down menu.
29+
4. In the **Type** field, verify that the new deployment type is available in the pull-down menu.
2930

3031
The image below shows an example from the RDP sample project.
3132

@@ -42,7 +43,7 @@ ms.collection: openauth
4243

4344
3. On the **Home** tab, in the **Create** group, click **Create Application**.
4445

45-
4. In the **Type** field, select the new deployment type from the pull down menu.
46+
4. In the **Type** field, select the new deployment type from the pull-down menu.
4647

4748
5. Continue through the wizard until successful completion.
4849

@@ -57,7 +58,7 @@ ms.collection: openauth
5758

5859
3. Select an application and then, on the **Home** tab, in the **Application** group, click **Create Deployment Type** to create a new deployment type for this application.
5960

60-
4. In the **Type** field, select the new deployment type from the pull down menu.
61+
4. In the **Type** field, select the new deployment type from the pull-down menu.
6162

6263
5. Continue through the wizard until successful completion.
6364

memdocs/configmgr/develop/core/understand/how-to-read-a-configuration-manager-object-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: "Read an Object by Using WMI"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, you read a Configuration Manager object by using the SWbemServices object Get method to return an object instance that is identified by a key value."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/osd/how-to-import-a-windows-driver-described-by-an-inf-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Import a Windows Driver Described by an INF File"
33
titleSuffix: "Configuration Manager"
4+
description: "You can import a Windows driver that is described by an information (.inf) file, in Configuration Manager, by using the CreateFromINF Method in Class SMS_Driver."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/osd/how-to-set-an-operating-system-deployment-task-sequence-variable.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Set an OS Deployment Task Sequence Variable"
33
titleSuffix: "Configuration Manager"
4+
description: "In Configuration Manager, you create an operating system deployment task sequence variable by creating an instance of the SMS_TaskSequence_SetVariableAction class, adding to a task sequence."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/apps/distributedeploymenttypeextension-method-in-class-sms_deploymenttype.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "DistributeDeploymentTypeExtension Method"
33
titleSuffix: "Configuration Manager"
4+
description: "The DistributeDeploymentTypeExtension Windows Management Instrumentation (WMI) class method, in Configuration Manager, schedules a Deployment Type Extension to be distributed throughout the hierarchy."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/compliance/sms_category_localizedproperties-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_Category_LocalizedProperties Class"
33
titleSuffix: "Configuration Manager"
4+
description: "The SMS_Category_LocalizedProperties Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes various localized properties for a category, for example, a product or a classification."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/core/clients/config/sms_antimalwaresettings-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_AntimalwareSettings Class"
33
titleSuffix: "Configuration Manager"
4+
description: "The SMS_AntimalwareSettings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents customized Antimalware policy settings."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/misc/getcontexthandle-method-in-class-sms_contextmethods.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "GetContextHandle Method"
33
titleSuffix: "Configuration Manager"
4+
description: "The GetContextHandle method, in Configuration Manager, stores context objects on the server."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/osd/refreshpkgsource-method-in-class-sms_imagepackage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "RefreshPkgSource Method in SMS_ImagePackage"
33
titleSuffix: "Configuration Manager"
4+
description: "The RefreshPkgSource Windows Management Instrumentation (WMI) class method, in Configuration Manager, refreshes the package source at all distribution points."
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
67
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/osd/sms_tasksequence_enablebitlockeraction-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_TaskSequence_EnableBitLockerAction class
33
titleSuffix: Configuration Manager
4+
description: "The SMS_TaskSequence_EnableBitLockerAction WMI class is an SMS Provider server class in Configuration Manager. It represents a task sequence action that enables the BitLocker encryption on the specified drive."
45
ms.date: 08/11/2020
56
ms.prod: configuration-manager
67
ms.technology: configmgr-sdk

0 commit comments

Comments
 (0)