Skip to content

Commit 54501e0

Browse files
committed
meta develop batch 5
1 parent 760208b commit 54501e0

38 files changed

Lines changed: 357 additions & 388 deletions

File tree

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Import a Windows Driver Described by an INF File"
3-
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."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: Import a Windows Driver Described by an INF File
3+
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.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: how-to
99
ms.assetid: 7855f112-ef75-4754-affb-170ded8e1d0c
10-
author: aczechowski
11-
ms.author: aaroncz
12-
manager: dougeby
10+
author: Banreet
11+
ms.author: banreetkaur
12+
manager: apoorvseth
1313
ms.localizationpriority: null
14-
ms.collection: openauth
15-
16-
14+
ms.collection: tier3
15+
ms.reviewer: mstewart,aczechowski
1716
---
1817
# How to Import a Windows Driver Described by an INF File into Configuration Manager
1918
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](../../develop/reference/osd/createfrominf-method-in-class-sms_driver.md).

memdocs/configmgr/develop/osd/how-to-move-a-step-to-a-different-task-sequence-group.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Move a Step to a Different OS Deployment Task Sequence Group"
3-
titleSuffix: "Configuration Manager"
4-
description: "Move a step from one operating system deployment task sequence group to another by adding the step to the target group."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: Move a Step to a Different OS Deployment Task Sequence Group
3+
titleSuffix: Configuration Manager
4+
description: Move a step from one operating system deployment task sequence group to another by adding the step to the target group.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: how-to
99
ms.assetid: f93360ef-677e-48e0-886a-a07b8451611c
10-
author: aczechowski
11-
ms.author: aaroncz
12-
manager: dougeby
10+
author: Banreet
11+
ms.author: banreetkaur
12+
manager: apoorvseth
1313
ms.localizationpriority: null
14-
ms.collection: openauth
15-
16-
14+
ms.collection: tier3
15+
ms.reviewer: mstewart,aczechowski
1716
---
1817
# How to Move a Step to a Different Operating System Deployment Task Sequence Group
1918
You move a step (an action or a group) from one operating system deployment task sequence group to another, in Configuration Manager, by adding the step to the target group and then by deleting the step from the source group.

memdocs/configmgr/develop/osd/how-to-read-a-task-sequence-from-a-task-sequence-package.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Read a Task Sequence from a Task Sequence Package"
3-
titleSuffix: "Configuration Manager"
4-
description: "Read a task sequence from a task sequence package, in Configuration Manager, by calling the SMS_TaskSequencePackage method."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: Read a Task Sequence from a Task Sequence Package
3+
titleSuffix: Configuration Manager
4+
description: Read a task sequence from a task sequence package, in Configuration Manager, by calling the SMS_TaskSequencePackage method.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: how-to
99
ms.assetid: 222d153e-50d4-4572-b2b1-6a0d131c998b
10-
author: aczechowski
11-
ms.author: aaroncz
12-
manager: dougeby
10+
author: Banreet
11+
ms.author: banreetkaur
12+
manager: apoorvseth
1313
ms.localizationpriority: null
14-
ms.collection: openauth
15-
16-
14+
ms.collection: tier3
15+
ms.reviewer: mstewart,aczechowski
1716
---
1817
# How to Read a Task Sequence from a Task Sequence Package
1918
You read a task sequence from a task sequence package, in Configuration Manager, by calling the [SMS_TaskSequencePackage](../../develop/reference/osd/sms_tasksequencepackage-server-wmi-class.md) class [GetSequence](../../develop/reference/osd/getsequence-method-in-class-sms_tasksequencepackage.md) method. GetSequence returns an [SMS_TaskSequence](../../develop/reference/osd/sms_tasksequence-server-wmi-class.md) object that you can change and then put back in the package by using the [SetSequence](../../develop/reference/osd/setsequence-method-in-class-sms_tasksequencepackage.md) method. For an example of using SetSequence, see [How to Create an Operating System Deployment Task Sequence Package](../../develop/osd/how-to-create-an-operating-system-deployment-task-sequence-package.md).

memdocs/configmgr/develop/osd/how-to-remove-a-category-from-a-windows-driver.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: "Remove a Category from a Windows Driver"
3-
titleSuffix: "Configuration Manager"
4-
ms.date: "09/20/2016"
5-
ms.prod: "configuration-manager"
2+
title: Remove a Category from a Windows Driver
3+
titleSuffix: Configuration Manager
4+
ms.date: 09/20/2016
5+
ms.prod: configuration-manager
66
ms.technology: configmgr-sdk
77
ms.topic: how-to
88
ms.assetid: 85b50703-f51d-470b-9d9f-4d065c2bcb88
9-
author: aczechowski
10-
ms.author: aaroncz
11-
manager: dougeby
9+
author: Banreet
10+
ms.author: banreetkaur
11+
manager: apoorvseth
1212
ms.localizationpriority: null
13-
ms.collection: openauth
13+
ms.collection: tier3
1414
description: Learn about how to remove a category from a Windows driver by modifying the CategoryInstance_UniqueIDs array property.
15-
15+
ms.reviewer: mstewart,aczechowski
1616
---
1717
# How to Remove a Category from a Windows Driver
1818
In Configuration Manager, you remove a category from a Windows driver by removing the unique identifier for the category from the [SMS_Driver Server WMI Class](../../develop/reference/osd/sms_driver-server-wmi-class.md) `CategoryInstance_UniqueIDs` array property.

memdocs/configmgr/develop/osd/how-to-remove-a-step-from-an-operating-system-deployment-group.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Remove a Step from an OS Deployment Group"
3-
titleSuffix: "Configuration Manager"
4-
description: "Deletes a step from an operating system deployment task sequence group by deleting the step from the group's list of task sequence steps."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: Remove a Step from an OS Deployment Group
3+
titleSuffix: Configuration Manager
4+
description: Deletes a step from an operating system deployment task sequence group by deleting the step from the group's list of task sequence steps.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: how-to
99
ms.assetid: 1c143409-2ecd-44ae-9517-f37c15e0acc3
10-
author: aczechowski
11-
ms.author: aaroncz
12-
manager: dougeby
10+
author: Banreet
11+
ms.author: banreetkaur
12+
manager: apoorvseth
1313
ms.localizationpriority: null
14-
ms.collection: openauth
15-
16-
14+
ms.collection: tier3
15+
ms.reviewer: mstewart,aczechowski
1716
---
1817
# How to Remove a Step from an Operating System Deployment Group
1918
In Configuration Manager, you delete a step (an action or a group) from an operating system deployment task sequence group by deleting the step from the group's list of task sequence steps.

memdocs/configmgr/develop/osd/how-to-remove-a-windows-driver-from-a-boot-image-package.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Remove a Windows Driver from a Boot Image Package"
2+
title: Remove a Windows Driver from a Boot Image Package
33
description: In Configuration Manager, you remove a Windows driver from an operating system deployment boot image package by removing it from the ReferencedDrivers property of the SMS_BootImagePackage Server WMI Class object.
4-
titleSuffix: "Configuration Manager"
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
4+
titleSuffix: Configuration Manager
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: how-to
99
ms.assetid: 0d142253-1065-4b18-be64-d0513c7a3044
10-
author: aczechowski
11-
ms.author: aaroncz
12-
manager: dougeby
10+
author: Banreet
11+
ms.author: banreetkaur
12+
manager: apoorvseth
1313
ms.localizationpriority: null
14-
ms.collection: openauth
15-
16-
14+
ms.collection: tier3
15+
ms.reviewer: mstewart,aczechowski
1716
---
1817
# How to Remove a Windows Driver from a Boot Image Package
1918
In Configuration Manager, you remove a Windows driver from an operating system deployment boot image package by removing it from the `ReferencedDrivers` property of the [SMS_BootImagePackage Server WMI Class](../../develop/reference/osd/sms_bootimagepackage-server-wmi-class.md) object.

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Reorder an OS Deployment Task Sequence"
3-
titleSuffix: "Configuration Manager"
4-
ms.date: "09/20/2016"
5-
description: "In Configuration Manager, you can reorder the steps (an action or a group) in a task sequence or group by rearranging the step sequence in the [Steps] property array."
6-
ms.prod: "configuration-manager"
2+
title: Reorder an OS Deployment Task Sequence
3+
titleSuffix: Configuration Manager
4+
ms.date: 09/20/2016
5+
description: In Configuration Manager, you can reorder the steps (an action or a group) in a task sequence or group by rearranging the step sequence in the [Steps] property array.
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: how-to
99
ms.assetid: 1f01d10f-1aff-4f56-9f23-b53f222a57e9
10-
author: aczechowski
11-
ms.author: aaroncz
12-
manager: dougeby
10+
author: Banreet
11+
ms.author: banreetkaur
12+
manager: apoorvseth
1313
ms.localizationpriority: null
14-
ms.collection: openauth
15-
16-
14+
ms.collection: tier3
15+
ms.reviewer: mstewart,aczechowski
1716
---
1817
# How to Reorder an Operating System Deployment Task Sequence
1918
In Configuration Manager, you can reorder the steps (an action or a group) in a task sequence or group by rearranging the step sequence in the [Steps](../../develop/reference/osd/sms_tasksequence-server-wmi-class.md) property [SMS_TaskSequence_Step](../../develop/reference/osd/sms_tasksequence_step-server-wmi-class.md) array.

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Set an OS Deployment Task Sequence Variable"
3-
titleSuffix: "Configuration Manager"
2+
title: Set an OS Deployment Task Sequence Variable
3+
titleSuffix: Configuration Manager
44
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.
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: how-to
99
ms.assetid: 47653e95-da5f-40c8-b4a7-11a90ad71452
10-
author: aczechowski
11-
ms.author: aaroncz
12-
manager: dougeby
10+
author: Banreet
11+
ms.author: banreetkaur
12+
manager: apoorvseth
1313
ms.localizationpriority: null
14-
ms.collection: openauth
15-
16-
14+
ms.collection: tier3
15+
ms.reviewer: mstewart,aczechowski
1716
---
1817
# How to Set an Operating System Deployment Task Sequence Variable
1918
In Configuration Manager, you create an operating system deployment task sequence variable by creating an instance of the [SMS_TaskSequence_SetVariableAction](../../develop/reference/osd/sms_tasksequence_setvariableaction-server-wmi-class.md) class, adding to a task sequence. You can also create task sequence variables while the task sequence is running on the client. For more information, see [How to Use Task Sequence Variables in a Running Configuration Manager Task Sequence](../../develop/osd/how-to-use-task-sequence-variables-in-a-running-task-sequence.md).

memdocs/configmgr/develop/osd/how-to-set-operating-system-deployment-branding-information.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Set Operating System Deployment Branding Information"
3-
titleSuffix: "Configuration Manager"
4-
ms.date: "09/20/2016"
5-
ms.prod: "configuration-manager"
2+
title: Set Operating System Deployment Branding Information
3+
titleSuffix: Configuration Manager
4+
ms.date: 09/20/2016
5+
ms.prod: configuration-manager
66
ms.technology: configmgr-sdk
77
ms.topic: how-to
88
ms.assetid: 95a1f0b7-2568-403f-bd24-43abc859eaf0
9-
author: aczechowski
10-
ms.author: aaroncz
11-
manager: dougeby
9+
author: Banreet
10+
ms.author: banreetkaur
11+
manager: apoorvseth
1212
ms.localizationpriority: null
13-
ms.collection: openauth
13+
ms.collection: tier3
1414
description: Learn how to set operating system deployment branding information in the configuration manager by changing the property of the client agent component section.
15-
16-
15+
ms.reviewer: mstewart,aczechowski
1716
---
1817
# How to Set Operating System Deployment Branding Information in Configuration Manager
1918
You set the operating system deployment branding information for the Configuration Manager client by changing the `OSDBrandingSubtitle` property of the client agent component section in the site control file.

memdocs/configmgr/develop/osd/how-to-set-the-deletion-policy-for-a-state-migration-point.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Set the Deletion Policy for a State Migration Point"
3-
titleSuffix: "Configuration Manager"
4-
description: "In Configuration Manager, configure the state migration point deletion policy by updating the embedded properties of SMPStoreDeletionDelayTimeInMinutes and SMPStoreDeletionCycleTimeInMinutes."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: Set the Deletion Policy for a State Migration Point
3+
titleSuffix: Configuration Manager
4+
description: In Configuration Manager, configure the state migration point deletion policy by updating the embedded properties of SMPStoreDeletionDelayTimeInMinutes and SMPStoreDeletionCycleTimeInMinutes.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: how-to
99
ms.assetid: ffe6aa50-dd9c-4920-a694-fa05309f5863
10-
author: aczechowski
11-
ms.author: aaroncz
12-
manager: dougeby
10+
author: Banreet
11+
ms.author: banreetkaur
12+
manager: apoorvseth
1313
ms.localizationpriority: null
14-
ms.collection: openauth
15-
16-
14+
ms.collection: tier3
15+
ms.reviewer: mstewart,aczechowski
1716
---
1817
# How to Set the Deletion Policy for a State Migration Point
1918
In Configuration Manager, you configure the state migration point deletion policy by updating the **SMPStoreDeletionDelayTimeInMinutes** and **SMPStoreDeletionCycleTimeInMinutes** embedded properties. The deletion policy defines when the state migration point should remove data marked for deletion.

0 commit comments

Comments
 (0)