From 962fc574406ce0f855d52f1583cd00b4a0ac2f00 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Wed, 29 Jun 2016 12:24:59 -0700 Subject: [PATCH] tweak note placement --- ...set-up-a-kiosk-for-windows-10-for-desktop-editions.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index 10edc07ce7..ff53ab6757 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -180,10 +180,7 @@ When you build a provisioning package, you may include sensitive information in ### Set up assigned access using Windows PowerShell -You can use any of the following PowerShell cmdlets to set up assigned access on multiple devices. Specify the app using the AUMID or AppName. - -- [Learn how to get the AUMID](http://go.microsoft.com/fwlink/p/?LinkId=614867). -- [Learn how to get the AppName](https://msdn.microsoft.com/en-us/library/windows/hardware/mt620046%28v=vs.85%29.aspx) (see **Parameters**). +You can use any of the following PowerShell cmdlets to set up assigned access on multiple devices. To open PowerShell on Windows 10, search for PowerShell and find **Windows PowerShell Desktop app** in the results. Run PowerShell as administrator. @@ -198,14 +195,16 @@ Set-AssignedAccess -AppUserModelId -UserSID ``` Set-AssignedAccess -AppName -UserName ``` -> **Note:** To set up assigned access using `-AppName`, the user account that you specify for assigned access must have logged on at least once. ``` Set-AssignedAccess -AppName -UserSID ``` +> **Note:** To set up assigned access using `-AppName`, the user account that you specify for assigned access must have logged on at least once. [Learn how to get the AUMID](http://go.microsoft.com/fwlink/p/?LinkId=614867). +[Learn how to get the AppName](https://msdn.microsoft.com/en-us/library/windows/hardware/mt620046%28v=vs.85%29.aspx) (see **Parameters**). + [Learn how to get the SID](http://go.microsoft.com/fwlink/p/?LinkId=615517). To remove assigned access, using PowerShell, run the following cmdlet.