Merged PR 13564: 1/03 AM Publish

This commit is contained in:
Huaping Yu (Beyondsoft Consulting Inc) 2019-01-03 18:31:10 +00:00
commit 899223757a
2 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ Install the following module in Powershell
``` syntax ``` syntax
install-module AzureAD install-module AzureAD
Install-module MsOnline Install-module MsOnline
``` ```
### Connecting to online services ### Connecting to online services

View File

@ -9,7 +9,7 @@ ms.sitesec: library
ms.pagetype: edu, security ms.pagetype: edu, security
author: jdeckerms author: jdeckerms
ms.localizationpriority: medium ms.localizationpriority: medium
ms.date: 10/02/2018 ms.date: 01/04/2019
ms.author: jdecker ms.author: jdecker
ms.topic: article ms.topic: article
--- ---
@ -399,7 +399,7 @@ Before applying the multi-app configuration, make sure the specified user accoun
Group accounts are specified using `<UserGroup>`. Nested groups are not supported. For example, if user A is member of Group 1, Group 1 is member of Group 2, and Group 2 is used in `<Config/>`, user A will not have the kiosk experience. Group accounts are specified using `<UserGroup>`. Nested groups are not supported. For example, if user A is member of Group 1, Group 1 is member of Group 2, and Group 2 is used in `<Config/>`, user A will not have the kiosk experience.
- Local group: Specify the group type as **LocalGroup** and put the group name in Name attribute. - Local group: Specify the group type as **LocalGroup** and put the group name in Name attribute. Any Azure AD accounts that are added to the local group will not have the kiosk settings applied.
```xml ```xml
<Config> <Config>
@ -416,7 +416,7 @@ Group accounts are specified using `<UserGroup>`. Nested groups are not supporte
</Config> </Config>
``` ```
- Azure AD group: Use the group object ID from the Azure portal to uniquely identify the group in the Name attribute. You can find the object ID on the overview page for the group in **Users and groups** > **All groups**. Specify the group type as **AzureActiveDirectoryGroup**. - Azure AD group: Use the group object ID from the Azure portal to uniquely identify the group in the Name attribute. You can find the object ID on the overview page for the group in **Users and groups** > **All groups**. Specify the group type as **AzureActiveDirectoryGroup**. The kiosk device must have internet connectivity when users that belong to the group sign in.
```xml ```xml
<Config> <Config>