You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/configmgr/develop/core/servers/console/console-extension-register.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ To download console extensions from the [Community hub](../../../../core/servers
24
24
- A technical preview version of Configuration Manager
25
25
- Configuration Manager [version 2103](../../../../core/plan-design/changes/whats-new-in-version-2103.md) or later
26
26
27
-
You can test your own signed extensions by [importing them locally](/mem/configmgr/core/servers/manage/import-admin-console-extensions) with the following versions:
27
+
You can test your own signed extensions by [importing them locally](../../../../core/servers/manage/import-admin-console-extensions.md) with the following versions:
28
28
- A technical preview version of Configuration Manager
29
29
- Configuration Manager [version 2103](../../../../core/plan-design/changes/whats-new-in-version-2103.md) or later
30
30
31
-
You can [import an unsigned extension](/mem/configmgr/core/servers/manage/import-admin-console-extensions) locally. Unsigned extensions are for local import and testing purposes only. Unsigned extensions can't be submitted to Community hub. Importing an unsigned extension requires one of the following versions:
31
+
You can [import an unsigned extension](../../../../core/servers/manage/import-admin-console-extensions.md) locally. Unsigned extensions are for local import and testing purposes only. Unsigned extensions can't be submitted to Community hub. Importing an unsigned extension requires one of the following versions:
32
32
-[Technical preview version 2105.2](../../../../core/get-started/2021/technical-preview-2105-2.md#bkmk_ext) or later.
33
33
- Configuration Manager [version 2107](../../../../core/plan-design/changes/whats-new-in-version-2107.md) or later
34
34
35
-
Starting in version 2111, you can import both signed and unsigned extensions using the [**Import Console Extension** wizard](/mem/configmgr/core/servers/manage/import-admin-console-extensions).
35
+
Starting in version 2111, you can import both signed and unsigned extensions using the [**Import Console Extension** wizard](../../../../core/servers/manage/import-admin-console-extensions.md).
36
36
37
37
## Prerequisites
38
38
@@ -158,7 +158,7 @@ Example manifest.xml file:
158
158
When you have your extension built and packaged into an authenticode-signed `.cab` file, you can test it in a Configuration Manager lab environment. You'll do this by posting it through the [administration service](../../../adminservice/usage.md). Once the extension is inserted into the site, you can approve it and install it locally from the **Console Extensions** node.
159
159
160
160
> [!Important]
161
-
> For local testing, you can import unsigned console extensions when you use version 2107 or later. For more information and additional import methods, see [Import console extensions](/mem/configmgr/core/servers/manage/import-admin-console-extensions).
161
+
> For local testing, you can import unsigned console extensions when you use version 2107 or later. For more information and additional import methods, see [Import console extensions](../../../../core/servers/manage/import-admin-console-extensions.md).
162
162
163
163
1. Run the following PowerShell script after editing the `$adminServiceProvider` and `$cabFilePath`:
164
164
-`$adminServiceProvider` - The top-level SMSProvider server where the administration service is installed
@@ -213,4 +213,4 @@ Make sure you've joined the community hub and that you've accepted the invite af
213
213
214
214
- [Contribute to community hub](../../../../core/servers/manage/community-hub-contribute.md)
215
215
- [Use the community hub](../../../../core/servers/manage/community-hub.md)
0 commit comments