update full XML

This commit is contained in:
Jeanie Decker 2018-03-26 07:30:35 -07:00
parent 7bf11e3067
commit e7c2aaf6a5

View File

@ -27,9 +27,7 @@ ms.author: jdecker
```xml ```xml
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<AssignedAccessConfiguration <AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config">
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
>
<Profiles> <Profiles>
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"> <Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
<AllAppsList> <AllAppsList>
@ -72,36 +70,74 @@ ms.author: jdecker
</StartLayout> </StartLayout>
<Taskbar ShowTaskbar="true"/> <Taskbar ShowTaskbar="true"/>
</Profile> </Profile>
<Profile Id="{9A2A790F-19F6-5764-974A-22B19E722C23}"> <Profile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}">
<KioskModeApp AppUserModelId="Microsoft.Microsoft3DViewer_8wekyb3d8bbwe!Microsoft.Microsoft3DViewer" /> <AllAppsList>
</Profile> <AllowedApps>
</Profile> <App AppUserModelId="Microsoft.BingWeather_8wekyb3d8bbwe!App" />
<Profile Id="{C96117CE-6231-4588-9C8D-9CE92D8DC363}"> <App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!BCHost" />
<KioskModeApp AppUserModelId="Microsoft.WindowsAlarms_8wekyb3d8bbwe!App" /> <App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!ContentProcess" />
</Profile> <App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!F12" />
<Profile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}"> <App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
<KioskModeApp AppUserModelId="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"/> <App AppUserModelId="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!PdfReader" />
<App DesktopAppPath="%SystemRoot%\system32\notepad.exe" />
</AllowedApps>
</AllAppsList>
<StartLayout>
<![CDATA[<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification">
<LayoutOptions StartTileGroupCellWidth="6" />
<DefaultLayoutOverride>
<StartLayoutCollection>
<defaultlayout:StartLayout GroupCellWidth="6">
<start:Group Name="Life at a glance">
<start:Tile Size="2x2" Column="0" Row="0" AppUserModelID="Microsoft.BingWeather_8wekyb3d8bbwe!App" />
<start:Tile Size="4x2" Column="0" Row="4" AppUserModelID="Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge" />
<start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%AppData%\Microsoft\Windows\Start Menu\Programs\Accessories\notepad.lnk" />
</start:Group>
</defaultlayout:StartLayout>
</StartLayoutCollection>
</DefaultLayoutOverride>
</LayoutModificationTemplate>
]]>
</StartLayout>
<Taskbar ShowTaskbar="false"/>
</Profile> </Profile>
</Profiles> </Profiles>
<Configs> <Configs>
<Config> <Config>
<AutoLogonAccount>kioskuser</AutoLogonAccount> <Account>domain\account</Account>
<DefaultProfile Id="{9A2A790F-19F6-5764-974A-22B19E722C23}"/>
</Config>
<Config>
<Account>multiappuser1</Account>
<DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/> <DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/>
</Config> </Config>
<Config> <Config>
<Account>singleappuser1</Account> <Account>AzureAD\john@contoso.onmicrosoft.com</Account>
<DefaultProfile Id="{C96117CE-6231-4588-9C8D-9CE92D8DC363}"/> <DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/>
</Config> </Config>
<Config> <Config>
<Account>singleappuser</Account> <Account>localaccount</Account>
<DefaultProfile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}"/> <DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
</Config>
<Config>
<AutoLogonAccount />
<DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
</Config>
<Config>
<UserGroup Type="LocalGroup" Name="mygroup" />
<DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
</Config>
<Config>
<UserGroup Type="ActiveDirectoryGroup" Name="redmond\somegroup" />
<DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
</Config>
<Config>
<UserGroup Type="AzureActiveDirectoryGroup" Name="a8d36e43-4180-4ac5-a627-fb8149bba1ac" />
<DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
</Config>
<Config>
<SpecialGroup Name="Visitor"/>
<DefaultProfile Id="{5B328104-BD89-4863-AB27-4ED6EE355485}"/>
</Config> </Config>
</Configs> </Configs>
</AssignedAccessConfiguration> </AssignedAccessConfiguration>
``` ```
## XSD for AssignedAccess configuration XML ## XSD for AssignedAccess configuration XML