how to remove assigned access powershell

This commit is contained in:
jdeckerMS
2016-06-17 11:49:39 -07:00
parent a12b483ee5
commit afe463dbfc

View File

@ -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.