mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 11:53:37 +00:00
Merge remote-tracking branch 'refs/remotes/origin/rs2' into dhrs2-servicing
This commit is contained in:
@ -25,7 +25,7 @@ If you have a pure, online (O365) deployment, then you can [use the provided Pow
|
|||||||
```PowerShell
|
```PowerShell
|
||||||
Set-ExecutionPolicy Unrestricted
|
Set-ExecutionPolicy Unrestricted
|
||||||
$org='contoso.microsoft.com'
|
$org='contoso.microsoft.com'
|
||||||
$cred=Get-Credential $admin@$org
|
$cred=Get-Credential admin@$org
|
||||||
$sess= New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $cred -Authentication Basic -AllowRedirection
|
$sess= New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $cred -Authentication Basic -AllowRedirection
|
||||||
Import-PSSession $sess
|
Import-PSSession $sess
|
||||||
```
|
```
|
||||||
@ -51,7 +51,7 @@ If you have a pure, online (O365) deployment, then you can [use the provided Pow
|
|||||||
If you haven’t created a compatible policy yet, use the following cmdlet—this one creates a policy called "Surface Hubs". Once it’s created, you can apply the same policy to other device accounts.
|
If you haven’t created a compatible policy yet, use the following cmdlet—this one creates a policy called "Surface Hubs". Once it’s created, you can apply the same policy to other device accounts.
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
$easPolicy = New-MobileDeviceMailboxPolicy -Name “SurfaceHubs” -PasswordEnabled $false
|
$easPolicy = New-MobileDeviceMailboxPolicy -Name "SurfaceHubs" -PasswordEnabled $false -AllowNonProvisionableDevices $True
|
||||||
```
|
```
|
||||||
|
|
||||||
Once you have a compatible policy, then you will need to apply the policy to the device account.
|
Once you have a compatible policy, then you will need to apply the policy to the device account.
|
||||||
@ -112,6 +112,7 @@ If you have a pure, online (O365) deployment, then you can [use the provided Pow
|
|||||||
Get-CsOnlineUser -Identity ‘alice@contoso.com’| fl *registrarpool*
|
Get-CsOnlineUser -Identity ‘alice@contoso.com’| fl *registrarpool*
|
||||||
```
|
```
|
||||||
OR by setting a variable
|
OR by setting a variable
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
$strRegistrarPool = (Get-CsOnlineUser -Identity ‘alice@contoso.com’).RegistrarPool
|
$strRegistrarPool = (Get-CsOnlineUser -Identity ‘alice@contoso.com’).RegistrarPool
|
||||||
```
|
```
|
||||||
@ -120,7 +121,11 @@ If you have a pure, online (O365) deployment, then you can [use the provided Pow
|
|||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
Enable-CsMeetingRoom -Identity 'HUB01@contoso.com' -RegistrarPool yourRegistrarPool -SipAddressType EmailAddress
|
Enable-CsMeetingRoom -Identity 'HUB01@contoso.com' -RegistrarPool yourRegistrarPool -SipAddressType EmailAddress
|
||||||
|
```
|
||||||
|
|
||||||
OR using the $strRegistarPool variable from above
|
OR using the $strRegistarPool variable from above
|
||||||
|
|
||||||
|
```PowerShell
|
||||||
Enable-CsMeetingRoom -Identity 'HUB01@contoso.com' -RegistrarPool $strRegistrarPool -SipAddressType EmailAddress
|
Enable-CsMeetingRoom -Identity 'HUB01@contoso.com' -RegistrarPool $strRegistrarPool -SipAddressType EmailAddress
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -267,6 +267,9 @@ The current volume level is a range from 0 to 100.
|
|||||||
|
|
||||||
Changes to volume levels can be sent by a room control system, or other system.
|
Changes to volume levels can be sent by a room control system, or other system.
|
||||||
|
|
||||||
|
>[!NOTE]
|
||||||
|
>The Volume command will only control the volume for embedded or Replacement PC mode, not from [Guest sources](connect-and-display-with-surface-hub.md).
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="33%" />
|
<col width="33%" />
|
||||||
|
@ -33,7 +33,8 @@
|
|||||||
#### [Test scenario 3 - Set a reminder for a specific location using Cortana at work](cortana-at-work-scenario-3.md)
|
#### [Test scenario 3 - Set a reminder for a specific location using Cortana at work](cortana-at-work-scenario-3.md)
|
||||||
#### [Test scenario 4 - Use Cortana at work to find your upcoming meetings](cortana-at-work-scenario-4.md)
|
#### [Test scenario 4 - Use Cortana at work to find your upcoming meetings](cortana-at-work-scenario-4.md)
|
||||||
#### [Test scenario 5 - Use Cortana to send email to a co-worker](cortana-at-work-scenario-5.md)
|
#### [Test scenario 5 - Use Cortana to send email to a co-worker](cortana-at-work-scenario-5.md)
|
||||||
#### [Test scenario 6 - Use Cortana and Windows Information Protection (WIP) to help protect your organization’s data on a device](cortana-at-work-scenario-6.md)
|
#### [Test scenario 6 - Review a reminder suggested by Cortana based on what you’ve promised in email}(cortana-at-work-scenario-6.md)
|
||||||
|
#### [Test scenario 7 - Use Cortana and Windows Information Protection (WIP) to help protect your organization’s data on a device](cortana-at-work-scenario-7.md)
|
||||||
### [Set up and test Cortana with Office 365 in your organization](cortana-at-work-o365.md)
|
### [Set up and test Cortana with Office 365 in your organization](cortana-at-work-o365.md)
|
||||||
### [Set up and test Cortana with Microsoft Dynamics CRM (Preview feature) in your organization](cortana-at-work-crm.md)
|
### [Set up and test Cortana with Microsoft Dynamics CRM (Preview feature) in your organization](cortana-at-work-crm.md)
|
||||||
### [Set up and test Cortana for Power BI in your organization](cortana-at-work-powerbi.md)
|
### [Set up and test Cortana for Power BI in your organization](cortana-at-work-powerbi.md)
|
||||||
|
@ -12,9 +12,8 @@ author: jdeckerMS
|
|||||||
|
|
||||||
# Change history for Configure Windows 10
|
# Change history for Configure Windows 10
|
||||||
|
|
||||||
This topic lists new and updated topics in the [Update Windows 10](index.md) documentation for [Windows 10 and Windows 10 Mobile](../index.md).
|
This topic lists new and updated topics in the [Configure Windows 10](index.md) documentation for [Windows 10 and Windows 10 Mobile](../index.md).
|
||||||
|
|
||||||
>If you're looking for **update history** for Windows 10, see [Windows 10 and Windows Server 2016 update history](https://support.microsoft.com/help/12387/windows-10-update-history).
|
|
||||||
|
|
||||||
## RELEASE: Windows 10, version 1703
|
## RELEASE: Windows 10, version 1703
|
||||||
|
|
||||||
|
@ -216,6 +216,8 @@ No user content, such as user files or communications, is gathered at the **Secu
|
|||||||
|
|
||||||
The Basic level gathers a limited set of data that’s critical for understanding the device and its configuration. This level also includes the **Security** level data. This level helps to identify problems that can occur on a particular hardware or software configuration. For example, it can help determine if crashes are more frequent on devices with a specific amount of memory or that are running a particular driver version. The Connected User Experience and Telemetry component does not gather telemetry data about System Center, but it can transmit telemetry for other non-Windows applications if they have user consent.
|
The Basic level gathers a limited set of data that’s critical for understanding the device and its configuration. This level also includes the **Security** level data. This level helps to identify problems that can occur on a particular hardware or software configuration. For example, it can help determine if crashes are more frequent on devices with a specific amount of memory or that are running a particular driver version. The Connected User Experience and Telemetry component does not gather telemetry data about System Center, but it can transmit telemetry for other non-Windows applications if they have user consent.
|
||||||
|
|
||||||
|
The normal upload range for the Basic telemetry level is between 109 KB - 159 KB per day, per device.
|
||||||
|
|
||||||
The data gathered at this level includes:
|
The data gathered at this level includes:
|
||||||
|
|
||||||
- **Basic device data**. Helps provide an understanding about the types of Windows devices and the configurations and types of native and virtualized Windows Server 2016 in the ecosystem. Examples include:
|
- **Basic device data**. Helps provide an understanding about the types of Windows devices and the configurations and types of native and virtualized Windows Server 2016 in the ecosystem. Examples include:
|
||||||
@ -256,12 +258,15 @@ The data gathered at this level includes:
|
|||||||
|
|
||||||
- **Windows Store**. Provides information about how the Windows Store performs, including app downloads, installations, and updates. It also includes Windows Store launches, page views, suspend and resumes, and obtaining licenses.
|
- **Windows Store**. Provides information about how the Windows Store performs, including app downloads, installations, and updates. It also includes Windows Store launches, page views, suspend and resumes, and obtaining licenses.
|
||||||
|
|
||||||
|
|
||||||
### Enhanced level
|
### Enhanced level
|
||||||
|
|
||||||
The Enhanced level gathers data about how Windows and apps are used and how they perform. This level also includes data from both the **Basic** and **Security** levels. This level helps to improve the user experience with the operating system and apps. Data from this level can be abstracted into patterns and trends that can help Microsoft determine future improvements.
|
The Enhanced level gathers data about how Windows and apps are used and how they perform. This level also includes data from both the **Basic** and **Security** levels. This level helps to improve the user experience with the operating system and apps. Data from this level can be abstracted into patterns and trends that can help Microsoft determine future improvements.
|
||||||
|
|
||||||
This is the default level for Windows 10 Enterprise and Windows 10 Education editions, and the minimum level needed to quickly identify and address Windows, Windows Server, and System Center quality issues.
|
This is the default level for Windows 10 Enterprise and Windows 10 Education editions, and the minimum level needed to quickly identify and address Windows, Windows Server, and System Center quality issues.
|
||||||
|
|
||||||
|
The normal upload range for the Enhanced telemetry level is between 239 KB - 348 KB per day, per device.
|
||||||
|
|
||||||
The data gathered at this level includes:
|
The data gathered at this level includes:
|
||||||
|
|
||||||
- **Operating system events**. Helps to gain insights into different areas of the operating system, including networking, Hyper-V, Cortana, storage, file system, and other components.
|
- **Operating system events**. Helps to gain insights into different areas of the operating system, including networking, Hyper-V, Cortana, storage, file system, and other components.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Test scenario 6 - Use Cortana and Windows Information Protection (WIP) to help protect your organization’s data on a device (Windows 10)
|
title: Test scenario 6 - Review a reminder suggested by Cortana based on what you’ve promised in email (Windows 10)
|
||||||
description: An optional test scenario about how to use Cortana at work with Windows Information Protection (WIP).
|
description: A test scenario about how to use Cortana with the Suggested reminders feature.
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: manage
|
ms.mktglfcycl: manage
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
@ -8,7 +8,7 @@ author: eross-msft
|
|||||||
localizationpriority: high
|
localizationpriority: high
|
||||||
---
|
---
|
||||||
|
|
||||||
# Test scenario 6 - Use Cortana and Windows Information Protection (WIP) to help protect your organization’s data on a device
|
# Test scenario 6 - Review a reminder suggested by Cortana based on what you’ve promised in email
|
||||||
|
|
||||||
- Windows 10, Windows Insider Program
|
- Windows 10, Windows Insider Program
|
||||||
- Windows 10 Mobile, Windows Insider Program
|
- Windows 10 Mobile, Windows Insider Program
|
||||||
@ -17,22 +17,32 @@ localizationpriority: high
|
|||||||
>Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
>Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
||||||
|
|
||||||
>[!IMPORTANT]
|
>[!IMPORTANT]
|
||||||
>The data created as part of these scenarios will be uploaded to Microsoft’s Cloud to help Cortana learn and help your employees. This is the same info that Cortana uses in the consumer offering.
|
>The data created as part of these scenarios will be uploaded to Microsoft’s Cloud to help Cortana learn and help your employees. This is the same info that Cortana uses in the consumer offering. For more info, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement) and the [Microsoft Services Agreement](https://www.microsoft.com/en-us/servicesagreement).
|
||||||
|
|
||||||
This optional scenario helps you to protect your organization’s data on a device, based on an inspection by Cortana.
|
Cortana automatically finds patterns in your email, suggesting reminders based things that you said you would do so you don’t forget about them. For example, Cortana recognizes that if you include the text, _I’ll get this to you by the end of the week_ in an email, you're making a commitment to provide something by a specific date. Cortana can now suggest that you be reminded about this event, letting you decide whether to keep it or to cancel it.
|
||||||
|
|
||||||
## Use Cortana and WIP to protect your organization’s data
|
>[!NOTE]
|
||||||
|
>The Suggested reminders feature is currently only available in English (en-us).
|
||||||
|
|
||||||
1. Create and deploy an WIP policy to your organization. For info about how to do this, see [Protect your enterprise data using Windows Information Protection (WIP)](../keep-secure/protect-enterprise-data-using-wip.md).
|
**To use Cortana to create Suggested reminders for you**
|
||||||
|
|
||||||
2. Create a new email from a non-protected or personal mailbox, including the text _I’ll send you that presentation tomorrow_.
|
1. Make sure that you've connected Cortana to Office 365. For the steps to connect, see [Set up and test Cortana with Office 365 in your organization](cortana-at-work-o365.md).
|
||||||
|
|
||||||
3. Wait up to 2 hours to make sure everything has updated, click the **Cortana** icon in the taskbar, and then click in the **Search** bar.
|
2. Click on the **Cortana** search box in the taskbar, click the **Notebook** icon, and then click **Permissions**.
|
||||||
|
|
||||||
Cortana automatically pulls your commitment to sending the presentation out of your email, showing it to you.
|
3. Make sure the **Contacts, email, calendar, and communication history** option is turned on.
|
||||||
|
|
||||||
4. Create a new email from a protected mailbox, including the same text as above, _I’ll send you that presentation tomorrow_.
|

|
||||||
|
|
||||||
5. Wait until everything has updated again, click the **Cortana** icon in the taskbar, and then click in the **Search** bar.
|
4. Click the **Notebook** icon again, click the **Suggested reminders** option, click to turn on the **All reminder suggestions cards** option, click the **Notify me when something I mentioned doing is coming up** box, and then click **Save**.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
5. Create and send an email to yourself (so you can see the Suggested reminder), including the text, _I’ll finish this project by end of day today_.
|
||||||
|
|
||||||
|
6. After you get the email, click on the Cortana **Home** icon, and scroll to today’s events.
|
||||||
|
|
||||||
|
If the reminder has a specific date or time associated with it, like end of day, Cortana notifies you at the appropriate time and puts the reminder into the Action Center. Also from the Home screen, you can view the email where you made the promise, set aside time on your calendar, officially set the reminder, or mark the reminder as completed.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Because it was in an WIP-protected email, the presentation info isn’t pulled out and it isn’t shown to you.
|
|
||||||
|
38
windows/configure/cortana-at-work-scenario-7.md
Normal file
38
windows/configure/cortana-at-work-scenario-7.md
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
title: Test scenario 7 - Use Cortana and Windows Information Protection (WIP) to help protect your organization’s data on a device (Windows 10)
|
||||||
|
description: An optional test scenario about how to use Cortana at work with Windows Information Protection (WIP).
|
||||||
|
ms.prod: w10
|
||||||
|
ms.mktglfcycl: manage
|
||||||
|
ms.sitesec: library
|
||||||
|
author: eross-msft
|
||||||
|
localizationpriority: high
|
||||||
|
---
|
||||||
|
|
||||||
|
# Test scenario 7 - Use Cortana and Windows Information Protection (WIP) to help protect your organization’s data on a device
|
||||||
|
|
||||||
|
- Windows 10, Windows Insider Program
|
||||||
|
- Windows 10 Mobile, Windows Insider Program
|
||||||
|
|
||||||
|
>[!IMPORTANT]
|
||||||
|
>Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
||||||
|
|
||||||
|
>[!IMPORTANT]
|
||||||
|
>The data created as part of these scenarios will be uploaded to Microsoft’s Cloud to help Cortana learn and help your employees. This is the same info that Cortana uses in the consumer offering.
|
||||||
|
|
||||||
|
This optional scenario helps you to protect your organization’s data on a device, based on an inspection by Cortana.
|
||||||
|
|
||||||
|
## Use Cortana and WIP to protect your organization’s data
|
||||||
|
|
||||||
|
1. Create and deploy an WIP policy to your organization. For info about how to do this, see [Protect your enterprise data using Windows Information Protection (WIP)](../keep-secure/protect-enterprise-data-using-wip.md).
|
||||||
|
|
||||||
|
2. Create a new email from a non-protected or personal mailbox, including the text _I’ll send you that presentation tomorrow_.
|
||||||
|
|
||||||
|
3. Wait up to 2 hours to make sure everything has updated, click the **Cortana** icon in the taskbar, and then click in the **Search** bar.
|
||||||
|
|
||||||
|
Cortana automatically pulls your commitment to sending the presentation out of your email, showing it to you.
|
||||||
|
|
||||||
|
4. Create a new email from a protected mailbox, including the same text as above, _I’ll send you that presentation tomorrow_.
|
||||||
|
|
||||||
|
5. Wait until everything has updated again, click the **Cortana** icon in the taskbar, and then click in the **Search** bar.
|
||||||
|
|
||||||
|
Because it was in an WIP-protected email, the presentation info isn’t pulled out and it isn’t shown to you.
|
@ -19,15 +19,19 @@ localizationpriority: high
|
|||||||
|
|
||||||
We've come up with a list of suggested testing scenarios that you can use to test Cortana in your organization. After you complete all the scenarios, you should be able to:
|
We've come up with a list of suggested testing scenarios that you can use to test Cortana in your organization. After you complete all the scenarios, you should be able to:
|
||||||
|
|
||||||
- Sign-in to Cortana using Azure AD, manage entries in the notebook, and search for content across your device, Bing, and the cloud, using Cortana.
|
- [Sign-in to Cortana using Azure AD, manage entries in the notebook, and search for content across your device, Bing, and the cloud, using Cortana](cortana-at-work-scenario-1.md)
|
||||||
|
|
||||||
- Set a reminder and have it remind you when you’ve reached a specific location.
|
- [Perform a quick search with Cortana at work](cortana-at-work-scenario-2.md)
|
||||||
|
|
||||||
- Search for your upcoming meetings on your work calendar.
|
- [Set a reminder and have it remind you when you’ve reached a specific location](cortana-at-work-scenario-3.md)
|
||||||
|
|
||||||
- Send an email to a co-worker from your work email app.
|
- [Search for your upcoming meetings on your work calendar](cortana-at-work-scenario-4.md)
|
||||||
|
|
||||||
- Use WIP to secure content on a device and then try to manage your organization’s entries in the notebook.
|
- [Send an email to a co-worker from your work email app](cortana-at-work-scenario-5.md)
|
||||||
|
|
||||||
|
- [Review a reminder suggested by Cortana based on what you’ve promised in email](cortana-at-work-scenario-6.md)
|
||||||
|
|
||||||
|
- [Use Windows Information Protection (WIP) to secure content on a device and then try to manage your organization’s entries in the notebook](cortana-at-work-scenario-7.md)
|
||||||
|
|
||||||
>[!IMPORTANT]
|
>[!IMPORTANT]
|
||||||
>The data created as part of these scenarios will be uploaded to Microsoft’s Cloud to help Cortana learn and help your employees. This is the same info that Cortana uses in the consumer offering.
|
>The data created as part of these scenarios will be uploaded to Microsoft’s Cloud to help Cortana learn and help your employees. This is the same info that Cortana uses in the consumer offering.
|
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
windows/configure/images/cortana-suggested-reminder-settings.png
Normal file
BIN
windows/configure/images/cortana-suggested-reminder-settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
BIN
windows/configure/images/cortana-suggested-reminder.png
Normal file
BIN
windows/configure/images/cortana-suggested-reminder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@ -224,7 +224,7 @@ The following example shows how to create a tile of the Web site's URL using the
|
|||||||
Column="4"/>
|
Column="4"/>
|
||||||
```
|
```
|
||||||
|
|
||||||
The following table describes the other attributes that you can use with the **start:SecondaryTile** tag in addition to *8Size**, **Row**, and *8Column**.
|
The following table describes the other attributes that you can use with the **start:SecondaryTile** tag in addition to **Size**, **Row**, and **Column**.
|
||||||
|
|
||||||
| Attribute | Required/optional | Description |
|
| Attribute | Required/optional | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
|
@ -45,9 +45,7 @@ You can use System Center Configuration Manager’s existing functionality to cr
|
|||||||
|
|
||||||
2. Extract the contents of the .zip file to a shared, read-only location that can be accessed by the network administrators who will deploy the package. You should have a file named *WindowsDefenderATPOnboardingScript.cmd*.
|
2. Extract the contents of the .zip file to a shared, read-only location that can be accessed by the network administrators who will deploy the package. You should have a file named *WindowsDefenderATPOnboardingScript.cmd*.
|
||||||
|
|
||||||
3. Onboard your devices using SCCM by following the steps in the [Onboard devices to Windows Defender ATP](https://docs.microsoft.com/en-us/sccm/protect/deploy-use/windows-defender-advanced-threat-protection#onboard-devices-for-windows-defender-atp) topic.
|
3. Deploy the package by following the steps in the [How to Deploy Packages and Programs in Configuration Manager](https://technet.microsoft.com/library/gg682178.aspx) topic.
|
||||||
|
|
||||||
4. Deploy the package by following the steps in the [How to Deploy Packages and Programs in Configuration Manager](https://technet.microsoft.com/library/gg682178.aspx) topic.
|
|
||||||
|
|
||||||
a. Choose a predefined device collection to deploy the package to.
|
a. Choose a predefined device collection to deploy the package to.
|
||||||
|
|
||||||
|
@ -316,7 +316,7 @@ DG_Readiness_Tool_v3.0.ps1 -Ready
|
|||||||
- **Event ID 16** Credential Guard (LsaIso.exe) failed to launch: \[error code\]
|
- **Event ID 16** Credential Guard (LsaIso.exe) failed to launch: \[error code\]
|
||||||
- **Event ID 17** Error reading Credential Guard (LsaIso.exe) UEFI configuration: \[error code\]
|
- **Event ID 17** Error reading Credential Guard (LsaIso.exe) UEFI configuration: \[error code\]
|
||||||
You can also verify that TPM is being used for key protection by checking the following event in the **Microsoft** -> **Windows** -> **Kernel-Boot** event source. If you are running with a TPM, the TPM PCR mask value will be something other than 0.
|
You can also verify that TPM is being used for key protection by checking the following event in the **Microsoft** -> **Windows** -> **Kernel-Boot** event source. If you are running with a TPM, the TPM PCR mask value will be something other than 0.
|
||||||
- **Event ID 51** VSM Master Encryption Key Provisioning. Using cached copy status: 0x0. Unsealing cached copy status: 0x1. New key generation status: 0x1. Sealing status: 0x1. TPM PCR mask: 0x0.
|
- **Event ID 51** VSM Master Encryption Key Provisioning. Using cached copy status: 0x0. Unsealing cached copy status: 0x1. New key generation status: 0x1. Sealing status: 0x1. TPM PCR mask: 0x0.
|
||||||
- Passwords are still weak so we recommend that your organization deploy Credential Guard and move away from passwords and to other authentication methods, such as physical smart cards, virtual smart cards, or Windows Hello for Business.
|
- Passwords are still weak so we recommend that your organization deploy Credential Guard and move away from passwords and to other authentication methods, such as physical smart cards, virtual smart cards, or Windows Hello for Business.
|
||||||
- Some 3rd party Security Support Providers (SSPs and APs) might not be compatible with Credential Guard. Credential Guard does not allow 3rd party SSPs to ask for password hashes from LSA. However, SSPs and APs still get notified of the password when a user logs on and/or changes their password. Any use of undocumented APIs within custom SSPs and APs are not supported. We recommend that custom implementations of SSPs/APs are tested against Credential Guard to ensure that the SSPs and APs do not depend on any undocumented or unsupported behaviors. For example, using the KerbQuerySupplementalCredentialsMessage API is not supported. You should not replace the NTLM or Kerberos SSPs with custom SSPs and APs. For more info, see [Restrictions around Registering and Installing a Security Package](http://msdn.microsoft.com/library/windows/desktop/dn865014.aspx) on MSDN.
|
- Some 3rd party Security Support Providers (SSPs and APs) might not be compatible with Credential Guard. Credential Guard does not allow 3rd party SSPs to ask for password hashes from LSA. However, SSPs and APs still get notified of the password when a user logs on and/or changes their password. Any use of undocumented APIs within custom SSPs and APs are not supported. We recommend that custom implementations of SSPs/APs are tested against Credential Guard to ensure that the SSPs and APs do not depend on any undocumented or unsupported behaviors. For example, using the KerbQuerySupplementalCredentialsMessage API is not supported. You should not replace the NTLM or Kerberos SSPs with custom SSPs and APs. For more info, see [Restrictions around Registering and Installing a Security Package](http://msdn.microsoft.com/library/windows/desktop/dn865014.aspx) on MSDN.
|
||||||
- As the depth and breadth of protections provided by Credential Guard are increased, subsequent releases of Windows 10 with Credential Guard running may impact scenarios that were working in the past. For example, Credential Guard may block the use of a particular type of credential or a particular component to prevent malwar efrom taking advantage of vulnerabilities. Therefore, we recommend that scenarios required for operations in an organization are tested before upgrading a device that has Credential Guard running.
|
- As the depth and breadth of protections provided by Credential Guard are increased, subsequent releases of Windows 10 with Credential Guard running may impact scenarios that were working in the past. For example, Credential Guard may block the use of a particular type of credential or a particular component to prevent malwar efrom taking advantage of vulnerabilities. Therefore, we recommend that scenarios required for operations in an organization are tested before upgrading a device that has Credential Guard running.
|
||||||
|
@ -60,7 +60,7 @@ If you took corrective actions and the machine status is still misconfigured, [o
|
|||||||
|
|
||||||
### No sensor data
|
### No sensor data
|
||||||
A misconfigured machine with status ‘No sensor data’ has communication with the service but can only report partial sensor data.
|
A misconfigured machine with status ‘No sensor data’ has communication with the service but can only report partial sensor data.
|
||||||
Follow theses actions to correct known issues related to a misconfigured machine with status ‘Impaired communication’:
|
Follow theses actions to correct known issues related to a misconfigured machine with status ‘No sensor data’:
|
||||||
|
|
||||||
- [Ensure the endpoint has Internet connection](troubleshoot-onboarding-windows-defender-advanced-threat-protection.md#ensure-the-endpoint-has-an-internet-connection)</br>
|
- [Ensure the endpoint has Internet connection](troubleshoot-onboarding-windows-defender-advanced-threat-protection.md#ensure-the-endpoint-has-an-internet-connection)</br>
|
||||||
The Window Defender ATP sensor requires Microsoft Windows HTTP (WinHTTP) to report sensor data and communicate with the Windows Defender ATP service.
|
The Window Defender ATP sensor requires Microsoft Windows HTTP (WinHTTP) to report sensor data and communicate with the Windows Defender ATP service.
|
||||||
|
@ -14,7 +14,7 @@ localizationpriority: high
|
|||||||
- Windows 10
|
- Windows 10
|
||||||
- Windows 10 Mobile
|
- Windows 10 Mobile
|
||||||
|
|
||||||
TWindows Hello for Business requires a registered device. When the device is set up, its user can use the device to authenticate to services. This topic explains how device registration works, what happens when a user requests authentication, how key material is stored and processed, and which servers and infrastructure components are involved in different parts of this process.
|
Windows Hello for Business requires a registered device. When the device is set up, its user can use the device to authenticate to services. This topic explains how device registration works, what happens when a user requests authentication, how key material is stored and processed, and which servers and infrastructure components are involved in different parts of this process.
|
||||||
|
|
||||||
## Register a new user or device
|
## Register a new user or device
|
||||||
|
|
||||||
|
Binary file not shown.
@ -17,9 +17,9 @@ author: brianlic-msft
|
|||||||
Describes the best practices, location, values, and security considerations for the **Interactive logon: Display user information when the session is locked** security policy setting.
|
Describes the best practices, location, values, and security considerations for the **Interactive logon: Display user information when the session is locked** security policy setting.
|
||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
This setting controls whether details such as email address or domain\username appear with the username on the sign-in screen.
|
This security setting controls whether details such as email address or domain\username appear with the username on the sign-in screen.
|
||||||
For clients that run Windows 10 version 1511 and 1507 (RTM), this setting works similarly to previous versions of Windows.
|
For clients that run Windows 10 version 1511 and 1507 (RTM), this setting works similarly to previous versions of Windows.
|
||||||
Due to a new **Privacy** setting in Windows 10 version 1607, this setting affects those clients differently.
|
However, because of a new **Privacy** setting introduced in Windows 10 version 1607, this security setting affects those clients differently.
|
||||||
|
|
||||||
### Changes in Windows 10 version 1607
|
### Changes in Windows 10 version 1607
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ This setting has these possible values:
|
|||||||
- **User display name, domain and user names**
|
- **User display name, domain and user names**
|
||||||
|
|
||||||
For a local logon, the user's full name is displayed.
|
For a local logon, the user's full name is displayed.
|
||||||
If the user signed in using a Microsoft Account, the user's email address is displayed.
|
If the user signed in using a Microsoft account, the user's email address is displayed.
|
||||||
For a domain logon, the domain\username is displayed.
|
For a domain logon, the domain\username is displayed.
|
||||||
This has the same effect as turning on the **Privacy** setting.
|
This has the same effect as turning on the **Privacy** setting.
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ This setting has these possible values:
|
|||||||
Beginning with Windows 10 version 1607, this option is not supported.
|
Beginning with Windows 10 version 1607, this option is not supported.
|
||||||
If this option is chosen, the full name of the user who locked the session is displayed instead.
|
If this option is chosen, the full name of the user who locked the session is displayed instead.
|
||||||
This change makes this setting consistent with the functionality of the new **Privacy** setting.
|
This change makes this setting consistent with the functionality of the new **Privacy** setting.
|
||||||
To have no user information displayed, enable the Group Policy setting **Interactive logon: Don't display last signed-in**.
|
To display no user information, enable the Group Policy setting **Interactive logon: Don't display last signed-in**.
|
||||||
|
|
||||||
- Blank.
|
- Blank.
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ There are related Group Policy settings:
|
|||||||
|
|
||||||
- **Computer Configuration\Policies\Administrative Templates\System\Logon\Block user from showing account details on sign-in** prevents users from showing account details on the sign-in screen.
|
- **Computer Configuration\Policies\Administrative Templates\System\Logon\Block user from showing account details on sign-in** prevents users from showing account details on the sign-in screen.
|
||||||
- **Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Don’t display last signed-in** prevents the username of the last user to sign in from being shown.
|
- **Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Don’t display last signed-in** prevents the username of the last user to sign in from being shown.
|
||||||
- **Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Don’t display user name at sign in** prevents the username from being shown at Windows sign-in and immediately after credentials are entered and before the desktop appears.
|
- **Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Don’t display username at sign-in** prevents the username from being shown at Windows sign-in and immediately after credentials are entered and before the desktop appears.
|
||||||
|
|
||||||
### Interaction with related Group Policy settings
|
### Interaction with related Group Policy settings
|
||||||
|
|
||||||
|
@ -14,10 +14,13 @@ This topic lists new and updated topics in the [Manage Windows 10](index.md) doc
|
|||||||
|
|
||||||
>If you're looking for **update history** for Windows 10, see [Windows 10 and Windows Server 2016 update history](https://support.microsoft.com/help/12387/windows-10-update-history).
|
>If you're looking for **update history** for Windows 10, see [Windows 10 and Windows Server 2016 update history](https://support.microsoft.com/help/12387/windows-10-update-history).
|
||||||
|
|
||||||
|
|
||||||
## RELEASE: Windows 10, version 1703
|
## RELEASE: Windows 10, version 1703
|
||||||
|
|
||||||
The topics in this library have been updated for Windows 10, version 1703 (also known as the Creators Update). Some topics have been moved to [Update Windows 10](../update/index.md) or to [Configure Windows 10](../configure/index.md).
|
The topics in this library have been updated for Windows 10, version 1703 (also known as the Creators Update). Some topics have been moved to [Update Windows 10](../update/index.md) or to [Configure Windows 10](../configure/index.md).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## February 2017
|
## February 2017
|
||||||
|
|
||||||
| New or changed topic | Description |
|
| New or changed topic | Description |
|
||||||
@ -30,10 +33,12 @@ The topics in this library have been updated for Windows 10, version 1703 (also
|
|||||||
| [Optimize update delivery for Windows 10 updates](waas-optimize-windows-10-updates.md) | Added Express updates. |
|
| [Optimize update delivery for Windows 10 updates](waas-optimize-windows-10-updates.md) | Added Express updates. |
|
||||||
| [Distribute offline apps](distribute-offline-apps.md) | General updates to topic. Added links to supporting content for System Center Configuration Manager and Microsoft Intune. |
|
| [Distribute offline apps](distribute-offline-apps.md) | General updates to topic. Added links to supporting content for System Center Configuration Manager and Microsoft Intune. |
|
||||||
|
|
||||||
|
|
||||||
## January 2017
|
## January 2017
|
||||||
|
|
||||||
| New or changed topic | Description |
|
| New or changed topic | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|
|
||||||
|[Cortana at work topics](../configure/cortana-at-work-overview.md)]|New |
|
|[Cortana at work topics](../configure/cortana-at-work-overview.md)]|New |
|
||||||
| [Start layout XML for desktop editions of Windows 10](start-layout-xml-desktop.md) | New (previously published in Hardware Dev Center on MSDN) |
|
| [Start layout XML for desktop editions of Windows 10](start-layout-xml-desktop.md) | New (previously published in Hardware Dev Center on MSDN) |
|
||||||
| [Start layout XML for mobile editions of Windows 10](start-layout-xml-mobile.md) | New (previously published in Hardware Dev Center on MSDN) |
|
| [Start layout XML for mobile editions of Windows 10](start-layout-xml-mobile.md) | New (previously published in Hardware Dev Center on MSDN) |
|
||||||
|
38
windows/manage/cortana-at-work-scenario-7.md
Normal file
38
windows/manage/cortana-at-work-scenario-7.md
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
title: Test scenario 7 - Use Cortana and Windows Information Protection (WIP) to help protect your organization’s data on a device (Windows 10)
|
||||||
|
description: An optional test scenario about how to use Cortana at work with Windows Information Protection (WIP).
|
||||||
|
ms.prod: w10
|
||||||
|
ms.mktglfcycl: manage
|
||||||
|
ms.sitesec: library
|
||||||
|
author: eross-msft
|
||||||
|
localizationpriority: high
|
||||||
|
---
|
||||||
|
|
||||||
|
# Test scenario 7 - Use Cortana and Windows Information Protection (WIP) to help protect your organization’s data on a device
|
||||||
|
|
||||||
|
- Windows 10, Windows Insider Program
|
||||||
|
- Windows 10 Mobile, Windows Insider Program
|
||||||
|
|
||||||
|
>[!IMPORTANT]
|
||||||
|
>Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
||||||
|
|
||||||
|
>[!IMPORTANT]
|
||||||
|
>The data created as part of these scenarios will be uploaded to Microsoft’s Cloud to help Cortana learn and help your employees. This is the same info that Cortana uses in the consumer offering.
|
||||||
|
|
||||||
|
This optional scenario helps you to protect your organization’s data on a device, based on an inspection by Cortana.
|
||||||
|
|
||||||
|
## Use Cortana and WIP to protect your organization’s data
|
||||||
|
|
||||||
|
1. Create and deploy an WIP policy to your organization. For info about how to do this, see [Protect your enterprise data using Windows Information Protection (WIP)](../keep-secure/protect-enterprise-data-using-wip.md).
|
||||||
|
|
||||||
|
2. Create a new email from a non-protected or personal mailbox, including the text _I’ll send you that presentation tomorrow_.
|
||||||
|
|
||||||
|
3. Wait up to 2 hours to make sure everything has updated, click the **Cortana** icon in the taskbar, and then click in the **Search** bar.
|
||||||
|
|
||||||
|
Cortana automatically pulls your commitment to sending the presentation out of your email, showing it to you.
|
||||||
|
|
||||||
|
4. Create a new email from a protected mailbox, including the same text as above, _I’ll send you that presentation tomorrow_.
|
||||||
|
|
||||||
|
5. Wait until everything has updated again, click the **Cortana** icon in the taskbar, and then click in the **Search** bar.
|
||||||
|
|
||||||
|
Because it was in an WIP-protected email, the presentation info isn’t pulled out and it isn’t shown to you.
|
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
windows/manage/images/cortana-suggested-reminder-settings.png
Normal file
BIN
windows/manage/images/cortana-suggested-reminder-settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
BIN
windows/manage/images/cortana-suggested-reminder.png
Normal file
BIN
windows/manage/images/cortana-suggested-reminder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@ -89,49 +89,11 @@ For more information, see [Sign up for the Store for Business](../manage/sign-up
|
|||||||
|
|
||||||
After your admin signs up for the Store for Business, they can assign roles to other employees in your company. The admin needs Azure AD User Admin permissions to assign WSFB roles. These are the roles and their permissions.
|
After your admin signs up for the Store for Business, they can assign roles to other employees in your company. The admin needs Azure AD User Admin permissions to assign WSFB roles. These are the roles and their permissions.
|
||||||
|
|
||||||
<table>
|
| Permission | Account settings | Acquire apps | Distribute apps | Device Guard signing |
|
||||||
<colgroup>
|
| ---------- | ---------------- | ------------ | --------------- | -------------------- |
|
||||||
<col width="20%" />
|
| Admin | X | X | X | |
|
||||||
<col width="20%" />
|
| Purchaser | | X | X | |
|
||||||
<col width="20%" />
|
| Device Guard signer | | | | X |
|
||||||
<col width="20%" />
|
|
||||||
<col width="20%" />
|
|
||||||
</colgroup>
|
|
||||||
<thead>
|
|
||||||
<tr class="header">
|
|
||||||
<th align="left">Permission</th>
|
|
||||||
<th align="left">Account settings</th>
|
|
||||||
<th align="left">Acquire apps</th>
|
|
||||||
<th align="left">Distribute apps</th>
|
|
||||||
<th align="left">Device Guard signing</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>Admin</p></td>
|
|
||||||
<td align="left"><p>X</p></td>
|
|
||||||
<td align="left"><p>X</p></td>
|
|
||||||
<td align="left"><p>X</p></td>
|
|
||||||
<td align="left"></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="even">
|
|
||||||
<td align="left"><p>Purchaser</p></td>
|
|
||||||
<td align="left"></td>
|
|
||||||
<td align="left"><p>X</p></td>
|
|
||||||
<td align="left"><p>X</p></td>
|
|
||||||
<td align="left"></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="odd">
|
|
||||||
<td align="left"><p>Device Guard signer</p></td>
|
|
||||||
<td align="left"></td>
|
|
||||||
<td align="left"></td>
|
|
||||||
<td align="left"></td>
|
|
||||||
<td align="left"><p>X</p></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
In some cases, admins will need to add Azure Active Directory (AD) accounts for their employees. For more information, see [Manage user accounts and groups](../manage/manage-users-and-groups-windows-store-for-business.md).
|
In some cases, admins will need to add Azure Active Directory (AD) accounts for their employees. For more information, see [Manage user accounts and groups](../manage/manage-users-and-groups-windows-store-for-business.md).
|
||||||
|
|
||||||
@ -367,6 +329,18 @@ Store for Business is currently available in these markets.
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
## Privacy notice
|
||||||
|
|
||||||
|
Microsoft Store for Business services get names and email addresses of people in your organization from Azure Active Directory. This information is needed for these admin functions:
|
||||||
|
- Granting and managing permissions
|
||||||
|
- Managing app licenses
|
||||||
|
- Distributing apps to people (names appear in a list that admins can select from)
|
||||||
|
|
||||||
|
Store for Business does not save names, or email addresses.
|
||||||
|
|
||||||
|
Your use of Store for Business is also governed by the Store for Business Terms of Use.
|
||||||
|
|
||||||
|
Information sent to Store for Business is subject to the [Store for Business Privacy Statement](https://privacy.microsoft.com/privacystatement/).
|
||||||
|
|
||||||
## <a href="" id="isv-wsfb"></a>ISVs and the Store for Business
|
## <a href="" id="isv-wsfb"></a>ISVs and the Store for Business
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# [Plan for Windows 10 deployment](index.md)
|
# [Plan for Windows 10 deployment](index.md)
|
||||||
|
## [Windows 10 Enterprise FAQ for IT Pros](windows-10-enterprise-faq-itpro.md)
|
||||||
## [Windows 10 deployment considerations](windows-10-deployment-considerations.md)
|
## [Windows 10 deployment considerations](windows-10-deployment-considerations.md)
|
||||||
## [Windows 10 compatibility](windows-10-compatibility.md)
|
## [Windows 10 compatibility](windows-10-compatibility.md)
|
||||||
## [Windows 10 infrastructure requirements](windows-10-infrastructure-requirements.md)
|
## [Windows 10 infrastructure requirements](windows-10-infrastructure-requirements.md)
|
||||||
|
@ -16,6 +16,7 @@ Windows 10 provides new deployment capabilities, scenarios, and tools by buildi
|
|||||||
## In this section
|
## In this section
|
||||||
|Topic |Description |
|
|Topic |Description |
|
||||||
|------|------------|
|
|------|------------|
|
||||||
|
|[Windows 10 Enterprise: FAQ for IT professionals](windows-10-enterprise-faq-itpro.md) | Get answers to common questions around compatibility, installation, and support for Windows 10 Enterprise. |
|
||||||
|[Windows 10 deployment considerations](windows-10-deployment-considerations.md) |There are new deployment options in Windows 10 that help you simplify the deployment process and automate migration of existing settings and applications. |
|
|[Windows 10 deployment considerations](windows-10-deployment-considerations.md) |There are new deployment options in Windows 10 that help you simplify the deployment process and automate migration of existing settings and applications. |
|
||||||
|[Windows 10 compatibility](windows-10-compatibility.md) |Windows 10 will be compatible with most existing PC hardware; most devices running Windows 7, Windows 8, or Windows 8.1 will meet the requirements for Windows 10. |
|
|[Windows 10 compatibility](windows-10-compatibility.md) |Windows 10 will be compatible with most existing PC hardware; most devices running Windows 7, Windows 8, or Windows 8.1 will meet the requirements for Windows 10. |
|
||||||
|[Windows 10 infrastructure requirements](windows-10-infrastructure-requirements.md) |There are specific infrastructure requirements to deploy and manage Windows 10 that should be in place prior to significant Windows 10 deployments within your organization. |
|
|[Windows 10 infrastructure requirements](windows-10-infrastructure-requirements.md) |There are specific infrastructure requirements to deploy and manage Windows 10 that should be in place prior to significant Windows 10 deployments within your organization. |
|
||||||
|
138
windows/plan/windows-10-enterprise-faq-itpro.md
Normal file
138
windows/plan/windows-10-enterprise-faq-itpro.md
Normal file
@ -0,0 +1,138 @@
|
|||||||
|
---
|
||||||
|
title: Windows 10 Enterprise FAQ for IT pros (Windows 10)
|
||||||
|
description: Get answers to common questions around compatibility, installation, and support for Windows 10 Enterprise.
|
||||||
|
keywords: Windows 10 Enterprise, download, system requirements, drivers, appcompat, manage udpates, Windows as a service, servicing branches, deployment tools
|
||||||
|
ms.prod: w10
|
||||||
|
ms.mktglfcycl: plan
|
||||||
|
localizationpriority: high
|
||||||
|
ms.sitesec: library
|
||||||
|
author:
|
||||||
|
---
|
||||||
|
|
||||||
|
# Windows 10 Enterprise: FAQ for IT professionals
|
||||||
|
|
||||||
|
Get answers to common questions around compatibility, installation, and support for Windows 10 Enterprise.
|
||||||
|
|
||||||
|
## Download and requirements
|
||||||
|
|
||||||
|
### Where can I download Windows 10 Enterprise?
|
||||||
|
|
||||||
|
If you have Windows volume licenses with Software Assurance, or if you have purchased licenses for Windows 10 Enterprise volume licenses, you can download 32-bit and 64-bit versions of Windows 10 Enterprise from the [Volume Licensing Service Center](https://www.microsoft.com/Licensing/servicecenter/default.aspx). If you do not have current Software Assurance for Windows and would like to purchase volume licenses for Windows 10 Enterprise, contact your preferred Microsoft Reseller or see [How to purchase through Volume Licensing](https://www.microsoft.com/en-us/Licensing/how-to-buy/how-to-buy.aspx).
|
||||||
|
|
||||||
|
### What are the system requirements?
|
||||||
|
|
||||||
|
For details, see [Windows 10 Enterprise system requirements](https://technet.microsoft.com/windows/dn798752).
|
||||||
|
|
||||||
|
### What are the hardware requirements for Windows 10?
|
||||||
|
|
||||||
|
Most computers that are compatible with Windows 8.1 will be compatible with Windows 10. You may need to install updated drivers in Windows 10 for your devices to properly function. See [Windows 10 specifications](https://www.microsoft.com/windows/windows-10-specifications) for more information.
|
||||||
|
|
||||||
|
### Can I evaluate Windows 10 Enterprise?
|
||||||
|
|
||||||
|
Yes, a 90-day evaluation of Windows 10 Enterprise is available through the [TechNet Evaluation Center](https://www.microsoft.com/en-us/evalcenter/evaluate-windows-10-enterprise). The evaluation is available in Chinese (Simplified), Chinese (Traditional), French, German, Italian, Japanese, Korean, Portuguese (Brazil), and Spanish (Spain, International Sort). We highly recommend that organizations make use of the Windows 10 Enterprise 90-day Evaluation to try out deployment and management scenarios, test compatibility with hardware and applications, and to get hands on experience with Windows 10 Enterprise features.
|
||||||
|
|
||||||
|
## Drivers and compatibility
|
||||||
|
|
||||||
|
### Where can I find drivers for my devices for Windows 10 Enterprise?
|
||||||
|
|
||||||
|
For many devices, drivers will be automatically installed in Windows 10 and there will be no need for additional action.
|
||||||
|
- For some devices, Windows 10 may be unable to install drivers that are required for operation. If your device drivers are not automatically installed, visit the manufacturer’s support website for your device to download and manually install the drivers. If Windows 10 drivers are not available, the most up-to-date drivers for Windows 8.1 will often work in Windows 10.
|
||||||
|
- For some devices, the manufacturer may provide more up-to-date drivers or drivers that enable additional functionality than the drivers installed by Windows 10. Always follow the recommendations of the device manufacturer for optimal performance and stability.
|
||||||
|
- Some computer manufacturers provide packs of drivers for easy implementation in management and deployment solutions like the Microsoft Deployment Toolkit (MDT) or Microsoft System Center Configuration Manager. These driver packs contain all of the drivers needed for each device and can greatly simplify the process of deploying Windows to a new make or model of computer. Driver packs for some common manufacturers include:
|
||||||
|
- [HP driver pack](http://www8.hp.com/us/en/ads/clientmanagement/drivers-pack.html)
|
||||||
|
- [Dell driver packs for enterprise client OS deployment](http://en.community.dell.com/techcenter/enterprise-client/w/wiki/2065.dell-command-deploy-driver-packs-for-enterprise-client-os-deployment)
|
||||||
|
- [Lenovo Configuration Manager and MDT package index](https://support.lenovo.com/us/en/documents/ht074984)
|
||||||
|
|
||||||
|
### Where can I find out if an application or device is compatible with Windows 10?
|
||||||
|
|
||||||
|
Many existing Win32 and Win64 applications already run reliably on Windows 10 without any changes. You can also expect strong compatibility and support for Web apps and devices. The [Ready for Windows](https://www.readyforwindows.com/) website lists software solutions that are supported and in use for Windows 10. You can find additional guidance to help with application compatibility at [Windows 10 application compatibility](https://technet.microsoft.com/windows/mt703793) on the Windows IT Center.
|
||||||
|
|
||||||
|
### Is there an easy way to assess if my organization’s devices are ready to upgrade to Windows 10?
|
||||||
|
|
||||||
|
[Windows Upgrade Readiness](https://technet.microsoft.com/itpro/windows/deploy/manage-windows-upgrades-with-upgrade-analytics) (formerly known as Upgrade Analytics) provides powerful insights and recommendations about the computers, applications, and drivers in your organization, at no extra cost and without additional infrastructure requirements. This new service guides you through your upgrade and feature update projects using a workflow based on Microsoft recommended practices. Up-to-date inventory data allows you to balance cost and risk in your upgrade projects.
|
||||||
|
|
||||||
|
## Administration and deployment
|
||||||
|
|
||||||
|
### Which deployment tools support Windows 10?
|
||||||
|
|
||||||
|
Updated versions of Microsoft deployment tools, including MDT, Configuration Manager, and the Windows Assessment and Deployment Kit (Windows ADK) have been released to support Windows 10.
|
||||||
|
- [MDT](http://www.microsoft.com/mdt) is Microsoft’s recommended collection of tools, processes, and guidance for automating desktop and server deployment.
|
||||||
|
- Configuration Manager simplifies the deployment and management of Windows 10. If you are not currently using Configuration Manager, you can download a free 180-day trial of [System Center Configuration Manager and Endpoint Protection (current branch)](https://www.microsoft.com/evalcenter/evaluate-system-center-configuration-manager-and-endpoint-protection) from the TechNet Evaluation Center.
|
||||||
|
- The [Windows ADK](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit#winADK) has tools that allow you to customize Windows images for large-scale deployment, and test system quality and performance. You can download the latest version of the Windows ADK for Windows 10 from the Hardware Dev Center.
|
||||||
|
|
||||||
|
### Can I upgrade computers from Windows 7 or Windows 8.1 without deploying a new image?
|
||||||
|
|
||||||
|
Computers running Windows 7 or Windows 8.1 can be upgraded directly to Windows 10 through the in-place upgrade process without a need to reimage the device using MDT and/or Configuration Manager. For more information, see [Upgrade to Windows 10 with System Center Configuration Manager](https://technet.microsoft.com/itpro/windows/deploy/upgrade-to-windows-10-with-system-center-configuraton-manager) or [Upgrade to Windows 10 with the Microsoft Deployment Toolkit](https://technet.microsoft.com/itpro/windows/deploy/upgrade-to-windows-10-with-the-microsoft-deployment-toolkit).
|
||||||
|
|
||||||
|
### Are there any deployment tools available to support Windows 10?
|
||||||
|
|
||||||
|
Updated versions of Microsoft deployment tools, including Configuration Manager, MDT, and the Windows Assessment and Deployment Kit (Windows ADK) have been released adding support for Windows 10. For most organizations currently using MDT or Configuration Manager to deploy Windows, deployment of Windows 10 will change very little.
|
||||||
|
|
||||||
|
For more information on deployment methods for Windows 10, see [Windows 10 deployment tools](https://technet.microsoft.com/library/mt297512.aspx) and [Windows 10 deployment scenarios](https://technet.microsoft.com/library/mt282208.aspx).
|
||||||
|
|
||||||
|
### Can I upgrade from Windows 7 Enterprise or Windows 8.1 Enterprise to Windows 10 Enterprise for free?
|
||||||
|
|
||||||
|
If you have Windows 7 Enterprise or Windows 8.1 Enterprise and current Software Assurance, you are entitled to the upgrade to Windows 10 Enterprise through the rights of Software Assurance. You can find your product keys and installation media at the [Volume Licensing Service Center](https://www.microsoft.com/Licensing/servicecenter/default.aspx).
|
||||||
|
|
||||||
|
For devices that are licensed under a volume license agreement for Windows that does not include Software Assurance, new licenses will be required to upgrade these devices to Windows 10.
|
||||||
|
|
||||||
|
## Managing updates
|
||||||
|
|
||||||
|
### What is Windows as a service?
|
||||||
|
|
||||||
|
The Windows 10 operating system introduces a new way to build, deploy, and service Windows: Windows as a service. Microsoft has reimagined each part of the process, to simplify the lives of IT pros and maintain a consistent Windows 10 experience for its customers. These improvements focus on maximizing customer involvement in Windows development, simplifying the deployment and servicing of Windows client computers, and leveling out the resources needed to deploy and maintain Windows over time. For more information, see [Overview of Windows as a service](https://technet.microsoft.com/itpro/windows/manage/waas-overview).
|
||||||
|
|
||||||
|
### How is servicing different with Windows as a service?
|
||||||
|
|
||||||
|
Traditional Windows servicing has included several release types: major revisions (e.g., the Windows 8.1, Windows 8, and Windows 7 operating systems), service packs, and monthly updates. With Windows 10, there are two release types: feature updates that add new functionality two to three times per year, and quality updates that provide security and reliability fixes at least once a month.
|
||||||
|
|
||||||
|
### What are the servicing branches?
|
||||||
|
|
||||||
|
To align with the new method of delivering feature updates and quality updates in Windows 10, Microsoft introduced the concept of servicing branches to allow customers to designate how aggressively their individual devices are updated. For example, an organization may have test devices that the IT department can update with new features as soon as possible, and then specialized devices that require a longer feature update cycle to ensure continuity. With that in mind, Microsoft offers three servicing branches for Windows 10: Current Branch (CB), Current Branch for Business (CBB), and Long-Term Servicing Branch (LTSB). For details about the versions in each servicing branch, see [Windows 10 release information](https://technet.microsoft.com/windows/release-info.aspx). For more information on each branch, see [servicing branches](https://technet.microsoft.com/en-us/itpro/windows/manage/waas-overview#servicing-branches).
|
||||||
|
|
||||||
|
### What tools can I use to manage Windows as a service updates?
|
||||||
|
|
||||||
|
There are many tools are available. You can choose from these:
|
||||||
|
- Windows Update
|
||||||
|
- Windows Update for Business
|
||||||
|
- Windows Server Update Services
|
||||||
|
- System Center Configuration Manager
|
||||||
|
|
||||||
|
For more information on pros and cons for these tools, see [Servicing Tools](https://technet.microsoft.com/itpro/windows/manage/waas-overview#servicing-branches).
|
||||||
|
|
||||||
|
## User experience
|
||||||
|
|
||||||
|
### Where can I find information about new features and changes in Windows 10 Enterprise?
|
||||||
|
|
||||||
|
For an overview of the new enterprise features in Windows 10 Enterprise, see [What's new in Windows 10](https://technet.microsoft.com/itpro/windows/whats-new/index) and [What's new in Windows 10, version 1703](https://tnstage.redmond.corp.microsoft.com/itpro/windows/whats-new/whats-new-windows-10-version-1703?branch=rs2) in the TechNet library. You can find information You'll find info on features like these:
|
||||||
|
- Modern deployment - Zero-touch deployment, bulk AD enrollment with provisioning, UEFI conversion tooland
|
||||||
|
- Windows Analytics - Upgrade Readiness, and Update Compliance
|
||||||
|
- Windows as a service enhancements - Differential feature update support, express update support for System Center Configuration Manager and third-party management software
|
||||||
|
- Mobile application management (MAM) and enhanced MDM
|
||||||
|
- Advanced security with Windows Defender - App Guard, Credential Guard, App Control, ATP) and Windows Hello
|
||||||
|
|
||||||
|
Another place to track the latest information about new features of interest to IT professionals is the [Windows for IT Pros blog](https://blogs.technet.microsoft.com/windowsitpro/). Here you’ll find announcements of new features, information on updates to the Windows servicing model, and details about the latest resources to help you more easily deploy and manage Windows 10.
|
||||||
|
|
||||||
|
To find out which version of Windows 10 is right for your organization, you can also [compare Windows editions](https://www.microsoft.com/WindowsForBusiness/Compare).
|
||||||
|
|
||||||
|
### How will people in my organization adjust to using Windows 10 Enterprise after upgrading from Windows 7 or Windows 8.1?
|
||||||
|
|
||||||
|
Windows 10 combines the best aspects of the user experience from Windows 8.1 and Windows 7 to make using Windows simple and straightforward. Users of Windows 7 will find the Start menu in the same location as they always have. In the same place, users of Windows 8.1 will find the live tiles from their Start screen, accessible by the Start button in the same way as they were accessed in Windows 8.1. To help you make the transition a seamless one, download the [Windows 10 for Business Onboarding Kit](https://blogs.technet.microsoft.com/windowsitpro/2016/06/28/windows-10-for-business-onboarding-kit/) and see our [end user readiness](https://technet.microsoft.com/windows/dn621092) resources.
|
||||||
|
|
||||||
|
### How does Windows 10 help people work with applications and data across a variety of devices?
|
||||||
|
|
||||||
|
The desktop experience in Windows 10 has been improved to provide a better experience for people that use a traditional mouse and keyboard. Key changes include:
|
||||||
|
- Start menu is a launching point for access to apps.
|
||||||
|
- Universal apps now open in windows instead of full screen.
|
||||||
|
- [Multitasking is improved with adjustable Snap](http://blogs.windows.com/bloggingwindows/2015/06/04/arrange-your-windows-in-a-snap/), which allows you to have more than two windows side-by-side on the same screen and to customize how those windows are arranged.
|
||||||
|
- Tablet Mode to simplify using Windows with a finger or pen by using touch input.
|
||||||
|
|
||||||
|
## Help and support
|
||||||
|
|
||||||
|
### Where can I ask a question about Windows 10?
|
||||||
|
|
||||||
|
Use the following resources for additional information about Windows 10.
|
||||||
|
- If you are an IT professional or if you have a question about administering, managing, or deploying Windows 10 in your organization or business, visit the [Windows 10 IT Professional forums](https://social.technet.microsoft.com/forums/home?category=windows10itpro) on TechNet.
|
||||||
|
- If you are an end user or if you have a question about using Windows 10, visit the [Windows 10 forums on Microsoft Community](http://answers.microsoft.com/windows/forum/windows_10).
|
||||||
|
- If you are a developer or if you have a question about making apps for Windows 10, visit the [Windows Desktop Development forums](https://social.msdn.microsoft.com/forums/en-us/home?category=windowsdesktopdev) or [Windows and Windows phone apps forums](https://social.msdn.microsoft.com/forums/en-us/home?category=windowsapps) on MSDN.
|
||||||
|
- If you have a question about Internet Explorer, visit the [Internet Explorer forums](https://social.technet.microsoft.com/forums/ie/en-us/home) on TechNet.
|
Reference in New Issue
Block a user