Update metadata seo marvel 4_14 1

This commit is contained in:
1justingilmore 2020-04-14 11:35:32 -06:00
parent fc8d5d8f70
commit 7e8f5e1aae
4 changed files with 128 additions and 124 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: Add drivers to a Windows 10 deployment with Windows PE using Configuration Manager title: Add drivers to Windows 10 with Windows PE using Configuration Manager
description: Learn how to configure the Windows Preinstallation Environment (Windows PE) to include required network and storage drivers. description: Learn how to configure the Windows Preinstallation Environment (Windows PE) to include required network and storage drivers.
ms.assetid: 97b3ea46-28d9-407e-8c42-ded2e45e8d5c ms.assetid: 97b3ea46-28d9-407e-8c42-ded2e45e8d5c
ms.reviewer: ms.reviewer:

View File

@ -1,5 +1,5 @@
--- ---
title: Enabling and Disabling Compatibility Fixes in Compatibility Administrator (Windows 10) title: Enabling and Disabling Compatibility Fixes in Compatibility Administrator
description: You can disable and enable individual compatibility fixes in your customized databases for testing and troubleshooting purposes. description: You can disable and enable individual compatibility fixes in your customized databases for testing and troubleshooting purposes.
ms.assetid: 6bd4a7c5-0ed9-4a35-948c-c438aa4d6cb6 ms.assetid: 6bd4a7c5-0ed9-4a35-948c-c438aa4d6cb6
ms.reviewer: ms.reviewer:
@ -12,6 +12,7 @@ ms.sitesec: library
audience: itpro audience: itpro
author: greg-lindsay author: greg-lindsay
ms.topic: article ms.topic: article
ms.custom: seo-marvel-apr2020
--- ---
# Enabling and Disabling Compatibility Fixes in Compatibility Administrator # Enabling and Disabling Compatibility Fixes in Compatibility Administrator

View File

@ -1,5 +1,5 @@
--- ---
title: Upgrade Windows Phone 8.1 to Windows 10 Mobile in an MDM environment (Windows 10) title: Upgrade Windows Phone 8.1 to Windows 10 Mobile in an MDM environment
ms.reviewer: ms.reviewer:
manager: laurawi manager: laurawi
ms.author: greglin ms.author: greglin
@ -10,8 +10,10 @@ ms.mktglfcycl: deploy
ms.localizationpriority: medium ms.localizationpriority: medium
ms.sitesec: library ms.sitesec: library
ms.pagetype: mdm ms.pagetype: mdm
audience: itpro author: greg-lindsay audience: itpro
author: greg-lindsay
ms.topic: article ms.topic: article
ms.custom: seo-marvel-apr2020
--- ---
# Upgrade a Windows Phone 8.1 to Windows 10 Mobile with Mobile Device Management (MDM) # Upgrade a Windows Phone 8.1 to Windows 10 Mobile with Mobile Device Management (MDM)
@ -53,7 +55,7 @@ The registry CSP is used to push the GUID value to the following registry key fo
``` ```
[HKLM\Software\Microsoft\Provisioning\OMADM] [HKLM\Software\Microsoft\Provisioning\OMADM]
"EnterpriseUpgrade"="d369c9b6-2379-466d-9162-afc53361e3c2 "EnterpriseUpgrade"="d369c9b6-2379-466d-9162-afc53361e3c2"
``` ```
@ -69,7 +71,7 @@ SyncML xmlns="SYNCML:SYNCML1.1">
<LocURI>./Vendor/MSFT/Registry/HKLM/SOFTWARE/Microsoft/Provisioning/OMADM/EnterpriseUpgrade</LocURI> <LocURI>./Vendor/MSFT/Registry/HKLM/SOFTWARE/Microsoft/Provisioning/OMADM/EnterpriseUpgrade</LocURI>
</Target> </Target>
<Meta> <Meta>
<Format xmlns=”syncml:metinf”>chr</Format> <Format xmlns="syncml:metinf">chr</Format>
</Meta> </Meta>
<Data>d369c9b6-2379-466d-9162-afc53361e3c2</Data> <Data>d369c9b6-2379-466d-9162-afc53361e3c2</Data>
</Item> </Item>

View File

@ -1,5 +1,5 @@
--- ---
title: Step by step - Deploy Windows 10 using Microsoft Endpoint Configuration Manager title: Steps to deploy Windows 10 with Microsoft Endpoint Configuration Manager
description: Deploy Windows 10 in a test lab using Microsoft Endpoint Configuration Manager description: Deploy Windows 10 in a test lab using Microsoft Endpoint Configuration Manager
ms.prod: w10 ms.prod: w10
ms.mktglfcycl: deploy ms.mktglfcycl: deploy
@ -14,6 +14,7 @@ author: greg-lindsay
audience: itpro audience: itpro
author: greg-lindsay author: greg-lindsay
ms.topic: article ms.topic: article
ms.custom: seo-marvel-apr2020
--- ---
# Deploy Windows 10 in a test lab using Microsoft Endpoint Configuration Manager # Deploy Windows 10 in a test lab using Microsoft Endpoint Configuration Manager
@ -108,11 +109,11 @@ Topics and procedures in this guide are summarized in the following table. An es
5. Type the following commands at an elevated Windows PowerShell prompt on SRV1: 5. Type the following commands at an elevated Windows PowerShell prompt on SRV1:
``` ```
New-NetFirewallRule -DisplayName “SQL Server” -Direction Inbound Protocol TCP LocalPort 1433 -Action allow New-NetFirewallRule -DisplayName "SQL Server" -Direction Inbound Protocol TCP LocalPort 1433 -Action allow
New-NetFirewallRule -DisplayName “SQL Admin Connection” -Direction Inbound Protocol TCP LocalPort 1434 -Action allow New-NetFirewallRule -DisplayName "SQL Admin Connection" -Direction Inbound Protocol TCP LocalPort 1434 -Action allow
New-NetFirewallRule -DisplayName “SQL Database Management” -Direction Inbound Protocol UDP LocalPort 1434 -Action allow New-NetFirewallRule -DisplayName "SQL Database Management" -Direction Inbound Protocol UDP LocalPort 1434 -Action allow
New-NetFirewallRule -DisplayName “SQL Service Broker” -Direction Inbound Protocol TCP LocalPort 4022 -Action allow New-NetFirewallRule -DisplayName "SQL Service Broker" -Direction Inbound Protocol TCP LocalPort 4022 -Action allow
New-NetFirewallRule -DisplayName “SQL Debugger/RPC” -Direction Inbound Protocol TCP LocalPort 135 -Action allow New-NetFirewallRule -DisplayName "SQL Debugger/RPC" -Direction Inbound Protocol TCP LocalPort 135 -Action allow
``` ```
7. Download and install the latest [Windows Assessment and Deployment Kit (ADK)](https://developer.microsoft.com/en-us/windows/hardware/windows-assessment-deployment-kit) on SRV1 using the default installation settings. The current version is the ADK for Windows 10, version 1703. Installation might require several minutes to acquire all components. 7. Download and install the latest [Windows Assessment and Deployment Kit (ADK)](https://developer.microsoft.com/en-us/windows/hardware/windows-assessment-deployment-kit) on SRV1 using the default installation settings. The current version is the ADK for Windows 10, version 1703. Installation might require several minutes to acquire all components.
@ -123,7 +124,7 @@ Topics and procedures in this guide are summarized in the following table. An es
``` ```
$AdminKey = "HKLM:\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}" $AdminKey = "HKLM:\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}"
Set-ItemProperty -Path $AdminKey -Name “IsInstalled” -Value 0 Set-ItemProperty -Path $AdminKey -Name "IsInstalled" -Value 0
Stop-Process -Name Explorer Stop-Process -Name Explorer
``` ```
@ -207,7 +208,7 @@ Topics and procedures in this guide are summarized in the following table. An es
19. If desired, re-enable IE Enhanced Security Configuration at this time on SRV1: 19. If desired, re-enable IE Enhanced Security Configuration at this time on SRV1:
``` ```
Set-ItemProperty -Path $AdminKey -Name “IsInstalled” -Value 1 Set-ItemProperty -Path $AdminKey -Name "IsInstalled" -Value 1
Stop-Process -Name Explorer Stop-Process -Name Explorer
``` ```