mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-21 17:57:22 +00:00
Merged PR 5487: 1/25 AM Publish
This commit is contained in:
commit
ac2cbf7af2
@ -164,6 +164,10 @@ There are a few different ways to install apps on your Surface Hub depending on
|
||||
| Microsoft Store app | | X | |
|
||||
| Supported MDM provider | | | X |
|
||||
|
||||
## More information
|
||||
|
||||
- [Blog post: Deploy Windows Store apps to Surface Hub using Intune](https://blogs.technet.microsoft.com/y0av/2018/01/18/7-2/)
|
||||
|
||||
|
||||
## Related topics
|
||||
|
||||
|
@ -8,7 +8,7 @@ ms.pagetype: mobile
|
||||
ms.author: elizapo
|
||||
author: lizap
|
||||
ms.localizationpriority: low
|
||||
ms.date: 01/23/2018
|
||||
ms.date: 01/24/2018
|
||||
---
|
||||
# Understand the different apps included in Windows 10
|
||||
|
||||
@ -31,7 +31,7 @@ Some of the apps show up in multiple tables - that's because their status change
|
||||
> Want to see a list of the apps installed on your specific image? You can run the following PowerShell cmdlet:
|
||||
> ```powershell
|
||||
> Get-AppxPackage |Select Name,PackageFamilyName
|
||||
> Get-AppsProvisionedPackage -Online | select DisplayName,PackageName
|
||||
> Get-AppxProvisionedPackage -Online | select DisplayName,PackageName
|
||||
> ```
|
||||
|
||||
|
||||
|
@ -49,7 +49,7 @@ You must start this app from the **Settings** panel.
|
||||
|
||||

|
||||
|
||||
-OR-
|
||||
f -OR-
|
||||
|
||||
Go to **Start** and search for _Diagnostic Data Viewer_.
|
||||
|
||||
@ -106,4 +106,4 @@ You can review additional Windows Error Reporting diagnostic data in the **View
|
||||
|
||||
The **Review problem reports** tool opens, showing you your Windows Error Reporting reports, along with a status about whether it was sent to Microsoft.
|
||||
|
||||

|
||||

|
||||
|
@ -260,7 +260,7 @@ After adding the Network Unlock template to the Certification Authority, this ce
|
||||
|
||||
By default, all clients with the correct Network Unlock Certificate and valid Network Unlock protectors that have wired access to a Network Unlock-enabled WDS server via DHCP are unlocked by the server. A subnet policy configuration file on the WDS server can be created to limit which subnet(s) Network Unlock clients can use to unlock.
|
||||
|
||||
The configuration file, called bde-network-unlock.ini, must be located in the same directory as the Network Unlock provider DLL and it applies to both IPv6 and IPv4 DHCP implementations. If the subnet configuration policy becomes corrupted, the provider will fail and stop responding to requests.
|
||||
The configuration file, called bde-network-unlock.ini, must be located in the same directory as the Network Unlock provider DLL (%windir%\System32\Nkpprov.dll) and it applies to both IPv6 and IPv4 DHCP implementations. If the subnet configuration policy becomes corrupted, the provider will fail and stop responding to requests.
|
||||
|
||||
The subnet policy configuration file must use a “\[SUBNETS\]” section to identify the specific subnets. The named subnets may then be used to specify restrictions in certificate subsections. Subnets are defined as simple name-value pairs, in the common INI format, where each subnet has its own line, with the name on the left of the equals sign, and the subnet identified on the right of the equal sign as a Classless Inter-Domain Routing (CIDR) address or range. The key word “ENABLED” is disallowed for subnet names.
|
||||
|
||||
|
@ -15,7 +15,10 @@ ms.date: 12/18/2017
|
||||
|
||||
Find the latest how to and support content that IT pros need to evaluate, plan, deploy, secure and manage devices running Windows 10 or Windows 10 Mobile.
|
||||
|
||||
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/rsiyZEAnap8" frameborder="0" allowfullscreen></iframe></center>
|
||||
|
||||
|
||||
> [!video https://www.microsoft.com/en-us/videoplayer/embed/43942201-bec9-4f8b-8ba7-2d9bfafa8bba?autoplay=false]
|
||||
|
||||
<br>
|
||||
<table border="0" width="100%" align='center'>
|
||||
<tr style="text-align:center;">
|
||||
|
BIN
windows/whats-new/images/video-1709.jpg
Normal file
BIN
windows/whats-new/images/video-1709.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 KiB |
BIN
windows/whats-new/images/video-1709s.jpg
Normal file
BIN
windows/whats-new/images/video-1709s.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
@ -6,7 +6,7 @@ ms.prod: w10
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
author: greg-lindsay
|
||||
ms.date: 01/23/2018
|
||||
ms.date: 01/24/2018
|
||||
ms.localizationpriority: high
|
||||
---
|
||||
|
||||
@ -21,11 +21,7 @@ A brief description of new or updated features in this version of Windows 10 is
|
||||
|
||||
|
||||
|
||||
<iframe class="video-iframe" width="600" height="340" frameborder="0" allowfullscreen="true" src="https://www.microsoft.com/en-us/videoplayer/embed/43942201-bec9-4f8b-8ba7-2d9bfafa8bba?autoplay=false">
|
||||
</iframe>
|
||||
|
||||
|
||||
|
||||
> [!video https://www.microsoft.com/en-us/videoplayer/embed/43942201-bec9-4f8b-8ba7-2d9bfafa8bba?autoplay=false]
|
||||
|
||||
|
||||
## Deployment
|
||||
|
Loading…
x
Reference in New Issue
Block a user