Skip to content

Commit 1852e4b

Browse files
authored
Merge pull request #7491 from MicrosoftDocs/main
Publish 04/29/2022, 10:30 AM
2 parents 0c3c3b1 + eae5da0 commit 1852e4b

107 files changed

Lines changed: 127 additions & 82 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/apps/deployment-type-extension-versioning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Deployment Type Extension Versioning"
3+
description: Configuration Manager supports in-place versioning for minor upgrades and out-of-place versioning for major upgrades.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/apps/how-to-create-the-windows-installer-file-msi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "How to Create the Windows Installer File "
3+
description: After the Deployment Type Extension file (*.cmdtx) is created, you are expected to generate a Windows Installer file (\*.msi) which contains the \*.cmdtx file and the UX files.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/apps/how-to-define-the-client-side-handler.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "How to Define the Client-side Handler"
3+
description: The custom client-side handler needs to implement a public COM interface and methods. The below methods will be called by the Configuration Manager client framework.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "How to Define the Create Deployment Type Wizard XML File "
3+
description: To define the custom create deployment type wizard XML file, create an XML file based on the schema.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/apps/how-to-define-the-deployment-technology-registration-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Define the Deployment Technology Registration File "
3+
description: To define a deployment technology registration file, create an XML file based on the AppMgmtDigest schema.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "How to Define the Deployment Technology"
3+
description: To define a custom application management deployment technology, implement the Microsoft.ConfigurationManagement.ApplicationManagement.DeploymentTechnology class.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
@@ -19,7 +20,7 @@ To define a custom application management deployment technology, implement the `
1920

2021
The DeploymentTechnology class is the object that is registered with the Configuration Manager Application Model SDK. The DeploymentTechnology class contains references to three different types of objects that compose the technology. When implementing a new deployment technology you must implement a class that derives from this class.
2122

22-
In the Remote Desktop Protocol (RDP) sample project, a new deployment technology is required for Remote Desktop Protocol (RDP) files. Deployment support for RDP files is not built-in to Configuration Manager, so a custom deployment technology is required.
23+
In the Remote Desktop Protocol (RDP) sample project, a new deployment technology is required for Remote Desktop Protocol (RDP) files. Deployment support for RDP files is not built in to Configuration Manager, so a custom deployment technology is required.
2324

2425
> [!IMPORTANT]
2526
> The DeploymentTechnology class name must match the class specified in the DeploymentTechnology.xml file.

memdocs/configmgr/develop/compliance/about-configuration-baselines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "About Configuration Baselines"
3+
description: In Configuration Manager, baselines are used to define the configuration of a product or a system that is established at a specific point in time, capturing both structure and details.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/compliance/how-to-enable-or-disable-the-compliance-settings--dcm--agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Enable or Disable the Compliance Settings Agent"
3+
description: In Configuration Manager, you enable or disable the Desired Configuration Management Client Agent by modifying the site control file settings.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Import Configuration Baselines and Items"
3+
description: In Configuration Manager, importing a configuration baseline or configuration item by using the Configuration Manager SDK requires a properly formatted XML file.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"

memdocs/configmgr/develop/core/understand/configuration-manager-object-security.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Object Security"
3+
description: The delegate verb in Configuration Manager provides administrators with a way of allowing users to assign to other users the instance permissions to an object in a very limited way.
34
titleSuffix: "Configuration Manager"
45
ms.date: "09/20/2016"
56
ms.prod: "configuration-manager"
@@ -21,7 +22,7 @@ ms.collection: openauth
2122

2223
To some extent, these explicitly granted rights provide the user with a certain level of ownership of the object. With the delegate right, this ownership is extended to the control of the default group of instance rights. To limit which rights a user can delegate, only rights explicitly granted to them (not a group to which they belong) can be delegated. A user can also remove other users (or groups) instance rights if the user has the delegate permission and explicit rights to an object (this is why a user is said to own an object if they have explicit instance rights). Users with administrator rights still have full control of administering permissions.
2324

24-
A common scenario for using the delegate verb is when a user has create and delegate rights for an object type and wants to create an object and allow members of a user group to see it. They create an instance of the object and then delegate read permissions for the instance to the user group.
25+
A common scenario for using the delegate verb is when a user has created and delegated rights for an object type and wants to create an object and allow members of a user group to see it. They create an instance of the object and then delegate read permissions for the instance to the user group.
2526

2627
The delegate verb is applicable to the follow Configuration Manager classes:
2728

@@ -40,7 +41,7 @@ ms.collection: openauth
4041
- `SMS_MeteredProductRule`
4142

4243
## System Resource (SMS_R_System) as a Secured Resource
43-
Secured resources are resources (the SMS_R_* classes) that require collection read rights to be viewed. If the user has class-level collection read rights, the user can see all the instances of a secured resource. If the user only has instance-level read rights to certain collections, the user only has rights to see resources that are a members of those collections. `SMS_R_User` and `SMS_R_UserGroup` are secured resources in SMS 2.0. In SMS 2003, `SMS_R_System` (the system resource) is also a secured resource.
44+
Secured resources are resources (the SMS_R_* classes) that require collection read rights to be viewed. If the user has class-level collection read rights, the user can see all the instances of a secured resource. If the user only has instance-level read rights to certain collections, the user only has rights to see resources that are members of those collections. `SMS_R_User` and `SMS_R_UserGroup` are secured resources in SMS 2.0. In SMS 2003, `SMS_R_System` (the system resource) is also a secured resource.
4445

4546
Inventory instances (SMS_G_System_*) are secured similarly with the read resource verb. If a user has class-level rights, that user can see inventory data belonging to all resources. If the user does not have class-level rights, the user can see only inventory data for inventory that belongs to resources that are members of collections to which the user has instance-level read resource rights. Conversely, if a user has read resource rights to a collection, a user can see the inventory data for the members of that collection. This has not been affected by the change in security to `SMS_R_System`. Read resource rights cannot be granted to a user without granting read rights. When a user does not have the appropriate class-level collection rights, resource security is enforced through collection limiting.
4647

0 commit comments

Comments
 (0)