mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 19:33:37 +00:00
how to remove assigned access powershell
This commit is contained in:
@ -200,6 +200,13 @@ Set-AssignedAccess -AppName <CustomApp> -UserSID <usersid>
|
|||||||
|
|
||||||
[Learn how to get the SID](http://go.microsoft.com/fwlink/p/?LinkId=615517).
|
[Learn how to get the SID](http://go.microsoft.com/fwlink/p/?LinkId=615517).
|
||||||
|
|
||||||
|
To remove assigned access, using PowerShell, run the following cmdlet.
|
||||||
|
|
||||||
|
```
|
||||||
|
Clear-AssignedAccess
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Set up automatic logon
|
### Set up automatic logon
|
||||||
|
|
||||||
When your kiosk device restarts, whether from an update or power outage, you can log on the assigned access account manually or you can configure the device to log on to the assigned access account automatically.
|
When your kiosk device restarts, whether from an update or power outage, you can log on the assigned access account manually or you can configure the device to log on to the assigned access account automatically.
|
||||||
|
Reference in New Issue
Block a user