Merged PR 12650: 11/07 AM Publish

This commit is contained in:
Huaping Yu (Beyondsoft Consulting Inc) 2018-11-07 18:28:23 +00:00
commit bb2605fd0e
4 changed files with 59 additions and 53 deletions

View File

@ -396,7 +396,7 @@ Once the device has been domain joined, you must specify a security group from t
The following input is required: The following input is required:
- **Domain:** This is the fully qualified domain name (FQDN) of the domain that you want to join. A security group from this domain can be used to manage the device. - **Domain:** This is the fully qualified domain name (FQDN) of the domain that you want to join. A security group from this domain can be used to manage the device.
- **User name:** The user name of an account that has sufficient permission to join the specified domain. This account must be a computer object. - **User name:** The user name of an account that has sufficient permission to join the specified domain.
- **Password:** The password for the account. - **Password:** The password for the account.
After the credentials are verified, you will be asked to type a security group name. This input is required. After the credentials are verified, you will be asked to type a security group name. This input is required.

View File

@ -80,7 +80,7 @@ If you have a multi-forest on-premises deployment with Microsoft Exchange 2013 o
6. You now need to change the room mailbox to a linked mailbox: 6. You now need to change the room mailbox to a linked mailbox:
```PowerShell ```PowerShell
$cred=Get-Credential AuthForest\LinkedRoomTest1 $cred=Get-Credential AuthForest\ADAdmin
Set-mailbox -Alias LinkedRoomTest1 -LinkedMasterAccount AuthForest\LinkedRoomTest1 -LinkedDomainController AuthForest-4939.AuthForest.extest.contoso.com -Name LinkedRoomTest1 -LinkedCredential $cred -Identity LinkedRoomTest1 Set-mailbox -Alias LinkedRoomTest1 -LinkedMasterAccount AuthForest\LinkedRoomTest1 -LinkedDomainController AuthForest-4939.AuthForest.extest.contoso.com -Name LinkedRoomTest1 -LinkedCredential $cred -Identity LinkedRoomTest1
``` ```

View File

@ -10,13 +10,19 @@ ms.localizationpriority: medium
author: jdeckerms author: jdeckerms
ms.author: jdecker ms.author: jdecker
ms.topic: article ms.topic: article
ms.date: 10/02/2018 ms.date: 11/07/2018
--- ---
# Change history for Configure Windows 10 # Change history for Configure Windows 10
This topic lists new and updated topics in the [Configure Windows 10](index.md) documentation for Windows 10 and Windows 10 Mobile. This topic lists new and updated topics in the [Configure Windows 10](index.md) documentation for Windows 10 and Windows 10 Mobile.
## Novermber 2018
New or changed topic | Description
--- | ---
[Use MDM Bridge WMI Provider to create a Windows 10 kiosk](kiosk-mdm-bridge.md) | Updated script.
## October 2018 ## October 2018
New or changed topic | Description New or changed topic | Description

View File

@ -8,7 +8,7 @@ ms.mktglfcycl: manage
ms.sitesec: library ms.sitesec: library
author: jdeckerms author: jdeckerms
ms.localizationpriority: medium ms.localizationpriority: medium
ms.date: 07/30/2018 ms.date: 11/07/2018
--- ---
# Use MDM Bridge WMI Provider to create a Windows 10 kiosk # Use MDM Bridge WMI Provider to create a Windows 10 kiosk
@ -32,55 +32,55 @@ $nameSpaceName="root\cimv2\mdm\dmmap"
$className="MDM_AssignedAccess" $className="MDM_AssignedAccess"
$obj = Get-CimInstance -Namespace $namespaceName -ClassName $className $obj = Get-CimInstance -Namespace $namespaceName -ClassName $className
$obj.Configuration = @" $obj.Configuration = @"
<?xml version="1.0" encoding="utf-8" ?> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
<AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"> &lt;AssignedAccessConfiguration xmlns=&quot;http://schemas.microsoft.com/AssignedAccess/2017/config&quot;&gt;
<Profiles> &lt;Profiles&gt;
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"> &lt;Profile Id=&quot;{9A2A490F-10F6-4764-974A-43B19E722C23}&quot;&gt;
<AllAppsList> &lt;AllAppsList&gt;
<AllowedApps> &lt;AllowedApps&gt;
<App AppUserModelId="Microsoft.ZuneMusic_8wekyb3d8bbwe!Microsoft.ZuneMusic" /> &lt;App AppUserModelId=&quot;Microsoft.ZuneMusic_8wekyb3d8bbwe!Microsoft.ZuneMusic&quot; /&gt;
<App AppUserModelId="Microsoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo" /> &lt;App AppUserModelId=&quot;Microsoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo&quot; /&gt;
<App AppUserModelId="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" /> &lt;App AppUserModelId=&quot;Microsoft.Windows.Photos_8wekyb3d8bbwe!App&quot; /&gt;
<App AppUserModelId="Microsoft.BingWeather_8wekyb3d8bbwe!App" /> &lt;App AppUserModelId=&quot;Microsoft.BingWeather_8wekyb3d8bbwe!App&quot; /&gt;
<App AppUserModelId="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" /> &lt;App AppUserModelId=&quot;Microsoft.WindowsCalculator_8wekyb3d8bbwe!App&quot; /&gt;
<App DesktopAppPath="%windir%\system32\mspaint.exe" /> &lt;App DesktopAppPath=&quot;%windir%\system32\mspaint.exe&quot; /&gt;
<App DesktopAppPath="C:\Windows\System32\notepad.exe" /> &lt;App DesktopAppPath=&quot;C:\Windows\System32\notepad.exe&quot; /&gt;
</AllowedApps> &lt;/AllowedApps&gt;
</AllAppsList> &lt;/AllAppsList&gt;
<StartLayout> &lt;StartLayout&gt;
<![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"> &lt;![CDATA[&lt;LayoutModificationTemplate xmlns:defaultlayout=&quot;http://schemas.microsoft.com/Start/2014/FullDefaultLayout&quot; xmlns:start=&quot;http://schemas.microsoft.com/Start/2014/StartLayout&quot; Version=&quot;1&quot; xmlns=&quot;http://schemas.microsoft.com/Start/2014/LayoutModification&quot;&gt;
<LayoutOptions StartTileGroupCellWidth="6" /> &lt;LayoutOptions StartTileGroupCellWidth=&quot;6&quot; /&gt;
<DefaultLayoutOverride> &lt;DefaultLayoutOverride&gt;
<StartLayoutCollection> &lt;StartLayoutCollection&gt;
<defaultlayout:StartLayout GroupCellWidth="6"> &lt;defaultlayout:StartLayout GroupCellWidth=&quot;6&quot;&gt;
<start:Group Name="Group1"> &lt;start:Group Name=&quot;Group1&quot;&gt;
<start:Tile Size="4x4" Column="0" Row="0" AppUserModelID="Microsoft.ZuneMusic_8wekyb3d8bbwe!Microsoft.ZuneMusic" /> &lt;start:Tile Size=&quot;4x4&quot; Column=&quot;0&quot; Row=&quot;0&quot; AppUserModelID=&quot;Microsoft.ZuneMusic_8wekyb3d8bbwe!Microsoft.ZuneMusic&quot; /&gt;
<start:Tile Size="2x2" Column="4" Row="2" AppUserModelID="Microsoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo" /> &lt;start:Tile Size=&quot;2x2&quot; Column=&quot;4&quot; Row=&quot;2&quot; AppUserModelID=&quot;Microsoft.ZuneVideo_8wekyb3d8bbwe!Microsoft.ZuneVideo&quot; /&gt;
<start:Tile Size="2x2" Column="4" Row="0" AppUserModelID="Microsoft.Windows.Photos_8wekyb3d8bbwe!App" /> &lt;start:Tile Size=&quot;2x2&quot; Column=&quot;4&quot; Row=&quot;0&quot; AppUserModelID=&quot;Microsoft.Windows.Photos_8wekyb3d8bbwe!App&quot; /&gt;
<start:Tile Size="2x2" Column="4" Row="4" AppUserModelID="Microsoft.BingWeather_8wekyb3d8bbwe!App" /> &lt;start:Tile Size=&quot;2x2&quot; Column=&quot;4&quot; Row=&quot;4&quot; AppUserModelID=&quot;Microsoft.BingWeather_8wekyb3d8bbwe!App&quot; /&gt;
<start:Tile Size="4x2" Column="0" Row="4" AppUserModelID="Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" /> &lt;start:Tile Size=&quot;4x2&quot; Column=&quot;0&quot; Row=&quot;4&quot; AppUserModelID=&quot;Microsoft.WindowsCalculator_8wekyb3d8bbwe!App&quot; /&gt;
</start:Group> &lt;/start:Group&gt;
<start:Group Name="Group2"> &lt;start:Group Name=&quot;Group2&quot;&gt;
<start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk" /> &lt;start:DesktopApplicationTile Size=&quot;2x2&quot; Column=&quot;2&quot; Row=&quot;0&quot; DesktopApplicationLinkPath=&quot;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk&quot; /&gt;
<start:DesktopApplicationTile Size="2x2" Column="0" Row="0" DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\Accessories\Notepad.lnk" /> &lt;start:DesktopApplicationTile Size=&quot;2x2&quot; Column=&quot;0&quot; Row=&quot;0&quot; DesktopApplicationLinkPath=&quot;%APPDATA%\Microsoft\Windows\Start Menu\Programs\Accessories\Notepad.lnk&quot; /&gt;
</start:Group> &lt;/start:Group&gt;
</defaultlayout:StartLayout> &lt;/defaultlayout:StartLayout&gt;
</StartLayoutCollection> &lt;/StartLayoutCollection&gt;
</DefaultLayoutOverride> &lt;/DefaultLayoutOverride&gt;
</LayoutModificationTemplate> &lt;/LayoutModificationTemplate&gt;
]]> ]]&gt;
</StartLayout> &lt;/StartLayout&gt;
<Taskbar ShowTaskbar="true"/> &lt;Taskbar ShowTaskbar=&quot;true&quot;/&gt;
</Profile> &lt;/Profile&gt;
</Profiles> &lt;/Profiles&gt;
<Configs> &lt;Configs&gt;
<Config> &lt;Config&gt;
<Account>MultiAppKioskUser</Account> &lt;Account&gt;MultiAppKioskUser&lt;/Account&gt;
<DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/> &lt;DefaultProfile Id=&quot;{9A2A490F-10F6-4764-974A-43B19E722C23}&quot;/&gt;
</Config> &lt;/Config&gt;
</Configs> &lt;/Configs&gt;
</AssignedAccessConfiguration> &lt;/AssignedAccessConfiguration&gt;
"@ "@
Set-CimInstance -CimInstance $obj Set-CimInstance -CimInstance $obj
``` ```