Skip to content

Commit 2288b38

Browse files
committed
Merge branch 'main' of https://github.com/microsoftdocs/memdocs-pr into erikre-doc-13947563-ID
2 parents 34abd7c + c0ede63 commit 2288b38

38 files changed

Lines changed: 41 additions & 13 deletions

File tree

memdocs/configmgr/develop/apps/how-to-create-a-software-metering-rule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: aaroncz
1111
manager: dougeby
1212
ms.localizationpriority: null
1313
ms.collection: openauth
14-
14+
description: "You can create a software metering rule in Configuration Manager by creating an instance of the SMS_MeteredProductRule class and populating the properties."
1515

1616
---
1717
# How to Create a Software Metering Rule
@@ -32,7 +32,7 @@ You create a software metering rule, in Configuration Manager, by creating an in
3232

3333
For information about calling the sample code, see [Calling Configuration Manager Code Snippets](../../develop/core/understand/calling-code-snippets.md).
3434

35-
```vbs
35+
```vb
3636

3737
Sub CreateSWMRule(connection, _
3838
newProductName, _

memdocs/configmgr/develop/apps/how-to-create-the-deployment-type-extension-file-cmdtx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: aaroncz
1111
manager: dougeby
1212
ms.localizationpriority: null
1313
ms.collection: openauth
14-
14+
description: "Creating a Deployment Type Extension File is the first step in installing the application management extension files. The application management extension must be installed on each Configuration Manager administrator console computer that will create a custom deployment technology."
1515

1616
---
1717
# How to Create the Deployment Type Extension File (*.cmdtx)
@@ -49,7 +49,7 @@ The application management extension must be installed on each Configuration Man
4949

5050
3. Use the method DeploymentTypeExtender.CreateExtension, which is located in Microsoft.ConfigurationManagement.ApplicationManagement namespace, to create the Deployment Type Extension (*.cmdtx) file based on the content in the staging directory.
5151

52-
```
52+
```csharp
5353
// Summarizes progress from CreateExtension method to a log file or the console.
5454
// <param name="summaryText">Summary text to be presented</param>
5555
public void Summarize(string summaryText)

memdocs/configmgr/develop/apps/how-to-define-the-create-application-wizard-xml-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: aaroncz
1111
manager: dougeby
1212
ms.localizationpriority: null
1313
ms.collection: openauth
14-
14+
description: "How to create a custom deployment technology XML File for the Create Application Wizard/."
1515

1616
---
1717
# How to Define the Create Application Wizard XML File

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to use the application management deployment technology installer to define the properties and methods used on the client to install the application.
23
title: "How to Define the Installer"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/compliance/configuration-baseline-example-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: aaroncz
1111
manager: dougeby
1212
ms.localizationpriority: null
1313
ms.collection: openauth
14-
14+
description: "This Baseline Configuration Item Instance example references an application configuration item that checks whether the Configuration Manager client and Notepad are installed on systems that are running Windows XP SP2."
1515

1616
---
1717
# Configuration Baseline Example 1

memdocs/configmgr/develop/compliance/how-to-export-configuration-baselines-and-configuration-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: aaroncz
1111
manager: dougeby
1212
ms.localizationpriority: null
1313
ms.collection: openauth
14-
14+
description: "You can export a configuration baseline or configuration item by using Configuration Manager SDK and reading the relevant SMS_ConfigurationItem instance and writing the SDMPackageXML property (string) to a file."
1515

1616
---
1717
# How to Export Configuration Baselines and Configuration Items

memdocs/configmgr/develop/core/understand/introduction-to-wbemtest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to use WBEMTEST, a useful tool for working with WMI/WBEM immediately available on most systems.
23
title: "Introduction to WBEMTEST"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

memdocs/configmgr/develop/osd/how-to-set-the-response-delay-for-a-pxe-service-point.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: aaroncz
1111
manager: dougeby
1212
ms.localizationpriority: null
1313
ms.collection: openauth
14-
14+
description: "In Configuration Manager, you set the operating system deployment PXE service point response delay by updating the ResponseDelay embedded property."
1515

1616
---
1717
# How to Set the Response Delay for a PXE Service Point

memdocs/configmgr/develop/reference/apps/sms_cideploymentunknownstatus-server-wmi-class.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to represent the status of a configuration item deployment for unknown status using SMS_CIDeploymentUnknownStatus class.
23
title: "SMS_CIDeploymentUnknownStatus Class"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
@@ -67,7 +68,7 @@ Class SMS_CIDeploymentUnknownStatus : SMS_BaseClass
6768

6869
Qualifiers: [key, not_null, read]
6970

70-
Stauts category.
71+
Status category.
7172

7273
`CI_ID`
7374
Data type: `UInt32`

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Learn how to define application installation states in Configuration Manager using AppDetectState enumeration.
23
title: "AppDetectState Enumeration"
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"

0 commit comments

Comments
 (0)