mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-08 02:27:22 +00:00
Merge remote-tracking branch 'refs/remotes/origin/rs3' into jd3csp
This commit is contained in:
commit
c3aaf52576
@ -31,11 +31,11 @@ The Surface app is a lightweight Windows Store app that provides control of many
|
|||||||
|
|
||||||
* Quick access to support documentation and information for your device
|
* Quick access to support documentation and information for your device
|
||||||
|
|
||||||
If your organization is preparing images that will be deployed to your Surface devices, you may want to include the Surface app (formerly called the Surface Hub) in your imaging and deployment process instead of requiring users of each individual device to download and install the app from the Microsoft Store or your Microsoft Store for Business.
|
If your organization is preparing images that will be deployed to your Surface devices, you may want to include the Surface app (formerly called the Surface Hub) in your imaging and deployment process instead of requiring users of each individual device to download and install the app from the Windows Store or your Microsoft Store for Business.
|
||||||
|
|
||||||
##Surface app overview
|
##Surface app overview
|
||||||
|
|
||||||
The Surface app is available as a free download from the [Microsoft Store](https://www.microsoft.com/store/apps/Surface/9WZDNCRFJB8P). Users can download and install it from the Microsoft Store, but if your organization uses Microsoft Store for Business instead, you will need to add it to your store’s inventory and possibly include the app as part of your Windows deployment process. These processes are discussed throughout this article. For more information about Microsoft Store for Business, see [Microsoft Store for Business](https://technet.microsoft.com/windows/store-for-business) in the Windows TechCenter.
|
The Surface app is available as a free download from the [Windows Store](https://www.microsoft.com/store/apps/Surface/9WZDNCRFJB8P). Users can download and install it from the Windows Store, but if your organization uses Microsoft Store for Business instead, you will need to add it to your store’s inventory and possibly include the app as part of your Windows deployment process. These processes are discussed throughout this article. For more information about Microsoft Store for Business, see [Microsoft Store for Business](https://technet.microsoft.com/windows/store-for-business) in the Windows TechCenter.
|
||||||
|
|
||||||
##Add Surface app to a Microsoft Store for Business account
|
##Add Surface app to a Microsoft Store for Business account
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ Before users can install or deploy an app from a company’s Microsoft Store for
|
|||||||
<br/>
|
<br/>
|
||||||
*Figure 1. Enable apps for offline use*
|
*Figure 1. Enable apps for offline use*
|
||||||
|
|
||||||
4. Add Surface app to your Micrososft Store for Business account by following this procedure:
|
4. Add Surface app to your Microsoft Store for Business account by following this procedure:
|
||||||
* Click the **Shop** menu.
|
* Click the **Shop** menu.
|
||||||
* In the search box, type **Surface app**, and then click the search icon.
|
* In the search box, type **Surface app**, and then click the search icon.
|
||||||
* After the Surface app is presented in the search results, click the app’s icon.
|
* After the Surface app is presented in the search results, click the app’s icon.
|
||||||
@ -68,7 +68,7 @@ Before users can install or deploy an app from a company’s Microsoft Store for
|
|||||||
* Click **OK**.
|
* Click **OK**.
|
||||||
|
|
||||||
##Download Surface app from a Microsoft Store for Business account
|
##Download Surface app from a Microsoft Store for Business account
|
||||||
After you add an app to the Windows Store for Business account in Offline mode, you can download and add the app as an AppxBundle to a deployment share.
|
After you add an app to the Microsoft Store for Business account in Offline mode, you can download and add the app as an AppxBundle to a deployment share.
|
||||||
1. Log on to the Microsoft Store for Business account at https://businessstore.microsoft.com.
|
1. Log on to the Microsoft Store for Business account at https://businessstore.microsoft.com.
|
||||||
2. Click **Manage->Apps & software**. A list of all of your company’s apps is displayed, including the Surface app you added in the [Add Surface app to a Microsoft Store for Business account](#add-surface-app-to-a-microsoft-store-for-business-account) section of this article.
|
2. Click **Manage->Apps & software**. A list of all of your company’s apps is displayed, including the Surface app you added in the [Add Surface app to a Microsoft Store for Business account](#add-surface-app-to-a-microsoft-store-for-business-account) section of this article.
|
||||||
3. Under **Actions**, click the ellipsis (**…**), and then click **Download for offline use** for the Surface app.
|
3. Under **Actions**, click the ellipsis (**…**), and then click **Download for offline use** for the Surface app.
|
||||||
@ -102,7 +102,7 @@ To download the required frameworks for the Surface app, follow these steps:
|
|||||||
|
|
||||||
##Install Surface app on your computer with PowerShell
|
##Install Surface app on your computer with PowerShell
|
||||||
The following procedure provisions the Surface app onto your computer and makes it available for any user accounts created on the computer afterwards.
|
The following procedure provisions the Surface app onto your computer and makes it available for any user accounts created on the computer afterwards.
|
||||||
1. Using the procedure described in the [How to download Surface app from a Windows Store for Business account](#download-surface-app-from-a-windows-store-for-business-account) section of this article, download the Surface app AppxBundle and license file.
|
1. Using the procedure described in the [How to download Surface app from a Microsoft Store for Business account](#download-surface-app-from-a-microsoft-store-for-business-account) section of this article, download the Surface app AppxBundle and license file.
|
||||||
2. Begin an elevated PowerShell session.
|
2. Begin an elevated PowerShell session.
|
||||||
|
|
||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
@ -121,7 +121,9 @@ The following procedure provisions the Surface app onto your computer and makes
|
|||||||
```
|
```
|
||||||
|
|
||||||
4. The Surface app will now be available on your current Windows computer.
|
4. The Surface app will now be available on your current Windows computer.
|
||||||
|
|
||||||
Before the Surface app is functional on the computer where it has been provisioned, you must also provision the frameworks described earlier in this article. To provision these frameworks, use the following procedure in the elevated PowerShell session you used to provision the Surface app.
|
Before the Surface app is functional on the computer where it has been provisioned, you must also provision the frameworks described earlier in this article. To provision these frameworks, use the following procedure in the elevated PowerShell session you used to provision the Surface app.
|
||||||
|
|
||||||
5. In the elevated PowerShell session, copy and paste the following command:
|
5. In the elevated PowerShell session, copy and paste the following command:
|
||||||
```
|
```
|
||||||
Add-AppxProvisionedPackage –Online –SkipLicense –PackagePath <DownloadPath>\Microsoft.VCLibs.140.00_14.0.23816.0_x64__8wekyb3d8bbwe.Appx
|
Add-AppxProvisionedPackage –Online –SkipLicense –PackagePath <DownloadPath>\Microsoft.VCLibs.140.00_14.0.23816.0_x64__8wekyb3d8bbwe.Appx
|
||||||
|
@ -7,20 +7,20 @@ ms.sitesec: library
|
|||||||
ms.pagetype: store
|
ms.pagetype: store
|
||||||
author: TrudyHa
|
author: TrudyHa
|
||||||
ms.author: TrudyHa
|
ms.author: TrudyHa
|
||||||
ms.date: 07/05/2107
|
ms.date: 09/12/2017
|
||||||
ms.localizationpriority: high
|
ms.localizationpriority: high
|
||||||
---
|
---
|
||||||
|
|
||||||
# Manage Windows device deployment with Windows AutoPilot Deployment
|
# Manage Windows device deployment with Windows AutoPilot Deployment
|
||||||
|
|
||||||
**Applies to**
|
**Applies to**
|
||||||
|
|
||||||
- Windows 10
|
- Windows 10
|
||||||
|
|
||||||
> [!IMPORTANT]
|
Windows AutoPilot Deployment Program simplifies device set up for IT Admins. For an overview of benefits, scenarios, and prerequisites, see [Overview of Windows AutoPilot](https://docs.microsoft.com/windows/deployment/windows-10-auto-pilot).
|
||||||
> This topic has been updated to reflect the latest functionality, which we are releasing to customers in stages. You may not see all of the options described here until you receive the update.
|
|
||||||
|
|
||||||
Windows AutoPilot Deployment Program simplifies device set up for IT Admins. For an overview of benefits, scenarios, and prerequisites, see [Overview of Windows AutoPilot](https://docs.microsoft.com/windows/deployment/windows-10-auto-pilot).
|
Watch this video to learn more about Windows AutoPilot in Micrsoft Store for Business.
|
||||||
|
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/IpLIZU_j7Z0" frameborder="0" allowfullscreen></iframe>
|
||||||
|
|
||||||
## What is Windows AutoPilot Deployment Program?
|
## What is Windows AutoPilot Deployment Program?
|
||||||
In Microsoft Store for Business, you can manage devices for your organization and apply an *AutoPilot deployment profile* to your devices. When people in your organization run the out-of-box experience on the device, the profile configures Windows based on the AutoPilot deployment profile you applied to the device.
|
In Microsoft Store for Business, you can manage devices for your organization and apply an *AutoPilot deployment profile* to your devices. When people in your organization run the out-of-box experience on the device, the profile configures Windows based on the AutoPilot deployment profile you applied to the device.
|
||||||
@ -54,9 +54,13 @@ To manage devices through Microsoft Store for Business and Education, you'll nee
|
|||||||
|
|
||||||
### Device information file format
|
### Device information file format
|
||||||
Columns in the device information file need to use this naming and be in this order:
|
Columns in the device information file need to use this naming and be in this order:
|
||||||
- Column 1: Device Serial Number
|
- Column A: Device Serial Number
|
||||||
- Column 2: Windows Product ID
|
- Column B: Windows Product ID
|
||||||
- Column 3: Hardware Hash
|
- Column C: Hardware Hash
|
||||||
|
|
||||||
|
Here's a sample device information file:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
When you add devices, you need to add them to an *AutoPilot deployment group*. Use these groups to apply AutoPilot deployment profiles to a group of devices. The first time you add devices to a group, you'll need to create an AutoPilot deployment group.
|
When you add devices, you need to add them to an *AutoPilot deployment group*. Use these groups to apply AutoPilot deployment profiles to a group of devices. The first time you add devices to a group, you'll need to create an AutoPilot deployment group.
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 7.9 KiB |
BIN
store-for-business/images/msfb-autopilot-csv.png
Normal file
BIN
store-for-business/images/msfb-autopilot-csv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Windows Defender Firewall with Advanced Security Design Guide (Windows 10)
|
title: Windows Defender Firewall with Advanced Security Design Guide (Windows 10)
|
||||||
description: Windows Defender Firewall with Advanced Security
|
description: Windows Defender Firewall with Advanced Security Design Guide
|
||||||
Design Guide
|
|
||||||
ms.assetid: 5c631389-f232-4b95-9e48-ec02b8677d51
|
ms.assetid: 5c631389-f232-4b95-9e48-ec02b8677d51
|
||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
|
@ -1374,6 +1374,7 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
|
|||||||
<li>Search/AllowCloudSearch</li>
|
<li>Search/AllowCloudSearch</li>
|
||||||
<li>System/LimitEnhancedDiagnosticDataWindowsAnalytics</li>
|
<li>System/LimitEnhancedDiagnosticDataWindowsAnalytics</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>Added new settings to Update/BranchReadinessLevel policy in Windows 10 version 1709.</p>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
<td style="vertical-align:top">Microsoft Store for Business</td>
|
<td style="vertical-align:top">Microsoft Store for Business</td>
|
||||||
|
@ -471,8 +471,12 @@ This policy is accessible through the Update setting in the user interface or Gr
|
|||||||
|
|
||||||
<p style="margin-left: 20px">The following list shows the supported values:
|
<p style="margin-left: 20px">The following list shows the supported values:
|
||||||
|
|
||||||
- 16 (default) – User gets all applicable upgrades from Current Branch (CB).
|
- 2 {0x2} - Windows Insider build - Fast (added in Windows 10, version 1709)
|
||||||
- 32 – User gets upgrades from Current Branch for Business (CBB).
|
- 4 {0x4} - Windows Insider build - Slow (added in Windows 10, version 1709)
|
||||||
|
- 8 {0x8} - Release Windows Insider build (added in Windows 10, version 1709)
|
||||||
|
- 16 {0x10} - (default) Semi-annual Channel (Targeted). Device gets all applicable feature updates from Semi-annual Channel (Targeted).
|
||||||
|
- 32 {0x20} - Semi-annual Channel. Device gets feature updates from Semi-annual Channel.
|
||||||
|
|
||||||
|
|
||||||
<!--EndDescription-->
|
<!--EndDescription-->
|
||||||
<!--EndPolicy-->
|
<!--EndPolicy-->
|
||||||
@ -1253,12 +1257,12 @@ If a machine has Microsoft Update enabled, any Microsoft Updates in these catego
|
|||||||
> Don't use this policy in Windows 10, version 1607 devices, instead use the new policies listed in [Changes in Windows 10, version 1607 for update management](device-update-management.md#windows10version1607forupdatemanagement). You can continue to use RequireDeferUpgrade for Windows 10, version 1511 devices.
|
> Don't use this policy in Windows 10, version 1607 devices, instead use the new policies listed in [Changes in Windows 10, version 1607 for update management](device-update-management.md#windows10version1607forupdatemanagement). You can continue to use RequireDeferUpgrade for Windows 10, version 1511 devices.
|
||||||
|
|
||||||
|
|
||||||
<p style="margin-left: 20px">Allows the IT admin to set a device to CBB train.
|
<p style="margin-left: 20px">Allows the IT admin to set a device to Semi-Annual Channel train.
|
||||||
|
|
||||||
<p style="margin-left: 20px">The following list shows the supported values:
|
<p style="margin-left: 20px">The following list shows the supported values:
|
||||||
|
|
||||||
- 0 (default) – User gets upgrades from Current Branch.
|
- 0 (default) – User gets upgrades from Semi-Annual Channel (Targeted).
|
||||||
- 1 – User gets upgrades from Current Branch for Business.
|
- 1 – User gets upgrades from Semi-Annual Channel.
|
||||||
|
|
||||||
<!--EndDescription-->
|
<!--EndDescription-->
|
||||||
<!--EndPolicy-->
|
<!--EndPolicy-->
|
||||||
|
@ -53,7 +53,7 @@ Field numbers match the numbers in the images below.
|
|||||||
| 12 | Sha256 | deviceCustomString6 | 9987474deb9f457ece2a9533a08ec173a0986fa3aa6ac355eeba5b622e4a43f5 | Available for Windows Defender AV alerts. |
|
| 12 | Sha256 | deviceCustomString6 | 9987474deb9f457ece2a9533a08ec173a0986fa3aa6ac355eeba5b622e4a43f5 | Available for Windows Defender AV alerts. |
|
||||||
| 13 | ThreatName | eviceCustomString1 | Trojan:Win32/Skeeyah.A!bit | Available for Windows Defender AV alerts. |
|
| 13 | ThreatName | eviceCustomString1 | Trojan:Win32/Skeeyah.A!bit | Available for Windows Defender AV alerts. |
|
||||||
| 14 | IpAddress | sourceAddress | 218.90.204.141 | Available for alerts associated to network events. For example, 'Communication to a malicious network destination'. |
|
| 14 | IpAddress | sourceAddress | 218.90.204.141 | Available for alerts associated to network events. For example, 'Communication to a malicious network destination'. |
|
||||||
| 15 | Url | requestUrl | down.esales360.cn | Availabe for alerts associated to network events. For example, 'Communication to a malicious network destination'. |
|
| 15 | Url | requestUrl | down.esales360.cn | Available for alerts associated to network events. For example, 'Communication to a malicious network destination'. |
|
||||||
| 16 | RemediationIsSuccess | deviceCustomNumber2 | TRUE | Available for Windows Defender AV alerts. ArcSight value is 1 when TRUE and 0 when FALSE. |
|
| 16 | RemediationIsSuccess | deviceCustomNumber2 | TRUE | Available for Windows Defender AV alerts. ArcSight value is 1 when TRUE and 0 when FALSE. |
|
||||||
| 17 | WasExecutingWhileDetected | deviceCustomNumber1 | FALSE | Available for Windows Defender AV alerts. ArcSight value is 1 when TRUE and 0 when FALSE. |
|
| 17 | WasExecutingWhileDetected | deviceCustomNumber1 | FALSE | Available for Windows Defender AV alerts. ArcSight value is 1 when TRUE and 0 when FALSE. |
|
||||||
| 18 | AlertId | externalId | 636210704265059241_673569822 | Value available for every alert. |
|
| 18 | AlertId | externalId | 636210704265059241_673569822 | Value available for every alert. |
|
||||||
@ -63,12 +63,12 @@ Field numbers match the numbers in the images below.
|
|||||||
| 22 | Actor | deviceCustomString4 | | Available for alerts related to a known actor group. |
|
| 22 | Actor | deviceCustomString4 | | Available for alerts related to a known actor group. |
|
||||||
| 21+5 | ComputerDnsName | No mapping | liz-bean.contoso.com | The machine fully qualified domain name. Value available for every alert. |
|
| 21+5 | ComputerDnsName | No mapping | liz-bean.contoso.com | The machine fully qualified domain name. Value available for every alert. |
|
||||||
| | LogOnUsers | sourceUserId | contoso\liz-bean; contoso\jay-hardee | The domain and user of the interactive logon user/s at the time of the event. Note: For machines on Windows 10 version 1607, the domain information will not be available. |
|
| | LogOnUsers | sourceUserId | contoso\liz-bean; contoso\jay-hardee | The domain and user of the interactive logon user/s at the time of the event. Note: For machines on Windows 10 version 1607, the domain information will not be available. |
|
||||||
| | InternalIPv4List | No mapping | 192.168.1.7, 10.1.14.1 | |
|
| | InternalIPv4List | No mapping | 192.168.1.7, 10.1.14.1 | List of IPV4 internal IPs for active network interfaces. |
|
||||||
| | InternalIPv4List | No mapping | fd30:0000:0000:0001:ff4e:003e:0009:000e, FE80:CD00:0000:0CDE:1257:0000:211E:729C | |
|
| | InternalIPv6List | No mapping | fd30:0000:0000:0001:ff4e:003e:0009:000e, FE80:CD00:0000:0CDE:1257:0000:211E:729C | List of IPV6 internal IPs for active network interfaces. |
|
||||||
| Internal field | LastProcessedTimeUtc | No mapping | 2017-05-07T01:56:58.9936648Z | Time when event arrived at the backend. This field can be used when setting the request parameter for the range of time that alerts are retrieved. |
|
| Internal field | LastProcessedTimeUtc | No mapping | 2017-05-07T01:56:58.9936648Z | Time when event arrived at the backend. This field can be used when setting the request parameter for the range of time that alerts are retrieved. |
|
||||||
| | Not part of the schema | deviceVendor | | Static value in the ArcSight mapping - 'Microsoft'. |
|
| | Not part of the schema | deviceVendor | | Static value in the ArcSight mapping - 'Microsoft'. |
|
||||||
| | Not part of the schema | deviceProduct | | Static value in the ArcSight mapping - 'Windows Defender ATP'. |
|
| | Not part of the schema | deviceProduct | | Static value in the ArcSight mapping - 'Windows Defender ATP'. |
|
||||||
| | Not part of the schema | deviceVersion | | Static value in the ArcSight mapping - '2.0', used to identify the mapping versions. |1234567891011121314151617181920212223242526272829303132
|
| | Not part of the schema | deviceVersion | | Static value in the ArcSight mapping - '2.0', used to identify the mapping versions.
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user