Add redirection for find-the-application-user-model-id-of-an-installed-app.md

This commit is contained in:
Paolo Matarazzo 2024-02-05 17:03:09 -05:00
parent e293cf1962
commit b0e8360e8e
2 changed files with 9 additions and 2 deletions

View File

@ -579,6 +579,11 @@
"source_path": "windows/configuration/kiosk/lockdown-features-windows-10.md",
"redirect_url": "/previous-versions/windows/it-pro/windows-10/configuration/kiosk/lockdown-features-windows-10",
"redirect_document_id": false
},
{
"source_path": "windows/configuration/kiosk/find-the-application-user-model-id-of-an-installed-app.md",
"redirect_url": "/windows/configuration/kiosk/find-aumid",
"redirect_document_id": false
}
]
}

View File

@ -2,7 +2,7 @@
title: Find the Application User Model ID of an installed app
description: Learn how to find the Application User Model ID (AUMID) of the appications installed on a Windows device.
ms.topic: how-to
ms.date: 12/31/2017
ms.date: 02/05/2023
---
# Find the Application User Model ID of an installed app
@ -14,7 +14,9 @@ To configure Assigned Access, you must use the AUMID of the apps installed on a
## How to find the AUMID
You can find the AUMID by using Windows PowerShell, File Explorer, or the registry.
You can find an application's AUMID by using Windows PowerShell, File Explorer, or the registry.
Follow the instructions to retrieve AUMIDs, selecting the tool of your choice.
#### [:::image type="icon" source="../images/icons/powershell.svg"::: **PowerShell**](#tab/ps)