Skip to content

Commit 8ab6161

Browse files
committed
meta develop batch 15
1 parent 7d401c2 commit 8ab6161

56 files changed

Lines changed: 446 additions & 484 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/servers/console/configuration-manager-action-xml.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
22
description: Article describing the use of ActionDescription XML element in Configuration Manager to display the action, action type, and conditional tests made.
3-
title: "Configuration Manager Action XML"
4-
ms.date: "09/20/2016"
5-
ms.prod: "configuration-manager"
3+
title: Configuration Manager Action XML
4+
ms.date: 09/20/2016
5+
ms.prod: configuration-manager
66
ms.technology: configmgr-sdk
77
ms.topic: conceptual
88
ms.assetid: 8a871fbf-ec8b-4c6f-8807-e5350ca2ffd7
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
14-
15-
13+
ms.collection: tier3
14+
ms.reviewer: mstewart,aczechowski
1615
---
1716
# Configuration Manager Action XML
1817
Every Configuration Manager action is defined by an `ActionDescription` XML element that defines the action type and other information that is used by the Configuration Manager console to display the action. An `ActionDescription` element has a variety of child elements that provide information specific to the action type and also conditional tests made before the action is displayed.

memdocs/configmgr/develop/core/servers/console/configuration-manager-actions.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
2-
title: "Configuration Manager Actions"
3-
ms.date: "09/20/2016"
4-
description: "Learn about the Configuration Manager console actions that let you perform routine or custom tasks."
5-
ms.prod: "configuration-manager"
2+
title: Configuration Manager Actions
3+
ms.date: 09/20/2016
4+
description: Learn about the Configuration Manager console actions that let you perform routine or custom tasks.
5+
ms.prod: configuration-manager
66
ms.technology: configmgr-sdk
77
ms.topic: conceptual
88
ms.assetid: e17c2d91-aecc-4697-8084-64a56cda49d9
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
14-
15-
13+
ms.collection: tier3
14+
ms.reviewer: mstewart,aczechowski
1615
---
1716
# Configuration Manager Actions
1817
Configuration Manager console actions are tasks or commands that are performed by making context menu or action panel selections. There are a number of standard action types such as cut, paste, and properties. You can also add your own custom actions to perform tasks such as running programs and displaying dialog boxes. You can restrict the availability of actions to such criteria as regular expressions, security permissions, and method call results.

memdocs/configmgr/develop/core/servers/console/console-extension-architecture.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Console Extension Architecture"
3-
titleSuffix: "Configuration Manager"
4-
description: "The Configuration Manager console architecture is built on the following four distinct layers."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: Console Extension Architecture
3+
titleSuffix: Configuration Manager
4+
description: The Configuration Manager console architecture is built on the following four distinct layers.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: 4248fae0-66fa-44a9-b5bb-0fa23426194a
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
# Configuration Manager Console Extension Architecture
1918
The Configuration Manager console architecture is built on the following four distinct layers.

memdocs/configmgr/develop/core/servers/console/console-extension-deployment.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ ms.date: 09/20/2016
66
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
9-
author: mestew
10-
ms.author: mstewart
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
14+
ms.reviewer: mstewart,aczechowski
1415
---
1516

1617
# Configuration Manager console extension deployment

memdocs/configmgr/develop/core/servers/console/console-extension-register.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
2-
title: "Console extension registration through community hub"
3-
description: "Register a console extension through community hub"
4-
titleSuffix: "Configuration Manager"
5-
ms.date: "11/19/2021"
6-
ms.prod: "configuration-manager"
2+
title: Console extension registration through community hub
3+
description: Register a console extension through community hub
4+
titleSuffix: Configuration Manager
5+
ms.date: 11/19/2021
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: d15d00a9-a77a-4916-88c6-0ac04234fc1e
10-
author: mestew
11-
ms.author: mstewart
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
# Console extension registration though community hub

memdocs/configmgr/develop/core/servers/console/console-management-class-xml.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Console Management Class XML"
3-
titleSuffix: "Configuration Manager"
4-
description: "The MyClass node is a subclass of the SMS_SiteControlItem management class, which is defined in ManagementClassDescriptions.xml."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: Console Management Class XML
3+
titleSuffix: Configuration Manager
4+
description: The MyClass node is a subclass of the SMS_SiteControlItem management class, which is defined in ManagementClassDescriptions.xml.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: 32b5eea0-903b-4b54-92e8-d540973c6321
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
# Configuration Manager Console Management Class XML
1918
The management classes XML for the Configuration Manager console are located %*ProgramFiles*%\Microsoft Endpoint Manager\AdminConsole\XmlStorage\ConsoleRoot\ManagementClassDescriptions.xml file. Your extension management class XML files, however, must be placed in the AdminConsole\XmlStorage\Extensions\ManagementClasses\ folder.

memdocs/configmgr/develop/core/servers/console/console-node-xml.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 the Configuration Manager Console Node XML to cause a grid view to appear in the view panel displaying the RoleName and SiteCode properties.
3-
title: "Console Node XML"
4-
titleSuffix: "Configuration Manager"
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
3+
title: Console Node XML
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: ae7c2e8f-06e9-487d-ba09-4b30cce7574c
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
# Configuration Manager Console Node XML
1918
The node XML for the Configuration Manager console is in workspace XML files located in the %*ProgramFiles*%\Microsoft Endpoint Manager\AdminConsole\XmlStorage\ConsoleRoot\ folder. Your extension node XML files, however, are placed in the folder AdminConsole\XmlStorage\Extensions\Nodes\\<GUID\>, where \<GUID> is the namespace GUID identifier for the parent node.

memdocs/configmgr/develop/core/servers/console/console-resourceassembly-element.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 define the resources that are used by the node with the ResourceAssembly element in Configuration Manager.
3-
title: "Console ResourceAssembly Element"
4-
titleSuffix: "Configuration Manager"
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
3+
title: Console ResourceAssembly Element
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: 43a057a5-3370-4c54-821a-5029e7c4bd8c
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
# Configuration Manager Console ResourceAssembly Element
1918
In Configuration Manager, the `ResourceAssembly` element defines the resources that are used by the node. The following XML defines the assembly, `AdminUI.CollectionProperty.dll`, and the type of the resource within the assembly.

memdocs/configmgr/develop/core/servers/console/console-rootnodes-element.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
2-
title: "Console RootNodes Element"
3-
titleSuffix: "Configuration Manager"
4-
description: "The RootNodes element is responsible for rendering a node. The NodeDescription node defines these user interface elements."
5-
ms.date: "09/20/2016"
6-
ms.prod: "configuration-manager"
2+
title: Console RootNodes Element
3+
titleSuffix: Configuration Manager
4+
description: The RootNodes element is responsible for rendering a node. The NodeDescription node defines these user interface elements.
5+
ms.date: 09/20/2016
6+
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
99
ms.assetid: 28814bf8-e339-4b32-85bc-0676d530dcff
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
# Configuration Manager Console RootNodes Element
1918
`RootNodes` elements are the topmost nodes for a feature. For example, software distribution.

memdocs/configmgr/develop/core/servers/console/executable-action.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ ms.date: 09/20/2016
66
ms.prod: configuration-manager
77
ms.technology: configmgr-sdk
88
ms.topic: conceptual
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
14+
ms.reviewer: mstewart,aczechowski
1415
---
1516

1617
# Configuration Manager Executable Action

0 commit comments

Comments
 (0)