Merge remote-tracking branch 'refs/remotes/origin/master' into live

This commit is contained in:
LizRoss 2016-06-17 13:31:27 -07:00
commit 24cd7e3c38
5 changed files with 12 additions and 6 deletions

View File

@ -26,14 +26,14 @@ The following table tells you what you get using the **Set up School PCs** app i
| Feature | No Internet | Azure AD | Office 365 | Azure AD Premium |
| --- | :---: | :---: | :---: | :---: |
| **Fast sign-in**<br/>Each student can sign in and start using the computer in less than a minute, even on their first sign-in. | X | X | X | X |
| **Custom Start experience**\*<br/>The apps students need are pinned to Start, and unnecessary apps are removed. | X | X | X | X |
| **Custom Start experience**<br/>The apps students need are pinned to Start, and unnecessary apps are removed. | X | X | X | X |
| **Temporary access, no sign-in required**<br/>This option sets up computers for common use. Anyone can use the computer without an account. | X | X | X | X |
| **School policies**\*<br/>Settings specific to education create a useful learning environment and the best computer performance. | X | X | X | X |
| **School policies**<br/>Settings specific to education create a useful learning environment and the best computer performance. | X | X | X | X |
| **Azure AD Join**<br/>The computers are joined to your Azure AD or Office 365 subscription for centralized management. | | X | X | X |
| **Single sign-on to Office 365**<br/>By signing on with student IDs, students have fast access to Office 365 web apps. | | | X | X |
| **[Settings roaming](https://azure.microsoft.com/en-us/documentation/articles/active-directory-windows-enterprise-state-roaming-overview/) via Azure AD**<br/>Student user and application settings data can be synchronized across devices for a personalized experience. | | | | X |
| | | | | |
\* Feature applies to Windows 10 Pro, Windows 10 Pro for Education, Windows 10 Enterprise, and Windows 10 Enterprise for EDU
> **Note**: If your school uses Active Directory, use Windows Imaging and Configuration Designer to configure your PCs to join the domain. You can only use the **Set up School PCs** app to set up PCs that are not connected to your traditional domain.

View File

@ -28,7 +28,7 @@ Many schools use online testing for formative and summative assessments. It's cr
- Cortana is turned off.
**Take a Test** is included in version 1607 of Windows 10 Pro, Pro Education, Education and Enterprise.
## How you use Take a Test

View File

@ -30,7 +30,7 @@ The **Take a Test** app in Windows 10, Version 1607, creates the right environme
> **Tip!**
> To exit **Take a Test**, press Ctrl+Alt+Delete.
**Take a Test** is included in version 1607 of Windows 10 Pro, Pro Education, Education and Enterprise.
## How you use Take a Test

View File

@ -28,7 +28,6 @@ Many schools use online testing for formative and summative assessments. It's cr
- Cortana is turned off.
**Take a Test** is included in version 1607 of Windows 10 Pro, Pro Education, Education and Enterprise.
## How you use Take a Test

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).
To remove assigned access, using PowerShell, run the following cmdlet.
```
Clear-AssignedAccess
```
### 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.