mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
Merge remote-tracking branch 'refs/remotes/Microsoft/master'
This commit is contained in:
commit
e39c06d1f9
@ -17,12 +17,12 @@
|
||||
#### [Setup worksheet](setup-worksheet-surface-hub.md)
|
||||
#### [First-run program](first-run-program-surface-hub.md)
|
||||
### [Manage Microsoft Surface Hub](manage-surface-hub.md)
|
||||
#### [Local management for Surface Hub settings](local-management-surface-hub-settings.md)
|
||||
#### [Remote Surface Hub management]()
|
||||
#### [Remote Surface Hub management](remote-surface-hub-management.md)
|
||||
##### [Manage settings with an MDM provider](manage-settings-with-mdm-for-surface-hub.md)
|
||||
##### [Monitor your Surface Hub](monitor-surface-hub.md)
|
||||
##### [Windows updates](manage-windows-updates-for-surface-hub.md)
|
||||
#### [Manage Surface Hub settings]()
|
||||
#### [Manage Surface Hub settings](manage-surface-hub-settings.md)
|
||||
##### [Local management for Surface Hub settings](local-management-surface-hub-settings.md)
|
||||
##### [Accessibility](accessibility-surface-hub.md)
|
||||
##### [Change the Surface Hub device account](change-surface-hub-device-account.md)
|
||||
##### [Device reset](device-reset-surface-hub.md)
|
||||
|
@ -59,7 +59,7 @@ During app submission, developers need to set **Device family availability** and
|
||||
- **Windows 10 Desktop** (other device families are optional)
|
||||
- **Let Microsoft decide whether to make the app available to any future device families**
|
||||
|
||||
> 
|
||||

|
||||
|
||||
For more information, see [Device family availability](https://msdn.microsoft.com/windows/uwp/publish/upload-app-packages#device-family-availability).
|
||||
|
||||
@ -68,7 +68,7 @@ For more information, see [Device family availability](https://msdn.microsoft.co
|
||||
2. Select **Pricing and availability**.
|
||||
3. Under Organizational licensing, select **Allow disconnected (offline) licensing for organizations**.
|
||||
|
||||
> 
|
||||

|
||||
|
||||
> [!NOTE]
|
||||
> **Make my app available to organizations with Store-managed (online) licensing and distribution** is selected by default.
|
||||
|
@ -12,13 +12,7 @@ localizationpriority: medium
|
||||
|
||||
# Local management for Surface Hub settings
|
||||
|
||||
After initial setup of Microsoft Surface Hub, the device’s settings and configuration can be modified or changed in a couple ways:
|
||||
|
||||
- **Local management** - Every Surface Hub can be configured locally using the **Settings** app on the device. To prevent unauthorized users from changing settings, the Settings app requires admin credentials to open the app.
|
||||
- **Remote management** - Surface Hub allow IT admins to manage settings and policies using a mobile device management (MDM) provider, such as Microsoft Intune, System Center Configuration Manager, and other third-party providers. Additionally, admins can monitor Surface Hubs using Microsoft Operations Management Suite (OMS). For more information, see [Manage settings with an MDM provider](manage-settings-with-mdm-for-surface-hub.md), and [Monitor your Microsoft Surface Hub](monitor-surface-hub.md).
|
||||
|
||||
> [!NOTE]
|
||||
> These management methods are not mutually exclusive. Devices can be both locally and remotely managed if you choose. However, MDM policies and settings will overwrite any local changes when the Surface Hub syncs with the management server.
|
||||
After initial setup of Microsoft Surface Hub, the device’s settings can be locally managed through **Settings**.
|
||||
|
||||
## Surface Hub settings
|
||||
|
||||
|
@ -52,7 +52,7 @@ You can manually enroll with an MDM using the **Settings** app on your Surface H
|
||||
|
||||
## Manage Surface Hub settings with MDM
|
||||
|
||||
You can use MDM to manage some [Surface Hub CSP settings](#supported-surface-hub-csp-settings). Depending on the MDM provider that you use, you may set these settings using a built-in user interface, or by deploying custom SyncML. Microsoft Intune and System Center Configuration Manager provide built-in experiences to help create policy templates for Surface Hub. Refer to documentation from your MDM provider to learn how to create and deploy SyncML.
|
||||
You can use MDM to manage some [Surface Hub CSP settings](#supported-surface-hub-csp-settings)<!---, and some [Windows 10 settings](#supported-windows-10-settings)-->. Depending on the MDM provider that you use, you may set these settings using a built-in user interface, or by deploying custom SyncML. Microsoft Intune and System Center Configuration Manager provide built-in experiences to help create policy templates for Surface Hub. Refer to documentation from your MDM provider to learn how to create and deploy SyncML.
|
||||
|
||||
### Supported Surface Hub CSP settings
|
||||
|
||||
@ -61,7 +61,7 @@ You can configure the Surface Hub settings in the following table using MDM. The
|
||||
For more information, see [SurfaceHub configuration service provider](https://msdn.microsoft.com/library/windows/hardware/mt608323.aspx).
|
||||
|
||||
| Setting | Node in the SurfaceHub CSP | Supported with<br>Intune? | Supported with<br>Configuration Manager? | Supported with<br>SyncML? |
|
||||
| -------------------- | -----------------------|-------------------------- | ---------------------------------------- | ------------------------- |
|
||||
| -------------------- | ---------------------------------- | ------------------------- | ---------------------------------------- | ------------------------- |
|
||||
| Maintenance hours | MaintenanceHoursSimple/Hours/StartTime <br> MaintenanceHoursSimple/Hours/Duration | Yes | Yes | Yes |
|
||||
| Automatically turn on the screen using motion sensors | InBoxApps/Welcome/AutoWakeScreen | Yes | Yes | Yes |
|
||||
| Require a pin for wireless projection | InBoxApps/WirelessProjection/PINRequired | Yes | Yes | Yes |
|
||||
@ -71,7 +71,9 @@ For more information, see [SurfaceHub configuration service provider](https://ms
|
||||
| Welcome screen background image | InBoxApps/Welcome/CurrentBackgroundPath | Yes | Yes.<br> Use a custom setting. | Yes |
|
||||
| Meeting information displayed on the welcome screen | InBoxApps/Welcome/MeetingInfoOption | Yes | Yes.<br> Use a custom setting. | Yes |
|
||||
| Friendly name for wireless projection | Properties/FriendlyName | Yes. <br> Use a custom policy. | Yes.<br> Use a custom setting. | Yes |
|
||||
| Device account, including password rotation | DeviceAccount/\<name of policy\> <br> See [SurfaceHub CSP](https://msdn.microsoft.com/library/windows/hardware/mt608323.aspx). | No | No | Yes |
|
||||
| Device account, including password rotation | DeviceAccount/*`<name_of_policy>`* <br> See [SurfaceHub CSP](https://msdn.microsoft.com/library/windows/hardware/mt608323.aspx). | No | No | Yes |
|
||||
|
||||
|
||||
|
||||
## Example: Manage Surface Hub settings with Micosoft Intune
|
||||
|
||||
|
@ -16,8 +16,9 @@ localizationpriority: medium
|
||||
|
||||
|Topic | Description|
|
||||
| ------ | --------------- |
|
||||
| [Accessibility](https://technet.microsoft.com/itpro/surface-hub/accessibility-surface-hub) | Accessibility settings for the Surface Hub can be changed by using the Settings app. You'll find them under Ease of Access. Your Surface Hub has the same accessibility options as Windows 10.|
|
||||
| [Change the Surface Hub device account](https://technet.microsoft.com/itpro/surface-hub/change-surface-hub-device-account) | You can change the device account in Settings to either add an account if one was not already provisioned, or to change any properties of an account that was already provisioned.|
|
||||
| [Device reset]( https://technet.microsoft.com/en-us/itpro/surface-hub/device-reset-suface-hub) | You may need to reset your Surface Hub.|
|
||||
| [Windows updates](https://technet.microsoft.com/itpro/surface-hub/manage-windows-updates-for-surface-hub) | You can manage Windows updates on your Surface Hub by setting the maintenance window, deferring updates, or using WSUS.|
|
||||
| [Wireless network management](https://technet.microsoft.com/itpro/surface-hub/wireless-network-management-for-surface-hub) | Surface Hub offers two options for network connectivity to your corporate network and Internet: wireless, and wired. While both provide network access, we recommend you use a wired connection. |
|
||||
| [Local management for Surface Hub settings](local-management-surface-hub-settings.md) | Learn about Surface Hub settings. |
|
||||
| [Accessibility](accessibility-surface-hub.md) | Accessibility settings for the Surface Hub can be changed by using the Settings app. You'll find them under Ease of Access. Your Surface Hub has the same accessibility options as Windows 10.|
|
||||
| [Change the Surface Hub device account](change-surface-hub-device-account.md) | You can change the device account in Settings to either add an account if one was not already provisioned, or to change any properties of an account that was already provisioned.|
|
||||
| [Device reset](device-reset-surface-hub.md) | You may need to reset your Surface Hub.|
|
||||
| [Use fully qualified domain name with Surface Hub](use-fully-qualified-domain-name-surface-hub.md) | Options to configure domain name with Surface Hub. |
|
||||
| [Wireless network management](wireless-network-management-for-surface-hub.md) | Surface Hub offers two options for network connectivity to your corporate network and Internet: wireless, and wired. While both provide network access, we recommend you use a wired connection. |
|
||||
|
@ -13,17 +13,25 @@ localizationpriority: medium
|
||||
|
||||
# Manage Microsoft Surface Hub
|
||||
|
||||
Learn about managing and updating Surface Hub.
|
||||
After initial setup of Microsoft Surface Hub, the device’s settings and configuration can be modified or changed in a couple ways:
|
||||
|
||||
- **Local management** - Every Surface Hub can be configured locally using the **Settings** app on the device. To prevent unauthorized users from changing settings, the Settings app requires admin credentials to open the app. For more information, see [Local management for Surface Hub settings](local-management-surface-hub-settings.md).
|
||||
- **Remote management** - Surface Hub allow IT admins to manage settings and policies using a mobile device management (MDM) provider, such as Microsoft Intune, System Center Configuration Manager, and other third-party providers. Additionally, admins can monitor Surface Hubs using Microsoft Operations Management Suite (OMS). For more information, see [Manage settings with an MDM provider](manage-settings-with-mdm-for-surface-hub.md), and [Monitor your Microsoft Surface Hub](monitor-surface-hub.md).
|
||||
|
||||
> [!NOTE]
|
||||
> These management methods are not mutually exclusive. Devices can be both locally and remotely managed if you choose. However, MDM policies and settings will overwrite any local changes when the Surface Hub syncs with the management server.
|
||||
|
||||
## In this section
|
||||
|
||||
Learn about managing and updating Surface Hub.
|
||||
|
||||
| Topic | Description |
|
||||
| ----- | ----------- |
|
||||
| [Local management for Surface Hub settings](local-management-surface-hub-settings.md) | Settings specific to Surface Hub. |
|
||||
| [Remote Surface Hub management](remote-surface-hub-management.md) |Topics related to managing your Surface Hub remotely. Include install apps, managing settings with MDM and monitoring with Operations Management Suite. |
|
||||
| [Manage Surface Hub settings](manage-surface-hub-settings.md) |Topics related to managing Surface Hub settings: accessibility, device account, device reset, fully qualified domain name, Windows Update settings, and wireless network |
|
||||
| [Save your BitLocker key](https://technet.microsoft.com/itpro/surface-hub/save-bitlocker-key-surface-hub) | Every Surface Hub is automatically set up with BitLocker drive encryption software. Microsoft strongly recommends that you make sure you back up your BitLocker recovery keys.|
|
||||
| [Install apps on your Surface Hub]( https://technet.microsoft.com/itpro/surface-hub/install-apps-on-surface-hub) | Admins can install apps can from either the Windows Store or the Windows Store for Business.|
|
||||
| [End a meeting with I’m done](https://technet.microsoft.com/itpro/surface-hub/i-am-done-finishing-your-surface-hub-meeting) | At the end of a meeting, users can tap I'm Done to clean up any sensitive data and prepare the device for the next meeting.|
|
||||
| [Save your BitLocker key](https://technet.microsoft.com/itpro/surface-hub/save-bitlocker-key-surface-hub) | Every Surface Hub is automatically set up with BitLocker drive encryption software. Microsoft strongly recommends that you make sure you back up your BitLocker recovery keys.|
|
||||
| [Connect other devices and display with Surface Hub](https://technet.microsoft.com/itpro/surface-hub/connect-and-display-with-surface-hub) | You can connect other device to your Surface Hub to display content.|
|
||||
| [Using a room control system]( https://technet.microsoft.com/itpro/surface-hub/use-room-control-system-with-surface-hub) | Room control systems can be used with your Microsoft Surface Hub.|
|
||||
|
||||
|
@ -26,8 +26,10 @@ Surface Hub is offered as a Log Analytics solution in OMS, allowing you to colle
|
||||
1. **Sign in to Operations Management Suite (OMS)**. You can use either a Microsoft Account or a Work or School account to create a workspace. If your company is already using Azure Active Directory (Azure AD), use a Work or School account when you sign in to OMS. Using a Work or School account allows you to use identities from your Azure AD to manage permissions in OMS.
|
||||
2. **Create a new OMS workspace**. Enter a name for the workspace, select the workspace region, and provide the email address that you want associated with this workspace. Select **Create**.
|
||||
3. **Link Azure subscription to your workspace**. If your organization already has an Azure subscription, you can link it to your workspace. Note that you may need to request access from your organization’s Azure administrator.
|
||||
|
||||
> [!NOTE]
|
||||
> If your organization does not have an Azure subscription, create a new one or select the default OMS Azure subscription from the list. Your workspace opens.
|
||||
|
||||
4. **Add Surface Hub solution**. In the Solutions Gallery, select the **Surface Hub** tile in the gallery and then select **Add** on the solution’s details page. The solution is now visible on your workspace.
|
||||
|
||||
## Use the Surface Hub dashboard
|
||||
|
@ -16,6 +16,6 @@ localizationpriority: medium
|
||||
|
||||
|Topic | Description|
|
||||
| ------ | --------------- |
|
||||
| [Install apps on your Surface Hub]( https://technet.microsoft.com/itpro/surface-hub/install-apps-on-surface-hub) | Admins can install apps can from either the Windows Store or the Windows Store for Business.|
|
||||
| [Manage settings with an MDM provider]( https://technet.microsoft.com/itpro/surface-hub/manage-settings-with-mdm-for-surface-hub) | Surface Hub provides an enterprise management solution to help IT administrators manage policies and business applications on these devices using a mobile device management (MDM) solution.|
|
||||
| [Monitor your Surface Hub]( https://technet.microsoft.com/itpro/surface-hub/monitor-surface-hub) | Monitoring for Surface Hub devices is enabled through Microsoft Operations Management Suite.|
|
||||
| [Windows updates](https://technet.microsoft.com/itpro/surface-hub/manage-windows-updates-for-surface-hub) | You can manage Windows updates on your Surface Hub by setting the maintenance window, deferring updates, or using WSUS.|
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
> ---
|
||||
title: Chromebook migration guide (Windows 10)
|
||||
description: In this guide you will learn how to migrate a Google Chromebook-based learning environment to a Windows 10-based learning environment.
|
||||
ms.assetid: 7A1FA48A-C44A-4F59-B895-86D4D77F8BEA
|
||||
@ -35,8 +35,8 @@ App migration or replacement is an essential part of your Chromebook migration.
|
||||
|
||||
Before you can do any analysis or make decisions about which apps to migrate or replace, you need to identify which apps are currently in use on the Chromebook devices. You will create a list of apps that are currently in use (also called an app portfolio).
|
||||
|
||||
**Note**
|
||||
The majority of Chromebook apps are web apps. For these apps you need to first perform Microsoft Edge compatibility testing and then publish the web app URL to the Windows users. For more information, see the [Perform app compatibility testing for web apps](#perform-testing-webapps) section.
|
||||
> [!NOTE]
|
||||
> The majority of Chromebook apps are web apps. For these apps you need to first perform Microsoft Edge compatibility testing and then publish the web app URL to the Windows users. For more information, see the [Perform app compatibility testing for web apps](#perform-testing-webapps) section.
|
||||
|
||||
|
||||
|
||||
|
BIN
education/windows/images/PCicon.png
Normal file
BIN
education/windows/images/PCicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 772 B |
BIN
education/windows/images/clipboard.png
Normal file
BIN
education/windows/images/clipboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 855 B |
BIN
education/windows/images/education.png
Normal file
BIN
education/windows/images/education.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 868 B |
BIN
education/windows/images/lightbulb.png
Normal file
BIN
education/windows/images/lightbulb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 796 B |
BIN
education/windows/images/list.png
Normal file
BIN
education/windows/images/list.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 391 B |
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Windows 10 for Education (Windows 10)
|
||||
description: Learn about using Windows 10 in schools.
|
||||
description: Learn how to use Windows 10 in schools.
|
||||
keywords: Windows 10, education
|
||||
ms.prod: w10
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
@ -9,24 +10,37 @@ author: jdeckerMS
|
||||
---
|
||||
|
||||
# Windows 10 for Education
|
||||
[Windows 10 Education and Windows 10 Pro Education](https://www.microsoft.com/en-us/education/products/windows/default.aspx) empowers staff, administrators, teachers and students to do great things.
|
||||
<link rel="stylesheet" href="https://az835927.vo.msecnd.net/sites/uwp/Resources/css/custom.css">
|
||||
|
||||
[Find out how to get Windows 10 Education or Windows 10 Pro Education for your school](https://www.microsoft.com/en-us/education/buy-license/overview-of-how-to-buy/default.aspx?tabshow=schools)
|
||||
[Windows 10 Education and Windows 10 Pro Education](https://www.microsoft.com/en-us/education/products/windows/default.aspx) empowers staff, administrators, teachers, and students to do great things.
|
||||
|
||||
[Learn more about what features and functionality are supported in each Windows edition](https://www.microsoft.com/en-us/WindowsForBusiness/Compare)
|
||||
##  Learn
|
||||
|
||||
## In this section
|
||||
<div class="side-by-side"> <div class="side-by-side-content">
|
||||
<div class="side-by-side-content-left"><p>
|
||||
<b>[Windows 10 editions for education customers](windows-editions-for-education-customers.md)</b><br />Windows 10, version 1607 introduces two editions designed for the unique needs of K-12 institutions: Windows 10 Pro Education and Windows 10 Education. These editions provide education-specific default settings for the evolving landscape in K-12 education IT environments.</p></div>
|
||||
<div class="side-by-side-content-right"><p><b>[Compare each Windows edition](https://www.microsoft.com/en-us/WindowsForBusiness/Compare)</b><br />Find out more about the features and functionality we support in each edition of Windows.</p><p>
|
||||
<b>[Get Windows 10 Education or Windows 10 Pro Education](https://www.microsoft.com/en-us/education/buy-license/overview-of-how-to-buy/default.aspx?tabshow=schools)</b><br />When you've made your decision, find out how to buy Windows for your school.</p></div>
|
||||
</div></div>
|
||||
|
||||
|Topic |Description |
|
||||
|------|------------|
|
||||
| [Windows 10 editions for education customers](windows-editions-for-education-customers.md) | Windows 10, version 1607 introduces two editions designed for the unique needs of K-12 institutions: Windows 10 Pro Education and Windows 10 Education. |
|
||||
| [Provisioning options for Windows 10](set-up-windows-10.md) | Learn about your options for setting up Windows 10. |
|
||||
| [Get Minecraft Education Edition](get-minecraft-for-education.md) | Learn how to get early access to **Minecraft Education Edition**. |
|
||||
| [Take tests in Windows 10](take-tests-in-windows-10.md) | Learn how to configure and use the **Take a Test** app in Windows 10 |
|
||||
| [Deployment recommendations for school IT administrators](edu-deployment-recommendations.md) | Learn how to customize the OS privacy settings, Skype, and Xbox for Windows-based devices used in schools so that you can choose what information is shared with Microsoft. |
|
||||
| [Deploy Windows 10 in a school](deploy-windows-10-in-a-school.md) | Learn how to deploy Windows 10 in a school. |
|
||||
| [Deploy Windows 10 in a school district](deploy-windows-10-in-a-school-district.md) |Learn how to deploy Windows 10 in a school district.|
|
||||
| [Chromebook migration guide](chromebook-migration-guide.md) | Learn how to migrate a Google Chromebook-based learning environment to a Windows 10-based learning environment. |
|
||||
##  Plan
|
||||
|
||||
<div class="side-by-side"> <div class="side-by-side-content">
|
||||
<div class="side-by-side-content-left"><p>
|
||||
<b>[Provisioning options for Windows 10](set-up-windows-10.md)</b><br />Depending on your school's device management needs, Windows offers a variety of options that you can use to set up Windows 10 on your devices.</p><p>
|
||||
<b>[Get Minecraft Education Edition](get-minecraft-for-education.md)</b><br />Minecraft Education Edition is built for learning. Learn how to get early access and add it to your Microsoft Store for Business for distribution.</p></div>
|
||||
<div class="side-by-side-content-right"><p><b>[Take tests in Windows 10](take-tests-in-windows-10.md)</b><br />Take a Test is a new app that lets you create the right environment for taking tests. Learn how to use and get it set up.</p>
|
||||
<p><b>[Chromebook migration guide](chromebook-migration-guide.md)</b><br />Find out how you can migrate a Chromebook-based learning environment to a Windows 10-based learning environment.</p></div>
|
||||
</div></div>
|
||||
|
||||
##  Deploy
|
||||
|
||||
<div class="side-by-side"> <div class="side-by-side-content">
|
||||
<div class="side-by-side-content-left"><p><b>[Deployment recommendations for school IT administrators](edu-deployment-recommendations.md)</b><br />Learn how to customize the OS privacy settings, Skype, and Xbox for Windows-based devices used in schools so that you can choose what information is shared with Microsoft.</p></div>
|
||||
<div class="side-by-side-content-right"><p>
|
||||
<b>[Deploy Windows 10 in a school](deploy-windows-10-in-a-school.md)</b><br />Get step-by-step guidance to help you deploy Windows 10 in a school environment.</p><p>
|
||||
<b>[Deploy Windows 10 in a school district](deploy-windows-10-in-a-school-district.md)</b><br />Get step-by-step guidance on how to deploy Windows 10 to PCs and devices across a school district.</p></div>
|
||||
</div></div>
|
||||
|
||||
## Related topics
|
||||
|
||||
|
@ -47,10 +47,8 @@ By using the MDT wizard to create the boot image in Configuration Manager, you g
|
||||
|
||||
2. On the **Package Source** page, in the **Package source folder to be created (UNC Path):** text box, type **\\\\CM01\\Sources$\\OSD\\Boot\\Zero Touch WinPE x64** and click **Next**.
|
||||
|
||||
**Note**
|
||||
The Zero Touch WinPE x64 folder does not yet exist. The folder will be created later by the wizard.
|
||||
|
||||
|
||||
>[!NOTE]
|
||||
>The Zero Touch WinPE x64 folder does not yet exist. The folder will be created later by the wizard.
|
||||
|
||||
3. On the **General Settings** page, assign the name **Zero Touch WinPE x64** and click **Next**.
|
||||
|
||||
@ -58,16 +56,14 @@ By using the MDT wizard to create the boot image in Configuration Manager, you g
|
||||
|
||||
5. On the **Components** page, in addition to the default selected **Microsoft Data Access Components (MDAC/ADO)** support, select the **Microsoft Diagnostics and Recovery Toolkit (DaRT)** check box.
|
||||
|
||||

|
||||

|
||||
|
||||
Figure 15. Add the DaRT component to the Configuration Manager boot image.
|
||||
|
||||
6. On the **Customization** page, select the **Use a custom background bitmap file** check box, and in the **UNC path:** text box, browse to **\\\\CM01\\Sources$\\OSD\\Branding\\ ContosoBackground.bmp**. Then click **Next** twice.
|
||||
|
||||
**Note**
|
||||
It will take a few minutes to generate the boot image.
|
||||
|
||||
|
||||
>[!NOTE]
|
||||
>It will take a few minutes to generate the boot image.
|
||||
|
||||
7. Distribute the boot image to the CM01 distribution point by selecting the **Boot images** node, right-clicking the **Zero Touch WinPE x64** boot image, and selecting **Distribute Content**.
|
||||
|
||||
@ -75,9 +71,9 @@ By using the MDT wizard to create the boot image in Configuration Manager, you g
|
||||
|
||||
9. Using Configuration Manager Trace, review the E:\\Program Files\\Microsoft Configuration Manager\\Logs\\distmgr.log file. Do not continue until you can see that the boot image is distributed. Look for the line that reads STATMSG: ID=2301. You also can view Content Status in the Configuration Manager Console by selecting **the Zero Touch WinPE x86** boot image.
|
||||
|
||||

|
||||

|
||||
|
||||
Figure 16. Content status for the Zero Touch WinPE x64 boot image.
|
||||
Figure 16. Content status for the Zero Touch WinPE x64 boot image
|
||||
|
||||
10. Using the Configuration Manager Console, right-click the **Zero Touch WinPE x64** boot image and select **Properties**.
|
||||
|
||||
|
@ -49,25 +49,25 @@ To configure permissions for the various service accounts needed for operating s
|
||||
|
||||
2. Select the Service Accounts OU and create the CM\_JD account using the following settings:
|
||||
|
||||
1. Name: CM\_JD
|
||||
* Name: CM\_JD
|
||||
|
||||
2. User logon name: CM\_JD
|
||||
* User logon name: CM\_JD
|
||||
|
||||
3. Password: P@ssw0rd
|
||||
* Password: P@ssw0rd
|
||||
|
||||
4. User must change password at next logon: Clear
|
||||
* User must change password at next logon: Clear
|
||||
|
||||
5. User cannot change password: Select
|
||||
* User cannot change password: Select
|
||||
|
||||
6. Password never expires: Select
|
||||
* Password never expires: Select
|
||||
|
||||
3. Repeat the step, but for the CM\_NAA account.
|
||||
|
||||
4. After creating the accounts, assign the following descriptions:
|
||||
|
||||
1. CM\_JD: Configuration Manager Join Domain Account
|
||||
* CM\_JD: Configuration Manager Join Domain Account
|
||||
|
||||
2. CM\_NAA: Configuration Manager Network Access Account
|
||||
* CM\_NAA: Configuration Manager Network Access Account
|
||||
|
||||

|
||||
|
||||
@ -93,39 +93,37 @@ In order for the Configuration Manager Join Domain Account (CM\_JD) to join mach
|
||||
|
||||
3. The Set-OUPermissions.ps1 script allows the CM\_JD user account permissions to manage computer accounts in the Contoso / Computers / Workstations OU. The following is a list of the permissions being granted:
|
||||
|
||||
1. Scope: This object and all descendant objects
|
||||
* Scope: This object and all descendant objects
|
||||
|
||||
2. Create Computer objects
|
||||
* Create Computer objects
|
||||
|
||||
3. Delete Computer objects
|
||||
* Delete Computer objects
|
||||
|
||||
4. Scope: Descendant Computer objects
|
||||
* Scope: Descendant Computer objects
|
||||
|
||||
5. Read All Properties
|
||||
* Read All Properties
|
||||
|
||||
6. Write All Properties
|
||||
* Write All Properties
|
||||
|
||||
7. Read Permissions
|
||||
* Read Permissions
|
||||
|
||||
8. Modify Permissions
|
||||
* Modify Permissions
|
||||
|
||||
9. Change Password
|
||||
* Change Password
|
||||
|
||||
10. Reset Password
|
||||
* Reset Password
|
||||
|
||||
11. Validated write to DNS host name
|
||||
* Validated write to DNS host name
|
||||
|
||||
12. Validated write to service principal name
|
||||
* Validated write to service principal name
|
||||
|
||||
## <a href="" id="sec03"></a>Review the Sources folder structure
|
||||
|
||||
|
||||
To support the packages you create in this section, the following folder structure should be created on the Configuration Manager primary site server (CM01):
|
||||
|
||||
**Note**
|
||||
In most production environments, the packages are stored on a Distributed File System (DFS) share or a "normal" server share, but in a lab environment you can store them on the site server.
|
||||
|
||||
|
||||
>[!NOTE]
|
||||
>In most production environments, the packages are stored on a Distributed File System (DFS) share or a "normal" server share, but in a lab environment you can store them on the site server.
|
||||
|
||||
- E:\\Sources
|
||||
|
||||
@ -168,9 +166,9 @@ To extend the Configuration Manager console with MDT 2013 Update 2 wizards and t
|
||||
|
||||
5. From the Start screen, run Configure ConfigManager Integration with the following settings:
|
||||
|
||||
1. Site Server Name: CM01.contoso.com
|
||||
* Site Server Name: CM01.contoso.com
|
||||
|
||||
2. Site code: PS1
|
||||
* Site code: PS1
|
||||
|
||||

|
||||
|
||||
@ -221,15 +219,15 @@ Configuration Manager has many options for starting a deployment, but starting v
|
||||
|
||||
3. In the **PXE** tab, select the following settings:
|
||||
|
||||
1. Enable PXE support for clients
|
||||
* Enable PXE support for clients
|
||||
|
||||
2. Allow this distribution point to respond to incoming PXE requests
|
||||
* Allow this distribution point to respond to incoming PXE requests
|
||||
|
||||
3. Enable unknown computer support
|
||||
* Enable unknown computer support
|
||||
|
||||
4. Require a password when computers use PXE
|
||||
* Require a password when computers use PXE
|
||||
|
||||
5. Password and Confirm password: Passw0rd!
|
||||
* Password and Confirm password: Passw0rd!
|
||||
|
||||

|
||||
|
||||
|
@ -82,6 +82,7 @@ During a computer replace, these are the high-level steps that occur:
|
||||
1. Select a task sequence to execute on this computer: Backup Only Task Sequence
|
||||
* Specify where to save your data and settings: Specify a location
|
||||
* Location: \\\\MDT01\\MigData$\\PC0002
|
||||
|
||||
>[!NOTE]
|
||||
>If you are replacing the computer at a remote site you should create the MigData folder on MDT02 and use that share instead.
|
||||
|
||||
|
@ -18,6 +18,8 @@ localizationpriority: high
|
||||
|
||||
This topic provides a brief introduction to Windows 10 installation processes, and provides resolution procedures that IT administrators can use to resolve issues with Windows 10 upgrade.
|
||||
|
||||
If you are not an IT administrator, you can try the [quick fixes](#quick-fixes) listed in this topic. If the quick fixes do not resolve your issue, see [Get help with Windows 10 upgrade and installation errors](https://support.microsoft.com/en-us/help/10587/windows-10-get-help-with-upgrade-installation-errors) for more information.
|
||||
|
||||
## In this topic
|
||||
|
||||
The following sections and procedures are provided in this guide:
|
||||
@ -63,6 +65,7 @@ WIM = Windows image (Microsoft)
|
||||
The following steps can resolve many Windows upgrade problems.
|
||||
|
||||
<OL>
|
||||
<LI>Remove nonessential external hardware, such as docks and USB devices.</LI>
|
||||
<LI>Check all hard drives for errors and attempt repairs. To automatically repair hard drives, open an elevated command prompt, switch to the drive you wish to repair, and type the following command. You will be required to reboot the computer if the hard drive being repaired is also the system drive.
|
||||
<UL>
|
||||
<LI>chkdsk /F</LI>
|
||||
@ -81,14 +84,12 @@ The following steps can resolve many Windows upgrade problems.
|
||||
<LI>Verify compatibility information and re-install antivirus applications after the upgrade.</LI></LI>
|
||||
</UL>
|
||||
<LI>Uninstall all nonessential software.</LI>
|
||||
<LI>Remove nonessential external hardware, such as docks and USB devices.</LI>
|
||||
<LI>Update firmware and drivers.</LI>
|
||||
<LI>Ensure that "Download and install updates (recommended)" is accepted at the start of the upgrade process.</LI>
|
||||
<LI>Verify at least 16 GB of free space is available to upgrade a 32-bit OS, or 20 GB for a 64-bit OS.
|
||||
</OL>
|
||||
|
||||
|
||||
|
||||
## Upgrade error codes
|
||||
|
||||
If the upgrade process is not successful, Windows Setup will return two codes:
|
||||
|
@ -101,7 +101,7 @@ IMPORTANT: Restart user computers after you install the compatibility update KBs
|
||||
|
||||
| **Site discovery** | **KB** |
|
||||
|----------------------|-----------------------------------------------------------------------------|
|
||||
| [Review site discovery](upgrade-analytics-review-site-discovery.md) | Site discovery requires the [July 2016 security update for Internet Explorer](https://support.microsoft.com/en-us/kb/3170106) (KB3170106) or later. |
|
||||
| [Review site discovery](upgrade-analytics-review-site-discovery.md) | Site discovery requires the [Cumulative Security Update for Internet Explorer 11](http://catalog.update.microsoft.com/v7/site/Search.aspx?q=internet%20explorer%2011%20cumulative%20update), starting with the July 2016 update (KB3170106). |
|
||||
|
||||
|
||||
### Automate data collection
|
||||
|
@ -15,7 +15,7 @@ This section of the Upgrade Analytics workflow provides an inventory of web site
|
||||
|
||||
Ensure the following prerequisites are met before using site discovery:
|
||||
|
||||
1. Install the latest Internet Explorer 11 Cumulative Update. This update provides the capability for site discovery and is available in the [July 2016 cumulative update](https://support.microsoft.com/kb/3170106) and later.
|
||||
1. Install the latest Internet Explorer 11 Cumulative Security Update. This update provides the capability for site discovery and is available in the [Internet Explorer 11 Cumulative Security Update](http://catalog.update.microsoft.com/v7/site/Search.aspx?q=internet%20explorer%2011%20cumulative%20update), starting with the July 2016 update.
|
||||
2. Install the update for customer experience and diagnostic telemetery ([KB3080149](https://support.microsoft.com/kb/3080149)).
|
||||
3. Enable Internet Explorer data collection, which is disabled by default. The best way to enable it is to modify the [Upgrade Analytics deployment script](upgrade-analytics-get-started.md#run-the-upgrade-analytics-deployment-script) to allow Internet Explorer data collection before you run it.
|
||||
|
||||
|
@ -16,6 +16,7 @@ This topic lists new and updated topics in the [Keep Windows 10 secure](index.md
|
||||
|
||||
| New or changed topic | Description |
|
||||
| --- | --- |
|
||||
|[Create and deploy a Windows Information Protection (WIP) policy using System Center Configuration Manager](create-wip-policy-using-sccm.md) and [Create a Windows Information Protection (WIP) policy using Microsoft Intune](create-wip-policy-using-intune.md) |Updated the text about the icon overlay option. This icon now only appears on corporate files in the Save As and File Explore views. |
|
||||
|[Limitations while using Windows Information Protection (WIP)](limitations-with-wip.md) |Added content about using ActiveX controls.|
|
||||
|[Unenlightened and enlightened app behavior while using Windows Information Protection (WIP)](app-behavior-with-wip.md) |New |
|
||||
|[VPN technical guide](vpn-guide.md) | Multiple new topics, replacing previous **VPN profile options** topic |
|
||||
|
@ -457,11 +457,11 @@ After you've decided where your protected apps can access enterprise data on you
|
||||
|
||||
- **No, or not configured (recommended).** Stops Windows Search from searching and indexing encrypted corporate data and Store apps.
|
||||
|
||||
- **Show the Windows Information Protection icon overlay.** Determines whether the Windows Information Protection icon overlay appears on corporate files or in the **Start** menu, on top of the tiles for your unenlightened protected apps. The options are:
|
||||
- **Show the Windows Information Protection icon overlay.** Determines whether the Windows Information Protection icon overlay appears on corporate files in the Save As and File Explore views. The options are:
|
||||
|
||||
- **Yes (recommended).** Allows the Windows Information Protection icon overlay to appear for files or on top of the tiles for your unenlightened protected apps in the **Start** menu.
|
||||
- **Yes (recommended).** Allows the Windows Information Protection icon overlay to appear on corporate files in the Save As and File Explore views.
|
||||
|
||||
- **No, or not configured.** Stops the Windows Information Protection icon overlay from appearing for files or on top of the tiles for your unenlightened protected apps in the **Start** menu.
|
||||
- **No, or not configured.** Stops the Windows Information Protection icon overlay from appearing on corporate files in the Save As and File Explore views.
|
||||
|
||||
2. Click **Save Policy**.
|
||||
|
||||
|
@ -443,7 +443,7 @@ There are no default locations included with WIP, you must add each of your netw
|
||||
|
||||
- **Enterprise IP Ranges list is authoritative (do not auto-detect).** Click this box if you want Windows to treat the IP ranges you specified in the network boundary definition as the complete list of IP ranges available on your network. If you clear this box, Windows will search for additional IP ranges on any domain-joined devices connected to your network.
|
||||
|
||||
- **Show the Windows Information Protection icon overlay on your allowed apps that are WIP-unaware in the Windows Start menu and on corporate file icons in the File Explorer.** Click this box if you want the Windows Information Protection icon overlay to appear on corporate files or in the Start menu, on top the tiles for your unenlightened protected apps.
|
||||
- **Show the Windows Information Protection icon overlay on your allowed apps that are WIP-unaware on corporate file icons in the File Explorer.** Click this box if you want the Windows Information Protection icon overlay to appear on corporate files in the Save As and File Explore views.
|
||||
|
||||
5. In the required **Upload a Data Recovery Agent (DRA) certificate to allow recovery of encrypted data** box, click **Browse** to add a data recovery certificate for your policy.
|
||||
|
||||
|
@ -17,7 +17,7 @@ This topic lists new and updated topics in the [Manage and update Windows 10](in
|
||||
| New or changed topic | Description |
|
||||
| --- | --- |
|
||||
| [Cortana integration in your business or enterprise](manage-cortana-in-enterprise.md) |Added an important note about Cortana and Office 365 integration. |
|
||||
| [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) | Added link to the Windows Restricted Traffic Limited Functionality Baseline. |
|
||||
| [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) | Added link to the Windows Restricted Traffic Limited Functionality Baseline. Added Teredo Group Policy. |
|
||||
|
||||
## September 2016
|
||||
|
||||
|
@ -92,7 +92,7 @@ See the following table for a summary of the management settings for Windows 10
|
||||
| [16.17 Motion](#bkmk-priv-motion) |  |  | | | |
|
||||
| [17. Software Protection Platform](#bkmk-spp) | |  |  | | |
|
||||
| [18. Sync your settings](#bkmk-syncsettings) |  |  |  | | |
|
||||
| [19. Teredo](#bkmk-teredo) | | | | |  |
|
||||
| [19. Teredo](#bkmk-teredo) | |  | | |  |
|
||||
| [20. Wi-Fi Sense](#bkmk-wifisense) |  |  | |  | |
|
||||
| [21. Windows Defender](#bkmk-defender) | |  |  |  | |
|
||||
| [22. Windows Media Player](#bkmk-wmp) |  | | | |  |
|
||||
@ -121,7 +121,7 @@ See the following table for a summary of the management settings for Windows Ser
|
||||
| [16. Settings > Privacy](#bkmk-settingssection) | | | | |
|
||||
| [16.1 General](#bkmk-priv-general) |  |  |  | |
|
||||
| [17. Software Protection Platform](#bkmk-spp) | |  | | |
|
||||
| [19. Teredo](#bkmk-teredo) | | | |  |
|
||||
| [19. Teredo](#bkmk-teredo) | |  | |  |
|
||||
| [21. Windows Defender](#bkmk-defender) | |  |  | |
|
||||
| [22. Windows Media Player](#bkmk-wmp) | | | |  |
|
||||
| [24. Windows Store](#bkmk-windowsstore) | |  | | |
|
||||
@ -138,7 +138,7 @@ See the following table for a summary of the management settings for Windows Ser
|
||||
| [5. Font streaming](#font-streaming) |  |  | |
|
||||
| [12. Network Connection Status Indicator](#bkmk-ncsi) |  | | |
|
||||
| [17. Software Protection Platform](#bkmk-spp) |  | | |
|
||||
| [19. Teredo](#bkmk-teredo) | | |  |
|
||||
| [19. Teredo](#bkmk-teredo) |  | |  |
|
||||
| [21. Windows Defender](#bkmk-defender) |  |  | |
|
||||
| [26. Windows Update](#bkmk-wu) |  |  | |
|
||||
|
||||
@ -1115,7 +1115,14 @@ To turn off Messaging cloud sync:
|
||||
|
||||
### <a href="" id="bkmk-teredo"></a>19. Teredo
|
||||
|
||||
You can disable Teredo by using the netsh.exe command. For more info on Teredo, see [Internet Protocol Version 6, Teredo, and Related Technologies](http://technet.microsoft.com/library/cc722030.aspx).
|
||||
You can disable Teredo by using Group Policy or by using the netsh.exe command. For more info on Teredo, see [Internet Protocol Version 6, Teredo, and Related Technologies](http://technet.microsoft.com/library/cc722030.aspx).
|
||||
|
||||
>[!NOTE]
|
||||
>If you disable Teredo, some XBOX gaming features and Windows Update Delivery Optimization will not work.
|
||||
|
||||
- Enable the Group Policy: **Computer Configuration** > **Administrative Templates** > **Network** > **TCPIP Settings** > **IPv6 Transition Technologies** > **Set Teredo State** and set it to **Disabled State**.
|
||||
|
||||
-or-
|
||||
|
||||
- From an elevated command prompt, run **netsh interface teredo set state disabled**
|
||||
|
||||
|
@ -19,9 +19,11 @@ If you’re already using UE-V 2.x and you’re planning to upgrade user devices
|
||||
|
||||
2. Verify that UE-V settings were migrated correctly.
|
||||
|
||||
3. Enable the UE-V service on user devices.
|
||||
3. Set the template storage path to your current template store.
|
||||
|
||||
4. Install the UE-V template generator if you want to synchronize application settings for custom applications.
|
||||
4. Enable the UE-V service on user devices.
|
||||
|
||||
5. Install the UE-V template generator if you want to synchronize application settings for custom applications.
|
||||
|
||||
> **Important** You can upgrade your existing UE-V installation to Windows 10, version 1607 from UE-V versions 2.1 or 2.0 only. If you are using a previous version of UE-V, you’ll need to upgrade from that version to UE-V 2.x before you upgrade to Windows 10, version 1607..
|
||||
|
||||
@ -49,7 +51,11 @@ After upgrading a user device to Windows 10, version 1607, it’s important to v
|
||||
|
||||
2. Navigate to **HKEY_LOCAL_MACHINE\Software\Microsoft\UEV\Agent\Configuration.**
|
||||
|
||||
3. Verify that the settings storage path and the settings template catalog path are pointing to the same locations as before you upgraded the device to Windows 10.
|
||||
3. Verify that the settings storage path and the settings template catalog path are pointing to the same locations as before you upgraded the device to Windows 10.
|
||||
|
||||
## Set the template storage path to your current template store
|
||||
|
||||
Template Settings Storage Path will not automatically migrate. Run Set-UEVConfiguration in PowerShell or use the settings storage path Group Policy to configure and point to your current settings storage folder.
|
||||
|
||||
## Enable the UE-V service on user devices
|
||||
|
||||
|
@ -225,7 +225,7 @@ To specify which devices are preferred, you can set the **Max Cache Age** config
|
||||
|
||||
On devices that are not preferred, you can choose to set the following policy to prioritize data coming from local peers instead of the Internet:
|
||||
|
||||
- Set **DOBackgroundQoS** with a low value, for example `65536` which is the equivalent of 64 KB/s.
|
||||
- Set **DOMinBackgroundQoS** with a low value, for example `65536` which is the equivalent of 64 KB/s.
|
||||
|
||||
## Learn more
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user