Skip to content

Commit 21d2d28

Browse files
committed
edited5
1 parent 01805f0 commit 21d2d28

7 files changed

Lines changed: 7 additions & 7 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +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."
4+
description: "Use the WMI SWbemLocator object or the Windows Script Host GetObject method to connect to an SMS Provider."
55
ms.date: "09/20/2016"
66
ms.prod: "configuration-manager"
77
ms.technology: configmgr-sdk

memdocs/configmgr/develop/core/understand/how-to-create-a-configuration-manager-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create a Query"
33
titleSuffix: "Configuration Manager"
4-
description: "Create an `SMS_Query`-based query by creating an instance of `SMS_Query`. The `SMS_Query` class `Expression` object defines a WQL query."
4+
description: "Create an SMS_Query-based query by creating an instance of SMS_Query. The SMS_Query class Expression object defines a WQL query."
55
ms.date: "09/20/2016"
66
ms.prod: "configuration-manager"
77
ms.technology: configmgr-sdk

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create an OS Deployment Task Sequence Package"
33
titleSuffix: "Configuration Manager"
4-
description: "creates an instance of the [SMS_TaskSequencePackage] class. It is advertised to clients who can then run the task sequence."
4+
description: "creates an instance of the SMS_TaskSequencePackage class. It is advertised to clients who can then run the task sequence."
55
ms.date: "09/20/2016"
66
ms.prod: "configuration-manager"
77
ms.technology: configmgr-sdk

memdocs/configmgr/develop/osd/how-to-track-operating-system-deployment-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Track OS Deployment Migrations"
33
titleSuffix: "Configuration Manager"
4-
description: "The `StoreCreationDate`, `StoreDeletionDate`, and `StoreReleaseDate` properties can be used to identify the current state of the migration."
4+
description: "The StoreCreationDate, StoreDeletionDate, and StoreReleaseDate properties can be used to identify the current state of the migration."
55
ms.date: "09/20/2016"
66
ms.prod: "configuration-manager"
77
ms.technology: configmgr-sdk

memdocs/configmgr/develop/reference/osd/createfromoem-method-in-class-sms_driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "CreateFromOEM Method"
33
titleSuffix: "Configuration Manager"
4-
description: "Creates a set of mass-storage [SMS_Driver Server WMI Class] objects referenced by the specified Txtsetup.oem file."
4+
description: "Creates a set of mass-storage SMS_Driver Server WMI Class objects referenced by the specified Txtsetup.oem file."
55

66
ms.date: "09/20/2016"
77
ms.prod: "configuration-manager"

memdocs/configmgr/develop/reference/osd/updatedefaultimage-method-in-class-sms_bootimagepackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "UpdateDefaultImage Method"
33
titleSuffix: "Configuration Manager"
4-
description: "Creates a copy of the .wim image pointed to by the `ImagePath` property. This method expects an `SMS_BootImagePackage` instance with the `ImagePath` property being a valid .wim image."
4+
description: "Creates a copy of the .wim image pointed to by the ImagePath property. This method expects an SMS_BootImagePackage instance with the ImagePath property being a valid .wim image."
55
ms.date: "09/20/2016"
66
ms.prod: "configuration-manager"
77
ms.technology: configmgr-sdk

memdocs/configmgr/develop/sum/how-to-enumerate-updates-matching-a-specific-criteria.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Enumerate Updates Matching a Specific Criteria"
33
titleSuffix: "Configuration Manager"
4-
description: "Enumerate software updates that match specific criteria in Configuration Manager by building a query and then using the `ExecuteQuery` method of the `QueryProcessor` class to run the query."
4+
description: "Enumerate software updates that match specific criteria in Configuration Manager by building a query and then using the ExecuteQuery method of the QueryProcessor class to run the query."
55
ms.date: "09/20/2016"
66
ms.prod: "configuration-manager"
77
ms.technology: configmgr-sdk

0 commit comments

Comments
 (0)