Skip to content

Commit c48f608

Browse files
committed
meta develop batch 14
1 parent 7d401c2 commit c48f608

63 files changed

Lines changed: 587 additions & 645 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

memdocs/configmgr/develop/core/misc/privacy/privacy-information.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
22
description: Learn how information is handled by Configuration Manager SDK to better understand how to meet your privacy requirements as you build a program or script.
3-
title: "Privacy Information"
4-
titleSuffix: "Configuration Manager"
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
3+
title: Privacy Information
4+
titleSuffix: Configuration Manager
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: d6ded6e9-1f9b-459a-8ef3-4b8f828e0232
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
# Privacy Information
1918
The Configuration Manager SDK provides documentation and code samples demonstrating how to programmatically access Configuration Manager features. When you build a program or script by using the Configuration Manager SDK, Configuration Manager does not limit the types of information it transmits. For example, a program that identifies each computer and logon account could be used to transmit information between clients and servers.

memdocs/configmgr/develop/core/servers/configure/about-creating-a-data-discovery-record.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
22
description: Learn how to create data discovery records (DDRs), using the SMSRsGenCtl.dll and other functions.
3-
title: "About Creating a Data Discovery Record"
4-
titleSuffix: "Configuration Manager"
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
3+
title: About Creating a Data Discovery Record
4+
titleSuffix: Configuration Manager
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: 21c55e40-fd35-421c-bdbe-49b673a99403
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
# About Creating a Data Discovery Record
1918
To create data discovery records (DDRs), you must use the SMSRsGenCtl.dll and the functions that are described in the following table. These functions create a single DDR that can be process by Data Discovery Manager (DDM). The order in which you call the functions is important; you must call `DDRNew` before calling any of the functions that add properties. The order in which you add properties to your class is arbitrary. However, the last function you call must be `DDRWrite` to create the DDR. The DDR must then be manually copied to the SMS\Inboxes\Auth\Ddm.box directory.

memdocs/configmgr/develop/core/servers/configure/about-ddr-properties.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "About DDR Properties"
3-
titleSuffix: "Configuration Manager"
4-
description: "In Configuration Manager, the architecture for a resource is defined in both the database and the data discovery record."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: About DDR Properties
3+
titleSuffix: Configuration Manager
4+
description: In Configuration Manager, the architecture for a resource is defined in both the database and the data discovery record.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: ec596c8c-868b-4228-8a3c-5e82d20e6c48
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
# About DDR Properties
1918
In Configuration Manager, the architecture for a resource is defined in both the database and the data discovery record (DDR). If the architecture is not defined in the database, the definition is created from the setting in the DDR.

memdocs/configmgr/develop/core/servers/configure/about-maintenance-windows.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
2-
title: "About Maintenance Windows"
3-
titleSuffix: "Configuration Manager"
4-
description: "Use Maintenance Windows article provides more information about Configuration Manager maintenance Windows."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: About Maintenance Windows
3+
titleSuffix: Configuration Manager
4+
description: Use Maintenance Windows article provides more information about Configuration Manager maintenance Windows.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: efbb6dc8-cb1c-4513-95a4-eb3a8c3936b2
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
14+
ms.collection: tier3
15+
ms.reviewer: mstewart,aczechowski
1516
---
1617

1718
# About Maintenance Windows

memdocs/configmgr/develop/core/servers/configure/about-package-definition-files.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
22
description: Learn how to use Configuration Manager to help automate package creation using package definition files.
3-
title: "About Package Definition Files"
4-
titleSuffix: "Configuration Manager"
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
3+
title: About Package Definition Files
4+
titleSuffix: Configuration Manager
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: fbd5743c-ff78-4890-9e32-5a133c02878c
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
# About Package Definition Files
1918
Package definition files are predefined scripts that you can use to help automate package creation with Configuration Manager. These are files that contain the package and program information that is needed to distribute a package to clients, with the exception of the source file location.

memdocs/configmgr/develop/core/servers/configure/about-software-distribution-deployments.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Software Distribution Deployments"
3-
titleSuffix: "Configuration Manager"
2+
title: Software Distribution Deployments
3+
titleSuffix: Configuration Manager
44
description: In Configuration Manager, after a software distribution package has been created, with programs to tell client computers what to do with the package, you need to advertise the program.
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: conceptual
99
ms.assetid: 879be718-4ce0-46bc-a2e3-161b97f836a5
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
# About Software Distribution Deployments
1918
In Configuration Manager, after a software distribution package has been created, with programs to tell client computers what to do with the package, you need to advertise the program that you want the clients to run. Advertising the program makes a program available to a specified collection of clients.

memdocs/configmgr/develop/core/servers/configure/about-software-distribution-programs.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
description: Learn all about software distribution programs and how they are packaged and made available to a collection of clients.
3-
title: "Software Distribution Programs"
4-
titleSuffix: "Configuration Manager"
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
description: Learn all about software distribution programs and how they are packaged and made available to a collection of clients.
3+
title: Software Distribution Programs
4+
titleSuffix: Configuration Manager
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: 590d8888-608d-491e-a754-4831138fca2a
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
# About Software Distribution Programs
1918
Programs are commands that are associated with a Configuration Manager package that tell a client what should occur on the client computer when the package is received. You can associate almost any activity with a program. For example, a program can be used to install new software on clients, distribute data files, run virus-detection software, or update client configuration.

memdocs/configmgr/develop/core/servers/configure/about-software-distribution-setup-and-configuration.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Software Distribution Setup and Configuration"
3-
titleSuffix: "Configuration Manager"
4-
description: "The Advertised Programs Client Agent is installed on all clients by Configuration Manager, but it is necessary to configure the agent to match the needs of your site."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: Software Distribution Setup and Configuration
3+
titleSuffix: Configuration Manager
4+
description: The Advertised Programs Client Agent is installed on all clients by Configuration Manager, but it is necessary to configure the agent to match the needs of your site.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: 6608e833-5caf-465d-b41d-ddac1371cd67
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
# About Software Distribution Setup and Configuration
1918

memdocs/configmgr/develop/core/servers/configure/about-the-unique-identifier-value-for-a-resource.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Unique Identifier Value for a Resource"
3-
titleSuffix: "Configuration Manager"
4-
description: "An optional property that reports inventory data for a resource."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: Unique Identifier Value for a Resource
3+
titleSuffix: Configuration Manager
4+
description: An optional property that reports inventory data for a resource.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: 1fe1e9f1-daed-4df8-bf32-df7258d9a3fe
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
# About the Unique Identifier Value for a Resource
1918
In Configuration Manager, the Configuration Manager unique identifier property for a new resource class is optional. If you report inventory data for the resource, you must include this property. The Configuration Manager unique identifier value must be unique — it relates your resource discovery data to your inventory data (SMS_G_xxx). Typically, hardware resources use a GUID to uniquely identify individual resources.

memdocs/configmgr/develop/core/servers/configure/about-updating-an-existing-resource-instance.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Update an Existing Resource Instance"
3-
titleSuffix: "Configuration Manager"
2+
title: Update an Existing Resource Instance
3+
titleSuffix: Configuration Manager
44
description: When the Data Discovery Manager, in Configuration Manager, finds an existing resource that matches the data discovery record, the resource instance is updated; otherwise, a new instance is created.
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: conceptual
99
ms.assetid: 0ccb114a-9666-40f5-a02c-894822f3d359
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
# About Updating an Existing Resource Instance
1918
When the Data Discovery Manager (DDM), in Configuration Manager, finds an existing resource that matches the data discovery record (DDR), the resource instance is updated; otherwise, a new instance is created. The DDM uses the following approach to find a resource match.

0 commit comments

Comments
 (0)