From f875ba523cf782a8dc6195224d222d72ef9569e8 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Fri, 20 Apr 2018 16:08:27 -0700 Subject: [PATCH 001/186] Converted lists of apps into tables --- .../remove-provisioned-apps-during-update.md | 220 ++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 windows/application-management/remove-provisioned-apps-during-update.md diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md new file mode 100644 index 0000000000..8fcf556e1c --- /dev/null +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -0,0 +1,220 @@ +--- +title: How to keep apps removed from Windows 10 from returning during an upgrade +description: How to keep provisioned apps that were removed from your machine from returning during an upgrade. +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.author: helohr +author: HeidiLohr +ms.date: 04/20/2018 +--- +# How to keep apps removed from Windows 10 from returning during an upgrade + +>Applies to: Windows 10, version 1703; Windows 10 version 1709 + +If you upgrade a Windows 10, version 1703 computer to Windows 10, version 1709 or Windows 10, version 1803 (or a Windows 10, version 1709 to Windows 10, version 1803 upgrade), provisioned apps that you've removed before the upgrade may return. This can happen if the apps were removed while the computer was offline. If the provisioned apps were removed while online, the apps should not return after the upgrade. + +When you remove a provisioned package from a Windows installation, there are two points where this can occur: + +* Offline is when the packages are removed while the wim file is mounted. +* Online state is where the provisioned package is removed while inside of Windows. + +When this happens, we write a registry key for a deprovisioned app when each app is deprovisioned, so that when we upgrade setup can use that key as an indicator as to whether to install or not to install the app during the upgrade. + +The registry keys where this is written is under the following location. The keys listed serve as the list of apps to not be installed during the upgrade. + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] + +There is a new registry key written for each app that is deprovisioned. There is no data fields under that registry key. The registry key is the package name of app to be removed. +Example Registry key for Calculator: +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] + +This functionality was built into Windows 10, version 1703 to capture the removal of the deprovisioned app and write the registry key. The setup code in Windows 10, version 1709 knows to look for the registry key and not reinstall the app. +However, the offline scenario was not working in Windows 10, version 1703 and Windows 10, version 1703 so the registry keys were not written when the apps were removed while Offline, this was addressed in Windows 10, version 1803 so the registry key will be written when the app is deprovisioned while offline, so that RS5 setup can properly identify de-provisioned apps and not reinstall them. +The offline scenario was also released in a monthly quality update for Windows 10, version 1709 to properly write the registry key when the app is deprovisoned so when you upgrade to a future version the apps should not return. + +There will be scenarios where the apps were deprovisoned while offline prior to any changes being installed to Windows that would have corrected the behavior when removing the apps. + +The following is how to generate the registry keys of the deprovisoned apps so that setup will honor the state when upgrading. +The registry keys can be added that show the app that were deprovisioned so that when you upgrade to the next version the deprovisioned apps should not return. + +The location in the registry where the keys are written is below +\microsoft\windows\currentversion\appx\appxalluserstore\deprovisioned\ + is HKLM\Software on an online running system. In the offline case, it's wherever you mounted the Software hive. +A new registry key is created for each de-provisioned app, there are no data values under the registry keys. The existence of the key is all that needed. + +Below are the lists of Provisioned apps with Windows 10, version 1703 and Windows 10, version 1709 including the Names of the apps as well as package names which can be used to generate the registry keys if they are not present in your installations that you wish to upgrade and do not want the deprovisioned apps to return + +List from Windows 10, version 1709. +This is the list of apps that are provisioned with Windows 10 1709, listed by app name (DisplayName) and by the package name (PackageName) which is used when generating the registry key. + +|DisplayName|PackageName| +|---|---| +|Microsoft.BingWeather|Microsoft.BingWeather_4.21.2492.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.DesktopAppInstaller|Microsoft.DesktopAppInstaller_1.8.4001.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.GetHelp|Microsoft.GetHelp_10.1706.1811.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Getstarted|Microsoft.Getstarted_5.11.1641.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Messaging|Microsoft.Messaging_2017.815.2052.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Microsoft3DViewer|Microsoft.Microsoft3DViewer_1.1707.26019.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftOfficeHub|Microsoft.MicrosoftOfficeHub_2017.715.118.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftSolitaireCollection|Microsoft.MicrosoftSolitaireCollection_3.17.8162.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftStickyNotes|Microsoft.MicrosoftStickyNotes_1.8.2.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MSPaint|Microsoft.MSPaint_2.1709.4027.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Office.OneNote|Microsoft.Office.OneNote_2015.8366.57611.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.OneConnect|Microsoft.OneConnect_3.1708.2224.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.People|Microsoft.People_2017.823.2207.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Print3D|Microsoft.Print3D_1.0.2422.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.SkypeApp|Microsoft.SkypeApp_11.18.596.0_neutral_~_kzf8qxf38zg5c| +|Microsoft.StorePurchaseApp|Microsoft.StorePurchaseApp_11706.1707.7104.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Wallet|Microsoft.Wallet_1.0.16328.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Windows.Photos|Microsoft.Windows.Photos_2017.37071.16410.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsAlarms|Microsoft.WindowsAlarms_2017.828.2050.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsCalculator|Microsoft.WindowsCalculator_2017.828.2012.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsCamera|Microsoft.WindowsCamera_2017.727.20.0_neutral_~_8wekyb3d8bbwe| +|microsoft.windowscommunicationsapps|microsoft.windowscommunicationsapps_2015.8241.41275.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsFeedbackHub|Microsoft.WindowsFeedbackHub_1.1705.2121.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsMaps|Microsoft.WindowsMaps_2017.814.2249.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsSoundRecorder|Microsoft.WindowsSoundRecorder_2017.605.2103.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsStore|Microsoft.WindowsStore_11706.1002.94.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Xbox.TCUI|Microsoft.Xbox.TCUI_1.8.24001.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxApp|Microsoft.XboxApp_31.32.16002.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxGameOverlay|Microsoft.XboxGameOverlay_1.20.25002.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxIdentityProvider|Microsoft.XboxIdentityProvider_2017.605.1240.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxSpeechToTextOverlay|Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.17063.24021.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17063.24021.0_neutral_~_8wekyb3d8bbwe| + +Below is this the list of registry keys created after removing all the provisioned apps in Windows 10 1709. This registry list shows all the values for each of the provisioned apps that were deprovisioned. +The indented lines can be copied into notepad and saved as .reg file so they can be imported into a Windows 10 registry that has deprovisioned some or all of the apps and is missing these values, so the apps will not return after an upgrade. +This is the complete list, you would need to remove the lines for the apps you wish to retain during the upgrade. +1709 Registry Keys +Windows Registry Editor Version 5.00 +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.GetHelp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Getstarted_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Microsoft3DViewer_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MSPaint_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Office.OneNote_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.OneConnect_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.People_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Print3D_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.SkypeApp_kzf8qxf38zg5c] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.StorePurchaseApp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Wallet_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Windows.Photos_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsAlarms_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCamera_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\microsoft.windowscommunicationsapps_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsMaps_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsStore_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Xbox.TCUI_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxApp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxGameOverlay_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] + + + + +List from Windows 10 1709 (Windows 10, version 1709) . +This is the list of apps that are provisioned with Windows 10 1709, listed by app name (DisplayName) and by the package name (PackageName) which is used when generating the registry key. Packages can contain one of more apps. + +|DisplayName|PackageName| +|---|---| +|Microsoft.3DBuilder|Microsoft.3DBuilder_15.2.10821.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.BingWeather|Microsoft.BingWeather_4.23.10923.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.DesktopAppInstaller|Microsoft.DesktopAppInstaller_1.10.16004.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.GetHelp|Microsoft.GetHelp_10.1706.1811.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Getstarted|Microsoft.Getstarted_5.12.2691.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.HEVCVideoExtension|Microsoft.HEVCVideoExtension_1.0.2512.0_x64__8wekyb3d8bbwe| +|Microsoft.Messaging|Microsoft.Messaging_2018.124.707.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Microsoft3DViewer|Microsoft.Microsoft3DViewer_3.1803.29012.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftOfficeHub|Microsoft.MicrosoftOfficeHub_2017.715.118.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftSolitaireCollection|Microsoft.MicrosoftSolitaireCollection_3.18.12091.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftStickyNotes|Microsoft.MicrosoftStickyNotes_2.1.18.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MSPaint|Microsoft.MSPaint_4.1803.21027.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Office.OneNote|Microsoft.Office.OneNote_2015.9126.21251.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.OneConnect|Microsoft.OneConnect_3.1708.2224.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.People|Microsoft.People_2017.1006.1846.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.Print3D|Microsoft.Print3D_1.0.2422.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.SkypeApp|Microsoft.SkypeApp_12.1811.248.1000_neutral_~_kzf8qxf38zg5c| +|Microsoft.StorePurchaseApp|Microsoft.StorePurchaseApp_11802.1802.23014.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Wallet|Microsoft.Wallet_1.0.16328.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Windows.Photos|Microsoft.Windows.Photos_2018.18022.15810.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsAlarms|Microsoft.WindowsAlarms_2017.920.157.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsCalculator|Microsoft.WindowsCalculator_2017.928.0.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsCamera|Microsoft.WindowsCamera_2017.1117.10.1000_neutral_~_8wekyb3d8bbwe| +|microsoft.windowscommunicationsapps|microsoft.windowscommunicationsapps_2015.9126.21425.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsFeedbackHub|Microsoft.WindowsFeedbackHub_2018.323.50.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsMaps|Microsoft.WindowsMaps_2017.1003.1829.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsSoundRecorder|Microsoft.WindowsSoundRecorder_2017.928.5.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsStore|Microsoft.WindowsStore_11803.1001.613.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Xbox.TCUI|Microsoft.Xbox.TCUI_1.8.24001.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxApp|Microsoft.XboxApp_39.39.21002.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxGameOverlay|Microsoft.XboxGameOverlay_1.24.5001.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxIdentityProvider|Microsoft.XboxIdentityProvider_2017.605.1240.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxSpeechToTextOverlay|Microsoft.XboxSpeechToTextOverlay_1.21.13002.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.18011.13411.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17122.16211.1000_neutral_~_8wekyb3d8bbwe| + +Below is this the list of registry keys created after removing all the provisioned apps in Windows 10 1703. +The indented lines can be copied into notepad and saved as .reg file so they can be imported into a Windows 10 installation that has removed the apps and is missing these values, so the apps will not return after an upgrade. This is the complete list, you would need to remove the lines for the apps you wish to retain. + +Windows 10 1703 Registry keys for removed provisioned apps + +Windows Registry Editor Version 5.00 +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.3DBuilder_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.GetHelp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Getstarted_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.HEVCVideoExtension_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Messaging_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Microsoft3DViewer_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MSPaint_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Office.OneNote_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.OneConnect_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.People_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.SkypeApp_kzf8qxf38zg5c] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.StorePurchaseApp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Wallet_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Windows.Photos_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsAlarms_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCamera_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\microsoft.windowscommunicationsapps_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsMaps_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsStore_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Xbox.TCUI_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxApp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxGameOverlay_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] + + +Notes: +If you remove the provisioned apps while online, the account that you logged on with will contain the apps, they were installed for that user. Therefore, if you do an upgrade, that user will retain the apps. Users that were created after the apps were removed, or after the upgrade will not get the Apps installed, the removed status is honored. + +This setting only applies to 1st party apps that shipped with Windows 10, this does not apply to 3rd party apps or apps that were acquired from the Microsoft Store, nor does it apply to LOB apps. + +The list of apps may vary with each feature release of Windows 10, apps may also change in Status for instance go from Provisioned Status to System app or Vice Versus. This only applies to apps that are provisioned for the host OS and the OS you are upgrading to. + +This does not apply to upgrades to Windows 10, version 1703; the setup code to honor the removal for all users was enabled in Windows 10, version 1709 From f75fefdd1378387ce4e4cde469d8aa99a80ab602 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Fri, 20 Apr 2018 16:40:01 -0700 Subject: [PATCH 002/186] Began editorial fixes, put lists in code blocks --- .../remove-provisioned-apps-during-update.md | 36 ++++++++++--------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 8fcf556e1c..e4e8b6f4da 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -14,20 +14,21 @@ ms.date: 04/20/2018 If you upgrade a Windows 10, version 1703 computer to Windows 10, version 1709 or Windows 10, version 1803 (or a Windows 10, version 1709 to Windows 10, version 1803 upgrade), provisioned apps that you've removed before the upgrade may return. This can happen if the apps were removed while the computer was offline. If the provisioned apps were removed while online, the apps should not return after the upgrade. -When you remove a provisioned package from a Windows installation, there are two points where this can occur: +There are two points during removing a provisioned package from a Windows installation where this problem can occur: -* Offline is when the packages are removed while the wim file is mounted. -* Online state is where the provisioned package is removed while inside of Windows. +* If the packages are removed while the wim file is mounted when the device is offline. +* If the provisioned package is removed while inside of Windows when the device is online. When this happens, we write a registry key for a deprovisioned app when each app is deprovisioned, so that when we upgrade setup can use that key as an indicator as to whether to install or not to install the app during the upgrade. The registry keys where this is written is under the following location. The keys listed serve as the list of apps to not be installed during the upgrade. -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] +```[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned]``` -There is a new registry key written for each app that is deprovisioned. There is no data fields under that registry key. The registry key is the package name of app to be removed. +There is a new registry key written for each app that is deprovisioned. There are no data fields under that registry key. The registry key is the package name of app to be removed. Example Registry key for Calculator: -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] + +```[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe]``` This functionality was built into Windows 10, version 1703 to capture the removal of the deprovisioned app and write the registry key. The setup code in Windows 10, version 1709 knows to look for the registry key and not reinstall the app. However, the offline scenario was not working in Windows 10, version 1703 and Windows 10, version 1703 so the registry keys were not written when the apps were removed while Offline, this was addressed in Windows 10, version 1803 so the registry key will be written when the app is deprovisioned while offline, so that RS5 setup can properly identify de-provisioned apps and not reinstall them. @@ -39,8 +40,10 @@ The following is how to generate the registry keys of the deprovisoned apps so t The registry keys can be added that show the app that were deprovisioned so that when you upgrade to the next version the deprovisioned apps should not return. The location in the registry where the keys are written is below -\microsoft\windows\currentversion\appx\appxalluserstore\deprovisioned\ - is HKLM\Software on an online running system. In the offline case, it's wherever you mounted the Software hive. + +```\microsoft\windows\currentversion\appx\appxalluserstore\deprovisioned\``` + +Where `````` is HKLM\Software on an online running system. In the offline case, it's wherever you mounted the Software hive. A new registry key is created for each de-provisioned app, there are no data values under the registry keys. The existence of the key is all that needed. Below are the lists of Provisioned apps with Windows 10, version 1703 and Windows 10, version 1709 including the Names of the apps as well as package names which can be used to generate the registry keys if they are not present in your installations that you wish to upgrade and do not want the deprovisioned apps to return @@ -84,9 +87,11 @@ This is the list of apps that are provisioned with Windows 10 1709, listed by ap |Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.17063.24021.0_neutral_~_8wekyb3d8bbwe| |Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17063.24021.0_neutral_~_8wekyb3d8bbwe| -Below is this the list of registry keys created after removing all the provisioned apps in Windows 10 1709. This registry list shows all the values for each of the provisioned apps that were deprovisioned. -The indented lines can be copied into notepad and saved as .reg file so they can be imported into a Windows 10 registry that has deprovisioned some or all of the apps and is missing these values, so the apps will not return after an upgrade. +Below is this the list of registry keys created after removing all the provisioned apps in Windows 10 1709. This registry list shows all the values for each of the provisioned apps that were deprovisioned. +The indented lines can be copied into notepad and saved as .reg file so they can be imported into a Windows 10 registry that has deprovisioned some or all of the apps and is missing these values, so the apps will not return after an upgrade. This is the complete list, you would need to remove the lines for the apps you wish to retain during the upgrade. + +```syntax 1709 Registry Keys Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] @@ -122,11 +127,9 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] +``` - - - -List from Windows 10 1709 (Windows 10, version 1709) . +List from Windows 10 1709 (Windows 10, version 1709). This is the list of apps that are provisioned with Windows 10 1709, listed by app name (DisplayName) and by the package name (PackageName) which is used when generating the registry key. Packages can contain one of more apps. |DisplayName|PackageName| @@ -168,10 +171,11 @@ This is the list of apps that are provisioned with Windows 10 1709, listed by ap |Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17122.16211.1000_neutral_~_8wekyb3d8bbwe| Below is this the list of registry keys created after removing all the provisioned apps in Windows 10 1703. -The indented lines can be copied into notepad and saved as .reg file so they can be imported into a Windows 10 installation that has removed the apps and is missing these values, so the apps will not return after an upgrade. This is the complete list, you would need to remove the lines for the apps you wish to retain. +The indented lines can be copied into notepad and saved as .reg file so they can be imported into a Windows 10 installation that has removed the apps and is missing these values, so the apps will not return after an upgrade. This is the complete list, you would need to remove the lines for the apps you wish to retain. Windows 10 1703 Registry keys for removed provisioned apps +```syntax Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.3DBuilder_8wekyb3d8bbwe] @@ -208,7 +212,7 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] - +``` Notes: If you remove the provisioned apps while online, the account that you logged on with will contain the apps, they were installed for that user. Therefore, if you do an upgrade, that user will retain the apps. Users that were created after the apps were removed, or after the upgrade will not get the Apps installed, the removed status is honored. From 9ce7907c98436d837a61e2e31a9fbc0ec1679405 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Mon, 23 Apr 2018 11:48:11 -0700 Subject: [PATCH 003/186] Continued translating document into more readable language --- .../remove-provisioned-apps-during-update.md | 207 +++++++++--------- 1 file changed, 104 insertions(+), 103 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index e4e8b6f4da..ffc041219b 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -10,127 +10,47 @@ ms.date: 04/20/2018 --- # How to keep apps removed from Windows 10 from returning during an upgrade ->Applies to: Windows 10, version 1703; Windows 10 version 1709 +>Applies to: Windows 10, version 1703; Windows 10 version 1709; Windows 10, version 1803 -If you upgrade a Windows 10, version 1703 computer to Windows 10, version 1709 or Windows 10, version 1803 (or a Windows 10, version 1709 to Windows 10, version 1803 upgrade), provisioned apps that you've removed before the upgrade may return. This can happen if the apps were removed while the computer was offline. If the provisioned apps were removed while online, the apps should not return after the upgrade. +If you upgrade a Windows 10, version 1703 computer to Windows 10, version 1709 or Windows 10, version 1803 (or a Windows 10, version 1709 to Windows 10, version 1803 upgrade), provisioned apps that you've removed before the upgrade may return. This can happen if the apps were removed while the computer was offline. If the provisioned (added) apps were removed while online, the apps should not return after the upgrade. There are two points during removing a provisioned package from a Windows installation where this problem can occur: * If the packages are removed while the wim file is mounted when the device is offline. * If the provisioned package is removed while inside of Windows when the device is online. -When this happens, we write a registry key for a deprovisioned app when each app is deprovisioned, so that when we upgrade setup can use that key as an indicator as to whether to install or not to install the app during the upgrade. +When this happens, write a registry key for the removed app when removing each one. This way, you can use the registry key to indicate to your deployment whether to install or not install the app while you're upgrading it. -The registry keys where this is written is under the following location. The keys listed serve as the list of apps to not be installed during the upgrade. +Registry keys for removed apps are listed as "deprovisioned" and written to the following location. The keys listed here are for apps that should not be installed during the upgrade. ```[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned]``` -There is a new registry key written for each app that is deprovisioned. There are no data fields under that registry key. The registry key is the package name of app to be removed. -Example Registry key for Calculator: +Each deprovisioned app gets a registry key with no data fields under it, just the package name of the app to be removed. For example, the following registry key is for the Calculator app: ```[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe]``` -This functionality was built into Windows 10, version 1703 to capture the removal of the deprovisioned app and write the registry key. The setup code in Windows 10, version 1709 knows to look for the registry key and not reinstall the app. -However, the offline scenario was not working in Windows 10, version 1703 and Windows 10, version 1703 so the registry keys were not written when the apps were removed while Offline, this was addressed in Windows 10, version 1803 so the registry key will be written when the app is deprovisioned while offline, so that RS5 setup can properly identify de-provisioned apps and not reinstall them. -The offline scenario was also released in a monthly quality update for Windows 10, version 1709 to properly write the registry key when the app is deprovisoned so when you upgrade to a future version the apps should not return. +Starting with Windows 10, version 1703, the setup code knows to look for registry keys in this folder and will not reinstall the apps listed here. However, in offline mode, the registry keys were not written when the apps were removed. This issue was addressed in Windows 10, version 1803, which ensures registry keys will be written for apps deprovisioned while offline so that setup can properly identify deprovisioned apps and not reinstall them during updates. Windows 10, version 1709 was also patched to correct this issue. There will be scenarios where the apps were deprovisoned while offline prior to any changes being installed to Windows that would have corrected the behavior when removing the apps. -The following is how to generate the registry keys of the deprovisoned apps so that setup will honor the state when upgrading. -The registry keys can be added that show the app that were deprovisioned so that when you upgrade to the next version the deprovisioned apps should not return. +## How to generate registry keys for deprovisioned apps -The location in the registry where the keys are written is below +The following registry is where the registry keys for deprovisioned apps will be written to: ```\microsoft\windows\currentversion\appx\appxalluserstore\deprovisioned\``` -Where `````` is HKLM\Software on an online running system. In the offline case, it's wherever you mounted the Software hive. -A new registry key is created for each de-provisioned app, there are no data values under the registry keys. The existence of the key is all that needed. +Where `````` is HKLM\\Software on an online running system. For an offline scenario, this location is wherever you mounted the Software hive. -Below are the lists of Provisioned apps with Windows 10, version 1703 and Windows 10, version 1709 including the Names of the apps as well as package names which can be used to generate the registry keys if they are not present in your installations that you wish to upgrade and do not want the deprovisioned apps to return +The key won't have any data values, as all the system needs to understand that the deprovisioned app should remain uninstalled is the existence of the key within the proper registry folder. -List from Windows 10, version 1709. -This is the list of apps that are provisioned with Windows 10 1709, listed by app name (DisplayName) and by the package name (PackageName) which is used when generating the registry key. +The following tables list the display and package names for provisioned apps for Windows 10, version 1703 and Windows 10, version 1709 that can be used to generate the registry keys if they are not already present in your installation. -|DisplayName|PackageName| -|---|---| -|Microsoft.BingWeather|Microsoft.BingWeather_4.21.2492.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.DesktopAppInstaller|Microsoft.DesktopAppInstaller_1.8.4001.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.GetHelp|Microsoft.GetHelp_10.1706.1811.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Getstarted|Microsoft.Getstarted_5.11.1641.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Messaging|Microsoft.Messaging_2017.815.2052.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Microsoft3DViewer|Microsoft.Microsoft3DViewer_1.1707.26019.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MicrosoftOfficeHub|Microsoft.MicrosoftOfficeHub_2017.715.118.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MicrosoftSolitaireCollection|Microsoft.MicrosoftSolitaireCollection_3.17.8162.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MicrosoftStickyNotes|Microsoft.MicrosoftStickyNotes_1.8.2.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MSPaint|Microsoft.MSPaint_2.1709.4027.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Office.OneNote|Microsoft.Office.OneNote_2015.8366.57611.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.OneConnect|Microsoft.OneConnect_3.1708.2224.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.People|Microsoft.People_2017.823.2207.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Print3D|Microsoft.Print3D_1.0.2422.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.SkypeApp|Microsoft.SkypeApp_11.18.596.0_neutral_~_kzf8qxf38zg5c| -|Microsoft.StorePurchaseApp|Microsoft.StorePurchaseApp_11706.1707.7104.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Wallet|Microsoft.Wallet_1.0.16328.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Windows.Photos|Microsoft.Windows.Photos_2017.37071.16410.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsAlarms|Microsoft.WindowsAlarms_2017.828.2050.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsCalculator|Microsoft.WindowsCalculator_2017.828.2012.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsCamera|Microsoft.WindowsCamera_2017.727.20.0_neutral_~_8wekyb3d8bbwe| -|microsoft.windowscommunicationsapps|microsoft.windowscommunicationsapps_2015.8241.41275.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsFeedbackHub|Microsoft.WindowsFeedbackHub_1.1705.2121.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsMaps|Microsoft.WindowsMaps_2017.814.2249.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsSoundRecorder|Microsoft.WindowsSoundRecorder_2017.605.2103.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsStore|Microsoft.WindowsStore_11706.1002.94.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Xbox.TCUI|Microsoft.Xbox.TCUI_1.8.24001.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxApp|Microsoft.XboxApp_31.32.16002.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxGameOverlay|Microsoft.XboxGameOverlay_1.20.25002.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxIdentityProvider|Microsoft.XboxIdentityProvider_2017.605.1240.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxSpeechToTextOverlay|Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.17063.24021.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17063.24021.0_neutral_~_8wekyb3d8bbwe| +### Windows 10, version 1703 provisioned apps -Below is this the list of registry keys created after removing all the provisioned apps in Windows 10 1709. This registry list shows all the values for each of the provisioned apps that were deprovisioned. -The indented lines can be copied into notepad and saved as .reg file so they can be imported into a Windows 10 registry that has deprovisioned some or all of the apps and is missing these values, so the apps will not return after an upgrade. -This is the complete list, you would need to remove the lines for the apps you wish to retain during the upgrade. +The following table is a list of provisioned apps for Windows 10, version 1703, listed by app name (DisplayName) and by the package name (PackageName) used for generating the registry key. -```syntax -1709 Registry Keys -Windows Registry Editor Version 5.00 -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.GetHelp_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Getstarted_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Microsoft3DViewer_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MSPaint_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Office.OneNote_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.OneConnect_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.People_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Print3D_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.SkypeApp_kzf8qxf38zg5c] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.StorePurchaseApp_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Wallet_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Windows.Photos_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsAlarms_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCamera_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\microsoft.windowscommunicationsapps_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsMaps_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsStore_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Xbox.TCUI_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxApp_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxGameOverlay_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] -``` - -List from Windows 10 1709 (Windows 10, version 1709). -This is the list of apps that are provisioned with Windows 10 1709, listed by app name (DisplayName) and by the package name (PackageName) which is used when generating the registry key. Packages can contain one of more apps. +>[!NOTE] +>The list of apps may vary with each feature release of Windows 10, apps may also change in Status for instance go from Provisioned Status to System app or Vice Versus. This only applies to apps provisioned for the host OS and the OS you are upgrading to. |DisplayName|PackageName| |---|---| @@ -170,10 +90,9 @@ This is the list of apps that are provisioned with Windows 10 1709, listed by ap |Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.18011.13411.1000_neutral_~_8wekyb3d8bbwe| |Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17122.16211.1000_neutral_~_8wekyb3d8bbwe| -Below is this the list of registry keys created after removing all the provisioned apps in Windows 10 1703. -The indented lines can be copied into notepad and saved as .reg file so they can be imported into a Windows 10 installation that has removed the apps and is missing these values, so the apps will not return after an upgrade. This is the complete list, you would need to remove the lines for the apps you wish to retain. +The following is a list of registry keys created after removing all the provisioned apps in Windows 10 1709. This list can be copied into Notepad and saved as .reg file for importing into a Windows 10 registry for deprovisioned apps that's missing these values, preventing the removed apps from returning after an upgrade. -Windows 10 1703 Registry keys for removed provisioned apps +Before importing this list, make sure you remove the lines for any apps you wish to retain. ```syntax Windows Registry Editor Version 5.00 @@ -214,11 +133,93 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] ``` -Notes: -If you remove the provisioned apps while online, the account that you logged on with will contain the apps, they were installed for that user. Therefore, if you do an upgrade, that user will retain the apps. Users that were created after the apps were removed, or after the upgrade will not get the Apps installed, the removed status is honored. +### Windows 10, version 1709 provisioned apps -This setting only applies to 1st party apps that shipped with Windows 10, this does not apply to 3rd party apps or apps that were acquired from the Microsoft Store, nor does it apply to LOB apps. +The following table is a list of provisioned apps for Windows 10 1709, listed by app name (DisplayName) and by the package name (PackageName) used for generating the registry key. -The list of apps may vary with each feature release of Windows 10, apps may also change in Status for instance go from Provisioned Status to System app or Vice Versus. This only applies to apps that are provisioned for the host OS and the OS you are upgrading to. +|DisplayName|PackageName| +|---|---| +|Microsoft.BingWeather|Microsoft.BingWeather_4.21.2492.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.DesktopAppInstaller|Microsoft.DesktopAppInstaller_1.8.4001.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.GetHelp|Microsoft.GetHelp_10.1706.1811.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Getstarted|Microsoft.Getstarted_5.11.1641.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Messaging|Microsoft.Messaging_2017.815.2052.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Microsoft3DViewer|Microsoft.Microsoft3DViewer_1.1707.26019.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftOfficeHub|Microsoft.MicrosoftOfficeHub_2017.715.118.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftSolitaireCollection|Microsoft.MicrosoftSolitaireCollection_3.17.8162.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftStickyNotes|Microsoft.MicrosoftStickyNotes_1.8.2.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MSPaint|Microsoft.MSPaint_2.1709.4027.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Office.OneNote|Microsoft.Office.OneNote_2015.8366.57611.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.OneConnect|Microsoft.OneConnect_3.1708.2224.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.People|Microsoft.People_2017.823.2207.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Print3D|Microsoft.Print3D_1.0.2422.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.SkypeApp|Microsoft.SkypeApp_11.18.596.0_neutral_~_kzf8qxf38zg5c| +|Microsoft.StorePurchaseApp|Microsoft.StorePurchaseApp_11706.1707.7104.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Wallet|Microsoft.Wallet_1.0.16328.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Windows.Photos|Microsoft.Windows.Photos_2017.37071.16410.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsAlarms|Microsoft.WindowsAlarms_2017.828.2050.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsCalculator|Microsoft.WindowsCalculator_2017.828.2012.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsCamera|Microsoft.WindowsCamera_2017.727.20.0_neutral_~_8wekyb3d8bbwe| +|microsoft.windowscommunicationsapps|microsoft.windowscommunicationsapps_2015.8241.41275.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsFeedbackHub|Microsoft.WindowsFeedbackHub_1.1705.2121.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsMaps|Microsoft.WindowsMaps_2017.814.2249.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsSoundRecorder|Microsoft.WindowsSoundRecorder_2017.605.2103.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsStore|Microsoft.WindowsStore_11706.1002.94.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Xbox.TCUI|Microsoft.Xbox.TCUI_1.8.24001.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxApp|Microsoft.XboxApp_31.32.16002.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxGameOverlay|Microsoft.XboxGameOverlay_1.20.25002.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxIdentityProvider|Microsoft.XboxIdentityProvider_2017.605.1240.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxSpeechToTextOverlay|Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.17063.24021.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17063.24021.0_neutral_~_8wekyb3d8bbwe| -This does not apply to upgrades to Windows 10, version 1703; the setup code to honor the removal for all users was enabled in Windows 10, version 1709 +The following list is a list of registry keys created after removing all the provisioned apps in Windows 10 1709. This list can be copied into notepad and saved as .reg file for importing into a Windows 10 registry for deprovisioned apps that's missing these values, preventing the removed apps from returning after an upgrade. + +Before importing this list, make sure you remove the lines for any apps you wish to retain. + +```syntax +1709 Registry Keys +Windows Registry Editor Version 5.00 +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.GetHelp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Getstarted_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Microsoft3DViewer_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MSPaint_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Office.OneNote_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.OneConnect_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.People_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Print3D_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.SkypeApp_kzf8qxf38zg5c] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.StorePurchaseApp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Wallet_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Windows.Photos_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsAlarms_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCamera_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\microsoft.windowscommunicationsapps_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsMaps_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsStore_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Xbox.TCUI_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxApp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxGameOverlay_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] +``` + +>[!NOTE] +>If you remove the provisioned apps while online, the account that you logged on with will contain the apps, they were installed for that user. Therefore, if you do an upgrade, that user will retain the apps. Users that were created after the apps were removed, or after the upgrade will not get the Apps installed, the removed status is honored. +> +>This setting only applies to first-party apps that shipped with Windows 10, this does not apply to third-party apps or apps that were acquired from the Microsoft Store, nor does it apply to LOB apps. +> +>This does not apply to upgrades to Windows 10, version 1703; the setup code to honor the removal for all users was enabled in Windows 10, version 1709 + +**How do you create a registry key from the information listed in the previous sections?** \ No newline at end of file From 3fd951a4200c921ee84708d4c2ff8259ccf1172c Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Mon, 23 Apr 2018 14:08:04 -0700 Subject: [PATCH 004/186] Reorganized notes into relevant sections --- .../remove-provisioned-apps-during-update.md | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index ffc041219b..ae255734e9 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -14,6 +14,9 @@ ms.date: 04/20/2018 If you upgrade a Windows 10, version 1703 computer to Windows 10, version 1709 or Windows 10, version 1803 (or a Windows 10, version 1709 to Windows 10, version 1803 upgrade), provisioned apps that you've removed before the upgrade may return. This can happen if the apps were removed while the computer was offline. If the provisioned (added) apps were removed while online, the apps should not return after the upgrade. +>[!NOTE] +>This setting only applies to first-party apps that shipped with Windows 10, this does not apply to third-party apps or apps that were acquired from the Microsoft Store, nor does it apply to LOB apps. + There are two points during removing a provisioned package from a Windows installation where this problem can occur: * If the packages are removed while the wim file is mounted when the device is offline. @@ -33,6 +36,9 @@ Starting with Windows 10, version 1703, the setup code knows to look for registr There will be scenarios where the apps were deprovisoned while offline prior to any changes being installed to Windows that would have corrected the behavior when removing the apps. +>[!NOTE] +>If you remove the provisioned apps while online, the account you used to sign in will contain the apps installed for that user. Therefore, if you do an upgrade, the signed-in user will retain the apps. User accounts created after the apps were removed or after an upgrade will not have the apps reinstalled. + ## How to generate registry keys for deprovisioned apps The following registry is where the registry keys for deprovisioned apps will be written to: @@ -45,12 +51,17 @@ The key won't have any data values, as all the system needs to understand that t The following tables list the display and package names for provisioned apps for Windows 10, version 1703 and Windows 10, version 1709 that can be used to generate the registry keys if they are not already present in your installation. +>[!NOTE] +>The list of apps may vary with each feature release of Windows 10, apps may also change in Status for instance go from Provisioned Status to System app or Vice Versus. This only applies to apps provisioned for the host OS and the OS you are upgrading to. + ### Windows 10, version 1703 provisioned apps The following table is a list of provisioned apps for Windows 10, version 1703, listed by app name (DisplayName) and by the package name (PackageName) used for generating the registry key. +**Note to self: If the setting doesn't apply to upgrates to 1703, then why are we listing the provisioned apps here?** + >[!NOTE] ->The list of apps may vary with each feature release of Windows 10, apps may also change in Status for instance go from Provisioned Status to System app or Vice Versus. This only applies to apps provisioned for the host OS and the OS you are upgrading to. +>This does not apply to upgrades to Windows 10, version 1703; the setup code to honor the removal for all users was enabled in Windows 10, version 1709 |DisplayName|PackageName| |---|---| @@ -215,11 +226,5 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] ``` ->[!NOTE] ->If you remove the provisioned apps while online, the account that you logged on with will contain the apps, they were installed for that user. Therefore, if you do an upgrade, that user will retain the apps. Users that were created after the apps were removed, or after the upgrade will not get the Apps installed, the removed status is honored. -> ->This setting only applies to first-party apps that shipped with Windows 10, this does not apply to third-party apps or apps that were acquired from the Microsoft Store, nor does it apply to LOB apps. -> ->This does not apply to upgrades to Windows 10, version 1703; the setup code to honor the removal for all users was enabled in Windows 10, version 1709 -**How do you create a registry key from the information listed in the previous sections?** \ No newline at end of file +**Note to self: How do you create a registry key from the information listed in the previous sections?** \ No newline at end of file From 2a346f7be8291ec32e9302927918707a53cdd5ce Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Mon, 23 Apr 2018 14:19:54 -0700 Subject: [PATCH 005/186] Updated TOC --- windows/application-management/TOC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/application-management/TOC.md b/windows/application-management/TOC.md index 5adf6e1def..c515c2244a 100644 --- a/windows/application-management/TOC.md +++ b/windows/application-management/TOC.md @@ -107,3 +107,4 @@ ## [Understand apps in Windows 10](apps-in-windows-10.md) ## [Deploy app upgrades on Windows 10 Mobile](deploy-app-upgrades-windows-10-mobile.md) ## [Change history for Application management](change-history-for-application-management.md) +## [How to keep apps removed from Windows 10 from returning during an upgrade](remove-provisioned-apps-during-update.md) \ No newline at end of file From e4dc78edfaa8f79ebb1cc839bbb6969bd83bc2f6 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Tue, 24 Apr 2018 13:23:09 -0700 Subject: [PATCH 006/186] Attempt to fix formatting --- .../remove-provisioned-apps-during-update.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index ae255734e9..5255e9a71a 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -26,11 +26,11 @@ When this happens, write a registry key for the removed app when removing each o Registry keys for removed apps are listed as "deprovisioned" and written to the following location. The keys listed here are for apps that should not be installed during the upgrade. -```[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned]``` +`[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned]` Each deprovisioned app gets a registry key with no data fields under it, just the package name of the app to be removed. For example, the following registry key is for the Calculator app: -```[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe]``` +`[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe]` Starting with Windows 10, version 1703, the setup code knows to look for registry keys in this folder and will not reinstall the apps listed here. However, in offline mode, the registry keys were not written when the apps were removed. This issue was addressed in Windows 10, version 1803, which ensures registry keys will be written for apps deprovisioned while offline so that setup can properly identify deprovisioned apps and not reinstall them during updates. Windows 10, version 1709 was also patched to correct this issue. @@ -43,9 +43,9 @@ There will be scenarios where the apps were deprovisoned while offline prior to The following registry is where the registry keys for deprovisioned apps will be written to: -```\microsoft\windows\currentversion\appx\appxalluserstore\deprovisioned\``` +`\microsoft\windows\currentversion\appx\appxalluserstore\deprovisioned\` -Where `````` is HKLM\\Software on an online running system. For an offline scenario, this location is wherever you mounted the Software hive. +Where `` is HKLM\\Software on an online running system. For an offline scenario, this location is wherever you mounted the Software hive. The key won't have any data values, as all the system needs to understand that the deprovisioned app should remain uninstalled is the existence of the key within the proper registry folder. @@ -226,5 +226,4 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] ``` - **Note to self: How do you create a registry key from the information listed in the previous sections?** \ No newline at end of file From 370cd3158f0b84617e6136147595e9c6ed4fd54e Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Wed, 25 Apr 2018 15:02:44 -0700 Subject: [PATCH 007/186] First attempt at creating a coherent how to --- .../remove-provisioned-apps-during-update.md | 93 ++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 5255e9a71a..e0b99333e1 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -54,6 +54,97 @@ The following tables list the display and package names for provisioned apps for >[!NOTE] >The list of apps may vary with each feature release of Windows 10, apps may also change in Status for instance go from Provisioned Status to System app or Vice Versus. This only applies to apps provisioned for the host OS and the OS you are upgrading to. +1. First, you'll need to identify the apps you removed from the Windows 10, version 1703 install image. The following table is a list of provisioned apps for version 1703 that includes their displayed names and package names: + |Displayed app name|Package name| + |---|---| + |Microsoft.3DBuilder|Microsoft.3DBuilder_15.2.10821.1000_neutral_~_8wekyb3d8bbwe| + |Microsoft.BingWeather|Microsoft.BingWeather_4.23.10923.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.DesktopAppInstaller|Microsoft.DesktopAppInstaller_1.10.16004.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.GetHelp|Microsoft.GetHelp_10.1706.1811.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.Getstarted|Microsoft.Getstarted_5.12.2691.1000_neutral_~_8wekyb3d8bbwe| + |Microsoft.HEVCVideoExtension|Microsoft.HEVCVideoExtension_1.0.2512.0_x64__8wekyb3d8bbwe| + |Microsoft.Messaging|Microsoft.Messaging_2018.124.707.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.Microsoft3DViewer|Microsoft.Microsoft3DViewer_3.1803.29012.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.MicrosoftOfficeHub|Microsoft.MicrosoftOfficeHub_2017.715.118.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.MicrosoftSolitaireCollection|Microsoft.MicrosoftSolitaireCollection_3.18.12091.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.MicrosoftStickyNotes|Microsoft.MicrosoftStickyNotes_2.1.18.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.MSPaint|Microsoft.MSPaint_4.1803.21027.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.Office.OneNote|Microsoft.Office.OneNote_2015.9126.21251.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.OneConnect|Microsoft.OneConnect_3.1708.2224.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.People|Microsoft.People_2017.1006.1846.1000_neutral_~_8wekyb3d8bbwe| + |Microsoft.Print3D|Microsoft.Print3D_1.0.2422.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.SkypeApp|Microsoft.SkypeApp_12.1811.248.1000_neutral_~_kzf8qxf38zg5c| + |Microsoft.StorePurchaseApp|Microsoft.StorePurchaseApp_11802.1802.23014.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.Wallet|Microsoft.Wallet_1.0.16328.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.Windows.Photos|Microsoft.Windows.Photos_2018.18022.15810.1000_neutral_~_8wekyb3d8bbwe| + |Microsoft.WindowsAlarms|Microsoft.WindowsAlarms_2017.920.157.1000_neutral_~_8wekyb3d8bbwe| + |Microsoft.WindowsCalculator|Microsoft.WindowsCalculator_2017.928.0.1000_neutral_~_8wekyb3d8bbwe| + |Microsoft.WindowsCamera|Microsoft.WindowsCamera_2017.1117.10.1000_neutral_~_8wekyb3d8bbwe| + |microsoft.windowscommunicationsapps|microsoft.windowscommunicationsapps_2015.9126.21425.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.WindowsFeedbackHub|Microsoft.WindowsFeedbackHub_2018.323.50.1000_neutral_~_8wekyb3d8bbwe| + |Microsoft.WindowsMaps|Microsoft.WindowsMaps_2017.1003.1829.1000_neutral_~_8wekyb3d8bbwe| + |Microsoft.WindowsSoundRecorder|Microsoft.WindowsSoundRecorder_2017.928.5.1000_neutral_~_8wekyb3d8bbwe| + |Microsoft.WindowsStore|Microsoft.WindowsStore_11803.1001.613.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.Xbox.TCUI|Microsoft.Xbox.TCUI_1.8.24001.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.XboxApp|Microsoft.XboxApp_39.39.21002.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.XboxGameOverlay|Microsoft.XboxGameOverlay_1.24.5001.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.XboxIdentityProvider|Microsoft.XboxIdentityProvider_2017.605.1240.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.XboxSpeechToTextOverlay|Microsoft.XboxSpeechToTextOverlay_1.21.13002.0_neutral_~_8wekyb3d8bbwe| + |Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.18011.13411.1000_neutral_~_8wekyb3d8bbwe| + |Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17122.16211.1000_neutral_~_8wekyb3d8bbwe| + + After identifying the apps, record their package numbers. +2. Use the list of 1709 registry keys to create a script that will create a registry key for each app you don't want to reprovision. + 1. Copy the 1709 registry keys list and paste them in a text editor. Remove any apps that you do want to provision during the upgrade from version 1703 to version 1709. + The list should look something like the following, minus the apps you do want to add: + + ``` + 1709 Registry Keys + Windows Registry Editor Version 5.00 + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.GetHelp_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Getstarted_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Microsoft3DViewer_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MSPaint_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Office.OneNote_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.OneConnect_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.People_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Print3D_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.SkypeApp_kzf8qxf38zg5c] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.StorePurchaseApp_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Wallet_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Windows.Photos_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsAlarms_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCamera_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\microsoft.windowscommunicationsapps_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsMaps_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsStore_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Xbox.TCUI_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxApp_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxGameOverlay_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] + [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] + ``` + + 2. Save the text editor file as a .reg file. For more information, see [How to add, modify, or delete registry subkeys and values by using a .reg file](https://support.microsoft.com/en-us/help/310516/how-to-add-modify-or-delete-registry-subkeys-and-values-by-using-a-reg). +3. Import the .reg file into the Deprovisioned foler mentioned previously. +4. Update your Windows 10 deployment from version 1703 to version 1709. + + + + +## Ignore this section + ### Windows 10, version 1703 provisioned apps The following table is a list of provisioned apps for Windows 10, version 1703, listed by app name (DisplayName) and by the package name (PackageName) used for generating the registry key. @@ -63,7 +154,7 @@ The following table is a list of provisioned apps for Windows 10, version 1703, >[!NOTE] >This does not apply to upgrades to Windows 10, version 1703; the setup code to honor the removal for all users was enabled in Windows 10, version 1709 -|DisplayName|PackageName| +|Displayed app name|Package name| |---|---| |Microsoft.3DBuilder|Microsoft.3DBuilder_15.2.10821.1000_neutral_~_8wekyb3d8bbwe| |Microsoft.BingWeather|Microsoft.BingWeather_4.23.10923.0_neutral_~_8wekyb3d8bbwe| From 87c4bc5d04db434fe4466bc6df118307b643fdfc Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Wed, 25 Apr 2018 16:41:05 -0700 Subject: [PATCH 008/186] Editorial changes --- .../remove-provisioned-apps-during-update.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index e0b99333e1..d856308125 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -12,17 +12,19 @@ ms.date: 04/20/2018 >Applies to: Windows 10, version 1703; Windows 10 version 1709; Windows 10, version 1803 -If you upgrade a Windows 10, version 1703 computer to Windows 10, version 1709 or Windows 10, version 1803 (or a Windows 10, version 1709 to Windows 10, version 1803 upgrade), provisioned apps that you've removed before the upgrade may return. This can happen if the apps were removed while the computer was offline. If the provisioned (added) apps were removed while online, the apps should not return after the upgrade. +If you upgrade a Windows 10, version 1703 computer to Windows 10, version 1709 or Windows 10, version 1803 (or a Windows 10, version 1709 to Windows 10, version 1803 upgrade), provisioned apps that you've removed before the upgrade may return. This can happen if the apps were removed while the computer was offline. If the provisioned (added) apps were removed while online, the apps should not return after the upgrade. >[!NOTE] ->This setting only applies to first-party apps that shipped with Windows 10, this does not apply to third-party apps or apps that were acquired from the Microsoft Store, nor does it apply to LOB apps. +>This setting only applies to first-party apps that shipped with Windows 10. This does not apply to third-party apps or apps that were acquired from the Microsoft Store, nor does it apply to LOB apps. There are two points during removing a provisioned package from a Windows installation where this problem can occur: * If the packages are removed while the wim file is mounted when the device is offline. * If the provisioned package is removed while inside of Windows when the device is online. -When this happens, write a registry key for the removed app when removing each one. This way, you can use the registry key to indicate to your deployment whether to install or not install the app while you're upgrading it. +When this happens, write a registry key for each app you remove. This way, you can use the registry key to indicate to your deployment whether to install or not install the app while you're upgrading it. + +## Where to store deprovisioned app registration keys Registry keys for removed apps are listed as "deprovisioned" and written to the following location. The keys listed here are for apps that should not be installed during the upgrade. @@ -32,12 +34,12 @@ Each deprovisioned app gets a registry key with no data fields under it, just th `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe]` -Starting with Windows 10, version 1703, the setup code knows to look for registry keys in this folder and will not reinstall the apps listed here. However, in offline mode, the registry keys were not written when the apps were removed. This issue was addressed in Windows 10, version 1803, which ensures registry keys will be written for apps deprovisioned while offline so that setup can properly identify deprovisioned apps and not reinstall them during updates. Windows 10, version 1709 was also patched to correct this issue. +Starting with Windows 10, version 1703, the setup code knows to look for registry keys in this folder and will not reinstall any apps listed in this registry. However, in offline mode, the registry keys were not written when the apps were removed. This issue was addressed in Windows 10, version 1803, which ensures registry keys will be written for apps deprovisioned while offline so that setup can properly identify deprovisioned apps and not reinstall them during updates. Windows 10, version 1709 was also patched to correct this issue. There will be scenarios where the apps were deprovisoned while offline prior to any changes being installed to Windows that would have corrected the behavior when removing the apps. >[!NOTE] ->If you remove the provisioned apps while online, the account you used to sign in will contain the apps installed for that user. Therefore, if you do an upgrade, the signed-in user will retain the apps. User accounts created after the apps were removed or after an upgrade will not have the apps reinstalled. +>If you remove the provisioned apps while online, the account you used to sign in will contain the apps installed for that user. As a result, when you upgrade, the user you signed in as will retain the apps. User accounts created after the apps were removed or after an upgrade will not have the apps reinstalled. ## How to generate registry keys for deprovisioned apps @@ -45,16 +47,16 @@ The following registry is where the registry keys for deprovisioned apps will be `\microsoft\windows\currentversion\appx\appxalluserstore\deprovisioned\` -Where `` is HKLM\\Software on an online running system. For an offline scenario, this location is wherever you mounted the Software hive. +Where `` is **HKLM\\Software** on an online running system. For an offline scenario, this location is wherever you mounted the Software hive. The key won't have any data values, as all the system needs to understand that the deprovisioned app should remain uninstalled is the existence of the key within the proper registry folder. The following tables list the display and package names for provisioned apps for Windows 10, version 1703 and Windows 10, version 1709 that can be used to generate the registry keys if they are not already present in your installation. >[!NOTE] ->The list of apps may vary with each feature release of Windows 10, apps may also change in Status for instance go from Provisioned Status to System app or Vice Versus. This only applies to apps provisioned for the host OS and the OS you are upgrading to. +>The list of apps may vary with each feature release of Windows 10. Apps may also change in Status; for instance, an app listed as Provisioned in an older release might change to a System app in a newer version, or vice versa. This only applies to apps provisioned for the host OS and the OS you are upgrading to. -1. First, you'll need to identify the apps you removed from the Windows 10, version 1703 install image. The following table is a list of provisioned apps for version 1703 that includes their displayed names and package names: +1. First, you'll need to identify the apps you removed from the Windows 10, version 1703 install image. The following table lists the provisioned apps for version 1703, including their displayed names and package names: |Displayed app name|Package name| |---|---| |Microsoft.3DBuilder|Microsoft.3DBuilder_15.2.10821.1000_neutral_~_8wekyb3d8bbwe| From ed53b97c7a024553fbb1a88b7e2b4dbbc8feb56a Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 26 Apr 2018 09:52:05 -0700 Subject: [PATCH 009/186] Formulating a true first draft --- .../remove-provisioned-apps-during-update.md | 197 +----------------- 1 file changed, 9 insertions(+), 188 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index d856308125..8b466e1be2 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -15,14 +15,14 @@ ms.date: 04/20/2018 If you upgrade a Windows 10, version 1703 computer to Windows 10, version 1709 or Windows 10, version 1803 (or a Windows 10, version 1709 to Windows 10, version 1803 upgrade), provisioned apps that you've removed before the upgrade may return. This can happen if the apps were removed while the computer was offline. If the provisioned (added) apps were removed while online, the apps should not return after the upgrade. >[!NOTE] ->This setting only applies to first-party apps that shipped with Windows 10. This does not apply to third-party apps or apps that were acquired from the Microsoft Store, nor does it apply to LOB apps. +>This setting only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps or apps that were acquired from the Microsoft Store, nor does it apply to LOB apps. There are two points during removing a provisioned package from a Windows installation where this problem can occur: * If the packages are removed while the wim file is mounted when the device is offline. * If the provisioned package is removed while inside of Windows when the device is online. -When this happens, write a registry key for each app you remove. This way, you can use the registry key to indicate to your deployment whether to install or not install the app while you're upgrading it. +When this happens, write a registry key for each app you remove. This way, you can use the registry key to indicate to your deployment whether or not to install the app while you're upgrading it. ## Where to store deprovisioned app registration keys @@ -34,15 +34,13 @@ Each deprovisioned app gets a registry key with no data fields under it, just th `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe]` -Starting with Windows 10, version 1703, the setup code knows to look for registry keys in this folder and will not reinstall any apps listed in this registry. However, in offline mode, the registry keys were not written when the apps were removed. This issue was addressed in Windows 10, version 1803, which ensures registry keys will be written for apps deprovisioned while offline so that setup can properly identify deprovisioned apps and not reinstall them during updates. Windows 10, version 1709 was also patched to correct this issue. +Starting with Windows 10, version 1703, the setup code knows to look for registry keys in this folder and will not reinstall any apps listed in this registry during upgrades in online mode. However, in offline mode, the registry keys were not written when the apps were removed. This issue was addressed in Windows 10, version 1803, which ensures registry keys will be written for apps deprovisioned while offline so that setup can properly identify deprovisioned apps and not reinstall them during updates. Windows 10, version 1709 was also patched to correct this issue. There will be scenarios where the apps were deprovisoned while offline prior to any changes being installed to Windows that would have corrected the behavior when removing the apps. >[!NOTE] >If you remove the provisioned apps while online, the account you used to sign in will contain the apps installed for that user. As a result, when you upgrade, the user you signed in as will retain the apps. User accounts created after the apps were removed or after an upgrade will not have the apps reinstalled. -## How to generate registry keys for deprovisioned apps - The following registry is where the registry keys for deprovisioned apps will be written to: `\microsoft\windows\currentversion\appx\appxalluserstore\deprovisioned\` @@ -51,10 +49,9 @@ Where `` is **HKLM\\Software** on an online running system. For an The key won't have any data values, as all the system needs to understand that the deprovisioned app should remain uninstalled is the existence of the key within the proper registry folder. -The following tables list the display and package names for provisioned apps for Windows 10, version 1703 and Windows 10, version 1709 that can be used to generate the registry keys if they are not already present in your installation. +## How to generate registry keys for deprovisioned apps + ->[!NOTE] ->The list of apps may vary with each feature release of Windows 10. Apps may also change in Status; for instance, an app listed as Provisioned in an older release might change to a System app in a newer version, or vice versa. This only applies to apps provisioned for the host OS and the OS you are upgrading to. 1. First, you'll need to identify the apps you removed from the Windows 10, version 1703 install image. The following table lists the provisioned apps for version 1703, including their displayed names and package names: |Displayed app name|Package name| @@ -96,6 +93,9 @@ The following tables list the display and package names for provisioned apps for |Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17122.16211.1000_neutral_~_8wekyb3d8bbwe| After identifying the apps, record their package numbers. + + >[!NOTE] + >The list of apps may vary with each feature release of Windows 10, and which applies to your situation depends on which versions your host OS and the OS you're upgrading to are. An app that's a provisioned app in an older release might change to a System app in a newer version, or vice versa. To see which apps are provisioned in your version, see [Understand the different apps included in Windows 10](https://docs.microsoft.com/en-us/windows/application-management/apps-in-windows-10). 2. Use the list of 1709 registry keys to create a script that will create a registry key for each app you don't want to reprovision. 1. Copy the 1709 registry keys list and paste them in a text editor. Remove any apps that you do want to provision during the upgrade from version 1703 to version 1709. The list should look something like the following, minus the apps you do want to add: @@ -140,183 +140,4 @@ The following tables list the display and package names for provisioned apps for 2. Save the text editor file as a .reg file. For more information, see [How to add, modify, or delete registry subkeys and values by using a .reg file](https://support.microsoft.com/en-us/help/310516/how-to-add-modify-or-delete-registry-subkeys-and-values-by-using-a-reg). 3. Import the .reg file into the Deprovisioned foler mentioned previously. -4. Update your Windows 10 deployment from version 1703 to version 1709. - - - - -## Ignore this section - -### Windows 10, version 1703 provisioned apps - -The following table is a list of provisioned apps for Windows 10, version 1703, listed by app name (DisplayName) and by the package name (PackageName) used for generating the registry key. - -**Note to self: If the setting doesn't apply to upgrates to 1703, then why are we listing the provisioned apps here?** - ->[!NOTE] ->This does not apply to upgrades to Windows 10, version 1703; the setup code to honor the removal for all users was enabled in Windows 10, version 1709 - -|Displayed app name|Package name| -|---|---| -|Microsoft.3DBuilder|Microsoft.3DBuilder_15.2.10821.1000_neutral_~_8wekyb3d8bbwe| -|Microsoft.BingWeather|Microsoft.BingWeather_4.23.10923.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.DesktopAppInstaller|Microsoft.DesktopAppInstaller_1.10.16004.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.GetHelp|Microsoft.GetHelp_10.1706.1811.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Getstarted|Microsoft.Getstarted_5.12.2691.1000_neutral_~_8wekyb3d8bbwe| -|Microsoft.HEVCVideoExtension|Microsoft.HEVCVideoExtension_1.0.2512.0_x64__8wekyb3d8bbwe| -|Microsoft.Messaging|Microsoft.Messaging_2018.124.707.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Microsoft3DViewer|Microsoft.Microsoft3DViewer_3.1803.29012.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MicrosoftOfficeHub|Microsoft.MicrosoftOfficeHub_2017.715.118.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MicrosoftSolitaireCollection|Microsoft.MicrosoftSolitaireCollection_3.18.12091.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MicrosoftStickyNotes|Microsoft.MicrosoftStickyNotes_2.1.18.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MSPaint|Microsoft.MSPaint_4.1803.21027.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Office.OneNote|Microsoft.Office.OneNote_2015.9126.21251.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.OneConnect|Microsoft.OneConnect_3.1708.2224.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.People|Microsoft.People_2017.1006.1846.1000_neutral_~_8wekyb3d8bbwe| -|Microsoft.Print3D|Microsoft.Print3D_1.0.2422.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.SkypeApp|Microsoft.SkypeApp_12.1811.248.1000_neutral_~_kzf8qxf38zg5c| -|Microsoft.StorePurchaseApp|Microsoft.StorePurchaseApp_11802.1802.23014.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Wallet|Microsoft.Wallet_1.0.16328.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Windows.Photos|Microsoft.Windows.Photos_2018.18022.15810.1000_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsAlarms|Microsoft.WindowsAlarms_2017.920.157.1000_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsCalculator|Microsoft.WindowsCalculator_2017.928.0.1000_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsCamera|Microsoft.WindowsCamera_2017.1117.10.1000_neutral_~_8wekyb3d8bbwe| -|microsoft.windowscommunicationsapps|microsoft.windowscommunicationsapps_2015.9126.21425.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsFeedbackHub|Microsoft.WindowsFeedbackHub_2018.323.50.1000_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsMaps|Microsoft.WindowsMaps_2017.1003.1829.1000_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsSoundRecorder|Microsoft.WindowsSoundRecorder_2017.928.5.1000_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsStore|Microsoft.WindowsStore_11803.1001.613.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Xbox.TCUI|Microsoft.Xbox.TCUI_1.8.24001.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxApp|Microsoft.XboxApp_39.39.21002.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxGameOverlay|Microsoft.XboxGameOverlay_1.24.5001.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxIdentityProvider|Microsoft.XboxIdentityProvider_2017.605.1240.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxSpeechToTextOverlay|Microsoft.XboxSpeechToTextOverlay_1.21.13002.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.18011.13411.1000_neutral_~_8wekyb3d8bbwe| -|Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17122.16211.1000_neutral_~_8wekyb3d8bbwe| - -The following is a list of registry keys created after removing all the provisioned apps in Windows 10 1709. This list can be copied into Notepad and saved as .reg file for importing into a Windows 10 registry for deprovisioned apps that's missing these values, preventing the removed apps from returning after an upgrade. - -Before importing this list, make sure you remove the lines for any apps you wish to retain. - -```syntax -Windows Registry Editor Version 5.00 -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.3DBuilder_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.GetHelp_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Getstarted_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.HEVCVideoExtension_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Messaging_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Microsoft3DViewer_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MSPaint_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Office.OneNote_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.OneConnect_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.People_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.SkypeApp_kzf8qxf38zg5c] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.StorePurchaseApp_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Wallet_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Windows.Photos_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsAlarms_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCamera_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\microsoft.windowscommunicationsapps_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsMaps_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsStore_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Xbox.TCUI_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxApp_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxGameOverlay_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] -``` - -### Windows 10, version 1709 provisioned apps - -The following table is a list of provisioned apps for Windows 10 1709, listed by app name (DisplayName) and by the package name (PackageName) used for generating the registry key. - -|DisplayName|PackageName| -|---|---| -|Microsoft.BingWeather|Microsoft.BingWeather_4.21.2492.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.DesktopAppInstaller|Microsoft.DesktopAppInstaller_1.8.4001.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.GetHelp|Microsoft.GetHelp_10.1706.1811.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Getstarted|Microsoft.Getstarted_5.11.1641.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Messaging|Microsoft.Messaging_2017.815.2052.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Microsoft3DViewer|Microsoft.Microsoft3DViewer_1.1707.26019.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MicrosoftOfficeHub|Microsoft.MicrosoftOfficeHub_2017.715.118.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MicrosoftSolitaireCollection|Microsoft.MicrosoftSolitaireCollection_3.17.8162.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MicrosoftStickyNotes|Microsoft.MicrosoftStickyNotes_1.8.2.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.MSPaint|Microsoft.MSPaint_2.1709.4027.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Office.OneNote|Microsoft.Office.OneNote_2015.8366.57611.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.OneConnect|Microsoft.OneConnect_3.1708.2224.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.People|Microsoft.People_2017.823.2207.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Print3D|Microsoft.Print3D_1.0.2422.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.SkypeApp|Microsoft.SkypeApp_11.18.596.0_neutral_~_kzf8qxf38zg5c| -|Microsoft.StorePurchaseApp|Microsoft.StorePurchaseApp_11706.1707.7104.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Wallet|Microsoft.Wallet_1.0.16328.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Windows.Photos|Microsoft.Windows.Photos_2017.37071.16410.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsAlarms|Microsoft.WindowsAlarms_2017.828.2050.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsCalculator|Microsoft.WindowsCalculator_2017.828.2012.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsCamera|Microsoft.WindowsCamera_2017.727.20.0_neutral_~_8wekyb3d8bbwe| -|microsoft.windowscommunicationsapps|microsoft.windowscommunicationsapps_2015.8241.41275.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsFeedbackHub|Microsoft.WindowsFeedbackHub_1.1705.2121.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsMaps|Microsoft.WindowsMaps_2017.814.2249.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsSoundRecorder|Microsoft.WindowsSoundRecorder_2017.605.2103.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.WindowsStore|Microsoft.WindowsStore_11706.1002.94.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.Xbox.TCUI|Microsoft.Xbox.TCUI_1.8.24001.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxApp|Microsoft.XboxApp_31.32.16002.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxGameOverlay|Microsoft.XboxGameOverlay_1.20.25002.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxIdentityProvider|Microsoft.XboxIdentityProvider_2017.605.1240.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.XboxSpeechToTextOverlay|Microsoft.XboxSpeechToTextOverlay_1.17.29001.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.17063.24021.0_neutral_~_8wekyb3d8bbwe| -|Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17063.24021.0_neutral_~_8wekyb3d8bbwe| - -The following list is a list of registry keys created after removing all the provisioned apps in Windows 10 1709. This list can be copied into notepad and saved as .reg file for importing into a Windows 10 registry for deprovisioned apps that's missing these values, preventing the removed apps from returning after an upgrade. - -Before importing this list, make sure you remove the lines for any apps you wish to retain. - -```syntax -1709 Registry Keys -Windows Registry Editor Version 5.00 -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.GetHelp_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Getstarted_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Microsoft3DViewer_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MSPaint_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Office.OneNote_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.OneConnect_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.People_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Print3D_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.SkypeApp_kzf8qxf38zg5c] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.StorePurchaseApp_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Wallet_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Windows.Photos_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsAlarms_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCamera_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\microsoft.windowscommunicationsapps_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsMaps_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsStore_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Xbox.TCUI_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxApp_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxGameOverlay_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] -[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] -``` - -**Note to self: How do you create a registry key from the information listed in the previous sections?** \ No newline at end of file +4. Update your Windows 10 deployment from version 1703 to version 1709. \ No newline at end of file From ba9806a877f503963a23a23bdc43c00ec8a5973a Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 26 Apr 2018 09:52:55 -0700 Subject: [PATCH 010/186] Small formatting change Removed extra lines --- .../remove-provisioned-apps-during-update.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 8b466e1be2..c205210598 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -51,8 +51,6 @@ The key won't have any data values, as all the system needs to understand that t ## How to generate registry keys for deprovisioned apps - - 1. First, you'll need to identify the apps you removed from the Windows 10, version 1703 install image. The following table lists the provisioned apps for version 1703, including their displayed names and package names: |Displayed app name|Package name| |---|---| From 20d938d81acfa84248b780c0e9e7d117656b5f9f Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 26 Apr 2018 10:32:00 -0700 Subject: [PATCH 011/186] Added intro and disclaimer to procedure --- .../remove-provisioned-apps-during-update.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index c205210598..7b88a13af5 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -51,6 +51,8 @@ The key won't have any data values, as all the system needs to understand that t ## How to generate registry keys for deprovisioned apps +Let's say you're upgrading from Windows 10, version 1703 to Windows 10, version 1709. Here's what you'll need to do: + 1. First, you'll need to identify the apps you removed from the Windows 10, version 1703 install image. The following table lists the provisioned apps for version 1703, including their displayed names and package names: |Displayed app name|Package name| |---|---| @@ -138,4 +140,7 @@ The key won't have any data values, as all the system needs to understand that t 2. Save the text editor file as a .reg file. For more information, see [How to add, modify, or delete registry subkeys and values by using a .reg file](https://support.microsoft.com/en-us/help/310516/how-to-add-modify-or-delete-registry-subkeys-and-values-by-using-a-reg). 3. Import the .reg file into the Deprovisioned foler mentioned previously. -4. Update your Windows 10 deployment from version 1703 to version 1709. \ No newline at end of file +4. Update your Windows 10 deployment from version 1703 to version 1709. + +>[!IMPORTANT] +>This example only applies to an upgrade from Windows 10, version 1703 to version 1709. If you're upgrading from Windows 10, version 1706, the general procedure will be the same, but the package names and keys generated may be different. \ No newline at end of file From 61c2d42d7f3e646c7641baae7acc1b501d216f98 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 26 Apr 2018 10:32:42 -0700 Subject: [PATCH 012/186] Editorial change --- .../remove-provisioned-apps-during-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 7b88a13af5..2df935a568 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -143,4 +143,4 @@ Let's say you're upgrading from Windows 10, version 1703 to Windows 10, version 4. Update your Windows 10 deployment from version 1703 to version 1709. >[!IMPORTANT] ->This example only applies to an upgrade from Windows 10, version 1703 to version 1709. If you're upgrading from Windows 10, version 1706, the general procedure will be the same, but the package names and keys generated may be different. \ No newline at end of file +>This example only applies to an upgrade from Windows 10, version 1703 to version 1709. If you're upgrading from Windows 10, version 1706, the general procedure will be the same, but the package names and generated keys may be different. \ No newline at end of file From 2ec15d173352969d2c4cdfa1e14b5a7a862707a6 Mon Sep 17 00:00:00 2001 From: Justin Hall Date: Wed, 2 May 2018 08:59:00 -0700 Subject: [PATCH 013/186] added known issue for msi files --- ...er-application-control-deployment-guide.md | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/windows-defender-application-control-deployment-guide.md b/windows/security/threat-protection/windows-defender-application-control/windows-defender-application-control-deployment-guide.md index a4d05d50a0..5cd18cac3b 100644 --- a/windows/security/threat-protection/windows-defender-application-control/windows-defender-application-control-deployment-guide.md +++ b/windows/security/threat-protection/windows-defender-application-control/windows-defender-application-control-deployment-guide.md @@ -6,7 +6,7 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.localizationpriority: high author: jsuther1974 -ms.date: 02/27/2018 +ms.date: 05/02/2018 --- # Planning and getting started on the Windows Defender Application Control deployment process @@ -60,5 +60,25 @@ This topic provides a roadmap for planning and getting started on the Windows De 8. Enable desired virtualization-based security (VBS) features. Hardware-based security features—also called virtualization-based security (VBS) features—strengthen the protections offered by Windows Defender Application Control. - > [!WARNING] - > Virtualization-based protection of code integrity may be incompatible with some devices and applications. We strongly recommend testing this configuration in your lab before enabling virtualization-based protection of code integrity on production systems. Failure to do so may result in unexpected failures up to and including data loss or a blue screen error (also called a stop error). +## Known issues + +This section covers known issues with WDAC and Device Guard. Virtualization-based protection of code integrity may be incompatible with some devices and applications, which might cause unexpected failures, data loss, or a blue screen error (also called a stop error). +Test this configuration in your lab before enabling it in production. + +### MSI Installations are blocked by WDAC + +Installing .msi files directly from the internet to a computer protected by WDAC will fail. +For example, this command will not work: + +```code +msiexec –i https://download.microsoft.com/download/2/E/3/2E3A1E42-8F50-4396-9E7E-76209EA4F429/Windows10_Version_1511_ADMX.msi +``` + +As a workaround, download the MSI file and run it locally: + + +```code +msiexec –i c:\temp\Windows10_Version_1511_ADMX.msi +``` + + From 803e73d38c4261e29678bb384d31113ca2c5bb26 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Thu, 3 May 2018 15:13:21 -0700 Subject: [PATCH 014/186] add new email notifications flow --- ...ows-defender-advanced-threat-protection.md | 45 ++++++++++++------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md index a6f16281b6..61e76829f0 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md @@ -38,29 +38,44 @@ You can also add or remove recipients of the email notification. New recipients The email notification includes basic information about the alert and a link to the portal where you can do further investigation. -## Set up email notifications for alerts -The email notifications feature is turned off by default. Turn it on to start receiving email notifications. +## Create rules for alert notifications +You can create rules that determine the machines and alert severities to send email notifications for and the notification recipients. -1. On the navigation pane, select **Settings** > **Alert notifications**. -2. Toggle the setting between **On** and **Off**. -3. Select the alert severity level that you’d like your recipients to receive: - - **High** – Select this level to send notifications for high-severity alerts. - - **Medium** – Select this level to send notifications for medium-severity alerts. - - **Low** - Select this level to send notifications for low-severity alerts. - - **Informational** - Select this level to send notification for alerts that might not be considered harmful but good to keep track of. -4. In **Email recipients to notify on new alerts**, type the email address then select the + sign. -5. Click **Save preferences** when you’ve completed adding all the recipients. -Check that email recipients are able to receive the email notifications by selecting **Send test email**. All recipients in the list will receive the test email. +1. In the navigation pane, select **Settings** > **General** > **Alert notifications**. + +2. Click **Add notification rule**. + +3. Specify the General information: + - **Rule name** + - **Machines** - Choose whether to notify recipients for all alerts on all machines or on selected machine group. If you choose to only send on a selected machine group, make sure that the machine group has been created. For more information, see [Create and manage machine groups](machine-groups-windows-defender-advanced-threat-protection.md). + - **Alert severity** - Choose the alert severity level + +4. Click **Next**. + +5. Enter the recipient's email address then click **Add recipient**. You can add multiple email addresses. + +6. Check that email recipients are able to receive the email notifications by selecting **Send test email**. + +7. Click **Save notification rule**. Here's an example email notification: ![Image of example email notification](images/atp-example-email-notification.png) -## Remove email recipients +## Edit a notification rule +1. Select the notification rule you'd like to edit. -1. Select the trash bin icon beside the email address you’d like to remove. -2. Click **Save preferences**. +2. Update the General and Recipient tab information. + +3. CLick **Save notification rule**. + + +## Delete notification rule + +1. Select the notification rule you'd like to delete. + +2. Click **Delete**. ## Troubleshoot email notifications for alerts From 69a241fb9d4bdf0c828ea91497099ac2e73be8cb Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Thu, 3 May 2018 15:59:26 -0700 Subject: [PATCH 015/186] add warning in machine-groups when group is deleted --- ...windows-defender-advanced-threat-protection.md | 8 +++----- ...windows-defender-advanced-threat-protection.md | 15 +++++++++------ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md index 61e76829f0..e1c50259a0 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md @@ -30,11 +30,9 @@ ms.date: 05/01/2018 You can configure Windows Defender ATP to send email notifications to specified recipients for new alerts. This feature enables you to identify a group of individuals who will immediately be informed and can act on alerts based on their severity. > [!NOTE] -> Only users with full access can configure email notifications. +> Only users with full access can configure email notifications. If you've chosen to use role-based access control (RBAC), users with Security Administrator or Global Administrator roles can configure email notifications. -You can set the alert severity levels that trigger notifications. When you turn enable the email notifications feature, it’s set to high and medium alerts by default. - -You can also add or remove recipients of the email notification. New recipients get notified about alerts encountered after they are added. For more information about alerts, see [View and organize the Alerts queue](alerts-queue-windows-defender-advanced-threat-protection.md). +You can set the alert severity levels that trigger notifications. You can also add or remove recipients of the email notification. New recipients get notified about alerts encountered after they are added. For more information about alerts, see [View and organize the Alerts queue](alerts-queue-windows-defender-advanced-threat-protection.md). The email notification includes basic information about the alert and a link to the portal where you can do further investigation. @@ -68,7 +66,7 @@ Here's an example email notification: 2. Update the General and Recipient tab information. -3. CLick **Save notification rule**. +3. Click **Save notification rule**. ## Delete notification rule diff --git a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md index 221bfd7884..dbb76cc73f 100644 --- a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md @@ -10,7 +10,7 @@ ms.pagetype: security ms.author: macapara author: mjcaparas ms.localizationpriority: high -ms.date: 04/24/2018 +ms.date: 05/04/2018 --- # Create and manage machine groups in Windows Defender ATP @@ -73,19 +73,22 @@ As part of the process of creating a machine group, you'll: >[!NOTE] >You can only grant access to Azure AD user groups that have been assigned to RBAC roles. -6. Click **Close**. +6. Click **Close**. The configuration changes are applied. -7. Apply the configuration settings. ## Understand matching and manage groups -You can promote the rank of a machine group so that it is given higher priority during matching. When a machine is matched to more than one group, it is added only to the highest ranked group. You can also edit and delete groups. +You can promote or demote the rank of a machine group so that it is given higher or lower priority during matching. When a machine is matched to more than one group, it is added only to the highest ranked group. You can also edit and delete groups. + +>[!WARNING] +>Deleting a machine group may affect email notification rules. If a machine group that's part of an email notification rule is the only machine group in that rule, that email notification rule will be deleted along with the machine group. By default, machine groups are accessible to all users with portal access. You can change the default behavior by assigning Azure AD user groups to the machine group. -Machines that are not matched to any groups are added to Ungrouped machines (default) group. You cannot change the rank of this group or delete it. However, you can change the remediation level of this group, and define the Azure AD user groups that can access this group. +Machines that are not matched to any groups are added to grouped machines (default) group. You cannot change the rank of this group or delete it. However, you can change the remediation level of this group, and define the Azure AD user groups that can access this group. >[!NOTE] ->Applying changes to machine group configuration may take up to several minutes. +> - Applying changes to machine group configuration may take up to several minutes. + From 29b7d59a7bb9d2776a4897278d1d8a94cb0bbaf7 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Thu, 3 May 2018 16:13:06 -0700 Subject: [PATCH 016/186] add rbac info in email notifs --- ...otifications-windows-defender-advanced-threat-protection.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md index e1c50259a0..c182936b37 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md @@ -34,8 +34,11 @@ You can configure Windows Defender ATP to send email notifications to specified You can set the alert severity levels that trigger notifications. You can also add or remove recipients of the email notification. New recipients get notified about alerts encountered after they are added. For more information about alerts, see [View and organize the Alerts queue](alerts-queue-windows-defender-advanced-threat-protection.md). +If you're using role-based access control (RBAC), recipients will only receive notifications based on the machine group that they are a part of. + The email notification includes basic information about the alert and a link to the portal where you can do further investigation. + ## Create rules for alert notifications You can create rules that determine the machines and alert severities to send email notifications for and the notification recipients. From dfd99584092e706962ed82262816ee63b74a90f8 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Thu, 3 May 2018 16:22:00 -0700 Subject: [PATCH 017/186] add link to automated investigations topic --- ...ps-windows-defender-advanced-threat-protection.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md index dbb76cc73f..72b5a1ee22 100644 --- a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md @@ -33,7 +33,7 @@ In Windows Defender ATP, you can create machine groups and use them to: - Configure different auto-remediation settings for different sets of machines As part of the process of creating a machine group, you'll: -- Set the automated remediation level for that group +- Set the automated remediation level for that group. For more information on remediation levels, see [Use Automated investigation to investigate and remediate threats](automated-investigations-windows-defender-advanced-threat-protection.md). - Define a matching rule based on the machine name, domain, tags, and OS platform to determine which machines belong to the group. If a machine is also matched to other groups, it is added only to the highest ranked machine group. - Determine access to machine group - Rank the machine group relative to other groups after it is created @@ -51,16 +51,8 @@ As part of the process of creating a machine group, you'll: 3. Set the machine group details, configure an association rule, preview the results, then assign the group to an Azure user group: - **Name** - - **Remediation level for automated investigations** - - **No remediation** - - **Require approval (all folders)** - - **Require approval (non-temp folders)** - - **Require approval (core folders)** - - **Fully automated** - - - **Description** - + - **Description** - **Matching rule** – you can apply the rule based on machine name, domain, tag, or OS version. >[!TIP] From 7a032cdc356c17810b74e8351397263de6d80b7d Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Thu, 3 May 2018 16:30:13 -0700 Subject: [PATCH 018/186] add remediation level table to explain each level --- ...ations-windows-defender-advanced-threat-protection.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md index 6b4dfc59d6..2307538282 100644 --- a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md @@ -74,6 +74,15 @@ When a pending action is approved, the entity is then remediated and this new st ### How an Automated investigation is completed When the Automated investigation completes its analysis, and all pending actions are resolved, an investigation is considered complete. It's important to understand that an investigation is only considered complete if there are no pending actions on it. +## Understand the remediation levels for automated investigations +You can create machine groups and set remediation levels for automated investigations. The following table explains the various levels of remediations and the conditions associated with them. + +Remediation level | Description +:---|:--- +Full | Remediates threats automatically +Require approval for all folders | An approval is needed when a remediation is required on folders +Require approval for non-temp folders | An approval is required on files or executables that are not in temporary directories. This includes both user and system temporary directories. +Require approval for core folders | An approval is required on files or executables that are in the operating system directories such as Windows directory and Program files directory. ## Manage Automated investigations By default, the Automated investigations list displays investigations initiated in the last week. You can also choose to select other time ranges from the drop-down menu or specify a custom range. From 0a7ae92a7a8619f98b438c536e1e9c8e534f9aa3 Mon Sep 17 00:00:00 2001 From: Justin Hall Date: Fri, 4 May 2018 09:19:04 -0700 Subject: [PATCH 019/186] added intune topic --- ...plication-control-policies-using-intune.md | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 windows/security/threat-protection/windows-defender-application-control/deploy-windows-defender-application-control-policies-using-intune.md diff --git a/windows/security/threat-protection/windows-defender-application-control/deploy-windows-defender-application-control-policies-using-intune.md b/windows/security/threat-protection/windows-defender-application-control/deploy-windows-defender-application-control-policies-using-intune.md new file mode 100644 index 0000000000..401f9b50d4 --- /dev/null +++ b/windows/security/threat-protection/windows-defender-application-control/deploy-windows-defender-application-control-policies-using-intune.md @@ -0,0 +1,58 @@ +--- +title: Deploy Windows Defender Application Control (WDAC) policies by using Microsoft Intune (Windows 10) +description: Windows Defender Application Control restricts which applications users are allowed to run and the code that runs in the system core. +ms.assetid: 8d6e0474-c475-411b-b095-1c61adb2bdbb +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +author: jsuther1974 +ms.date: 02/28/2018 +--- + +# Deploy Windows Defender Application Control policies by using Microsoft Intune + +**Applies to:** + +- Windows 10 +- Windows Server 2016 + +You can apply Windows Defender Application Control (WDAC) to Windows 10 client computers using Microsoft Intune. + +1. Open the Microsoft Intune portal and click **Create a compliance policy**. + + ![Create a compliance policy in Intune](images\wdac-intune-create-acompliance-policy.png) + +2. Click **Create Policy**. + + ![Create a new policy](images\wdac-intune-create-new-policy.png) + +3. Type a name for the new policy and for **Platform**, select **Windows 10 and later**. + + ![Select platform](images\wdac-intune-create-policy-name.png) + +4. Click **Device Health**, select **Require** for the following settings and then click **OK**: + + - **Require BitLocker** + - **Require Secure Boot to be enabled on the device** + - **Require code integrity** + + ![Device Health settings](images\wdac-intune-device-health-settings.png) + +5. Click **Device Properties**, configure any operating system version requirements and then click **OK**. + + ![Device properties](images\wdac-intune-device-properties.png) + +6. Click **System Security**, select any security options to include in the policy and then click **OK**. + + ![System security settings](images\wdac-intune-system-security-settings.png) + +7. When you finish configuring settings, click **OK** and then click **Create**. + +8. Click **Assignments**. + + ![Assignments](images\wdac-intune-assignments.png) + +9. Select any mutually exclusive groups to include or exclude from the policy, or assign it to **All users**, and then click **Save**. + + ![Assign the policy to groups](images\wdac-intune-assignments-groups.png) \ No newline at end of file From dfc0132ca14cf250e08b6c256e8f485dd866708d Mon Sep 17 00:00:00 2001 From: Justin Hall Date: Fri, 4 May 2018 09:51:09 -0700 Subject: [PATCH 020/186] added intune to toc --- .../windows-defender-application-control/TOC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/TOC.md b/windows/security/threat-protection/windows-defender-application-control/TOC.md index 6644912c09..0b268ad6c8 100644 --- a/windows/security/threat-protection/windows-defender-application-control/TOC.md +++ b/windows/security/threat-protection/windows-defender-application-control/TOC.md @@ -18,7 +18,8 @@ ### [Audit WDAC policies](audit-windows-defender-application-control-policies.md) ### [Merge WDAC policies](merge-windows-defender-application-control-policies.md) ### [Enforce WDAC policies](enforce-windows-defender-application-control-policies.md) -### [Deploy WDAC policies](deploy-windows-defender-application-control-policies-using-group-policy.md) +### [Deploy WDAC policies using Group Policy](deploy-windows-defender-application-control-policies-using-group-policy.md) +### [Deploy WDAC policies using Intune](deploy-windows-defender-application-control-policies-using-intune.md) ### [Use code signing to simplify application control for classic Windows applications](use-code-signing-to-simplify-application-control-for-classic-windows-applications.md) #### [Optional: Use the Device Guard Signing Portal in the Microsoft Store for Business](use-device-guard-signing-portal-in-microsoft-store-for-business.md) #### [Optional: Create a code signing cert for WDAC](create-code-signing-cert-for-windows-defender-application-control.md) From 40015ac055c6a8413e29f8efa5f9ea55cc37d94e Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Fri, 4 May 2018 15:52:57 -0700 Subject: [PATCH 021/186] Edited document as per Liza's comments --- .../remove-provisioned-apps-during-update.md | 206 ++++++++---------- 1 file changed, 91 insertions(+), 115 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 2df935a568..a0e49acc4a 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -6,141 +6,117 @@ ms.mktglfcycl: deploy ms.sitesec: library ms.author: helohr author: HeidiLohr -ms.date: 04/20/2018 +ms.date: 05/04/2018 --- # How to keep apps removed from Windows 10 from returning during an upgrade >Applies to: Windows 10, version 1703; Windows 10 version 1709; Windows 10, version 1803 -If you upgrade a Windows 10, version 1703 computer to Windows 10, version 1709 or Windows 10, version 1803 (or a Windows 10, version 1709 to Windows 10, version 1803 upgrade), provisioned apps that you've removed before the upgrade may return. This can happen if the apps were removed while the computer was offline. If the provisioned (added) apps were removed while online, the apps should not return after the upgrade. +When you update a computer running WIndows 10, version 1703 or 1709, you might see provisioned apps that you previously removed return post-update. This can happen if the computer was offline when you removed the apps. >[!NOTE] ->This setting only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps or apps that were acquired from the Microsoft Store, nor does it apply to LOB apps. +>This only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps, Microsoft Store apps, or LOB apps. -There are two points during removing a provisioned package from a Windows installation where this problem can occur: +To remove a provisioned app, you need to remove the provisioning package. If either of the following circumstances is true, the apps might reappear: * If the packages are removed while the wim file is mounted when the device is offline. * If the provisioned package is removed while inside of Windows when the device is online. When this happens, write a registry key for each app you remove. This way, you can use the registry key to indicate to your deployment whether or not to install the app while you're upgrading it. -## Where to store deprovisioned app registration keys +When you remove a provisioned app, we create a registry key that tells Windows not to reinstall or update that app the next time Windows is updated. If the computer isn't online when you deprovision the app, then we don't creat that registry key. (This behavior is fixed in Windows 10, version 1803. If you're running WIndows 10, version 1709, apply the latest security update to fix it.) -Registry keys for removed apps are listed as "deprovisioned" and written to the following location. The keys listed here are for apps that should not be installed during the upgrade. +To prevent these apps from reappearing at the next update, manually create a registry key for each app, then update the computer. -`[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned]` +## Create registry keys for deprovisioned apps -Each deprovisioned app gets a registry key with no data fields under it, just the package name of the app to be removed. For example, the following registry key is for the Calculator app: +Use the following steps to create a registry key: -`[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe]` +1. Identify any provisioned apps you removed. Record the package name for each app. +2. Create a .reg file to generate a key for each app. Use [this list of Windows 10, version 1709 registry keys](apps-in-windows-10.md) as your starting point. + 1. Paste the list of registry keys into a file. + 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: HKLM\\Microsoft.BingWeather. + 3. Save the file with a .txt extension, then right-click the file and change the extension to .reg. +3. Double-click the .reg file to create the registry keys. You can see the new keys in HKLM\\path-to-reg-keys. -Starting with Windows 10, version 1703, the setup code knows to look for registry keys in this folder and will not reinstall any apps listed in this registry during upgrades in online mode. However, in offline mode, the registry keys were not written when the apps were removed. This issue was addressed in Windows 10, version 1803, which ensures registry keys will be written for apps deprovisioned while offline so that setup can properly identify deprovisioned apps and not reinstall them during updates. Windows 10, version 1709 was also patched to correct this issue. +You're now ready to update your computer. After the update, check the list of apps in the computer to confirm the removed apps are still gone. -There will be scenarios where the apps were deprovisoned while offline prior to any changes being installed to Windows that would have corrected the behavior when removing the apps. +## Package names for apps provisioned in Windows 10, version 1709 ->[!NOTE] ->If you remove the provisioned apps while online, the account you used to sign in will contain the apps installed for that user. As a result, when you upgrade, the user you signed in as will retain the apps. User accounts created after the apps were removed or after an upgrade will not have the apps reinstalled. +|Displayed app name|Package name| +|---|---| +|Microsoft.3DBuilder|Microsoft.3DBuilder_15.2.10821.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.BingWeather|Microsoft.BingWeather_4.23.10923.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.DesktopAppInstaller|Microsoft.DesktopAppInstaller_1.10.16004.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.GetHelp|Microsoft.GetHelp_10.1706.1811.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Getstarted|Microsoft.Getstarted_5.12.2691.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.HEVCVideoExtension|Microsoft.HEVCVideoExtension_1.0.2512.0_x64__8wekyb3d8bbwe| +|Microsoft.Messaging|Microsoft.Messaging_2018.124.707.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Microsoft3DViewer|Microsoft.Microsoft3DViewer_3.1803.29012.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftOfficeHub|Microsoft.MicrosoftOfficeHub_2017.715.118.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftSolitaireCollection|Microsoft.MicrosoftSolitaireCollection_3.18.12091.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MicrosoftStickyNotes|Microsoft.MicrosoftStickyNotes_2.1.18.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.MSPaint|Microsoft.MSPaint_4.1803.21027.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Office.OneNote|Microsoft.Office.OneNote_2015.9126.21251.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.OneConnect|Microsoft.OneConnect_3.1708.2224.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.People|Microsoft.People_2017.1006.1846.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.Print3D|Microsoft.Print3D_1.0.2422.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.SkypeApp|Microsoft.SkypeApp_12.1811.248.1000_neutral_~_kzf8qxf38zg5c| +|Microsoft.StorePurchaseApp|Microsoft.StorePurchaseApp_11802.1802.23014.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Wallet|Microsoft.Wallet_1.0.16328.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Windows.Photos|Microsoft.Windows.Photos_2018.18022.15810.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsAlarms|Microsoft.WindowsAlarms_2017.920.157.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsCalculator|Microsoft.WindowsCalculator_2017.928.0.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsCamera|Microsoft.WindowsCamera_2017.1117.10.1000_neutral_~_8wekyb3d8bbwe| +|microsoft.windowscommunicationsapps|microsoft.windowscommunicationsapps_2015.9126.21425.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsFeedbackHub|Microsoft.WindowsFeedbackHub_2018.323.50.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsMaps|Microsoft.WindowsMaps_2017.1003.1829.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsSoundRecorder|Microsoft.WindowsSoundRecorder_2017.928.5.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.WindowsStore|Microsoft.WindowsStore_11803.1001.613.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.Xbox.TCUI|Microsoft.Xbox.TCUI_1.8.24001.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxApp|Microsoft.XboxApp_39.39.21002.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxGameOverlay|Microsoft.XboxGameOverlay_1.24.5001.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxIdentityProvider|Microsoft.XboxIdentityProvider_2017.605.1240.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.XboxSpeechToTextOverlay|Microsoft.XboxSpeechToTextOverlay_1.21.13002.0_neutral_~_8wekyb3d8bbwe| +|Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.18011.13411.1000_neutral_~_8wekyb3d8bbwe| +|Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17122.16211.1000_neutral_~_8wekyb3d8bbwe| -The following registry is where the registry keys for deprovisioned apps will be written to: +## Registry keys for provisioned apps -`\microsoft\windows\currentversion\appx\appxalluserstore\deprovisioned\` - -Where `` is **HKLM\\Software** on an online running system. For an offline scenario, this location is wherever you mounted the Software hive. - -The key won't have any data values, as all the system needs to understand that the deprovisioned app should remain uninstalled is the existence of the key within the proper registry folder. - -## How to generate registry keys for deprovisioned apps - -Let's say you're upgrading from Windows 10, version 1703 to Windows 10, version 1709. Here's what you'll need to do: - -1. First, you'll need to identify the apps you removed from the Windows 10, version 1703 install image. The following table lists the provisioned apps for version 1703, including their displayed names and package names: - |Displayed app name|Package name| - |---|---| - |Microsoft.3DBuilder|Microsoft.3DBuilder_15.2.10821.1000_neutral_~_8wekyb3d8bbwe| - |Microsoft.BingWeather|Microsoft.BingWeather_4.23.10923.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.DesktopAppInstaller|Microsoft.DesktopAppInstaller_1.10.16004.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.GetHelp|Microsoft.GetHelp_10.1706.1811.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.Getstarted|Microsoft.Getstarted_5.12.2691.1000_neutral_~_8wekyb3d8bbwe| - |Microsoft.HEVCVideoExtension|Microsoft.HEVCVideoExtension_1.0.2512.0_x64__8wekyb3d8bbwe| - |Microsoft.Messaging|Microsoft.Messaging_2018.124.707.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.Microsoft3DViewer|Microsoft.Microsoft3DViewer_3.1803.29012.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.MicrosoftOfficeHub|Microsoft.MicrosoftOfficeHub_2017.715.118.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.MicrosoftSolitaireCollection|Microsoft.MicrosoftSolitaireCollection_3.18.12091.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.MicrosoftStickyNotes|Microsoft.MicrosoftStickyNotes_2.1.18.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.MSPaint|Microsoft.MSPaint_4.1803.21027.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.Office.OneNote|Microsoft.Office.OneNote_2015.9126.21251.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.OneConnect|Microsoft.OneConnect_3.1708.2224.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.People|Microsoft.People_2017.1006.1846.1000_neutral_~_8wekyb3d8bbwe| - |Microsoft.Print3D|Microsoft.Print3D_1.0.2422.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.SkypeApp|Microsoft.SkypeApp_12.1811.248.1000_neutral_~_kzf8qxf38zg5c| - |Microsoft.StorePurchaseApp|Microsoft.StorePurchaseApp_11802.1802.23014.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.Wallet|Microsoft.Wallet_1.0.16328.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.Windows.Photos|Microsoft.Windows.Photos_2018.18022.15810.1000_neutral_~_8wekyb3d8bbwe| - |Microsoft.WindowsAlarms|Microsoft.WindowsAlarms_2017.920.157.1000_neutral_~_8wekyb3d8bbwe| - |Microsoft.WindowsCalculator|Microsoft.WindowsCalculator_2017.928.0.1000_neutral_~_8wekyb3d8bbwe| - |Microsoft.WindowsCamera|Microsoft.WindowsCamera_2017.1117.10.1000_neutral_~_8wekyb3d8bbwe| - |microsoft.windowscommunicationsapps|microsoft.windowscommunicationsapps_2015.9126.21425.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.WindowsFeedbackHub|Microsoft.WindowsFeedbackHub_2018.323.50.1000_neutral_~_8wekyb3d8bbwe| - |Microsoft.WindowsMaps|Microsoft.WindowsMaps_2017.1003.1829.1000_neutral_~_8wekyb3d8bbwe| - |Microsoft.WindowsSoundRecorder|Microsoft.WindowsSoundRecorder_2017.928.5.1000_neutral_~_8wekyb3d8bbwe| - |Microsoft.WindowsStore|Microsoft.WindowsStore_11803.1001.613.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.Xbox.TCUI|Microsoft.Xbox.TCUI_1.8.24001.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.XboxApp|Microsoft.XboxApp_39.39.21002.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.XboxGameOverlay|Microsoft.XboxGameOverlay_1.24.5001.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.XboxIdentityProvider|Microsoft.XboxIdentityProvider_2017.605.1240.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.XboxSpeechToTextOverlay|Microsoft.XboxSpeechToTextOverlay_1.21.13002.0_neutral_~_8wekyb3d8bbwe| - |Microsoft.ZuneMusic|Microsoft.ZuneMusic_2019.18011.13411.1000_neutral_~_8wekyb3d8bbwe| - |Microsoft.ZuneVideo|Microsoft.ZuneVideo_2019.17122.16211.1000_neutral_~_8wekyb3d8bbwe| - - After identifying the apps, record their package numbers. - - >[!NOTE] - >The list of apps may vary with each feature release of Windows 10, and which applies to your situation depends on which versions your host OS and the OS you're upgrading to are. An app that's a provisioned app in an older release might change to a System app in a newer version, or vice versa. To see which apps are provisioned in your version, see [Understand the different apps included in Windows 10](https://docs.microsoft.com/en-us/windows/application-management/apps-in-windows-10). -2. Use the list of 1709 registry keys to create a script that will create a registry key for each app you don't want to reprovision. - 1. Copy the 1709 registry keys list and paste them in a text editor. Remove any apps that you do want to provision during the upgrade from version 1703 to version 1709. - The list should look something like the following, minus the apps you do want to add: - - ``` - 1709 Registry Keys - Windows Registry Editor Version 5.00 - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.GetHelp_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Getstarted_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Microsoft3DViewer_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MSPaint_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Office.OneNote_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.OneConnect_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.People_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Print3D_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.SkypeApp_kzf8qxf38zg5c] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.StorePurchaseApp_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Wallet_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Windows.Photos_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsAlarms_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCamera_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\microsoft.windowscommunicationsapps_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsMaps_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsStore_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Xbox.TCUI_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxApp_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxGameOverlay_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] - [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] - ``` - - 2. Save the text editor file as a .reg file. For more information, see [How to add, modify, or delete registry subkeys and values by using a .reg file](https://support.microsoft.com/en-us/help/310516/how-to-add-modify-or-delete-registry-subkeys-and-values-by-using-a-reg). -3. Import the .reg file into the Deprovisioned foler mentioned previously. -4. Update your Windows 10 deployment from version 1703 to version 1709. - ->[!IMPORTANT] ->This example only applies to an upgrade from Windows 10, version 1703 to version 1709. If you're upgrading from Windows 10, version 1706, the general procedure will be the same, but the package names and generated keys may be different. \ No newline at end of file +```syntax +1709 Registry Keys +Windows Registry Editor Version 5.00 +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.GetHelp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Getstarted_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Microsoft3DViewer_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.MSPaint_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Office.OneNote_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.OneConnect_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.People_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Print3D_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.SkypeApp_kzf8qxf38zg5c] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.StorePurchaseApp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Wallet_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Windows.Photos_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsAlarms_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCalculator_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsCamera_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\microsoft.windowscommunicationsapps_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsMaps_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.WindowsStore_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.Xbox.TCUI_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxApp_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxGameOverlay_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxIdentityProvider_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] +``` \ No newline at end of file From 414a24535c238b6328d4e228c551252f5784257d Mon Sep 17 00:00:00 2001 From: Yoni Heiblum Date: Sun, 6 May 2018 13:28:10 +0000 Subject: [PATCH 022/186] Updated configure-email-notifications-windows-defender-advanced-threat-protection.md --- ...cations-windows-defender-advanced-threat-protection.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md index c182936b37..42cf9bf182 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md @@ -30,11 +30,13 @@ ms.date: 05/01/2018 You can configure Windows Defender ATP to send email notifications to specified recipients for new alerts. This feature enables you to identify a group of individuals who will immediately be informed and can act on alerts based on their severity. > [!NOTE] -> Only users with full access can configure email notifications. If you've chosen to use role-based access control (RBAC), users with Security Administrator or Global Administrator roles can configure email notifications. +> Only users with 'Manage security settings' permissions can configure email notifications. If you've chosen to use basic permissions management, users with Security Administrator or Global Administrator roles can configure email notifications. You can set the alert severity levels that trigger notifications. You can also add or remove recipients of the email notification. New recipients get notified about alerts encountered after they are added. For more information about alerts, see [View and organize the Alerts queue](alerts-queue-windows-defender-advanced-threat-protection.md). -If you're using role-based access control (RBAC), recipients will only receive notifications based on the machine group that they are a part of. +If you're using role-based access control (RBAC), recipients will only receive notifications based on the machine groups that were configured in the notification rule. +Users with the proper permission can only create, edit, or delete notifications that are limited to their machine group management scope. +Only users assigned to the Global administrator role can manage notification rules that are configured for all machine groups. The email notification includes basic information about the alert and a link to the portal where you can do further investigation. @@ -49,7 +51,7 @@ You can create rules that determine the machines and alert severities to send em 3. Specify the General information: - **Rule name** - - **Machines** - Choose whether to notify recipients for all alerts on all machines or on selected machine group. If you choose to only send on a selected machine group, make sure that the machine group has been created. For more information, see [Create and manage machine groups](machine-groups-windows-defender-advanced-threat-protection.md). + - **Machines** - Choose whether to notify recipients for alerts on all machines (Global administrator role only) or on selected machine groups. For more information, see [Create and manage machine groups](machine-groups-windows-defender-advanced-threat-protection.md). - **Alert severity** - Choose the alert severity level 4. Click **Next**. From e83b00588cb6a9e30be5bab10bfe44b22fed1b59 Mon Sep 17 00:00:00 2001 From: Yoni Heiblum Date: Sun, 6 May 2018 13:34:27 +0000 Subject: [PATCH 023/186] Updated rbac-windows-defender-advanced-threat-protection.md --- .../rbac-windows-defender-advanced-threat-protection.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/rbac-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/rbac-windows-defender-advanced-threat-protection.md index fdb452e1ad..7fc722d5a1 100644 --- a/windows/security/threat-protection/windows-defender-atp/rbac-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/rbac-windows-defender-advanced-threat-protection.md @@ -76,17 +76,18 @@ Someone with a Windows Defender ATP Global administrator role has unrestricted a 2. Click **Add role**. -3. Enter the role name, description, and active permissions you’d like to assign to the role. +3. Enter the role name, description, and permissions you’d like to assign to the role. - **Role name** - **Description** - - **Active permissions** + - **Permissions** - **View data** - Users can view information in the portal. - **Investigate alerts** - Users can manage alerts, initiate automated investigations, collect investigation packages, manage machine tags, and export machine timeline. - **Approve or take action** - Users can take response actions and approve or dismiss pending remediation actions. - **Manage system settings** - Users can configure settings, SIEM and threat intel API settings, advanced settings, preview features, and automated file uploads. + - **Manage security settings** - Users can configure alert suppression settings, manage allowed/blocked lists for automation, manage folder exclusions for automation, onboard and offboard machines, and manage email notifications. 4. Click **Next** to assign the role to an Azure AD group. @@ -102,13 +103,13 @@ Someone with a Windows Defender ATP Global administrator role has unrestricted a 2. Click **Edit**. -3. Modify the details or the groups that the role is a part of. +3. Modify the details or the groups that are assigned to the role. 4. Click **Save and close**. ## Delete roles -1. Select the role row you'd like to delete. +1. Select the role you'd like to delete. 2. Click the drop-down button and select **Delete role**. From feea9ac2224d3371aa1b99de67e57a0889f0212a Mon Sep 17 00:00:00 2001 From: Yoni Heiblum Date: Sun, 6 May 2018 13:38:55 +0000 Subject: [PATCH 024/186] Updated machine-groups-windows-defender-advanced-threat-protection.md --- ...-groups-windows-defender-advanced-threat-protection.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md index 72b5a1ee22..4e2100d5a6 100644 --- a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md @@ -39,7 +39,7 @@ As part of the process of creating a machine group, you'll: - Rank the machine group relative to other groups after it is created >[!NOTE] ->All machine groups are accessible to all users if you don’t assign any Azure AD groups to them. +>A machine group is accessible to all users if you don’t assign any Azure AD groups to it. ## Add a machine group @@ -58,7 +58,7 @@ As part of the process of creating a machine group, you'll: >[!TIP] >If you want to group machines by organizational unit, you can configure the registry key for the group affiliation. For more information on device tagging, see [Manage machine group and tags](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/investigate-machines-windows-defender-advanced-threat-protection#manage-machine-group-and-tags). -4. Review the result of the preview of matched machines. If you are satisfied with the rules, click the **Access** tab. +4. Preview several machines that will be matched by this rule. If you are satisfied with the rule, click the **Access** tab. 5. Assign the user groups that can access the machine group you created. @@ -72,11 +72,11 @@ As part of the process of creating a machine group, you'll: You can promote or demote the rank of a machine group so that it is given higher or lower priority during matching. When a machine is matched to more than one group, it is added only to the highest ranked group. You can also edit and delete groups. >[!WARNING] ->Deleting a machine group may affect email notification rules. If a machine group that's part of an email notification rule is the only machine group in that rule, that email notification rule will be deleted along with the machine group. +>Deleting a machine group may affect email notification rules. If a machine group is configured under an email notification rule it will be removed from that rule. If the machine group is the only group configured for an email notification, that email notification rule will be deleted along with the machine group. By default, machine groups are accessible to all users with portal access. You can change the default behavior by assigning Azure AD user groups to the machine group. -Machines that are not matched to any groups are added to grouped machines (default) group. You cannot change the rank of this group or delete it. However, you can change the remediation level of this group, and define the Azure AD user groups that can access this group. +Machines that are not matched to any groups are added to Ungrouped machines (default) group. You cannot change the rank of this group or delete it. However, you can change the remediation level of this group, and define the Azure AD user groups that can access this group. >[!NOTE] > - Applying changes to machine group configuration may take up to several minutes. From dfb5fa40c22b5440f7b010fd1eae93f4db3055a0 Mon Sep 17 00:00:00 2001 From: MatthewMWR Date: Mon, 7 May 2018 09:39:35 -0700 Subject: [PATCH 025/186] Proposing clarification to proxy and SSL text. Proposing clarification to proxy and SSL text. They were intermingled oddly before. I think addressing them separately is more logical for IT. --- .../update/windows-analytics-get-started.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/windows/deployment/update/windows-analytics-get-started.md b/windows/deployment/update/windows-analytics-get-started.md index 832d82c286..03892db937 100644 --- a/windows/deployment/update/windows-analytics-get-started.md +++ b/windows/deployment/update/windows-analytics-get-started.md @@ -54,16 +54,18 @@ To enable data sharing, configure your proxy sever to whitelist the following en >[!NOTE] ->If you have SSL Inspection enabled on your proxy server, you might need to add the above URLs to your SSL inspection exclusion list to allow data to reach Microsoft endpoints. +>Proxy authentation and SSL inspections are frequent challenges for enterprises. See the following sections for configuration options. -### Configuring endpoint access with proxy servers +### Configuring endpoint access with SSL inspection +To ensure privacy and data integrity Windows checks for a Microsoft SSL certificate when communicating with the diagnostic data endpoints. Accordingly SSL interception and inspection is not possible. To use Windows Analytics services you should exclude the above endpoints from SSL inspection. + +### Configuring endpoint access with proxy server authentication If your organization uses proxy server authentication for outbound traffic, use one or more of the following approaches to ensure that the diagnostic data is not blocked by proxy authentication: -- **Best option:** Configure your proxy servers to **not** require proxy authentication for any traffic to the diagnostic data endpoints. In particular, disable SSL inspection. Windows checks for a Microsoft SSL certificate on the site, and this will be stripped and replaced if the proxy performs inspection. This is the most comprehensive solution and it works for all versions of Windows 10. -- **User proxy authentication:** Alternatively, you can configure devices on the user side. First, update the devices to Windows 10, version 1703 or later. Then, ensure that users of the devices have proxy permission to reach the diagnostic data endpoints. This requires that the devices have console users with proxy permissions, so you couldn't use this method with headless devices. +- **Best option: Bypass** Configure your proxy servers to **not** require proxy authentication for traffic to the diagnostic data endpoints. This is the most comprehensive solution and it works for all versions of Windows 10. +- **User proxy authentication:** Alternatively, you can configure devices to use the logged on user's context for proxy authentication. First, update the devices to Windows 10, version 1703 or later. Then, ensure that users of the devices have proxy permission to reach the diagnostic data endpoints. This requires that the devices have console users with proxy permissions, so you couldn't use this method with headless devices. - **Device proxy authentication:** Another option--the most complex--is as follows: First, configure a system level proxy server on the devices. Then, configure these devices to use machine-account-based outbound proxy authentication. Finally, configure proxy servers to allow the machine accounts access to the diagnostic data endpoints. - ## Deploy the compatibility update and related updates The compatibility update scans your devices and enables application usage tracking. If you don’t already have these updates installed, you can download the applicable version from the Microsoft Update Catalog or deploy it using Windows Server Update Services (WSUS) or your software distribution solution, such as System Center Configuration Manager. From 24dbc478c7f5803dc044f41072759bc089c81b27 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Mon, 7 May 2018 11:14:47 -0700 Subject: [PATCH 026/186] Remove 'immersive' from description of Windows mixed reality headset --- devices/hololens/hololens-public-preview-apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 9d4a7d277a..f866ee6e89 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -58,7 +58,7 @@ Below, you'll find the device options, and technical requirements, you'll need t ### Device options -You can use Microsoft Layout with a HoloLens, or with a Windows Mixed Reality immersive headset with motion controllers. +You can use Microsoft Layout with a HoloLens, or with a Windows Mixed Reality headset with motion controllers. #### HoloLens requirements @@ -68,7 +68,7 @@ You can use Microsoft Layout with a HoloLens, or with a Windows Mixed Reality im Alternately, you can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. -#### Windows Mixed Reality immersive headset requirements +#### Windows Mixed Reality headset requirements | OS requirements | Details | |:----------------------------------------------|:-----------------------------------------------------------| From 2d13094e352c583f57d2e8f06e19795415a8f1f5 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Mon, 7 May 2018 13:28:24 -0700 Subject: [PATCH 027/186] Updated bullets based on Darrell's and Liza's input. --- .../remove-provisioned-apps-during-update.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index a0e49acc4a..dd439b9426 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -17,10 +17,10 @@ When you update a computer running WIndows 10, version 1703 or 1709, you might s >[!NOTE] >This only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps, Microsoft Store apps, or LOB apps. -To remove a provisioned app, you need to remove the provisioning package. If either of the following circumstances is true, the apps might reappear: +To remove a provisioned app, you need to remove the provisioning package. The apps might reappear if you removed the packages in one of the following ways: -* If the packages are removed while the wim file is mounted when the device is offline. -* If the provisioned package is removed while inside of Windows when the device is online. +* If you removed the packages while the wim file was mounted when Windows was offline. +* If you removed the packages by running a PowerShell cmdlet on the device while Windows was online. When this happens, write a registry key for each app you remove. This way, you can use the registry key to indicate to your deployment whether or not to install the app while you're upgrading it. From 96c5930539033142a4df9f922911d2d2bdc54f18 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Mon, 7 May 2018 13:45:06 -0700 Subject: [PATCH 028/186] Bullet adjustment --- .../remove-provisioned-apps-during-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index dd439b9426..52c9f43e94 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -19,7 +19,7 @@ When you update a computer running WIndows 10, version 1703 or 1709, you might s To remove a provisioned app, you need to remove the provisioning package. The apps might reappear if you removed the packages in one of the following ways: -* If you removed the packages while the wim file was mounted when Windows was offline. +* If you removed the packages while the wim file was mounted when the device was offline. * If you removed the packages by running a PowerShell cmdlet on the device while Windows was online. When this happens, write a registry key for each app you remove. This way, you can use the registry key to indicate to your deployment whether or not to install the app while you're upgrading it. From ed186bfffcb7b01da652e69904bda38f1fea5347 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Mon, 7 May 2018 13:51:59 -0700 Subject: [PATCH 029/186] Updated metadata --- .../remove-provisioned-apps-during-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 52c9f43e94..ef7314c641 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -6,7 +6,7 @@ ms.mktglfcycl: deploy ms.sitesec: library ms.author: helohr author: HeidiLohr -ms.date: 05/04/2018 +ms.date: 05/07/2018 --- # How to keep apps removed from Windows 10 from returning during an upgrade From 98b0d68a6fe0484edfef4d71f94833251e4c61ed Mon Sep 17 00:00:00 2001 From: arottem Date: Mon, 7 May 2018 14:15:02 -0700 Subject: [PATCH 030/186] Update Intune's configurability 1. Update Intune's configurability 2. Remove BaFS reference as it's confusing - BaFS is available in all Windows 10 versions, and need no config. The config option is only to disable it. --- ...-microsoft-cloud-protection-windows-defender-antivirus.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-antivirus/utilize-microsoft-cloud-protection-windows-defender-antivirus.md b/windows/security/threat-protection/windows-defender-antivirus/utilize-microsoft-cloud-protection-windows-defender-antivirus.md index dc9a8ef5b0..2287ad83a6 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/utilize-microsoft-cloud-protection-windows-defender-antivirus.md +++ b/windows/security/threat-protection/windows-defender-antivirus/utilize-microsoft-cloud-protection-windows-defender-antivirus.md @@ -67,8 +67,7 @@ Feature | Windows 8.1 (Group Policy) | Windows 10, version 1607 (Group Policy) | ---|---|---|---|---|---|--- Cloud-protection service label | Microsoft Advanced Protection Service | Microsoft Advanced Protection Service | Cloud-based Protection | NA | Cloud protection service | Microsoft Advanced Protection Service Reporting level (MAPS membership level) | Basic, Advanced | Advanced | Advanced | Dependent on Windows version | Dependent on Windows version | Dependent on Windows version -Block at first sight availability | No | Yes | Yes | Not configurable | Configurable | No -Cloud block timeout period | No | No | Configurable | Not configurable | Configurable | No +Cloud block timeout period | No | No | Configurable | Not configurable | Configurable | Configurable You can also [configure Windows Defender AV to automatically receive new protection updates based on reports from our cloud service](manage-event-based-updates-windows-defender-antivirus.md#cloud-report-updates). @@ -81,4 +80,4 @@ You can also [configure Windows Defender AV to automatically receive new protect [Specify the cloud-delivered protection level](specify-cloud-protection-level-windows-defender-antivirus.md) | You can specify the level of protection offered by the cloud with Group Policy and System Center Configuration Manager. The protection level will affect the amount of information shared with the cloud and how aggressively new files are blocked. [Configure and validate network connections for Windows Defender Antivirus](configure-network-connections-windows-defender-antivirus.md) | There are certain Microsoft URLs that your network and endpoints must be able to connect to for cloud-delivered protection to work effectively. This topic lists the URLs that should be allowed via firewall or network filtering rules, and instructions for confirming your network is properly enrolled in cloud-delivered protection. [Configure the Block at First Sight feature](configure-block-at-first-sight-windows-defender-antivirus.md) | The Block at First Sight feature can block new malware within seconds, without having to wait hours for a traditional signature. You can enable and configure it with System Center Configuration Manager and Group Policy. -[Configure the cloud block timeout period](configure-cloud-block-timeout-period-windows-defender-antivirus.md) | Windows Defender Antivirus can block suspicious files from running while it queries our cloud-delivered protection service. You can configure the amount of time the file will be prevented from running with System Center Configuration Manager and Group Policy. \ No newline at end of file +[Configure the cloud block timeout period](configure-cloud-block-timeout-period-windows-defender-antivirus.md) | Windows Defender Antivirus can block suspicious files from running while it queries our cloud-delivered protection service. You can configure the amount of time the file will be prevented from running with System Center Configuration Manager and Group Policy. From 1877f2bd8530acd2b210a400f068dde4ea0383b0 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Mon, 7 May 2018 16:23:26 -0700 Subject: [PATCH 031/186] Began revising based on Darrell's comments. --- .../remove-provisioned-apps-during-update.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index ef7314c641..b37bca2857 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -24,7 +24,7 @@ To remove a provisioned app, you need to remove the provisioning package. The ap When this happens, write a registry key for each app you remove. This way, you can use the registry key to indicate to your deployment whether or not to install the app while you're upgrading it. -When you remove a provisioned app, we create a registry key that tells Windows not to reinstall or update that app the next time Windows is updated. If the computer isn't online when you deprovision the app, then we don't creat that registry key. (This behavior is fixed in Windows 10, version 1803. If you're running WIndows 10, version 1709, apply the latest security update to fix it.) +When you remove a provisioned app, we create a registry key that tells Windows not to reinstall or update that app the next time Windows is updated. If the computer isn't online when you deprovision the app, then we don't create that registry key. (This behavior is fixed in Windows 10, version 1803. If you're running WIndows 10, version 1709, apply the latest security update to fix it.) To prevent these apps from reappearing at the next update, manually create a registry key for each app, then update the computer. @@ -32,10 +32,10 @@ To prevent these apps from reappearing at the next update, manually create a reg Use the following steps to create a registry key: -1. Identify any provisioned apps you removed. Record the package name for each app. -2. Create a .reg file to generate a key for each app. Use [this list of Windows 10, version 1709 registry keys](apps-in-windows-10.md) as your starting point. - 1. Paste the list of registry keys into a file. - 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: HKLM\\Microsoft.BingWeather. +1. Identify any provisioned apps you want removed. Record the package name for each app. +2. Create a .reg file to generate a registry key for each app. Use [this list of Windows 10, version 1709 registry keys](apps-in-windows-10.md) as your starting point. + 1. Paste the list of registry keys into Notepad. + 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe]`. 3. Save the file with a .txt extension, then right-click the file and change the extension to .reg. 3. Double-click the .reg file to create the registry keys. You can see the new keys in HKLM\\path-to-reg-keys. From 77cf0bd1ae2dd4756b01b096359b90ccebdc9649 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Tue, 8 May 2018 06:25:56 -0700 Subject: [PATCH 032/186] fixed spelling errors --- browsers/edge/available-policies.md | 48 ++++++++++++++--------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/browsers/edge/available-policies.md b/browsers/edge/available-policies.md index d8a11367c8..8003e7237c 100644 --- a/browsers/edge/available-policies.md +++ b/browsers/edge/available-policies.md @@ -14,14 +14,14 @@ ms.date: 4/30/2018 # Group Policy and Mobile Device Management (MDM) settings for Microsoft Edge -> Applies to: Windows 10, Windows 10 Mobile +> Applies to: Windows 10, Windows 10 Mobile Microsoft Edge works with Group Policy and Microsoft Intune to help you manage your organization's computer settings. Group Policy objects (GPOs) can include registry-based Administrative Template policy settings, security settings, software deployment information, scripts, folder redirection, and preferences. By using Group Policy and Intune, you can set up a policy setting once, and then copy that setting onto many computers. For example, you can set up multiple security settings in a GPO that is linked to a domain, and then apply all of those settings to every computer in the domain. > [!NOTE] -> For more info about the tools you can use to change your Group Policy objects, see the Internet Explorer 11 topics, [Group Policy and the Group Policy Management Console (GPMC)](https://go.microsoft.com/fwlink/p/?LinkId=617921), [Group Policy and the Local Group Policy Editor](https://go.microsoft.com/fwlink/p/?LinkId=617922), [Group Policy and the Advanced Group Policy Management (AGPM)](https://go.microsoft.com/fwlink/p/?LinkId=617923), and [Group Policy and Windows PowerShell](https://go.microsoft.com/fwlink/p/?LinkId=617924). +> For more info about the tools you can use to change your Group Policy objects, see the Internet Explorer 11 topics, [Group Policy and the Group Policy Management Console (GPMC)](https://go.microsoft.com/fwlink/p/?LinkId=617921), [Group Policy and the Local Group Policy Editor](https://go.microsoft.com/fwlink/p/?LinkId=617922), [Group Policy and the Advanced Group Policy Management (AGPM)](https://go.microsoft.com/fwlink/p/?LinkId=617923), and [Group Policy and Windows PowerShell](https://go.microsoft.com/fwlink/p/?LinkId=617924). Microsoft Edge works with the following Group Policy settings to help you manage your company's web browser configurations. The Group Policy settings are found in the Group Policy Editor in the following location: @@ -36,7 +36,7 @@ You can configure Microsoft Edge to use a shared folder to store books from the If enabled, a shared books folder is allowed. -If disabled, a shared books folder not allowed.​ +If disabled, a shared books folder not allowed. **MDM settings in Microsoft Intune** | | | @@ -49,7 +49,7 @@ If disabled, a shared books folder not allowed.​ ## Allow Address bar drop-down list suggestions ->*Supporteded versions: Windows 10, version 1703 or later* +>*Supported versions: Windows 10, version 1703 or later* The Address bar drop-down list, when enabled, allows the Address bar drop-down functionality in Microsoft Edge. By default, this policy is enabled. If disabled, you do not see the address bar drop-down functionality and disables the user-defined policy "Show search and site suggestions as I type." Therefore, because search suggestions are shown in the drop-down, this policy takes precedence over the [Configure search suggestions in Address bar](https://review.docs.microsoft.com/en-us/microsoft-edge/deploy/available-policies?branch=pashort_edge-backlog_vsts15846461#configure-search-suggestions-in-address-bar) or [AllowSearchSuggestionsinAddressBar](https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-browser#browser-allowsearchsuggestionsinaddressbar) policy. @@ -66,7 +66,7 @@ If you want to minimize network connections from Microsoft Edge to Microsoft ser ## Allow Adobe Flash ->*Supporteded version: Windows 10* +>*Supported version: Windows 10* Adobe Flash is integrated with Microsoft Edge and is updated via Windows Update. By default, this policy is enabled or not configured allowing you to use Adobe Flash Player in Microsoft Edge. @@ -80,9 +80,9 @@ Adobe Flash is integrated with Microsoft Edge and is updated via Windows Update. |Allowed values |
  • **0** - Adobe Flash cannot be used Microsoft Edge.
  • **1 (default)** - Adobe Flash can be used in Microsoft Edge.
| ## Allow clearing browsing data on exit ->*Supporteded versions: Windows 10, version 1703* +>*Supported versions: Windows 10, version 1703* -Your browsing data is the information that Microsoft Edge remembers and stores as you browse websites. Browsing data includes information you entered into forms, passwords, and the websites you visited. By default, this policy is disabled or not configured, the browsing data is not cleared when exiting. When this policy is disabled or not configured, you can turn on and configure the Clear browsing data option under Settings. +Your browsing data is the information that Microsoft Edge remembers and stores as you browse websites. Browsing data includes information you entered forms, passwords, and the websites you visited. By default, this policy is disabled or not configured, the browsing data is not cleared when exiting. When this policy is disabled or not configured, you can turn on and configure the Clear browsing data option under Settings. **Microsoft Intune to manage your MDM settings** @@ -115,7 +115,7 @@ not configured. If disabled, Microsoft Edge does not retrieve the Books configur ## Allow Cortana >*Supported versions: Windows 10, version 1607 or later* -Cortana is integrated with Microsoft Edge, and when enabled, Cortana allows you use the voice assistant on your device. If disabled, Cortana is not available for use, but you can search to find items on your device. +Cortana is integrated with Microsoft Edge, and when enabled, Cortana allows you to use the voice assistant on your device. If disabled, Cortana is not available for use, but you can search to find items on your device. **Microsoft Intune to manage your MDM settings** | | | @@ -128,9 +128,9 @@ Cortana is integrated with Microsoft Edge, and when enabled, Cortana allows you |Allowed values |
  • **0** - Not allowed.
  • **1 (default)** - Allowed.
| ## Allow Developer Tools ->*Supporteded versions: Windows 10, version 1511 or later* +>*Supported versions: Windows 10, version 1511 or later* -F12 developer tools is a suite of tools to help you build and debug your webpage. By default, this policy is enabled making the F12 Developer Tools availabe to use. +F12 developer tools is a suite of tools to help you build and debug your webpage. By default, this policy is enabled making the F12 Developer Tools available to use. **Microsoft Intune to manage your MDM settings** | | | @@ -160,7 +160,7 @@ diagnostic data, depending on your device configuration, is sent to Microsoft. ## Allow Extensions ->*Supporteded versions: Windows 10, version 1607 or later* +>*Supported versions: Windows 10, version 1607 or later* If you enable this policy, you can personalize and add new features to Microsoft Edge with extensions. By default, this policy is enabled. If you want to prevent others from installing unwanted extensions, disable this policy. @@ -174,7 +174,7 @@ If you enable this policy, you can personalize and add new features to Microsoft |Allowed values |
  • **0** - Microsoft Edge extensions are disabled.
  • **1 (default)** - Microsoft Edge Extensions are enabled.
| ## Allow InPrivate browsing ->*Supporteded versions: Windows 10, version 1511 or later* +>*Supported versions: Windows 10, version 1511 or later* InPrivate browsing, when enabled, prevents your browsing data is not saved on your device. Microsoft Edge deletes temporary data from your device after all your InPrivate tabs are closed. @@ -188,7 +188,7 @@ InPrivate browsing, when enabled, prevents your browsing data is not saved on yo |Allowed values |
  • **0** - InPrivate browsing is disabled.
  • **1 (default)** - InPrivate browsing is enabled.
| ## Allow Microsoft Compatibility List ->*Supporteded versions: Windows 10, version 1703 or later* +>*Supported versions: Windows 10, version 1703 or later* Microsoft Edge uses the compatibility list that helps websites with known compatibility issues display properly. When enabled, Microsoft Edge checks the list to determine if the website has compatibility issues during browser navigation. By default, this policy is enabled allowing periodic downloads and installation of updates. Visiting any site on the Microsoft compatibility list prompts the employee to use Internet Explorer 11, where the site renders as though it is in whatever version of IE is necessary for it to appear properly. If disabled, the compatibility list is not used. @@ -205,7 +205,7 @@ Microsoft Edge uses the compatibility list that helps websites with known compat ## Allow search engine customization >*Supported versions: Windows 10, version 1703 or later* -This policy setting allows search engine customization for domain-joined or MDM-enrolled devices only. For example, you can change the default search engine or add a new search engine. By default, this setting is enabled allowing you to add new search engines and change the default under Settings. If disabled, you cannot add search enginess or change the default. +This policy setting allows search engine customization for domain-joined or MDM-enrolled devices only. For example, you can change the default search engine or add a new search engine. By default, this setting is enabled allowing you to add new search engines and change the default under Settings. If disabled, you cannot add search engines or change the default. For more information, see [Microsoft browser extension policy](https://docs.microsoft.com/en-us/legal/windows/agreements/microsoft-browser-extension-policy). @@ -216,7 +216,7 @@ For more information, see [Microsoft browser extension policy](https://docs.micr |Supported devices |Desktop
Mobile | |URI full path |./Vendor/MSFT/Policy/Config/Browser/AllowSearchEngineCustomization | |Data type | Integer | -|Allowed values |
  • **0** - Additional search engines are not allowed and the default cannot be changed in the Address bar.
  • **1 (default)** - Additional search engines are allowed and the default can be changed in the Address bar.
| +|Allowed values |
  • **0** - Additional search engines are not allowed, and the default cannot be changed in the Address bar.
  • **1 (default)** - Additional search engines are allowed, and the default can be changed in the Address bar.
| ## Allow web content on New Tab page >*Supported versions: Windows 10* @@ -231,7 +231,7 @@ If you don't configure this setting, employees can choose how new tabs appears. ## Always Enable book library ->*Supporteded versions: Windows 10, version 1709 or later* +>*Supported versions: Windows 10, version 1709 or later* This policy settings specifies whether to always show the Books Library in Microsoft Edge. By default, this setting is disabled, which means the library is only visible in countries or regions where available. if enabled, the Books Library is always shown regardless of countries or region of activation. @@ -249,7 +249,7 @@ This policy settings specifies whether to always show the Books Library in Micro This policy setting, when enabled, lets you add up to five additional search engines. Employees cannot remove these search engines, but they can set any one as the default. By default, this setting is not configured and does not allow additional search engines to be added. If disabled, the search engines added are deleted. -For each additional search engine you add, specify a link to the OpenSearch XML file that contains, at a minimum, the short name and the URL template (HTTPS) of the search engine. For more information about creating the OpenSearch XML file, see [Search provider discovery](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/browser/search-provider-discovery/). +For each additional search engine, you add, specify a link to the OpenSearch XML file that contains, at a minimum, the short name and the URL template (HTTPS) of the search engine. For more information about creating the OpenSearch XML file, see [Search provider discovery](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/browser/search-provider-discovery/). This setting does not set the default search engine. For that, you must use the "Set default search engine" setting. @@ -293,7 +293,7 @@ This policy setting specifies whether cookies are allowed. By default, this sett ## Configure Do Not Track >*Supported versions: Windows 10* -This policy setting specifies whether Do Not Track requests to websites is allowed. By default, this setting is not configured allowing you to choose whether or not to send tracking information. If enabled, Do Not Track requests are always sent to websites asking for tracking information. If disabled, Do Not Track requests are never sent. +This policy setting specifies whether Do Not Track requests to websites is allowed. By default, this setting is not configured allowing you to choose if to send tracking information. If enabled, Do Not Track requests are always sent to websites asking for tracking information. If disabled, Do Not Track requests are never sent. **Microsoft Intune to manage your MDM settings** | | | @@ -317,7 +317,7 @@ If you disable or don't configure this setting, employees will see the Favorites ## Configure Password Manager >*Supported versions: Windows 10* -This policy setting specifies whether saving and managing passwords locally on the device is allowed. By default, this setting is enabled allowing you to save their passwords locally. If not configured, you can choose whether or not to save and manage passwords locally. If disabled, saving and managing passwords locally is turned off. +This policy setting specifies whether saving and managing passwords locally on the device is allowed. By default, this setting is enabled allowing you to save their passwords locally. If not configured, you can choose if to save and manage passwords locally. If disabled, saving and managing passwords locally is turned off. **Microsoft Intune to manage your MDM settings** | | | @@ -373,7 +373,7 @@ This policy setting specifies your Start pages for domain-joined or MDM-enrolled ## Configure the Adobe Flash Click-to-Run setting >*Supported versions: Windows 10, version 1703 or later* -This policy setting specifies whether you must take action, such as clicking the content or a Click-to-Run button, before seeing content in Adobe Flash. By default, this setting is enabled. when the setting is enabled, you must click the content, Click-to-Run button, or have the site appear on an auto-allow list before before the Adobe Flash content loads. If disabled, Adobe Flash loads and runs automatically. +This policy setting specifies whether you must take action, such as clicking the content or a Click-to-Run button, before seeing content in Adobe Flash. By default, this setting is enabled. When the setting is enabled, you must click the content, Click-to-Run button, or have the site appear on an auto-allow list before the Adobe Flash content loads. If disabled, Adobe Flash loads and runs automatically. **Microsoft Intune to manage your MDM settings** | | | @@ -405,7 +405,7 @@ This policy setting lets you configure whether to use Enterprise Mode and the En ## Configure Windows Defender SmartScreen >*Supported versions: Windows 10* -This policy setting specifies whether Windows Defender SmartScreen is allowed. By default, this setting is enabled or turned on and you cannot turn it off. If disabled, Windows Defender SmartScreen is turned off and you cannot turn it on. If not configured, you can choose whether to use Windows Defender SmartScreen. +This policy setting specifies whether Windows Defender SmartScreen is allowed. By default, this setting is enabled or turned on, and you cannot turn it off. If disabled, Windows Defender SmartScreen is turned off, and you cannot turn it on. If not configured, you can choose whether to use Windows Defender SmartScreen. **Microsoft Intune to manage your MDM settings** | | | @@ -434,7 +434,7 @@ This policy setting specifies whether the lockdown on the Start pages is disable ## Do not sync >*Supported versions: Windows 10* -This policy setting specifies whether you can use the Sync your Settings option to sync their settings to and from their device. By default, this setting is disabled or not configured, which means the Sync your Settings options are turned on, letting you pick what can sync on their device. If enabled, the Sync your Settings options are turned off and none of the Sync your Setting groups are synced on the device. You can use the Allow users to turn syncing on option to turn the feature off by default, but to let the employee change this setting. For information about what settings are sync'ed, see [About sync setting on Windows 10 devices](http://windows.microsoft.com/windows-10/about-sync-settings-on-windows-10-devices). +This policy setting specifies whether you can use the Sync your Settings option to sync their settings to and from their device. By default, this setting is disabled or not configured, which means the Sync your Settings options are turned on, letting you pick what can sync on their device. If enabled, the Sync your Settings options are turned off and none of the Sync your Setting groups are synced on the device. You can use the Allow users to turn syncing on the option to turn the feature off by default, but to let the employee change this setting. For information about what settings are synced, see [About sync setting on Windows 10 devices](http://windows.microsoft.com/windows-10/about-sync-settings-on-windows-10-devices). **Microsoft Intune to manage your MDM settings** | | | @@ -557,7 +557,7 @@ This policy setting specifies whether to enable or disable the First Run webpage >*Supported versions: Windows 10, version 1511 or later* -This policy setting specifies whether localhost IP address are visible or hiddle while making phone calls to the WebRTC protocol. By default, this setting is disabled or not configured (turned off), which means the localhost IP address are visible. If enabled (turned on), localhost IP addresses are hidden. +This policy setting specifies whether localhost IP address is visible or hidden while making phone calls to the WebRTC protocol. By default, this setting is disabled or not configured (turned off), which means the localhost IP address is visible. If enabled (turned on), localhost IP addresses are hidden. **Microsoft Intune to manage your MDM settings** | | | @@ -632,7 +632,7 @@ To set the default search engine, you must specify a link to the OpenSearch XML >*Supported versions: Windows 10, version 1607 and later* -This policy setting specifies whether you see an additional page in Microsoft Edge when opening sites that are configured to open in Internet Explorer using the Enterprise Site List. By default, this policy is disabled, which means no additional pages display. If enabled, you see an additional page. +This policy setting specifies whether you see an additional page in Microsoft Edge when opening sites that are configured to open in Internet Explorer using the Enterprise Site List. By default, this policy is disabled, which means no additional page’s display. If enabled, you see an additional page. **Microsoft Intune to manage your MDM settings** | | | From 2cdf829fe320f1bf12ce4379ef21b7d8a0cf674d Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Tue, 8 May 2018 09:42:58 -0700 Subject: [PATCH 033/186] Added build number for RS4, fixed anchor link --- devices/hololens/hololens-public-preview-apps.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index f866ee6e89..81a061b5ac 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -7,7 +7,7 @@ ms.pagetype: hololens, devices ms.sitesec: library author: alhopper ms.localizationpriority: medium -ms.date: 05/07/2018 +ms.date: 05/08/2018 --- # Get ready to preview new mixed reality apps for HoloLens @@ -25,7 +25,7 @@ Below, you'll find the technical requirements you'll need to meet in order to di | Device | OS requirements | Details | |:---------------------------|:----------------------------------|:-----------------------------------------------------------| -| HoloLens | RS1, build 10.0.14393.0 | See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. | +| HoloLens | RS1, build 10.0.14393.0 or above | See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. | | Windows 10 PC (optional) | Any Windows 10 build | You can use a Windows 10 PC to collaborate with the HoloLens. | | Mobile device (optional) | Android or iOS | You can use a mobile device to collaborate with the HoloLens. Inking, annotations, and image insertion are not currently available on mobile. | @@ -64,9 +64,9 @@ You can use Microsoft Layout with a HoloLens, or with a Windows Mixed Reality he | OS requirements | Details | |:----------------------------------|:-----------------------------------------------------------| -| HoloLens, with RS4 build | This build will be available as a HoloLens update on May 22, to align with the app release. Instructions for upgrading to the RS4 OS build are forthcoming. | +| RS4, build 10.0.17134.77 or above | This build will be available as a HoloLens update on May 22, to align with the app release. Instructions for upgrading to the RS4 OS build are forthcoming. | -Alternately, you can get started testing out the RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. +Alternately, you can get started testing out the HoloLens RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. #### Windows Mixed Reality headset requirements @@ -83,7 +83,7 @@ Have the following technical requirements in place to start using Microsoft Layo |:----------------------------------|:------------------|:------------------| | Azure Active Directory (Azure AD) | Required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Layout on a HoloLens or PC from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | | Network connectivity | Internet access is required to download the app, and utilize all of its features. There are no bandwidth requirements. | | -| Apps for sharing | Video calling or screen sharing requires a separate app, such as Microsoft Remote Assist on HoloLens, or Skype or Skype for Business on Windows Mixed Reality headsets.

A Windows 10 PC that meets the Windows Mixed Reality Ultra specifications is also required for video calling or screen sharing when using Layout with a Windows Mixed Reality headset. | [Remote Assist](#remote-assist)

[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | +| Apps for sharing | Video calling or screen sharing requires a separate app, such as Microsoft Remote Assist on HoloLens, or Skype or Skype for Business on Windows Mixed Reality headsets.

A Windows 10 PC that meets the Windows Mixed Reality Ultra specifications is also required for video calling or screen sharing when using Layout with a Windows Mixed Reality headset. | [Remote Assist](#microsoft-remote-assist)

[Windows Mixed Reality PC hardware guidelines](https://support.microsoft.com/en-us/help/4039260/windows-10-mixed-reality-pc-hardware-guidelines) | | Import Tool for Microsoft Layout | The Import Tool for Microsoft Layout is a companion app for Layout that makes model optimization and management easy. The Import Tool is required to transfer existing 3D models from your PC to Microsoft Layout, for viewing and editing on HoloLens or a Windows Mixed Reality headset. To import 3D models, users must download and launch the Import Tool for Microsoft Layout on their PC, available for free from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) starting May 22nd. The Import Tool is also required to transfer Visio space dimensions to the HoloLens or Windows Mixed Reality headset. | | ### Visio Add-in for Microsoft Layout From a14fc33da8edea1a651c9330cb490456fc72fbf8 Mon Sep 17 00:00:00 2001 From: Liza Poggemeyer Date: Tue, 8 May 2018 17:44:44 +0000 Subject: [PATCH 034/186] Edits to the intro per Darrell's comments --- .../remove-provisioned-apps-during-update.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index b37bca2857..b1ca7e7d5f 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -12,20 +12,25 @@ ms.date: 05/07/2018 >Applies to: Windows 10, version 1703; Windows 10 version 1709; Windows 10, version 1803 -When you update a computer running WIndows 10, version 1703 or 1709, you might see provisioned apps that you previously removed return post-update. This can happen if the computer was offline when you removed the apps. +When you update a computer running Windows 10, version 1703 or 1709, you might see provisioned apps that you previously removed return post-update. This can happen if the computer was offline when you removed the apps. >[!NOTE] >This only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps, Microsoft Store apps, or LOB apps. + To remove a provisioned app, you need to remove the provisioning package. The apps might reappear if you removed the packages in one of the following ways: * If you removed the packages while the wim file was mounted when the device was offline. -* If you removed the packages by running a PowerShell cmdlet on the device while Windows was online. +* If you removed the packages by running a PowerShell cmdlet on the device while Windows was online. Although the apps won't appear for new users, you'll still see the apps for the user account you signed in as. When this happens, write a registry key for each app you remove. This way, you can use the registry key to indicate to your deployment whether or not to install the app while you're upgrading it. + When you remove a provisioned app, we create a registry key that tells Windows not to reinstall or update that app the next time Windows is updated. If the computer isn't online when you deprovision the app, then we don't create that registry key. (This behavior is fixed in Windows 10, version 1803. If you're running WIndows 10, version 1709, apply the latest security update to fix it.) +> [!NOTE] +> If you remove a provisioned app while Windows is online, it's only removed for *new users* - the user that you signed in as will still have that provisioned app. That's because the registry key created when you deprovision the app only applies to new users created *after* the key is created. This doesn't happen if you remove the provisioned app while Windows is offline. + To prevent these apps from reappearing at the next update, manually create a registry key for each app, then update the computer. ## Create registry keys for deprovisioned apps @@ -33,8 +38,8 @@ To prevent these apps from reappearing at the next update, manually create a reg Use the following steps to create a registry key: 1. Identify any provisioned apps you want removed. Record the package name for each app. -2. Create a .reg file to generate a registry key for each app. Use [this list of Windows 10, version 1709 registry keys](apps-in-windows-10.md) as your starting point. - 1. Paste the list of registry keys into Notepad. +2. Create a .reg file to generate a registry key for each app. Use [this list of Windows 10, version 1709 registry keys](#registry-keys-for-provisioned-apps) as your starting point. + 1. Paste the list of registry keys into Notepad (or a text editor). 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe]`. 3. Save the file with a .txt extension, then right-click the file and change the extension to .reg. 3. Double-click the .reg file to create the registry keys. You can see the new keys in HKLM\\path-to-reg-keys. From 9b3434777b9eb9c3d0bd36db829cd630ce98de6d Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Tue, 8 May 2018 11:10:18 -0700 Subject: [PATCH 035/186] Text edits --- .../remove-provisioned-apps-during-update.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index b1ca7e7d5f..99f49387f1 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -1,6 +1,6 @@ --- -title: How to keep apps removed from Windows 10 from returning during an upgrade -description: How to keep provisioned apps that were removed from your machine from returning during an upgrade. +title: How to keep apps removed from Windows 10 from returning during an update +description: How to keep provisioned apps that were removed from your machine from returning during an update. ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library @@ -8,7 +8,7 @@ ms.author: helohr author: HeidiLohr ms.date: 05/07/2018 --- -# How to keep apps removed from Windows 10 from returning during an upgrade +# How to keep apps removed from Windows 10 from returning during an update >Applies to: Windows 10, version 1703; Windows 10 version 1709; Windows 10, version 1803 @@ -17,19 +17,15 @@ When you update a computer running Windows 10, version 1703 or 1709, you might s >[!NOTE] >This only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps, Microsoft Store apps, or LOB apps. - To remove a provisioned app, you need to remove the provisioning package. The apps might reappear if you removed the packages in one of the following ways: * If you removed the packages while the wim file was mounted when the device was offline. * If you removed the packages by running a PowerShell cmdlet on the device while Windows was online. Although the apps won't appear for new users, you'll still see the apps for the user account you signed in as. -When this happens, write a registry key for each app you remove. This way, you can use the registry key to indicate to your deployment whether or not to install the app while you're upgrading it. - - When you remove a provisioned app, we create a registry key that tells Windows not to reinstall or update that app the next time Windows is updated. If the computer isn't online when you deprovision the app, then we don't create that registry key. (This behavior is fixed in Windows 10, version 1803. If you're running WIndows 10, version 1709, apply the latest security update to fix it.) -> [!NOTE] -> If you remove a provisioned app while Windows is online, it's only removed for *new users* - the user that you signed in as will still have that provisioned app. That's because the registry key created when you deprovision the app only applies to new users created *after* the key is created. This doesn't happen if you remove the provisioned app while Windows is offline. +>[!NOTE] +>If you remove a provisioned app while Windows is online, it's only removed for *new users*—the user that you signed in as will still have that provisioned app. That's because the registry key created when you deprovision the app only applies to new users created *after* the key is created. This doesn't happen if you remove the provisioned app while Windows is offline. To prevent these apps from reappearing at the next update, manually create a registry key for each app, then update the computer. From 2ceb2e6b453e1e679f6b517dd593c81ddb59766d Mon Sep 17 00:00:00 2001 From: Jeanie Decker Date: Tue, 8 May 2018 18:13:41 +0000 Subject: [PATCH 036/186] Merged PR 8033: update change history for HoloLens --- devices/hololens/change-history-hololens.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/devices/hololens/change-history-hololens.md b/devices/hololens/change-history-hololens.md index 6b277cfa47..e9abc352f2 100644 --- a/devices/hololens/change-history-hololens.md +++ b/devices/hololens/change-history-hololens.md @@ -8,13 +8,21 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.localizationpriority: medium -ms.date: 04/30/2018 +ms.date: 05/07/2018 --- # Change history for Microsoft HoloLens documentation This topic lists new and updated topics in the [Microsoft HoloLens documentation](index.md). +## May 2018 + +New or changed topic | Description +--- | --- +[Get ready to preview new mixed reality apps for HoloLens](hololens-public-preview-apps.md) | New + + + ## Windows 10 Holographic for Business, version 1803 The topics in this library have been updated for Windows 10 Holographic for Business, version 1803. The following new topics have been added: From ab3e31ef106a533d957f4e060a0fd6068d940cbc Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Tue, 8 May 2018 11:14:49 -0700 Subject: [PATCH 037/186] update to email notifications --- ...ows-defender-advanced-threat-protection.md | 21 +++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md index 72b5a1ee22..90720f62a4 100644 --- a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md @@ -34,9 +34,9 @@ In Windows Defender ATP, you can create machine groups and use them to: As part of the process of creating a machine group, you'll: - Set the automated remediation level for that group. For more information on remediation levels, see [Use Automated investigation to investigate and remediate threats](automated-investigations-windows-defender-advanced-threat-protection.md). -- Define a matching rule based on the machine name, domain, tags, and OS platform to determine which machines belong to the group. If a machine is also matched to other groups, it is added only to the highest ranked machine group. -- Determine access to machine group -- Rank the machine group relative to other groups after it is created +- Specify the matching rule that determines which machine group belongs to the group based on the machine name, domain, tags, and OS platform. If a machine is also matched to other groups, it is added only to the highest ranked machine group. +- Select the Azure AD user group that should have access to the machine group. +- Rank the machine group relative to other groups after it is created . >[!NOTE] >All machine groups are accessible to all users if you don’t assign any Azure AD groups to them. @@ -48,17 +48,12 @@ As part of the process of creating a machine group, you'll: 2. Click **Add machine group**. -3. Set the machine group details, configure an association rule, preview the results, then assign the group to an Azure user group: +3. Enter machine group details, specify the matching rule, preview the results, then assign the group to an Azure AD user group. - - **Name** - - **Remediation level for automated investigations** - - **Description** - - **Matching rule** – you can apply the rule based on machine name, domain, tag, or OS version. + >[!TIP] + >If you want to group machines by organizational unit, you can configure the registry key for the group affiliation. For more information on device tagging, see [Manage machine group and tags](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/investigate-machines-windows-defender-advanced-threat-protection#manage-machine-group-and-tags). - >[!TIP] - >If you want to group machines by organizational unit, you can configure the registry key for the group affiliation. For more information on device tagging, see [Manage machine group and tags](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/investigate-machines-windows-defender-advanced-threat-protection#manage-machine-group-and-tags). - -4. Review the result of the preview of matched machines. If you are satisfied with the rules, click the **Access** tab. +4. Review the result of the preview of matched machines. If you are satisfied with the rules, click the **User access** tab. 5. Assign the user groups that can access the machine group you created. @@ -68,7 +63,7 @@ As part of the process of creating a machine group, you'll: 6. Click **Close**. The configuration changes are applied. -## Understand matching and manage groups +## Manage machine groups You can promote or demote the rank of a machine group so that it is given higher or lower priority during matching. When a machine is matched to more than one group, it is added only to the highest ranked group. You can also edit and delete groups. >[!WARNING] From 558a58fb7e6c4e5b11d08ba7c5ab8c700ab916b3 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Tue, 8 May 2018 11:19:22 -0700 Subject: [PATCH 038/186] Updated TOC --- windows/application-management/TOC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/TOC.md b/windows/application-management/TOC.md index 610a957693..e726c4d38f 100644 --- a/windows/application-management/TOC.md +++ b/windows/application-management/TOC.md @@ -108,4 +108,4 @@ ## [Disabling System Services in Windows Server](https://docs.microsoft.com/windows-server/security/windows-services/security-guidelines-for-disabling-system-services-in-windows-server) ## [Deploy app upgrades on Windows 10 Mobile](deploy-app-upgrades-windows-10-mobile.md) ## [Change history for Application management](change-history-for-application-management.md) -## [How to keep apps removed from Windows 10 from returning during an upgrade](remove-provisioned-apps-during-update.md) \ No newline at end of file +## [How to keep apps removed from Windows 10 from returning during an update](remove-provisioned-apps-during-update.md) \ No newline at end of file From 08a887de0d6abf63a7490bc75f9e0cd4e217e706 Mon Sep 17 00:00:00 2001 From: Dylan Stahl Date: Tue, 8 May 2018 14:32:14 -0400 Subject: [PATCH 039/186] Update hello-cert-trust-deploy-mfa.md Corrected spelling of "perquisites" to prerequisites. --- .../hello-for-business/hello-cert-trust-deploy-mfa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-cert-trust-deploy-mfa.md b/windows/security/identity-protection/hello-for-business/hello-cert-trust-deploy-mfa.md index 99a39e91b2..2cadf0703a 100644 --- a/windows/security/identity-protection/hello-for-business/hello-cert-trust-deploy-mfa.md +++ b/windows/security/identity-protection/hello-for-business/hello-cert-trust-deploy-mfa.md @@ -25,7 +25,7 @@ On-premises deployments must use the On-premises Azure MFA Server using the AD F ## Prerequisites -The Azure MFA Server and User Portal servers have several perquisites and must have connectivity to the Internet. +The Azure MFA Server and User Portal servers have several prerequisites and must have connectivity to the Internet. ### Primary MFA Server @@ -540,4 +540,4 @@ The Multi-Factor Authentication server communicates with the Azure MFA cloud ser 2. [Validate and Configure Public Key Infrastructure](hello-cert-trust-validate-pki.md) 3. [Prepare and Deploy Windows Server 2016 Active Directory Federation Services](hello-cert-trust-adfs.md) 4. [Validate and Deploy Multifactor Authentication Services (MFA)](hello-cert-trust-validate-deploy-mfa.md) -5. [Configure Windows Hello for Business Policy settings](hello-cert-trust-policy-settings.md) \ No newline at end of file +5. [Configure Windows Hello for Business Policy settings](hello-cert-trust-policy-settings.md) From 1742c15bc95be5b7cb73e5027ee007655319f822 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Tue, 8 May 2018 12:47:33 -0700 Subject: [PATCH 040/186] fix merge conflict --- ...windows-defender-advanced-threat-protection.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md index 4e2100d5a6..abad7e5b8f 100644 --- a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md @@ -34,9 +34,9 @@ In Windows Defender ATP, you can create machine groups and use them to: As part of the process of creating a machine group, you'll: - Set the automated remediation level for that group. For more information on remediation levels, see [Use Automated investigation to investigate and remediate threats](automated-investigations-windows-defender-advanced-threat-protection.md). -- Define a matching rule based on the machine name, domain, tags, and OS platform to determine which machines belong to the group. If a machine is also matched to other groups, it is added only to the highest ranked machine group. -- Determine access to machine group -- Rank the machine group relative to other groups after it is created +- Specify the matching rule that determines which machine group belongs to the group based on the machine name, domain, tags, and OS platform. If a machine is also matched to other groups, it is added only to the highest ranked machine group. +- Select the Azure AD user group that should have access to the machine group. +- Rank the machine group relative to other groups after it is created. >[!NOTE] >A machine group is accessible to all users if you don’t assign any Azure AD groups to it. @@ -48,12 +48,7 @@ As part of the process of creating a machine group, you'll: 2. Click **Add machine group**. -3. Set the machine group details, configure an association rule, preview the results, then assign the group to an Azure user group: - - - **Name** - - **Remediation level for automated investigations** - - **Description** - - **Matching rule** – you can apply the rule based on machine name, domain, tag, or OS version. +3. Enter machine group details, specify the matching rule, preview the results, then assign the group to an Azure AD user group. >[!TIP] >If you want to group machines by organizational unit, you can configure the registry key for the group affiliation. For more information on device tagging, see [Manage machine group and tags](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/investigate-machines-windows-defender-advanced-threat-protection#manage-machine-group-and-tags). @@ -72,7 +67,7 @@ As part of the process of creating a machine group, you'll: You can promote or demote the rank of a machine group so that it is given higher or lower priority during matching. When a machine is matched to more than one group, it is added only to the highest ranked group. You can also edit and delete groups. >[!WARNING] ->Deleting a machine group may affect email notification rules. If a machine group is configured under an email notification rule it will be removed from that rule. If the machine group is the only group configured for an email notification, that email notification rule will be deleted along with the machine group. +>Deleting a machine group may affect email notification rules. If a machine group is configured under an email notification rule, it will be removed from that rule. If the machine group is the only group configured for an email notification, that email notification rule will be deleted along with the machine group. By default, machine groups are accessible to all users with portal access. You can change the default behavior by assigning Azure AD user groups to the machine group. From a96924aabea789efa94798452af3a233ef5910be Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Tue, 8 May 2018 12:49:53 -0700 Subject: [PATCH 041/186] update date --- .../rbac-windows-defender-advanced-threat-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-atp/rbac-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/rbac-windows-defender-advanced-threat-protection.md index 7fc722d5a1..4599627b02 100644 --- a/windows/security/threat-protection/windows-defender-atp/rbac-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/rbac-windows-defender-advanced-threat-protection.md @@ -10,7 +10,7 @@ ms.pagetype: security ms.author: macapara author: mjcaparas ms.localizationpriority: high -ms.date: 04/24/2018 +ms.date: 05/08/2018 --- # Manage portal access using role-based access control From dd1c6ad35a2f9ceae45c8b67aca8eb56a1e468e7 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Tue, 8 May 2018 12:54:54 -0700 Subject: [PATCH 042/186] update changes --- ...groups-windows-defender-advanced-threat-protection.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md index abad7e5b8f..05a34c9ebf 100644 --- a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md @@ -50,8 +50,8 @@ As part of the process of creating a machine group, you'll: 3. Enter machine group details, specify the matching rule, preview the results, then assign the group to an Azure AD user group. - >[!TIP] - >If you want to group machines by organizational unit, you can configure the registry key for the group affiliation. For more information on device tagging, see [Manage machine group and tags](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/investigate-machines-windows-defender-advanced-threat-protection#manage-machine-group-and-tags). + >[!TIP] + >If you want to group machines by organizational unit, you can configure the registry key for the group affiliation. For more information on device tagging, see [Manage machine group and tags](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/investigate-machines-windows-defender-advanced-threat-protection#manage-machine-group-and-tags). 4. Preview several machines that will be matched by this rule. If you are satisfied with the rule, click the **Access** tab. @@ -63,7 +63,7 @@ As part of the process of creating a machine group, you'll: 6. Click **Close**. The configuration changes are applied. -## Understand matching and manage groups +## Manage machine groups You can promote or demote the rank of a machine group so that it is given higher or lower priority during matching. When a machine is matched to more than one group, it is added only to the highest ranked group. You can also edit and delete groups. >[!WARNING] @@ -77,8 +77,5 @@ Machines that are not matched to any groups are added to Ungrouped machines (def > - Applying changes to machine group configuration may take up to several minutes. - - - ## Related topic - [Manage portal access using role-based based access control](rbac-windows-defender-advanced-threat-protection.md) \ No newline at end of file From 2d6bd408f46d7fafe425074dc37eb1307d378d28 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Tue, 8 May 2018 13:03:50 -0700 Subject: [PATCH 043/186] add UK, AU domains in server onboarding --- ...ints-windows-defender-advanced-threat-protection.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md index e1c5a11e0c..792719609a 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md @@ -9,7 +9,7 @@ ms.sitesec: library ms.pagetype: security author: mjcaparas localizationpriority: high -ms.date: 05/03/2018 +ms.date: 05/08/2018 --- # Onboard servers to the Windows Defender ATP service @@ -71,8 +71,8 @@ Once completed, you should see onboarded servers in the portal within an hour. - Each Windows server must be able to connect to the Internet using HTTPS. This connection can be direct, using a proxy, or through the [OMS Gateway](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-oms-gateway). - If a proxy or firewall is blocking all traffic by default and allowing only specific domains through or HTTPS scanning (SSL inspection) is enabled, make sure that the following URLs are white-listed to permit communication with Windows Defender ATP service: -| Agent Resource | Ports | -|------------------------------------|-------------| +Agent Resource | Ports +:---|:--- | *.oms.opinsights.azure.com | 443 | | *.blob.core.windows.net | 443 | | *.azure-automation.net | 443 | @@ -81,6 +81,10 @@ Once completed, you should see onboarded servers in the portal within an hour. | winatp-gw-eus.microsoft.com | 443 | | winatp-gw-neu.microsoft.com | 443 | | winatp-gw-weu.microsoft.com | 443 | +|winatp-gw-uks.microsoft.com | 443 | +|winatp-gw-ukw.microsoft.com | 443 | +| winatp-gw-aus.microsoft.com | 443| +| winatp-gw-aue.microsoft.com |443 | ## Onboard Windows Server, version 1803 You’ll be able to onboard in the same method available for Windows 10 client machines. For more information, see [Onboard Windows 10 machines](configure-endpoints-windows-defender-advanced-threat-protection.md). Support for Windows Server, version 1803 provides deeper insight into activities happening on the server, coverage for kernel and memory attack detection, and enables response actions on Windows Server endpoint as well. From f43cb5e5258a9d660953e65de7f7f6015156f754 Mon Sep 17 00:00:00 2001 From: Corey Plett Date: Tue, 8 May 2018 20:04:00 +0000 Subject: [PATCH 044/186] Merged PR 8014: CHI: add required metadata --- education/get-started/change-history-ms-edu-get-started.md | 3 ++- .../get-started/configure-microsoft-store-for-education.md | 3 ++- education/get-started/enable-microsoft-teams.md | 3 ++- education/get-started/finish-setup-and-other-tasks.md | 3 ++- education/get-started/get-started-with-microsoft-education.md | 3 ++- education/get-started/set-up-office365-edu-tenant.md | 3 ++- education/get-started/set-up-windows-10-education-devices.md | 3 ++- education/get-started/set-up-windows-education-devices.md | 3 ++- education/get-started/use-intune-for-education.md | 3 ++- education/get-started/use-school-data-sync.md | 3 ++- education/trial-in-a-box/educator-tib-get-started.md | 1 + education/trial-in-a-box/index.md | 3 ++- education/trial-in-a-box/itadmin-tib-get-started.md | 3 ++- education/trial-in-a-box/support-options.md | 3 ++- education/windows/autopilot-reset.md | 3 ++- education/windows/change-history-edu.md | 3 ++- education/windows/change-to-pro-education.md | 3 ++- education/windows/chromebook-migration-guide.md | 1 + education/windows/configure-windows-for-education.md | 3 ++- education/windows/create-tests-using-microsoft-forms.md | 3 ++- education/windows/deploy-windows-10-in-a-school-district.md | 1 + education/windows/deploy-windows-10-in-a-school.md | 1 + education/windows/edu-deployment-recommendations.md | 1 + education/windows/education-scenarios-store-for-business.md | 1 + education/windows/get-minecraft-device-promotion.md | 1 + education/windows/get-minecraft-for-education.md | 1 + education/windows/index.md | 3 ++- education/windows/s-mode-switch-to-edu.md | 3 ++- education/windows/school-get-minecraft.md | 1 + education/windows/set-up-school-pcs-technical.md | 1 + education/windows/set-up-students-pcs-to-join-domain.md | 1 + education/windows/set-up-students-pcs-with-apps.md | 3 ++- education/windows/set-up-windows-10.md | 3 ++- education/windows/take-a-test-app-technical.md | 3 ++- education/windows/take-a-test-multiple-pcs.md | 1 + education/windows/take-a-test-single-pc.md | 3 ++- education/windows/take-tests-in-windows-10.md | 3 ++- education/windows/teacher-get-minecraft.md | 1 + education/windows/test-windows10s-for-edu.md | 3 ++- education/windows/use-set-up-school-pcs-app.md | 3 ++- education/windows/windows-editions-for-education-customers.md | 3 ++- 41 files changed, 69 insertions(+), 28 deletions(-) diff --git a/education/get-started/change-history-ms-edu-get-started.md b/education/get-started/change-history-ms-edu-get-started.md index 0110254868..97ddde85fb 100644 --- a/education/get-started/change-history-ms-edu-get-started.md +++ b/education/get-started/change-history-ms-edu-get-started.md @@ -2,7 +2,8 @@ title: Change history for Microsoft Education Get Started description: New and changed topics in the Microsoft Education get started guide. keywords: Microsoft Education get started guide, IT admin, IT pro, school, education, change history -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: edu diff --git a/education/get-started/configure-microsoft-store-for-education.md b/education/get-started/configure-microsoft-store-for-education.md index ec173a261d..021052c85b 100644 --- a/education/get-started/configure-microsoft-store-for-education.md +++ b/education/get-started/configure-microsoft-store-for-education.md @@ -2,7 +2,8 @@ title: Configure Microsoft Store for Education description: Learn how to use the new Microsoft Education system to set up a cloud infrastructure for your school, acquire devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, School Data Sync, Microsoft Teams, Microsoft Store for Education, Azure AD, Set up School PCs -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: get-started diff --git a/education/get-started/enable-microsoft-teams.md b/education/get-started/enable-microsoft-teams.md index 6c74c506b0..bc2a138036 100644 --- a/education/get-started/enable-microsoft-teams.md +++ b/education/get-started/enable-microsoft-teams.md @@ -2,7 +2,8 @@ title: Enable Microsoft Teams for your school description: Learn how to use the new Microsoft Education system to set up a cloud infrastructure for your school, acquire devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, School Data Sync, Microsoft Teams, Microsoft Store for Education, Azure AD, Set up School PCs -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: get-started diff --git a/education/get-started/finish-setup-and-other-tasks.md b/education/get-started/finish-setup-and-other-tasks.md index 55a52faa11..8b1e03783b 100644 --- a/education/get-started/finish-setup-and-other-tasks.md +++ b/education/get-started/finish-setup-and-other-tasks.md @@ -2,7 +2,8 @@ title: Finish Windows 10 device setup and other tasks description: Learn how to use the new Microsoft Education system to set up a cloud infrastructure for your school, acquire devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, School Data Sync, Microsoft Teams, Microsoft Store for Education, Azure AD, Set up School PCs -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: get-started diff --git a/education/get-started/get-started-with-microsoft-education.md b/education/get-started/get-started-with-microsoft-education.md index 4746bcc249..136ad9ac13 100644 --- a/education/get-started/get-started-with-microsoft-education.md +++ b/education/get-started/get-started-with-microsoft-education.md @@ -2,7 +2,8 @@ title: Deploy and manage a full cloud IT solution with Microsoft Education description: Learn how to use the new Microsoft Education system to set up a cloud infrastructure for your school, acquire devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, School Data Sync, Microsoft Teams, Microsoft Store for Education, Azure AD, Set up School PCs -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: hero-article diff --git a/education/get-started/set-up-office365-edu-tenant.md b/education/get-started/set-up-office365-edu-tenant.md index 59d939c2eb..71ea282542 100644 --- a/education/get-started/set-up-office365-edu-tenant.md +++ b/education/get-started/set-up-office365-edu-tenant.md @@ -2,7 +2,8 @@ title: Set up an Office 365 Education tenant description: Learn how to use the new Microsoft Education system to set up a cloud infrastructure for your school, acquire devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, School Data Sync, Microsoft Teams, Microsoft Store for Education, Azure AD, Set up School PCs -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: get-started diff --git a/education/get-started/set-up-windows-10-education-devices.md b/education/get-started/set-up-windows-10-education-devices.md index ac9f52c84f..4fdd5ca5a5 100644 --- a/education/get-started/set-up-windows-10-education-devices.md +++ b/education/get-started/set-up-windows-10-education-devices.md @@ -2,7 +2,8 @@ title: Set up Windows 10 education devices description: Learn how to use the new Microsoft Education system to set up a cloud infrastructure for your school, acquire devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, School Data Sync, Microsoft Teams, Microsoft Store for Education, Azure AD, Set up School PCs -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: get-started diff --git a/education/get-started/set-up-windows-education-devices.md b/education/get-started/set-up-windows-education-devices.md index edb76d6448..e1c82b393d 100644 --- a/education/get-started/set-up-windows-education-devices.md +++ b/education/get-started/set-up-windows-education-devices.md @@ -2,7 +2,8 @@ title: Set up Windows 10 devices using Windows OOBE description: Learn how to use the new Microsoft Education system to set up a cloud infrastructure for your school, acquire devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, School Data Sync, Microsoft Teams, Microsoft Store for Education, Azure AD, Set up School PCs -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: get-started diff --git a/education/get-started/use-intune-for-education.md b/education/get-started/use-intune-for-education.md index 646d7b8e16..e33b8f69c3 100644 --- a/education/get-started/use-intune-for-education.md +++ b/education/get-started/use-intune-for-education.md @@ -2,7 +2,8 @@ title: Use Intune for Education to manage groups, apps, and settings description: Learn how to use the new Microsoft Education system to set up a cloud infrastructure for your school, acquire devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, School Data Sync, Microsoft Teams, Microsoft Store for Education, Azure AD, Set up School PCs -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: get-started diff --git a/education/get-started/use-school-data-sync.md b/education/get-started/use-school-data-sync.md index c5392b41b9..24fe1b1421 100644 --- a/education/get-started/use-school-data-sync.md +++ b/education/get-started/use-school-data-sync.md @@ -2,7 +2,8 @@ title: Use School Data Sync to import student data description: Learn how to use the new Microsoft Education system to set up a cloud infrastructure for your school, acquire devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, School Data Sync, Microsoft Teams, Microsoft Store for Education, Azure AD, Set up School PCs -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: get-started diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 1995443537..857fdb8985 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -3,6 +3,7 @@ title: Educator Trial in a Box Guide description: Need help or have a question about using Microsoft Education? Start here. keywords: support, troubleshooting, education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, Microsoft Store for Education, Set up School PCs ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: article diff --git a/education/trial-in-a-box/index.md b/education/trial-in-a-box/index.md index 486c9358c7..c44eeb37fb 100644 --- a/education/trial-in-a-box/index.md +++ b/education/trial-in-a-box/index.md @@ -2,7 +2,8 @@ title: Microsoft Education Trial in a Box description: For IT admins, educators, and students, discover what you can do with Microsoft 365 Education. Try it out with our Trial in a Box program. keywords: education, Microsoft 365 Education, trial, full cloud IT solution, school, deploy, setup, IT admin, educator, student, explore, Trial in a Box -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: article diff --git a/education/trial-in-a-box/itadmin-tib-get-started.md b/education/trial-in-a-box/itadmin-tib-get-started.md index d450bc8dea..e2958157ee 100644 --- a/education/trial-in-a-box/itadmin-tib-get-started.md +++ b/education/trial-in-a-box/itadmin-tib-get-started.md @@ -2,7 +2,8 @@ title: IT Admin Trial in a Box Guide description: Try out Microsoft 365 Education to implement a full cloud infrastructure for your school, manage devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft 365 Education, trial, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, Microsoft Store for Education -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: get-started diff --git a/education/trial-in-a-box/support-options.md b/education/trial-in-a-box/support-options.md index 9df3ab2015..bc8718b81a 100644 --- a/education/trial-in-a-box/support-options.md +++ b/education/trial-in-a-box/support-options.md @@ -2,7 +2,8 @@ title: Microsoft Education Trial in a Box Support description: Need help or have a question about using Microsoft Education Trial in a Box? Start here. keywords: support, troubleshooting, education, Microsoft 365 Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, Microsoft Store for Education, Set up School PCs -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.topic: article diff --git a/education/windows/autopilot-reset.md b/education/windows/autopilot-reset.md index caf4a7f2c0..f5acaf2f91 100644 --- a/education/windows/autopilot-reset.md +++ b/education/windows/autopilot-reset.md @@ -2,7 +2,8 @@ title: Reset devices with Autopilot Reset description: Gives an overview of Autopilot Reset and how you can enable and use it in your schools. keywords: Autopilot Reset, Windows 10, education -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/change-history-edu.md b/education/windows/change-history-edu.md index 2c31544cc6..b65a448e31 100644 --- a/education/windows/change-history-edu.md +++ b/education/windows/change-history-edu.md @@ -2,7 +2,8 @@ title: Change history for Windows 10 for Education (Windows 10) description: New and changed topics in Windows 10 for Education keywords: Windows 10 education documentation, change history -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/change-to-pro-education.md b/education/windows/change-to-pro-education.md index 190b45e980..edc45a5585 100644 --- a/education/windows/change-to-pro-education.md +++ b/education/windows/change-to-pro-education.md @@ -2,7 +2,8 @@ title: Change to Windows 10 Education from Windows 10 Pro description: Learn how IT Pros can opt into changing to Windows 10 Pro Education from Windows 10 Pro. keywords: change, free change, Windows 10 Pro to Windows 10 Pro Education, Windows 10 Pro to Windows 10 Pro Education, education customers, Windows 10 Pro Education, Windows 10 Pro -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/chromebook-migration-guide.md b/education/windows/chromebook-migration-guide.md index bdc7935944..0b6473c667 100644 --- a/education/windows/chromebook-migration-guide.md +++ b/education/windows/chromebook-migration-guide.md @@ -4,6 +4,7 @@ description: In this guide you will learn how to migrate a Google Chromebook-bas ms.assetid: 7A1FA48A-C44A-4F59-B895-86D4D77F8BEA keywords: migrate, automate, device, Chromebook migration ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: plan ms.sitesec: library ms.pagetype: edu, devices diff --git a/education/windows/configure-windows-for-education.md b/education/windows/configure-windows-for-education.md index 2c12c48915..e3d0114db7 100644 --- a/education/windows/configure-windows-for-education.md +++ b/education/windows/configure-windows-for-education.md @@ -4,7 +4,8 @@ description: Provides guidance on ways to configure the OS diagnostic data, cons keywords: Windows 10 deployment, recommendations, privacy settings, school, education, configurations, accessibility, assistive technology ms.mktglfcycl: plan ms.sitesec: library -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.pagetype: edu ms.localizationpriority: high author: CelesteDG diff --git a/education/windows/create-tests-using-microsoft-forms.md b/education/windows/create-tests-using-microsoft-forms.md index a5fdfd4970..3b0c7b4e62 100644 --- a/education/windows/create-tests-using-microsoft-forms.md +++ b/education/windows/create-tests-using-microsoft-forms.md @@ -2,7 +2,8 @@ title: Create tests using Microsoft Forms description: Learn how to use Microsoft Forms with the Take a Test app to prevent access to other computers or online resources while completing a test. keywords: school, Take a Test, Microsoft Forms -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: plan ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/deploy-windows-10-in-a-school-district.md b/education/windows/deploy-windows-10-in-a-school-district.md index af5f429e0c..ab3bedaa0b 100644 --- a/education/windows/deploy-windows-10-in-a-school-district.md +++ b/education/windows/deploy-windows-10-in-a-school-district.md @@ -3,6 +3,7 @@ title: Deploy Windows 10 in a school district (Windows 10) description: Learn how to deploy Windows 10 in a school district. Integrate the school environment with Office 365, Active Directory Domain Services (AD DS), and Microsoft Azure Active Directory (Azure AD), use System Center Configuration Manager, Intune, and Group Policy to manage devices. keywords: configure, tools, device, school district, deploy Windows 10 ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: plan ms.pagetype: edu ms.sitesec: library diff --git a/education/windows/deploy-windows-10-in-a-school.md b/education/windows/deploy-windows-10-in-a-school.md index 996d28b59a..20552e300d 100644 --- a/education/windows/deploy-windows-10-in-a-school.md +++ b/education/windows/deploy-windows-10-in-a-school.md @@ -3,6 +3,7 @@ title: Deploy Windows 10 in a school (Windows 10) description: Learn how to integrate your school environment with Microsoft Office 365, Active Directory Domain Services (AD DS), and Microsoft Azure Active Directory (Azure AD). Deploy Windows 10 and apps to new devices or upgrade existing devices to Windows 10. Manage faculty, students, and devices by using Microsoft Intune and Group Policy. keywords: configure, tools, device, school, deploy Windows 10 ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: plan ms.pagetype: edu ms.sitesec: library diff --git a/education/windows/edu-deployment-recommendations.md b/education/windows/edu-deployment-recommendations.md index 707c3f7956..b65f7776f4 100644 --- a/education/windows/edu-deployment-recommendations.md +++ b/education/windows/edu-deployment-recommendations.md @@ -9,6 +9,7 @@ author: CelesteDG ms.author: celested ms.date: 10/13/2017 ms.prod: W10 +ms.technology: Windows --- # Deployment recommendations for school IT administrators diff --git a/education/windows/education-scenarios-store-for-business.md b/education/windows/education-scenarios-store-for-business.md index fad685b3d2..7818bc8ecf 100644 --- a/education/windows/education-scenarios-store-for-business.md +++ b/education/windows/education-scenarios-store-for-business.md @@ -11,6 +11,7 @@ searchScope: author: trudyha ms.author: trudyha ms.date: 3/30/2018 +ms.technology: Windows --- # Working with Microsoft Store for Education diff --git a/education/windows/get-minecraft-device-promotion.md b/education/windows/get-minecraft-device-promotion.md index 5250c1f8df..45c3a1d2d0 100644 --- a/education/windows/get-minecraft-device-promotion.md +++ b/education/windows/get-minecraft-device-promotion.md @@ -11,6 +11,7 @@ searchScope: - Store ms.author: trudyha ms.date: 07/27/2017 +ms.technology: Windows --- # Get Minecraft: Education Edition with Windows 10 device promotion diff --git a/education/windows/get-minecraft-for-education.md b/education/windows/get-minecraft-for-education.md index 1abe2df826..d59f5232d5 100644 --- a/education/windows/get-minecraft-for-education.md +++ b/education/windows/get-minecraft-for-education.md @@ -11,6 +11,7 @@ searchScope: - Store ms.author: trudyha ms.date: 07/27/2017 +ms.technology: Windows --- # Get Minecraft: Education Edition diff --git a/education/windows/index.md b/education/windows/index.md index d579704f5f..3c74f8e5ab 100644 --- a/education/windows/index.md +++ b/education/windows/index.md @@ -2,7 +2,8 @@ title: Windows 10 for Education (Windows 10) description: Learn how to use Windows 10 in schools. keywords: Windows 10, education -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/s-mode-switch-to-edu.md b/education/windows/s-mode-switch-to-edu.md index 4fc7cd0c9e..b0aa743a7e 100644 --- a/education/windows/s-mode-switch-to-edu.md +++ b/education/windows/s-mode-switch-to-edu.md @@ -4,7 +4,8 @@ description: Overview of Windows 10 Pro Education in S mode, switching options, keywords: Windows 10 Pro Education in S mode, S mode, system requirements, Overview, Windows 10 Pro in S mode, Education, EDU ms.mktglfcycl: deploy ms.localizationpriority: high -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.sitesec: library ms.pagetype: edu ms.date: 04/30/2018 diff --git a/education/windows/school-get-minecraft.md b/education/windows/school-get-minecraft.md index f0c3df0aea..fc3119f038 100644 --- a/education/windows/school-get-minecraft.md +++ b/education/windows/school-get-minecraft.md @@ -11,6 +11,7 @@ searchScope: - Store ms.author: trudyha ms.date: 1/5/2018 +ms.technology: Windows --- # For IT administrators - get Minecraft: Education Edition diff --git a/education/windows/set-up-school-pcs-technical.md b/education/windows/set-up-school-pcs-technical.md index 8164b32aca..4494eb052d 100644 --- a/education/windows/set-up-school-pcs-technical.md +++ b/education/windows/set-up-school-pcs-technical.md @@ -3,6 +3,7 @@ title: Set up School PCs app technical reference description: Describes the changes that the Set up School PCs app makes to a PC. keywords: shared cart, shared PC, school, set up school pcs ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: plan ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/set-up-students-pcs-to-join-domain.md b/education/windows/set-up-students-pcs-to-join-domain.md index 76079be7ff..92ad941be7 100644 --- a/education/windows/set-up-students-pcs-to-join-domain.md +++ b/education/windows/set-up-students-pcs-to-join-domain.md @@ -3,6 +3,7 @@ title: Set up student PCs to join domain description: Learn how to use Configuration Designer to easily provision student devices to join Active Directory. keywords: school, student PC setup, Windows Configuration Designer ms.prod: W10 +ms.technology: Windows ms.mktglfcycl: plan ms.sitesec: library ms.localizationpriority: high diff --git a/education/windows/set-up-students-pcs-with-apps.md b/education/windows/set-up-students-pcs-with-apps.md index 80bc4c8bfe..cd215a1424 100644 --- a/education/windows/set-up-students-pcs-with-apps.md +++ b/education/windows/set-up-students-pcs-with-apps.md @@ -2,7 +2,8 @@ title: Provision student PCs with apps description: Learn how to use Configuration Designer to easily provision student devices to join Active Directory. keywords: shared cart, shared PC, school, provision PCs with apps, Windows Configuration Designer -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.pagetype: edu ms.mktglfcycl: plan ms.sitesec: library diff --git a/education/windows/set-up-windows-10.md b/education/windows/set-up-windows-10.md index 6c68f0eee5..4ffaef6cf5 100644 --- a/education/windows/set-up-windows-10.md +++ b/education/windows/set-up-windows-10.md @@ -2,7 +2,8 @@ title: Set up Windows devices for education description: Decide which option for setting up Windows 10 is right for you. keywords: school, Windows device setup, education device setup -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/take-a-test-app-technical.md b/education/windows/take-a-test-app-technical.md index 937dfe5d9d..ab9a8051ac 100644 --- a/education/windows/take-a-test-app-technical.md +++ b/education/windows/take-a-test-app-technical.md @@ -2,7 +2,8 @@ title: Take a Test app technical reference description: The policies and settings applied by the Take a Test app. keywords: take a test, test taking, school, policies -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: plan ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/take-a-test-multiple-pcs.md b/education/windows/take-a-test-multiple-pcs.md index f83c1e7773..1e0d000611 100644 --- a/education/windows/take-a-test-multiple-pcs.md +++ b/education/windows/take-a-test-multiple-pcs.md @@ -3,6 +3,7 @@ title: Set up Take a Test on multiple PCs description: Learn how to set up and use the Take a Test app on multiple PCs. keywords: take a test, test taking, school, set up on multiple PCs ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: plan ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/take-a-test-single-pc.md b/education/windows/take-a-test-single-pc.md index 630e913e2d..f9565e53d3 100644 --- a/education/windows/take-a-test-single-pc.md +++ b/education/windows/take-a-test-single-pc.md @@ -2,7 +2,8 @@ title: Set up Take a Test on a single PC description: Learn how to set up and use the Take a Test app on a single PC. keywords: take a test, test taking, school, set up on single PC -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: plan ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/take-tests-in-windows-10.md b/education/windows/take-tests-in-windows-10.md index f41a994602..74b379ba75 100644 --- a/education/windows/take-tests-in-windows-10.md +++ b/education/windows/take-tests-in-windows-10.md @@ -2,7 +2,8 @@ title: Take tests in Windows 10 description: Learn how to set up and use the Take a Test app. keywords: take a test, test taking, school, how to, use Take a Test -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: plan ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/teacher-get-minecraft.md b/education/windows/teacher-get-minecraft.md index 14bbe54561..2d87d00f74 100644 --- a/education/windows/teacher-get-minecraft.md +++ b/education/windows/teacher-get-minecraft.md @@ -3,6 +3,7 @@ title: For teachers get Minecraft Education Edition description: Learn how teachers can get and distribute Minecraft. keywords: school, Minecraft, Education Edition, educators, teachers, acquire, distribute ms.prod: W10 +ms.technology: Windows ms.mktglfcycl: plan ms.sitesec: library ms.localizationpriority: high diff --git a/education/windows/test-windows10s-for-edu.md b/education/windows/test-windows10s-for-edu.md index 8361320231..306c4127ed 100644 --- a/education/windows/test-windows10s-for-edu.md +++ b/education/windows/test-windows10s-for-edu.md @@ -3,7 +3,8 @@ title: Test Windows 10 in S mode on existing Windows 10 education devices description: Provides guidance on downloading and testing Windows 10 in S mode for existing Windows 10 education devices. keywords: Windows 10 in S mode, try, download, school, education, Windows 10 in S mode installer, existing Windows 10 education devices ms.mktglfcycl: deploy -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.pagetype: edu ms.sitesec: library ms.localizationpriority: high diff --git a/education/windows/use-set-up-school-pcs-app.md b/education/windows/use-set-up-school-pcs-app.md index 2c8ac8ab6f..24bde1c0c2 100644 --- a/education/windows/use-set-up-school-pcs-app.md +++ b/education/windows/use-set-up-school-pcs-app.md @@ -2,7 +2,8 @@ title: Use Set up School PCs app description: Learn how the Set up School PCs app works and how to use it. keywords: shared cart, shared PC, school, Set up School PCs, overview, how to use -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: edu diff --git a/education/windows/windows-editions-for-education-customers.md b/education/windows/windows-editions-for-education-customers.md index 8ceb104dc8..48fe5c1cf7 100644 --- a/education/windows/windows-editions-for-education-customers.md +++ b/education/windows/windows-editions-for-education-customers.md @@ -2,7 +2,8 @@ title: Windows 10 editions for education customers description: Provides an overview of the two Windows 10 editions that are designed for the needs of K-12 institutions. keywords: Windows 10 Pro Education, Windows 10 Education, Windows 10 editions, education customers -ms.prod: w10 +ms.prod: w10 +ms.technology: Windows ms.mktglfcycl: plan ms.sitesec: library ms.pagetype: edu From 36282ef8f26127c22a8b07a245f2e5bad33bfe2c Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Tue, 8 May 2018 14:46:57 -0700 Subject: [PATCH 045/186] Updated metadata date --- .../remove-provisioned-apps-during-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 99f49387f1..6a9a9bc1a2 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -6,7 +6,7 @@ ms.mktglfcycl: deploy ms.sitesec: library ms.author: helohr author: HeidiLohr -ms.date: 05/07/2018 +ms.date: 05/08/2018 --- # How to keep apps removed from Windows 10 from returning during an update From 9169ebc8711e88b339726d686d850b463f0810ac Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Tue, 8 May 2018 14:51:57 -0700 Subject: [PATCH 046/186] Attempt to wrap text. --- .../remove-provisioned-apps-during-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 6a9a9bc1a2..7dc593621e 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -36,8 +36,8 @@ Use the following steps to create a registry key: 1. Identify any provisioned apps you want removed. Record the package name for each app. 2. Create a .reg file to generate a registry key for each app. Use [this list of Windows 10, version 1709 registry keys](#registry-keys-for-provisioned-apps) as your starting point. 1. Paste the list of registry keys into Notepad (or a text editor). - 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe]`. - 3. Save the file with a .txt extension, then right-click the file and change the extension to .reg. + 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\ Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe]`. + 3. Save the file with a .txt extension, then right-click the file and change the extension to .reg. 3. Double-click the .reg file to create the registry keys. You can see the new keys in HKLM\\path-to-reg-keys. You're now ready to update your computer. After the update, check the list of apps in the computer to confirm the removed apps are still gone. From 082411be54da91d1bcdcd47da4e45f8c39186176 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Tue, 8 May 2018 15:01:19 -0700 Subject: [PATCH 047/186] Attempt to wrap text number 2 --- .../remove-provisioned-apps-during-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 7dc593621e..048066cdb2 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -36,7 +36,7 @@ Use the following steps to create a registry key: 1. Identify any provisioned apps you want removed. Record the package name for each app. 2. Create a .reg file to generate a registry key for each app. Use [this list of Windows 10, version 1709 registry keys](#registry-keys-for-provisioned-apps) as your starting point. 1. Paste the list of registry keys into Notepad (or a text editor). - 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\ Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe]`. + 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8 bbwe]`. 3. Save the file with a .txt extension, then right-click the file and change the extension to .reg. 3. Double-click the .reg file to create the registry keys. You can see the new keys in HKLM\\path-to-reg-keys. From d6a9409a2d9ff007be26b8a532da26d9ef812912 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Tue, 8 May 2018 15:25:20 -0700 Subject: [PATCH 048/186] Removed extra period to prevent awkward line break after code --- .../remove-provisioned-apps-during-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 048066cdb2..05f5c3e3e8 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -36,7 +36,7 @@ Use the following steps to create a registry key: 1. Identify any provisioned apps you want removed. Record the package name for each app. 2. Create a .reg file to generate a registry key for each app. Use [this list of Windows 10, version 1709 registry keys](#registry-keys-for-provisioned-apps) as your starting point. 1. Paste the list of registry keys into Notepad (or a text editor). - 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8 bbwe]`. + 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8 bbwe]` 3. Save the file with a .txt extension, then right-click the file and change the extension to .reg. 3. Double-click the .reg file to create the registry keys. You can see the new keys in HKLM\\path-to-reg-keys. From 1cc30e10996b3fcea6b5b36c1bbd2c614dc7c45f Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Tue, 8 May 2018 16:40:35 -0700 Subject: [PATCH 049/186] update settings navigation, add preview features in advanced features topic --- ...ows-defender-advanced-threat-protection.md | 7 +++- ...ows-defender-advanced-threat-protection.md | 36 ++++++++++--------- ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 4 +-- ...ows-defender-advanced-threat-protection.md | 4 +-- ...ows-defender-advanced-threat-protection.md | 4 +-- ...ows-defender-advanced-threat-protection.md | 4 +-- ...ows-defender-advanced-threat-protection.md | 4 +-- ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 6 ++-- ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 19 ++++++++-- ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 6 ++-- ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 6 ++-- ...ows-defender-advanced-threat-protection.md | 4 +-- ...ows-defender-advanced-threat-protection.md | 4 +-- ...ows-defender-advanced-threat-protection.md | 2 +- ...ows-defender-advanced-threat-protection.md | 2 +- 24 files changed, 76 insertions(+), 54 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/advanced-features-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/advanced-features-windows-defender-advanced-threat-protection.md index d74d21d178..f12f23cc7e 100644 --- a/windows/security/threat-protection/windows-defender-atp/advanced-features-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/advanced-features-windows-defender-advanced-threat-protection.md @@ -10,7 +10,7 @@ ms.pagetype: security ms.author: macapara author: mjcaparas ms.localizationpriority: high -ms.date: 04/24/2018 +ms.date: 05/08/2018 --- # Configure advanced features in Windows Defender ATP @@ -87,6 +87,11 @@ When you enable this feature, you'll be able to share Windows Defender ATP devic >You'll need to enable the integration on both Intune and Windows Defender ATP to use this feature. +## Preview features +Learn about new features in the Windows Defender ATP preview release and be among the first to try upcoming features by turning on the preview experience. + +You'll have access to upcoming features which you can provide feedback on to help improve the overall experience before features are generally available. + ## Enable advanced features 1. In the navigation pane, select **Preferences setup** > **Advanced features**. 2. Select the advanced feature you want to configure and toggle the setting between **On** and **Off**. diff --git a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md index 2307538282..581eb3d49e 100644 --- a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md @@ -10,7 +10,7 @@ ms.pagetype: security ms.author: macapara author: mjcaparas ms.localizationpriority: high -ms.date: 05/03/2018 +ms.date: 05/08/2018 --- # Use Automated investigations to investigate and remediate threats @@ -65,24 +65,30 @@ While an investigation is running, any other alert generated from the machine wi If an incriminated entity is seen in another machine, the Automated investigation will expand the investigation to include that machine and a generic machine playbook will start on that machine. If 10 or more machines are found during this expansion process from the same entity, then that expansion action will require an approval and will be seen in the **Pending actions** view. ### How threats are remediated -Depending on how you set up the machine groups and their level of automation, the Automated investigation will either automatically remediate threats or require user approval (this is the default). For more information, see [Create and manage machine groups](machine-groups-windows-defender-advanced-threat-protection.md). +Depending on how you set up the machine groups and their level of automation, the Automated investigation will either automatically remediate threats or require user approval (this is the default). + + +You can configure the following levels of automation: + +Automation level | Description +:---|:--- +Semi - require approval for any remediation | This is the default automation level.

An approval is needed for any remediation action. +Semi - require approval for non-temp folders remediation | An approval is required on files or executables that are not in temporary folders.

Files or executables in temporary folders such as the user's download folder or the user's temp folder we will automatically be remediated if needed. +Semi - require approval for non-temp folders remediation | An approval is required on files or executables that are in the operating system directories such as Windows folder and Program files folder.

Files or executables in all other folders will automatically remediate if needed. +Semi - require approval for core folders remediation | An approval is required on files or executables that are in the operating system directories such as Windows folder and Program files folder.

Files or executables in all other folders will automatically remediate if needed. +Full - remediate threats automatically | An approval is required on files or executables that are in the operating system directories such as Windows directory and Program files directory. + +For more information, see [Create and manage machine groups](machine-groups-windows-defender-advanced-threat-protection.md). The default machine group is configured for semi-automatic remediation. This means that any malicious entity that needs to be remediated requires an approval and the investigation is added to the **Pending actions** section, this can be changed to fully automatic so that no user approval is needed. When a pending action is approved, the entity is then remediated and this new state is reflected in the **Entities** tab of the investigation. -### How an Automated investigation is completed -When the Automated investigation completes its analysis, and all pending actions are resolved, an investigation is considered complete. It's important to understand that an investigation is only considered complete if there are no pending actions on it. ## Understand the remediation levels for automated investigations You can create machine groups and set remediation levels for automated investigations. The following table explains the various levels of remediations and the conditions associated with them. -Remediation level | Description -:---|:--- -Full | Remediates threats automatically -Require approval for all folders | An approval is needed when a remediation is required on folders -Require approval for non-temp folders | An approval is required on files or executables that are not in temporary directories. This includes both user and system temporary directories. -Require approval for core folders | An approval is required on files or executables that are in the operating system directories such as Windows directory and Program files directory. + ## Manage Automated investigations By default, the Automated investigations list displays investigations initiated in the last week. You can also choose to select other time ranges from the drop-down menu or specify a custom range. @@ -112,19 +118,15 @@ Status | Description | No threats found | No malicious entities found during the investigation. | Failed | A problem has interrupted the investigation, preventing it from completing. | | Partially remediated | A problem prevented the remediation of some malicious entities. | -| Action required | Remediation actions require review and approval. | +| Pending | Remediation actions require review and approval. | | Waiting for machine | Investigation paused. The investigation will resume as soon as the machine is available. | | Queued | Investigation has been queued and will resume as soon as other remediation activities are completed. | | Running | Investigation ongoing. Malicious entities found will be remediated. | | Remediated | Malicious entities found were successfully remediated. | | Terminated by system | Investigation was stopped due to . | -| Terminated by user | A user stopped the investigation before it could complete. | -| Not applicable | Automated investigations do not apply to this alert type. | +| Terminated by user | A user stopped the investigation before it could complete. | Partially investigated | Entities directly related to the alert have been investigated. However, a problem stopped the investigation of collateral entities. | -| Automated investigation not applicable to alert type | Automated investigation does not apply to this alert type. | -| Automated investigation does not support OS | Machine is running an OS that is not supported by Automated investigation. | -| Automated investigation unavailable for preexisting alert | Automated investigation does not apply to alerts that were generated before it was deployed. | -| Automated investigation unavailable for suppressed alert | Automated investigation does not apply to suppressed alerts. | + **Detection source**
diff --git a/windows/security/threat-protection/windows-defender-atp/conditional-access-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/conditional-access-windows-defender-advanced-threat-protection.md index 5c7c425311..10e5212a72 100644 --- a/windows/security/threat-protection/windows-defender-atp/conditional-access-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/conditional-access-windows-defender-advanced-threat-protection.md @@ -102,7 +102,7 @@ Take the following steps to enable conditional access: ### Step 1: Turn on the Microsoft Intune connection -1. In the navigation pane, select **Settings** > **General** > **Advanced features** > **Microsoft Intune connection**. +1. In the navigation pane, select **Settings** > **Advanced features** > **Microsoft Intune connection**. 2. Toggle the Microsoft Intune setting to **On**. 3. Click **Save preferences**. diff --git a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md index 42cf9bf182..24e934b696 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md @@ -45,7 +45,7 @@ The email notification includes basic information about the alert and a link to You can create rules that determine the machines and alert severities to send email notifications for and the notification recipients. -1. In the navigation pane, select **Settings** > **General** > **Alert notifications**. +1. In the navigation pane, select **Settings** > **Alert notifications**. 2. Click **Add notification rule**. diff --git a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-gp-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-gp-windows-defender-advanced-threat-protection.md index e3b7fb8022..a93c05a236 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-gp-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-gp-windows-defender-advanced-threat-protection.md @@ -36,7 +36,7 @@ ms.date: 04/24/2018 ## Onboard machines using Group Policy 1. Open the GP configuration package .zip file (*WindowsDefenderATPOnboardingPackage.zip*) that you downloaded from the service onboarding wizard. You can also get the package from the [Windows Defender ATP portal](https://securitycenter.windows.com/): - a. In the navigation pane, select **Settings** > **Machine management** > **Onboarding**. + a. In the navigation pane, select **Settings** > **Onboarding**. b. Select Windows 10 as the operating system. @@ -122,7 +122,7 @@ For security reasons, the package used to Offboard machines will expire 30 days 1. Get the offboarding package from the [Windows Defender ATP portal](https://securitycenter.windows.com/): - a. In the navigation pane, select **Settings** > **Machine management** > **Offboarding**. + a. In the navigation pane, select **Settings** > **Offboarding**. b. Select Windows 10 as the operating system. diff --git a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-mdm-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-mdm-windows-defender-advanced-threat-protection.md index c7774a5663..8c10ca727e 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-mdm-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-mdm-windows-defender-advanced-threat-protection.md @@ -106,7 +106,7 @@ For more information on using Windows Defender ATP CSP see, [WindowsAdvancedThre 1. Open the Microsoft Intune configuration package .zip file (*WindowsDefenderATPOnboardingPackage.zip*) that you downloaded from the service onboarding wizard. You can also get the package from the [Windows Defender ATP portal](https://securitycenter.windows.com/): - a. In the navigation pane, select **Settings** > **Machine management** > **Onboarding**. + a. In the navigation pane, select **Settings** > **Onboarding**. b. Select Windows 10 as the operating system. @@ -189,7 +189,7 @@ For security reasons, the package used to Offboard machines will expire 30 days 1. Get the offboarding package from the [Windows Defender ATP portal](https://securitycenter.windows.com/): - a. In the navigation pane, select **Settings** > **Machine management** > **Offboarding**. + a. In the navigation pane, select **Settings** > **Offboarding**. b. Select Windows 10 as the operating system. diff --git a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-non-windows-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-non-windows-windows-defender-advanced-threat-protection.md index 450371174d..edb65b80d5 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-non-windows-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-non-windows-windows-defender-advanced-threat-protection.md @@ -34,7 +34,7 @@ You'll need to take the following steps to onboard non-Windows machines: ### Turn on third-party integration -1. In the navigation pane, select **Settings** > **Machine management** > **Onboarding**. Make sure the third-party solution is listed. +1. In the navigation pane, select **Settings** > **Onboarding**. Make sure the third-party solution is listed. 2. Select Mac and Linux as the operating system. @@ -59,7 +59,7 @@ To effectively offboard the machine from the service, you'll need to disable the 1. Follow the third-party documentation to opt-out on the third-party service side. -2. In the navigation pane, select **Settings** > **Machine management** > **Onboarding**. +2. In the navigation pane, select **Settings** > **Onboarding**. 3. Turn off the third-party solution integration. diff --git a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-sccm-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-sccm-windows-defender-advanced-threat-protection.md index ab8da7cafa..a65ad2ad0f 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-sccm-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-sccm-windows-defender-advanced-threat-protection.md @@ -49,7 +49,7 @@ You can use existing System Center Configuration Manager functionality to create 1. Open the SCCM configuration package .zip file (*WindowsDefenderATPOnboardingPackage.zip*) that you downloaded from the service onboarding wizard. You can also get the package from the [Windows Defender ATP portal](https://securitycenter.windows.com/): - a. In the navigation pane, select **Settings** > **Machine management** > **Onboarding**. + a. In the navigation pane, select **Settings** > **Onboarding**. b. Select Windows 10 as the operating system. @@ -127,7 +127,7 @@ For security reasons, the package used to Offboard machines will expire 30 days 1. Get the offboarding package from the [Windows Defender ATP portal](https://securitycenter.windows.com/): - a. In the navigation pane, select **Settings** > **Machine management** > **Offboarding**. + a. In the navigation pane, select **Settings** > **Offboarding**. b. Select Windows 10 as the operating system. diff --git a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-script-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-script-windows-defender-advanced-threat-protection.md index 4dbf933ec5..884edde275 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-script-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-script-windows-defender-advanced-threat-protection.md @@ -36,7 +36,7 @@ You can also manually onboard individual machines to Windows Defender ATP. You m ## Onboard machines 1. Open the GP configuration package .zip file (*WindowsDefenderATPOnboardingPackage.zip*) that you downloaded from the service onboarding wizard. You can also get the package from the [Windows Defender ATP portal](https://securitycenter.windows.com/): - a. In the navigation pane, select **Settings** > **Machine management** > **Onboarding**. + a. In the navigation pane, select **Settings** > **Onboarding**. b. Select Windows 10 as the operating system. @@ -94,7 +94,7 @@ For security reasons, the package used to Offboard machines will expire 30 days 1. Get the offboarding package from the [Windows Defender ATP portal](https://securitycenter.windows.com/): - a. In the navigation pane, select **Settings** > **Machine management** > **Offboarding**. + a. In the navigation pane, select **Settings** > **Offboarding**. b. Select Windows 10 as the operating system. diff --git a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-vdi-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-vdi-windows-defender-advanced-threat-protection.md index 3053183884..58d6bfd4b4 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-endpoints-vdi-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-endpoints-vdi-windows-defender-advanced-threat-protection.md @@ -40,7 +40,7 @@ You can onboard VDI machines using a single entry or multiple entries for each m 1. Open the VDI configuration package .zip file (*WindowsDefenderATPOnboardingPackage.zip*) that you downloaded from the service onboarding wizard. You can also get the package from the [Windows Defender ATP portal](https://securitycenter.windows.com/): - a. In the navigation pane, select **Settings** > **Machine management** > **Onboarding**. + a. In the navigation pane, select **Settings** > **Onboarding**. b. Select Windows 10 as the operating system. diff --git a/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md index e1c5a11e0c..d9e68b4da3 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md @@ -111,7 +111,9 @@ You’ll be able to onboard in the same method available for Windows 10 client m If the result is ‘The specified service does not exist as an installed service’, then you'll need to install Windows Defender AV. For more information, see [Windows Defender Antivirus in Windows 10](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-in-windows-10). ## Offboard servers -You have two options to offboard servers from the service: +You can offboard Windows Server, version 1803 in the same method available for Windows 10 client machines. + +For other server versions, you have two options to offboard servers from the service: - Uninstall the MMA agent - Remove the Windows Defender ATP workspace configuration @@ -139,7 +141,7 @@ To offboard the server, you can use either of the following methods: #### Run a PowerShell command to remove the configuration 1. Get your Workspace ID: - a. In the navigation pane, select **Settings** > **Machine management** > **Onboarding**. + a. In the navigation pane, select **Settings** > **Onboarding**. b. Select **Windows server 2012, 2012R2 and 2016** as the operating system and get your Workspace ID: diff --git a/windows/security/threat-protection/windows-defender-atp/data-retention-settings-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/data-retention-settings-windows-defender-advanced-threat-protection.md index 2f1642def7..06921f27cf 100644 --- a/windows/security/threat-protection/windows-defender-atp/data-retention-settings-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/data-retention-settings-windows-defender-advanced-threat-protection.md @@ -28,7 +28,7 @@ ms.date: 04/24/2018 During the onboarding process, a wizard takes you through the general settings of Windows Defender ATP. After onboarding, you might want to update the data retention settings. -1. In the navigation pane, select **Settings** > **General** > **Data rention**. +1. In the navigation pane, select **Settings** > **Data rention**. 2. Select the data retention duration from the drop-down list. diff --git a/windows/security/threat-protection/windows-defender-atp/enable-custom-ti-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/enable-custom-ti-windows-defender-advanced-threat-protection.md index babca11760..d9b646f4e0 100644 --- a/windows/security/threat-protection/windows-defender-atp/enable-custom-ti-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/enable-custom-ti-windows-defender-advanced-threat-protection.md @@ -29,7 +29,7 @@ ms.date: 04/24/2018 Before you can create custom threat intelligence (TI) using REST API, you'll need to set up the custom threat intelligence application through the Windows Defender ATP portal. -1. In the navigation pane, select **Settings** > **APIs** > **Threat intel**. +1. In the navigation pane, select **Settings** > **Threat intel**. ![Image of threat intel API menu](images/atp-threat-intel-api.png) diff --git a/windows/security/threat-protection/windows-defender-atp/enable-secure-score-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/enable-secure-score-windows-defender-advanced-threat-protection.md index 472a8abc15..1feb834265 100644 --- a/windows/security/threat-protection/windows-defender-atp/enable-secure-score-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/enable-secure-score-windows-defender-advanced-threat-protection.md @@ -30,7 +30,7 @@ Set the baselines for calculating the score of Windows Defender security control >[!NOTE] >Changes might take up to a few hours to reflect on the dashboard. -1. In the navigation pane, select **Settings** > **General** > **Secure Score**. +1. In the navigation pane, select **Settings** > **Secure Score**. ![Image of Secure Score controls from Preferences setup menu](images/atp-enable-security-analytics.png) diff --git a/windows/security/threat-protection/windows-defender-atp/enable-siem-integration-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/enable-siem-integration-windows-defender-advanced-threat-protection.md index 183ecc286d..bb4aff5ce2 100644 --- a/windows/security/threat-protection/windows-defender-atp/enable-siem-integration-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/enable-siem-integration-windows-defender-advanced-threat-protection.md @@ -29,7 +29,7 @@ ms.date: 04/24/2018 Enable security information and event management (SIEM) integration so you can pull alerts from the Windows Defender ATP portal using your SIEM solution or by connecting directly to the alerts REST API. -1. In the navigation pane, select **Settings** > **APIs** > **SIEM**. +1. In the navigation pane, select **Settings** > **SIEM**. ![Image of SIEM integration from Settings menu](images/atp-siem-integration.png) diff --git a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md index 05a34c9ebf..83af29fb16 100644 --- a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md @@ -10,7 +10,7 @@ ms.pagetype: security ms.author: macapara author: mjcaparas ms.localizationpriority: high -ms.date: 05/04/2018 +ms.date: 05/08/2018 --- # Create and manage machine groups in Windows Defender ATP @@ -44,11 +44,24 @@ As part of the process of creating a machine group, you'll: ## Add a machine group -1. In the navigation pane, select **Settings > Permissions > Machine groups**. +1. In the navigation pane, select **Settings** > **Machine groups**. 2. Click **Add machine group**. -3. Enter machine group details, specify the matching rule, preview the results, then assign the group to an Azure AD user group. +3. Enter the group name and automation settings and specify the matching rule that determines which machines belong to the group. + + - **Machine group name** + - **Automation level** + - **Semi - require approval for any remediation** + - **Semi - require approval for non-temp folders remediation** + - **Semi - require approval for core folders remediation** + - **Full - remediate threats automatically** + + >[!NOTE] + > For more information on automation levels, see Use Automated investigation to investigate and remediate threats. + + - **Description** + - **Members** >[!TIP] >If you want to group machines by organizational unit, you can configure the registry key for the group affiliation. For more information on device tagging, see [Manage machine group and tags](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-atp/investigate-machines-windows-defender-advanced-threat-protection#manage-machine-group-and-tags). diff --git a/windows/security/threat-protection/windows-defender-atp/manage-alerts-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/manage-alerts-windows-defender-advanced-threat-protection.md index 54bc053ce4..34058bc69a 100644 --- a/windows/security/threat-protection/windows-defender-atp/manage-alerts-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/manage-alerts-windows-defender-advanced-threat-protection.md @@ -110,7 +110,7 @@ Create custom rules to control when alerts are suppressed, or resolved. You can ### View the list of suppression rules -1. In the navigation pane, select **Settings** > **Rules** > **Alert suppression**. +1. In the navigation pane, select **Settings** > **Alert suppression**. 2. The list of suppression rules shows all the rules that users in your organization have created. diff --git a/windows/security/threat-protection/windows-defender-atp/manage-automation-allowed-blocked-list-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/manage-automation-allowed-blocked-list-windows-defender-advanced-threat-protection.md index abe6240f77..4b6a427b67 100644 --- a/windows/security/threat-protection/windows-defender-atp/manage-automation-allowed-blocked-list-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/manage-automation-allowed-blocked-list-windows-defender-advanced-threat-protection.md @@ -36,7 +36,7 @@ Entities added to the blocked list are considered malicious and will be remediat You can define the conditions for when entities are identified as malicious or safe based on certain attributes such as hash values or certificates. ## Create an allowed or blocked list -1. In the navigation pane, select **Settings** > **Rules** > **Automation allowed/blocked list**. +1. In the navigation pane, select **Settings** > **Automation allowed/blocked list**. 2. Select the type of entity you'd like to create an exclusion for. You can choose any of the following entities: - File hash @@ -52,14 +52,14 @@ You can define the conditions for when entities are identified as malicious or s 5. Click **Update rule**. ## Edit a list -1. In the navigation pane, select **Settings** > **Rules** > **Automation allowed/blocked list**. +1. In the navigation pane, select **Settings** > **Automation allowed/blocked list**. 2. Select the type of entity you'd like to edit the list from. 3. Update the details of the rule and click **Update rule**. ## Delete a list -1. In the navigation pane, select **Settings** > **Rules** > **Automation allowed/blocked list**. +1. In the navigation pane, select **Settings** > **Automation allowed/blocked list**. 2. Select the type of entity you'd like to delete the list from. diff --git a/windows/security/threat-protection/windows-defender-atp/manage-automation-file-uploads-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/manage-automation-file-uploads-windows-defender-advanced-threat-protection.md index a418fca559..0633161ea8 100644 --- a/windows/security/threat-protection/windows-defender-atp/manage-automation-file-uploads-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/manage-automation-file-uploads-windows-defender-advanced-threat-protection.md @@ -35,7 +35,7 @@ For example, if you add *exe* and *bat* as file or attachment extension names, t ## Add file extension names and attachment extension names. -1. In the navigation pane, select **Settings** > **Rules** > **Automation file uploads**. +1. In the navigation pane, select **Settings** > **Automation file uploads**. 2. Toggle the content analysis setting between **On** and **Off**. diff --git a/windows/security/threat-protection/windows-defender-atp/manage-automation-folder-exclusions-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/manage-automation-folder-exclusions-windows-defender-advanced-threat-protection.md index 0388d3e0dd..d754d2cc87 100644 --- a/windows/security/threat-protection/windows-defender-atp/manage-automation-folder-exclusions-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/manage-automation-folder-exclusions-windows-defender-advanced-threat-protection.md @@ -47,7 +47,7 @@ You can specify the file names that you want to be excluded in a specific direct ## Add an automation folder exclusion -1. In the navigation pane, select **Settings** > **Rules** > **Automation folder exclusions**. +1. In the navigation pane, select **Settings** > **Automation folder exclusions**. 2. Click **New folder exclusion**. @@ -62,14 +62,14 @@ You can specify the file names that you want to be excluded in a specific direct 4. Click **Save**. ## Edit an automation folder exclusion -1. In the navigation pane, select **Settings** > **Rules** > **Automation folder exclusions**. +1. In the navigation pane, select **Settings** > **Automation folder exclusions**. 2. Click **Edit** on the folder exclusion. 3. Update the details of the rule and click **Save**. ## Remove an automation folder exclusion -1. In the navigation pane, select **Settings** > **Rules** > **Automation folder exclusions**. +1. In the navigation pane, select **Settings** > **Automation folder exclusions**. 2. Click **Remove exclusion**. diff --git a/windows/security/threat-protection/windows-defender-atp/manage-suppression-rules-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/manage-suppression-rules-windows-defender-advanced-threat-protection.md index afd498bd1b..8662980b04 100644 --- a/windows/security/threat-protection/windows-defender-atp/manage-suppression-rules-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/manage-suppression-rules-windows-defender-advanced-threat-protection.md @@ -32,7 +32,7 @@ There might be scenarios where you need to suppress alerts from appearing in the You can view a list of all the suppression rules and manage them in one place. You can also turn an alert suppression rule on or off. ## Turn a suppression rule on or off -1. In the navigation pane, select **Settings** > **Rules** > **Alert suppression**. The list of suppression rules that users in your organization have created is displayed. +1. In the navigation pane, select **Settings** > **Alert suppression**. The list of suppression rules that users in your organization have created is displayed. 2. Select a rule by clicking on the check-box beside the rule name. @@ -40,7 +40,7 @@ You can view a list of all the suppression rules and manage them in one place. Y ## View details of a suppression rule -1. In the navigation pane, select **Settings** > **Rules** > **Alert suppression**. The list of suppression rules that users in your organization have created is displayed. +1. In the navigation pane, select **Settings** > **Alert suppression**. The list of suppression rules that users in your organization have created is displayed. 2. Click on a rule name. Details of the rule is displayed. You'll see the rule details such as status, scope, action, number of matching alerts, created by, and date when the rule was created. You can also view associated alerts and the rule conditions. diff --git a/windows/security/threat-protection/windows-defender-atp/powerbi-reports-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/powerbi-reports-windows-defender-advanced-threat-protection.md index ecb07ccd1e..136ce2f153 100644 --- a/windows/security/threat-protection/windows-defender-atp/powerbi-reports-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/powerbi-reports-windows-defender-advanced-threat-protection.md @@ -40,7 +40,7 @@ You can access these options from the Windows Defender ATP portal. Both the Powe ## Create a Windows Defender ATP dashboard on Power BI service Windows Defender ATP makes it easy to create a Power BI dashboard by providing an option straight from the portal. -1. In the navigation pane, select **Settings** > **General** > **Power BI reports**. +1. In the navigation pane, select **Settings** > **Power BI reports**. 2. Click **Create dashboard**. @@ -127,7 +127,7 @@ You can create a custom dashboard in Power BI Desktop to create visualizations t ### Before you begin 1. Make sure you use Power BI Desktop June 2017 and above. [Download the latest version](https://powerbi.microsoft.com/en-us/desktop/). -2. In the navigation pane, select **Settings** > **General** > **Power BI reports**. +2. In the navigation pane, select **Settings** > **Power BI reports**. 3. Click **Download connector** to download the WDATPPowerBI.zip file and extract it. diff --git a/windows/security/threat-protection/windows-defender-atp/preview-settings-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/preview-settings-windows-defender-advanced-threat-protection.md index 61315574f8..1e36317ed3 100644 --- a/windows/security/threat-protection/windows-defender-atp/preview-settings-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/preview-settings-windows-defender-advanced-threat-protection.md @@ -28,7 +28,7 @@ ms.date: 04/24/2018 Turn on the preview experience setting to be among the first to try upcoming features. -1. In the navigation pane, select **Settings** > **Preview experience**. +1. In the navigation pane, select **Settings** > **Advanced features**. ![Image of settings and preview experience](images/atp-preview-features.png) diff --git a/windows/security/threat-protection/windows-defender-atp/preview-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/preview-windows-defender-advanced-threat-protection.md index 63395308fe..4b90b87fb8 100644 --- a/windows/security/threat-protection/windows-defender-atp/preview-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/preview-windows-defender-advanced-threat-protection.md @@ -36,7 +36,7 @@ You'll have access to upcoming features which you can provide feedback on to hel Turn on the preview experience setting to be among the first to try upcoming features. -1. In the navigation pane, select **Settings** > **General** > **Advanced features** > **Preview features**. +1. In the navigation pane, select **Settings** > **Advanced features** > **Preview features**. 2. Toggle the setting between **On** and **Off** and select **Save preferences**. From 2d5edc3e3a3f76a43892738ae80ec2fdefb4741b Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Tue, 8 May 2018 16:48:27 -0700 Subject: [PATCH 050/186] fix xref --- ...stigations-windows-defender-advanced-threat-protection.md | 5 ----- ...ine-groups-windows-defender-advanced-threat-protection.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md index 581eb3d49e..38abf1c81a 100644 --- a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md @@ -85,11 +85,6 @@ The default machine group is configured for semi-automatic remediation. This mea When a pending action is approved, the entity is then remediated and this new state is reflected in the **Entities** tab of the investigation. -## Understand the remediation levels for automated investigations -You can create machine groups and set remediation levels for automated investigations. The following table explains the various levels of remediations and the conditions associated with them. - - - ## Manage Automated investigations By default, the Automated investigations list displays investigations initiated in the last week. You can also choose to select other time ranges from the drop-down menu or specify a custom range. diff --git a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md index 83af29fb16..88190566eb 100644 --- a/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/machine-groups-windows-defender-advanced-threat-protection.md @@ -58,7 +58,7 @@ As part of the process of creating a machine group, you'll: - **Full - remediate threats automatically** >[!NOTE] - > For more information on automation levels, see Use Automated investigation to investigate and remediate threats. + > For more information on automation levels, see [Understand the Automated investigation flow](automated-investigations-windows-defender-advanced-threat-protection.md#understand-the-automated-investigation-flow). - **Description** - **Members** From 9750072d84d1135cab4f5070323f5a6963336a21 Mon Sep 17 00:00:00 2001 From: shuurajou Date: Wed, 9 May 2018 10:21:51 +0100 Subject: [PATCH 051/186] Corrected [Checked Out] prefix for [AGPM] From our experience, the prefix is [AGPM] on a checked out GPO that you'd use for testing, not [Checked Out]. --- mdop/agpm/use-a-test-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdop/agpm/use-a-test-environment.md b/mdop/agpm/use-a-test-environment.md index c9543a0a0c..a7ebad6170 100644 --- a/mdop/agpm/use-a-test-environment.md +++ b/mdop/agpm/use-a-test-environment.md @@ -20,7 +20,7 @@ If you use a testing organizational unit (OU) to test Group Policy objects (GPOs 1. While you have the GPO checked out for editing, in the **Group Policy Management Console**, click **Group Policy Objects** in the forest and domain in which you are managing GPOs. -2. Click the checked out copy of the GPO to be tested. The name will be preceded with **\[Checked Out\]**. (If it is not listed, click **Action**, then **Refresh**. Sort the names alphabetically, and **\[Checked Out\]** GPOs will typically appear at the top of the list.) +2. Click the checked out copy of the GPO to be tested. The name will be preceded with **\[AGPM\]**. (If it is not listed, click **Action**, then **Refresh**. Sort the names alphabetically, and **\[AGPM\]** GPOs will typically appear at the top of the list.) 3. Drag and drop the GPO to the test OU. From cc0414694d1f956359a89fc40cd1c55a513608c5 Mon Sep 17 00:00:00 2001 From: MikeBlodge Date: Wed, 9 May 2018 08:07:33 -0700 Subject: [PATCH 052/186] updating article title and redirection to the correct destination URL --- .openpublishing.redirection.json | 2 +- education/windows/change-to-pro-education.md | 2 +- education/windows/s-mode-switch-to-edu.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index d2662faa3b..2fdfd1d862 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -5182,7 +5182,7 @@ }, { "source_path": "education/windows/switch-to-pro-education.md", -"redirect_url": "/education/windows/s-mode-switch-to-edu", +"redirect_url": "/education/windows/change-to-pro-education", "redirect_document_id": true }, { diff --git a/education/windows/change-to-pro-education.md b/education/windows/change-to-pro-education.md index edc45a5585..fb3c861729 100644 --- a/education/windows/change-to-pro-education.md +++ b/education/windows/change-to-pro-education.md @@ -2,7 +2,7 @@ title: Change to Windows 10 Education from Windows 10 Pro description: Learn how IT Pros can opt into changing to Windows 10 Pro Education from Windows 10 Pro. keywords: change, free change, Windows 10 Pro to Windows 10 Pro Education, Windows 10 Pro to Windows 10 Pro Education, education customers, Windows 10 Pro Education, Windows 10 Pro -ms.prod: w10 +ms.prod: w10 ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library diff --git a/education/windows/s-mode-switch-to-edu.md b/education/windows/s-mode-switch-to-edu.md index b0aa743a7e..f46cbe5a83 100644 --- a/education/windows/s-mode-switch-to-edu.md +++ b/education/windows/s-mode-switch-to-edu.md @@ -4,7 +4,7 @@ description: Overview of Windows 10 Pro Education in S mode, switching options, keywords: Windows 10 Pro Education in S mode, S mode, system requirements, Overview, Windows 10 Pro in S mode, Education, EDU ms.mktglfcycl: deploy ms.localizationpriority: high -ms.prod: w10 +ms.prod: w10 ms.technology: Windows ms.sitesec: library ms.pagetype: edu @@ -12,7 +12,7 @@ ms.date: 04/30/2018 author: Mikeblodge --- -# Windows 10 Pro in S mode for Education +# Switch to Windows 10 Pro Education in S mode from Windows 10 Pro in S mode S mode is an enhanced security mode of Windows 10 – streamlined for security and superior performance. With Windows 10 in S mode, everyone can download and install Microsoft-verified apps from the Microsoft Store for Education – this keep devices running fast and secure day in and day out. From f21ab2b7f5d4ce59f789429f77df2b7fe56a1879 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Wed, 9 May 2018 08:50:11 -0700 Subject: [PATCH 053/186] Updated metadata date --- .../remove-provisioned-apps-during-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 05f5c3e3e8..05d1ae20c6 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -6,7 +6,7 @@ ms.mktglfcycl: deploy ms.sitesec: library ms.author: helohr author: HeidiLohr -ms.date: 05/08/2018 +ms.date: 05/09/2018 --- # How to keep apps removed from Windows 10 from returning during an update From ec7a7d729a8dec28907cbf8fe12e494a11702829 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Wed, 9 May 2018 10:24:09 -0700 Subject: [PATCH 054/186] updates from benny --- ...gations-windows-defender-advanced-threat-protection.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md index 38abf1c81a..4fb169c9e0 100644 --- a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md @@ -73,10 +73,10 @@ You can configure the following levels of automation: Automation level | Description :---|:--- Semi - require approval for any remediation | This is the default automation level.

An approval is needed for any remediation action. -Semi - require approval for non-temp folders remediation | An approval is required on files or executables that are not in temporary folders.

Files or executables in temporary folders such as the user's download folder or the user's temp folder we will automatically be remediated if needed. -Semi - require approval for non-temp folders remediation | An approval is required on files or executables that are in the operating system directories such as Windows folder and Program files folder.

Files or executables in all other folders will automatically remediate if needed. -Semi - require approval for core folders remediation | An approval is required on files or executables that are in the operating system directories such as Windows folder and Program files folder.

Files or executables in all other folders will automatically remediate if needed. -Full - remediate threats automatically | An approval is required on files or executables that are in the operating system directories such as Windows directory and Program files directory. +Semi - require approval for non-temp folders remediation | An approval is required on files or executables that are not in temporary folders.

Files or executables in temporary folders, such as the user's download folder or the user's temp folder, will get automatically remediated if needed. +Semi - require approval for non-temp folders remediation | An approval is required on files or executables that are in the operating system directories such as Windows folder and Program files folder.

Files or executables in all other folders will get automatically remediated if needed. +Semi - require approval for core folders remediation | An approval is required on files or executables that are in the operating system directories such as Windows folder and Program files folder.

Files or executables in all other folders will get automatically remediated if needed. +Full - remediate threats automatically | All remediation actions will be performed automatically. For more information, see [Create and manage machine groups](machine-groups-windows-defender-advanced-threat-protection.md). From c8371fb9841ed62c4605e00a4e9400088ba677fb Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Wed, 9 May 2018 11:12:41 -0700 Subject: [PATCH 055/186] update automation level descriptions --- ...gations-windows-defender-advanced-threat-protection.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md index 4fb169c9e0..71189cdf90 100644 --- a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md @@ -73,12 +73,12 @@ You can configure the following levels of automation: Automation level | Description :---|:--- Semi - require approval for any remediation | This is the default automation level.

An approval is needed for any remediation action. -Semi - require approval for non-temp folders remediation | An approval is required on files or executables that are not in temporary folders.

Files or executables in temporary folders, such as the user's download folder or the user's temp folder, will get automatically remediated if needed. -Semi - require approval for non-temp folders remediation | An approval is required on files or executables that are in the operating system directories such as Windows folder and Program files folder.

Files or executables in all other folders will get automatically remediated if needed. -Semi - require approval for core folders remediation | An approval is required on files or executables that are in the operating system directories such as Windows folder and Program files folder.

Files or executables in all other folders will get automatically remediated if needed. +Semi - require approval for non-temp folders remediation | An approval is required on files or executables that are not in temporary folders.

Files or executables in temporary folders, such as the user's download folder or the user's temp folder, will automatically be remediated if needed. +Semi - require approval for non-temp folders remediation | An approval is required on files or executables that are in the operating system directories such as Windows folder and Program files folder.

Files or executables in all other folders will automatically be remediated if needed. +Semi - require approval for core folders remediation | An approval is required on files or executables that are in the operating system directories such as Windows folder and Program files folder.

Files or executables in all other folders will automatically be remediated if needed. Full - remediate threats automatically | All remediation actions will be performed automatically. -For more information, see [Create and manage machine groups](machine-groups-windows-defender-advanced-threat-protection.md). +For more information on how to configure these automation levels, see [Create and manage machine groups](machine-groups-windows-defender-advanced-threat-protection.md). The default machine group is configured for semi-automatic remediation. This means that any malicious entity that needs to be remediated requires an approval and the investigation is added to the **Pending actions** section, this can be changed to fully automatic so that no user approval is needed. From 000a8779c4c2cddf1477b35cfa691f5a741d2795 Mon Sep 17 00:00:00 2001 From: Shawn Esterman Date: Wed, 9 May 2018 14:57:24 -0500 Subject: [PATCH 056/186] Removed unnecessary capitalization --- .../remove-provisioned-apps-during-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 05d1ae20c6..c2a958a5ee 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -22,7 +22,7 @@ To remove a provisioned app, you need to remove the provisioning package. The ap * If you removed the packages while the wim file was mounted when the device was offline. * If you removed the packages by running a PowerShell cmdlet on the device while Windows was online. Although the apps won't appear for new users, you'll still see the apps for the user account you signed in as. -When you remove a provisioned app, we create a registry key that tells Windows not to reinstall or update that app the next time Windows is updated. If the computer isn't online when you deprovision the app, then we don't create that registry key. (This behavior is fixed in Windows 10, version 1803. If you're running WIndows 10, version 1709, apply the latest security update to fix it.) +When you remove a provisioned app, we create a registry key that tells Windows not to reinstall or update that app the next time Windows is updated. If the computer isn't online when you deprovision the app, then we don't create that registry key. (This behavior is fixed in Windows 10, version 1803. If you're running Windows 10, version 1709, apply the latest security update to fix it.) >[!NOTE] >If you remove a provisioned app while Windows is online, it's only removed for *new users*—the user that you signed in as will still have that provisioned app. That's because the registry key created when you deprovision the app only applies to new users created *after* the key is created. This doesn't happen if you remove the provisioned app while Windows is offline. @@ -120,4 +120,4 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneMusic_8wekyb3d8bbwe] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.ZuneVideo_8wekyb3d8bbwe] -``` \ No newline at end of file +``` From 26bb8d617f73d8e8cd5e51c81c8cdddcdf57cca6 Mon Sep 17 00:00:00 2001 From: Alfredo Zorrilla Date: Wed, 9 May 2018 15:13:51 -0500 Subject: [PATCH 057/186] Update manage-users-and-groups-microsoft-store-for-business.md Currently the link to the O365 admin dashboard redirects customer to a help page (https://support.office.com/en-us/article/where-to-sign-in-to-office-365-for-business-e9eb7d51-5430-4929-91ab-6157c5a050b4?ui=en-US&rs=en-US&ad=US) which then prompts admins to sign in to the Office admin portal using the wrong link (www.office.com/signin). Admins cannot manage users from the signin page so it may cause confusion and create SR volume. The correct link to the Office admin portal is https://portal.office.com/adminportal. --- .../manage-users-and-groups-microsoft-store-for-business.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store-for-business/manage-users-and-groups-microsoft-store-for-business.md b/store-for-business/manage-users-and-groups-microsoft-store-for-business.md index 800ab20f14..e7b32fcbdb 100644 --- a/store-for-business/manage-users-and-groups-microsoft-store-for-business.md +++ b/store-for-business/manage-users-and-groups-microsoft-store-for-business.md @@ -35,8 +35,8 @@ For more information on Azure AD, see [About Office 365 and Azure Active Directo ## Add user accounts to your Azure AD directory If you created a new Azure AD directory when you signed up for Store for Business, you'll have a directory set up with one user account - the global administrator. That global administrator can add user accounts to your Azure AD directory. However, adding user accounts to your Azure AD directory will not give those employees access to Store for Business. You'll need to assign Store for Business roles to your employees. For more information, see [Roles and permissions in the Store for Business.](roles-and-permissions-microsoft-store-for-business.md) -You can use the [Office 365 admin dashboard](https://go.microsoft.com/fwlink/p/?LinkId=708616) or [Azure management portal](https://go.microsoft.com/fwlink/p/?LinkId=691086) to add user accounts to your Azure AD directory. If you'll be using Azure management portal, you'll need an active subscription to [Azure management portal](https://go.microsoft.com/fwlink/p/?LinkId=708617). +You can use the [Office 365 admin dashboard](https://portal.office.com/adminportal) or [Azure management portal](https://go.microsoft.com/fwlink/p/?LinkId=691086) to add user accounts to your Azure AD directory. If you'll be using Azure management portal, you'll need an active subscription to [Azure management portal](https://go.microsoft.com/fwlink/p/?LinkId=708617). For more information, see: - [Add user accounts using Office 365 admin dashboard](https://go.microsoft.com/fwlink/p/?LinkId=708618) -- [Add user accounts using Azure management portal](https://go.microsoft.com/fwlink/p/?LinkId=708619) \ No newline at end of file +- [Add user accounts using Azure management portal](https://go.microsoft.com/fwlink/p/?LinkId=708619) From cc541c9a50c5a767cd8795f766ba2abea5f83a19 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Wed, 9 May 2018 20:35:36 +0000 Subject: [PATCH 058/186] Merged PR 8067: fix typos fix typos --- windows/whats-new/whats-new-windows-10-version-1803.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/whats-new/whats-new-windows-10-version-1803.md b/windows/whats-new/whats-new-windows-10-version-1803.md index fe2284a767..e57c5d3284 100644 --- a/windows/whats-new/whats-new-windows-10-version-1803.md +++ b/windows/whats-new/whats-new-windows-10-version-1803.md @@ -6,7 +6,7 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: greg-lindsay -ms.date: 04/30/2018 +ms.date: 05/09/2018 ms.localizationpriority: high --- @@ -42,7 +42,7 @@ Some additional information about Windows 10 in S mode: - Microsoft-verified. All of your applications are verified by Microsoft for security and performance. - Performance that lasts. Start-ups are quick, and S mode is built to keep them that way. -- Choice and flexibility. Save your files to your favorite cloud, like OneDrive or DropBox, and access them from any device you choose. Browse the Microsoft Store for thousands of apps[] +- Choice and flexibility. Save your files to your favorite cloud, like OneDrive or DropBox, and access them from any device you choose. Browse the Microsoft Store for thousands of apps. - S mode, on a range of modern devices. Enjoy all the great Windows multi-tasking features, like snapping Windows, task view and virtual desktops on a range of S mode enabled devices. If you want to switch out of S mode, you will be able to do so at no charge, regardless of edition. Once you switch out of S mode, you cannot switch back. @@ -149,7 +149,7 @@ The OS uninstall period is a length of time that users are given when they can o - Windows Hello is part of the account protection pillar in Windows Defender Security Center. Account Protection will encourage password users to set up Windows Hello Face, Fingerprint or PIN for faster sign in, and will notify Dynamic lock users if Dynamic lock has stopped working because their phone or device Bluetooth is off. - You can set up Windows Hello from lock screen for MSA accounts. We’ve made it easier for Microsoft account users to set up Windows Hello on their devices for faster and more secure sign-in. Previously, you had to navigate deep into Settings to find Windows Hello. Now, you can set up Windows Hello Face, Fingerprint or PIN straight from your lock screen by clicking the Windows Hello tile under Sign-in options. - New [public API](https://docs.microsoft.com/en-us/uwp/api/windows.security.authentication.web.core.webauthenticationcoremanager.findallaccountsasync#Windows_Security_Authentication_Web_Core_WebAuthenticationCoreManager_FindAllAccountsAsync_Windows_Security_Credentials_WebAccountProvider_) for secondary account SSO for a particular identity provider. -- Is is easier to set up Dynamic lock, and WD SC actionable alerts have been added when Dynamic lock stops working (ex: phone Bluetooth is off). +- It is easier to set up Dynamic lock, and WD SC actionable alerts have been added when Dynamic lock stops working (ex: phone Bluetooth is off). For more information, see: [Windows Hello and FIDO2 Security Keys enable secure and easy authentication for shared devices](https://blogs.windows.com/business/2018/04/17/windows-hello-fido2-security-keys/#OdKBg3pwJQcEKCbJ.97) From 63a9b4a7ebd2a5a009ff93f786914a73d45a60b0 Mon Sep 17 00:00:00 2001 From: Alfredo Zorrilla Date: Wed, 9 May 2018 16:20:23 -0500 Subject: [PATCH 059/186] Update manage-users-and-groups-microsoft-store-for-business.md The existing link for Help article to add users accounts using OAC was pointing to a page that's no longer there. Updated to currently available help page. --- .../manage-users-and-groups-microsoft-store-for-business.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store-for-business/manage-users-and-groups-microsoft-store-for-business.md b/store-for-business/manage-users-and-groups-microsoft-store-for-business.md index e7b32fcbdb..1b72fd4358 100644 --- a/store-for-business/manage-users-and-groups-microsoft-store-for-business.md +++ b/store-for-business/manage-users-and-groups-microsoft-store-for-business.md @@ -38,5 +38,5 @@ If you created a new Azure AD directory when you signed up for Store for Busines You can use the [Office 365 admin dashboard](https://portal.office.com/adminportal) or [Azure management portal](https://go.microsoft.com/fwlink/p/?LinkId=691086) to add user accounts to your Azure AD directory. If you'll be using Azure management portal, you'll need an active subscription to [Azure management portal](https://go.microsoft.com/fwlink/p/?LinkId=708617). For more information, see: -- [Add user accounts using Office 365 admin dashboard](https://go.microsoft.com/fwlink/p/?LinkId=708618) +- [Add user accounts using Office 365 admin dashboard](https://support.office.com/en-us/article/add-users-individually-or-in-bulk-to-office-365-admin-help-1970f7d6-03b5-442f-b385-5880b9c256ec) - [Add user accounts using Azure management portal](https://go.microsoft.com/fwlink/p/?LinkId=708619) From 896c536cd9a32975b74d975f6e09d34a99fa8d2a Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Wed, 9 May 2018 15:35:27 -0700 Subject: [PATCH 060/186] offboard --- ...r-endpoints-windows-defender-advanced-threat-protection.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md index 792719609a..c843c3e78e 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-server-endpoints-windows-defender-advanced-threat-protection.md @@ -115,7 +115,9 @@ You’ll be able to onboard in the same method available for Windows 10 client m If the result is ‘The specified service does not exist as an installed service’, then you'll need to install Windows Defender AV. For more information, see [Windows Defender Antivirus in Windows 10](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-in-windows-10). ## Offboard servers -You have two options to offboard servers from the service: +You can offboard Windows Server, 1803 in the same method available for Windows 10 client machines. + +For other server versions, you have two options to offboard servers from the service: - Uninstall the MMA agent - Remove the Windows Defender ATP workspace configuration From a21ac97d5d57009d83fa80222f46b4dfa94f2f0a Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Wed, 9 May 2018 16:24:31 -0700 Subject: [PATCH 061/186] Updated Applies to info --- .../remove-provisioned-apps-during-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 05d1ae20c6..c130875772 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -10,9 +10,9 @@ ms.date: 05/09/2018 --- # How to keep apps removed from Windows 10 from returning during an update ->Applies to: Windows 10, version 1703; Windows 10 version 1709; Windows 10, version 1803 +>Applies to: Windows 10 (Semi-Annual Channel) -When you update a computer running Windows 10, version 1703 or 1709, you might see provisioned apps that you previously removed return post-update. This can happen if the computer was offline when you removed the apps. +When you update a computer running Windows 10, version 1703 or 1709, you might see provisioned apps that you previously removed return post-update. This can happen if the computer was offline when you removed the apps. This issue was fixed in Windows 10, version 1803. >[!NOTE] >This only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps, Microsoft Store apps, or LOB apps. From 02013f7c677493bed7318f701ad3cba0810c899d Mon Sep 17 00:00:00 2001 From: Patti Short Date: Wed, 9 May 2018 16:35:24 -0700 Subject: [PATCH 062/186] updated the metadata --- browsers/edge/change-history-for-microsoft-edge.md | 4 +++- browsers/edge/img-microsoft-edge-infographic-lg.md | 2 ++ browsers/edge/security-enhancements-microsoft-edge.md | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/browsers/edge/change-history-for-microsoft-edge.md b/browsers/edge/change-history-for-microsoft-edge.md index 1958fa170c..219f27ed38 100644 --- a/browsers/edge/change-history-for-microsoft-edge.md +++ b/browsers/edge/change-history-for-microsoft-edge.md @@ -5,7 +5,9 @@ ms.prod: edge ms.mktglfcycl: explore ms.sitesec: library ms.localizationpriority: high -ms.date: 09/19/2017 +ms.date: '' +ms.author: pashort +author: shortpatti --- # Change history for Microsoft Edge diff --git a/browsers/edge/img-microsoft-edge-infographic-lg.md b/browsers/edge/img-microsoft-edge-infographic-lg.md index e9d8b67cc2..cb3a42f1b9 100644 --- a/browsers/edge/img-microsoft-edge-infographic-lg.md +++ b/browsers/edge/img-microsoft-edge-infographic-lg.md @@ -2,6 +2,8 @@ description: A full-sized view of the Microsoft Edge infographic. title: Full-sized view of the Microsoft Edge infographic ms.date: 11/10/2016 +ms.author: pashort +author: shortpatti --- Return to: [Browser: Microsoft Edge and Internet Explorer 11](enterprise-guidance-using-microsoft-edge-and-ie11.md)
diff --git a/browsers/edge/security-enhancements-microsoft-edge.md b/browsers/edge/security-enhancements-microsoft-edge.md index 40952d55dc..2d9f3ad066 100644 --- a/browsers/edge/security-enhancements-microsoft-edge.md +++ b/browsers/edge/security-enhancements-microsoft-edge.md @@ -7,6 +7,8 @@ ms.pagetype: security title: Security enhancements for Microsoft Edge (Microsoft Edge for IT Pros) ms.localizationpriority: high ms.date: 10/16/2017 +ms.author: pashort +author: shortpatti --- # Security enhancements for Microsoft Edge From 9c1c8778acec0abc5c4f392e2cae403fe87b3cb3 Mon Sep 17 00:00:00 2001 From: Corey Plett Date: Thu, 10 May 2018 00:46:11 +0000 Subject: [PATCH 063/186] Merged PR 8068: new autopilot video new autopilot video --- .../windows-10-autopilot-demo-vm.md | 11 +++++++---- .../windows-autopilot/windows-10-autopilot.md | 13 ++++++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/windows/deployment/windows-autopilot/windows-10-autopilot-demo-vm.md b/windows/deployment/windows-autopilot/windows-10-autopilot-demo-vm.md index 9efe482c59..3314bb3171 100644 --- a/windows/deployment/windows-autopilot/windows-10-autopilot-demo-vm.md +++ b/windows/deployment/windows-autopilot/windows-10-autopilot-demo-vm.md @@ -7,9 +7,9 @@ ms.mktglfcycl: deploy ms.localizationpriority: high ms.sitesec: library ms.pagetype: deploy -author: DaniHalfin -ms.author: daniha -ms.date: 12/21/2017 +author: coreyp-at-msft +ms.author: coreyp +ms.date: 05/09/18 --- # Demo the Windows Autopilot Deployment Program on a Virtual Machine @@ -18,7 +18,10 @@ ms.date: 12/21/2017 - Windows 10 -In this topic you'll learn how to set-up a Windows Autopilot deployment for a Virtual Machine using Hyper-V. +In this topic you'll learn how to set-up a Windows Autopilot deployment for a Virtual Machine using Hyper-V. Watch the following video to see an overview of the process: + +
+ ## Prerequisites diff --git a/windows/deployment/windows-autopilot/windows-10-autopilot.md b/windows/deployment/windows-autopilot/windows-10-autopilot.md index 8c15ecda5f..2ba3acaf9e 100644 --- a/windows/deployment/windows-autopilot/windows-10-autopilot.md +++ b/windows/deployment/windows-autopilot/windows-10-autopilot.md @@ -7,9 +7,9 @@ ms.mktglfcycl: deploy ms.localizationpriority: high ms.sitesec: library ms.pagetype: deploy -author: DaniHalfin -ms.author: daniha -ms.date: 05/17/2018 +author: coreyp-at-msft +ms.author: coreyp +ms.date: 05/09/2018 --- # Overview of Windows Autopilot @@ -21,7 +21,10 @@ ms.date: 05/17/2018 Windows Autopilot is a collection of technologies used to set up and pre-configure new devices, getting them ready for productive use. In addition, you can use Windows Autopilot to reset, repurpose and recover devices.
This solution enables an IT department to achieve the above with little to no infrastructure to manage, with a process that's easy and simple. -For a quick overview of the +The following video shows the process of setting up Autopilot: + +
+ ## Benefits of Windows Autopilot @@ -71,7 +74,7 @@ MDM enrollment ensures policies are applied, apps are installed and setting are #### Device registration and OOBE customization -In order to register devices, you will need to acquire their hardware ID and register it. We are actively working with various hardware vendors to enable them to provide the required information to you, or upload it on your behalf. +To register devices, you will need to acquire their hardware ID and register it. We are actively working with various hardware vendors to enable them to provide the required information to you, or upload it on your behalf. If you would like to capture that information by yourself, you can use the [Get-WindowsAutopilotInfo PowerShell script](https://www.powershellgallery.com/packages/Get-WindowsAutopilotInfo), which will generate a .csv file with the device's hardware ID. From e7e1d842ccd506fd8b5a4fc930438c8bb00472d9 Mon Sep 17 00:00:00 2001 From: Jeanie Decker Date: Thu, 10 May 2018 14:31:32 +0000 Subject: [PATCH 064/186] Merged PR 8095: update metadata and add a redirect for old topic --- .openpublishing.redirection.json | 5 + devices/hololens/change-history-hololens.md | 2 + devices/hololens/hololens-encryption.md | 2 + devices/hololens/hololens-enroll-mdm.md | 2 + devices/hololens/hololens-install-apps.md | 2 + devices/hololens/hololens-kiosk.md | 2 + devices/hololens/hololens-multiple-users.md | 2 + devices/hololens/hololens-provisioning.md | 2 + .../hololens/hololens-public-preview-apps.md | 2 + devices/hololens/hololens-requirements.md | 2 + devices/hololens/hololens-setup.md | 2 + devices/hololens/hololens-updates.md | 2 + .../hololens/hololens-upgrade-enterprise.md | 2 + devices/hololens/hololens-whats-new.md | 2 + devices/hololens/index.md | 2 + .../surface-hub/accessibility-surface-hub.md | 1 + .../admin-group-management-for-surface-hub.md | 1 + ...ix-a-powershell-scripts-for-surface-hub.md | 1 + ...olicies-for-surface-hub-device-accounts.md | 1 + .../surface-hub/change-history-surface-hub.md | 1 + .../change-surface-hub-device-account.md | 1 + .../connect-and-display-with-surface-hub.md | 1 + ...reate-a-device-account-using-office-365.md | 1 + ...e-and-test-a-device-account-surface-hub.md | 1 + .../surface-hub/device-reset-surface-hub.md | 1 + ...n-surface-hub-and-windows-10-enterprise.md | 1 + .../enable-8021x-wired-authentication.md | 1 + ...perties-for-surface-hub-device-accounts.md | 1 + .../finishing-your-surface-hub-meeting.md | 1 + .../first-run-program-surface-hub.md | 1 + ...-deployment-surface-hub-device-accounts.md | 1 + devices/surface-hub/index.md | 1 + .../install-apps-on-surface-hub.md | 1 + .../local-management-surface-hub-settings.md | 1 + ...anage-settings-with-mdm-for-surface-hub.md | 1 + .../manage-surface-hub-settings.md | 1 + devices/surface-hub/manage-surface-hub.md | 1 + .../manage-windows-updates-for-surface-hub.md | 1 + .../miracast-over-infrastructure.md | 1 + .../surface-hub/miracast-troubleshooting.md | 1 + devices/surface-hub/monitor-surface-hub.md | 1 + ...-deployment-surface-hub-device-accounts.md | 1 + ...ses-deployment-surface-hub-multi-forest.md | 1 + ...-deployment-surface-hub-device-accounts.md | 1 + ...agement-for-surface-hub-device-accounts.md | 1 + ...sically-install-your-surface-hub-device.md | 1 + ...repare-your-environment-for-surface-hub.md | 1 + .../provisioning-packages-for-surface-hub.md | 1 + .../remote-surface-hub-management.md | 1 + .../save-bitlocker-key-surface-hub.md | 1 + .../surface-hub/set-up-your-surface-hub.md | 1 + .../setup-worksheet-surface-hub.md | 1 + devices/surface-hub/skype-hybrid-voice.md | 1 + .../support-solutions-surface-hub.md | 1 + .../surface-hub-authenticator-app.md | 1 + devices/surface-hub/surface-hub-downloads.md | 1 + devices/surface-hub/surface-hub-start-menu.md | 1 + .../surface-hub/surface-hub-wifi-direct.md | 1 + .../surface-hub/surfacehub-whats-new-1703.md | 1 + .../surface-hub/troubleshoot-surface-hub.md | 1 + ...fully-qualified-domain-name-surface-hub.md | 1 + ...se-room-control-system-with-surface-hub.md | 1 + .../surface-hub/whiteboard-collaboration.md | 1 + ...less-network-management-for-surface-hub.md | 1 + ...efi-security-features-for-surface-pro-3.md | 2 + devices/surface/change-history-for-surface.md | 2 + ...and-system-center-configuration-manager.md | 2 + ...tomize-the-oobe-for-surface-deployments.md | 2 + ...ace-app-with-windows-store-for-business.md | 2 + ...irmware-and-drivers-for-surface-devices.md | 1 + ...-windows-10-to-surface-devices-with-mdt.md | 2 + devices/surface/deploy.md | 1 + ...-fast-and-cisco-leap-on-surface-devices.md | 2 + ...and-configure-surface-devices-with-semm.md | 2 + ...-adapters-and-surface-device-deployment.md | 2 + devices/surface/index.md | 2 + devices/surface/ltsb-for-surface.md | 2 + .../manage-surface-dock-firmware-updates.md | 2 + .../manage-surface-pro-3-firmware-updates.md | 2 + .../surface/manage-surface-uefi-settings.md | 2 + .../surface/microsoft-surface-data-eraser.md | 1 + ...icrosoft-surface-deployment-accelerator.md | 2 + ...-by-step-surface-deployment-accelerator.md | 2 + devices/surface/support-solutions-surface.md | 1 + ...vice-compatibility-with-windows-10-ltsc.md | 1 + devices/surface/surface-dock-updater.md | 1 + .../surface-enterprise-management-mode.md | 2 + .../unenroll-surface-devices-from-semm.md | 2 + devices/surface/update.md | 2 + ...-surface-devices-to-windows-10-with-mdt.md | 2 + ...ion-manager-to-manage-devices-with-semm.md | 2 + .../surface/using-the-sda-deployment-share.md | 2 + .../wake-on-lan-for-surface-devices.md | 1 + .../windows-autopilot-and-surface-devices.md | 1 + ...ange-history-for-application-management.md | 2 + .../manage-windows-mixed-reality.md | 1 + ...change-history-for-configure-windows-10.md | 2 + ...changes-to-start-policies-in-windows-10.md | 4 +- .../configure-devices-without-mdm.md | 203 ------------------ .../configure-windows-10-taskbar.md | 2 + .../customize-and-export-start-layout.md | 2 + ...-10-start-screens-by-using-group-policy.md | 1 + ...reens-by-using-mobile-device-management.md | 2 + ...-by-using-provisioning-packages-and-icd.md | 2 + .../guidelines-for-assigned-access-app.md | 1 + windows/configuration/index.md | 2 + windows/configuration/kiosk-shared-pc.md | 2 + windows/configuration/kiosk-xml.md | 1 + .../lock-down-windows-10-applocker.md | 1 + .../lock-down-windows-10-to-specific-apps.md | 1 + .../lockdown-features-windows-10.md | 2 + .../manage-tips-and-suggestions.md | 2 + .../mobile-devices/configure-mobile.md | 4 +- .../mobile-devices/lockdown-xml.md | 4 +- .../mobile-lockdown-designer.md | 2 + .../product-ids-in-windows-10-mobile.md | 4 +- .../provisioning-configure-mobile.md | 4 +- .../mobile-devices/provisioning-nfc.md | 4 +- .../provisioning-package-splitter.md | 4 +- ...kiosk-for-windows-10-for-mobile-edition.md | 4 +- .../settings-that-can-be-locked-down.md | 4 +- .../mobile-devices/start-layout-xml-mobile.md | 4 +- .../multi-app-kiosk-troubleshoot.md | 1 + windows/configuration/provisioning-apn.md | 2 + ...can-use-configuration-service-providers.md | 2 + .../provision-pcs-for-initial-deployment.md | 2 + ...rovision-pcs-with-apps-and-certificates.md | 2 + .../provision-pcs-with-apps.md | 1 + .../provisioning-apply-package.md | 2 + .../provisioning-command-line.md | 2 + .../provisioning-create-package.md | 2 + .../provisioning-how-it-works.md | 2 + .../provisioning-install-icd.md | 2 + .../provisioning-multivariant.md | 1 + .../provisioning-packages.md | 2 + .../provisioning-powershell.md | 2 + .../provisioning-script-to-install-app.md | 2 + .../provisioning-uninstall-package.md | 2 + .../set-up-shared-or-guest-pc.md | 2 + .../setup-kiosk-digital-signage.md | 2 + .../configuration/start-layout-xml-desktop.md | 1 + .../configuration/start-secondary-tiles.md | 2 + .../configuration/start-taskbar-lockscreen.md | 2 + .../wcd/wcd-accountmanagement.md | 1 + windows/configuration/wcd/wcd-accounts.md | 1 + .../configuration/wcd/wcd-admxingestion.md | 1 + .../wcd/wcd-applicationmanagement.md | 1 + .../configuration/wcd/wcd-assignedaccess.md | 1 + .../configuration/wcd/wcd-automatictime.md | 1 + windows/configuration/wcd/wcd-browser.md | 1 + .../wcd/wcd-callandmessagingenhancement.md | 1 + windows/configuration/wcd/wcd-calling.md | 1 + windows/configuration/wcd/wcd-cellcore.md | 1 + windows/configuration/wcd/wcd-cellular.md | 1 + windows/configuration/wcd/wcd-certificates.md | 1 + windows/configuration/wcd/wcd-cleanpc.md | 1 + windows/configuration/wcd/wcd-connections.md | 1 + .../wcd/wcd-connectivityprofiles.md | 1 + .../configuration/wcd/wcd-countryandregion.md | 1 + .../wcd/wcd-desktopbackgroundandcolors.md | 1 + .../configuration/wcd/wcd-developersetup.md | 1 + .../configuration/wcd/wcd-deviceformfactor.md | 1 + windows/configuration/wcd/wcd-deviceinfo.md | 1 + .../configuration/wcd/wcd-devicemanagement.md | 1 + windows/configuration/wcd/wcd-dmclient.md | 1 + .../configuration/wcd/wcd-editionupgrade.md | 1 + .../wcd/wcd-embeddedlockdownprofiles.md | 1 + .../wcd/wcd-firewallconfiguration.md | 1 + .../configuration/wcd/wcd-firstexperience.md | 1 + windows/configuration/wcd/wcd-folders.md | 1 + windows/configuration/wcd/wcd-hotspot.md | 1 + windows/configuration/wcd/wcd-initialsetup.md | 1 + .../configuration/wcd/wcd-internetexplorer.md | 1 + windows/configuration/wcd/wcd-licensing.md | 1 + windows/configuration/wcd/wcd-maps.md | 1 + windows/configuration/wcd/wcd-messaging.md | 1 + .../wcd/wcd-modemconfigurations.md | 1 + windows/configuration/wcd/wcd-multivariant.md | 1 + windows/configuration/wcd/wcd-networkproxy.md | 1 + .../configuration/wcd/wcd-networkqospolicy.md | 1 + windows/configuration/wcd/wcd-nfc.md | 1 + windows/configuration/wcd/wcd-oobe.md | 1 + windows/configuration/wcd/wcd-otherassets.md | 1 + .../configuration/wcd/wcd-personalization.md | 1 + windows/configuration/wcd/wcd-policies.md | 1 + .../wcd/wcd-provisioningcommands.md | 1 + windows/configuration/wcd/wcd-rcspresence.md | 1 + windows/configuration/wcd/wcd-sharedpc.md | 1 + windows/configuration/wcd/wcd-shell.md | 1 + windows/configuration/wcd/wcd-smisettings.md | 1 + windows/configuration/wcd/wcd-start.md | 1 + windows/configuration/wcd/wcd-startupapp.md | 1 + .../wcd/wcd-startupbackgroundtasks.md | 1 + .../wcd/wcd-surfacehubmanagement.md | 1 + windows/configuration/wcd/wcd-tabletmode.md | 1 + windows/configuration/wcd/wcd-takeatest.md | 1 + windows/configuration/wcd/wcd-textinput.md | 1 + windows/configuration/wcd/wcd-theme.md | 1 + .../wcd/wcd-unifiedwritefilter.md | 1 + .../wcd/wcd-universalappinstall.md | 1 + .../wcd/wcd-universalappuninstall.md | 1 + .../wcd/wcd-usberrorsoemoverride.md | 1 + windows/configuration/wcd/wcd-weakcharger.md | 1 + .../wcd/wcd-windowsteamsettings.md | 1 + windows/configuration/wcd/wcd-wlan.md | 1 + windows/configuration/wcd/wcd-workplace.md | 1 + windows/configuration/wcd/wcd.md | 1 + ...ws-10-start-layout-options-and-policies.md | 2 + windows/configuration/windows-spotlight.md | 2 + 209 files changed, 298 insertions(+), 213 deletions(-) delete mode 100644 windows/configuration/configure-devices-without-mdm.md diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 2fdfd1d862..19bd2e1ad9 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -6406,6 +6406,11 @@ "redirect_document_id": true }, { +"source_path": "windows/configuration/configure-devices-without-mdm.md", +"redirect_url": "/windows/configuration/provisioning-packages/provisioning-packages", +"redirect_document_id": true +}, +{ "source_path": "windows/configure/configure-mobile.md", "redirect_url": "/windows/configuration/mobile-devices/configure-mobile", "redirect_document_id": true diff --git a/devices/hololens/change-history-hololens.md b/devices/hololens/change-history-hololens.md index e9abc352f2..f6aa6b8e4b 100644 --- a/devices/hololens/change-history-hololens.md +++ b/devices/hololens/change-history-hololens.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 05/07/2018 --- diff --git a/devices/hololens/hololens-encryption.md b/devices/hololens/hololens-encryption.md index a673506578..c600771609 100644 --- a/devices/hololens/hololens-encryption.md +++ b/devices/hololens/hololens-encryption.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 12/20/2017 --- diff --git a/devices/hololens/hololens-enroll-mdm.md b/devices/hololens/hololens-enroll-mdm.md index db28187680..fde1f15636 100644 --- a/devices/hololens/hololens-enroll-mdm.md +++ b/devices/hololens/hololens-enroll-mdm.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/devices/hololens/hololens-install-apps.md b/devices/hololens/hololens-install-apps.md index badec3873c..d33b78b2a9 100644 --- a/devices/hololens/hololens-install-apps.md +++ b/devices/hololens/hololens-install-apps.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 12/20/2017 --- diff --git a/devices/hololens/hololens-kiosk.md b/devices/hololens/hololens-kiosk.md index d17932da87..9f27559d39 100644 --- a/devices/hololens/hololens-kiosk.md +++ b/devices/hololens/hololens-kiosk.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 04/30/2018 --- diff --git a/devices/hololens/hololens-multiple-users.md b/devices/hololens/hololens-multiple-users.md index b4ed3c8b1c..6a533c8cdf 100644 --- a/devices/hololens/hololens-multiple-users.md +++ b/devices/hololens/hololens-multiple-users.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 04/30/2018 --- diff --git a/devices/hololens/hololens-provisioning.md b/devices/hololens/hololens-provisioning.md index 8054d4f82d..107374e956 100644 --- a/devices/hololens/hololens-provisioning.md +++ b/devices/hololens/hololens-provisioning.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 04/30/2018 --- diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 81a061b5ac..753f0f8f20 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: alhopper +ms.author: alhopper +ms.topic: article ms.localizationpriority: medium ms.date: 05/08/2018 --- diff --git a/devices/hololens/hololens-requirements.md b/devices/hololens/hololens-requirements.md index c6061e863f..d9d44b45ba 100644 --- a/devices/hololens/hololens-requirements.md +++ b/devices/hololens/hololens-requirements.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/devices/hololens/hololens-setup.md b/devices/hololens/hololens-setup.md index 3fa1130923..513cc01e01 100644 --- a/devices/hololens/hololens-setup.md +++ b/devices/hololens/hololens-setup.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/devices/hololens/hololens-updates.md b/devices/hololens/hololens-updates.md index e7e0c89ac7..7edc38eadb 100644 --- a/devices/hololens/hololens-updates.md +++ b/devices/hololens/hololens-updates.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 04/30/2018 --- diff --git a/devices/hololens/hololens-upgrade-enterprise.md b/devices/hololens/hololens-upgrade-enterprise.md index 3beed8592e..8a242444e4 100644 --- a/devices/hololens/hololens-upgrade-enterprise.md +++ b/devices/hololens/hololens-upgrade-enterprise.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 04/30/2018 --- diff --git a/devices/hololens/hololens-whats-new.md b/devices/hololens/hololens-whats-new.md index 00e18e5b12..ca33540e0c 100644 --- a/devices/hololens/hololens-whats-new.md +++ b/devices/hololens/hololens-whats-new.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 04/30/2018 --- diff --git a/devices/hololens/index.md b/devices/hololens/index.md index e362576abb..e55d7d272d 100644 --- a/devices/hololens/index.md +++ b/devices/hololens/index.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: hololens, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 05/07/2018 --- diff --git a/devices/surface-hub/accessibility-surface-hub.md b/devices/surface-hub/accessibility-surface-hub.md index 0e4f926262..3fbf1e269e 100644 --- a/devices/surface-hub/accessibility-surface-hub.md +++ b/devices/surface-hub/accessibility-surface-hub.md @@ -9,6 +9,7 @@ ms.pagetype: surfacehub ms.sitesec: library author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 08/16/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/admin-group-management-for-surface-hub.md b/devices/surface-hub/admin-group-management-for-surface-hub.md index cd6644429f..2803f47304 100644 --- a/devices/surface-hub/admin-group-management-for-surface-hub.md +++ b/devices/surface-hub/admin-group-management-for-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub, security author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md index 4f299c72fd..36df6680a5 100644 --- a/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md +++ b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 01/10/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/apply-activesync-policies-for-surface-hub-device-accounts.md b/devices/surface-hub/apply-activesync-policies-for-surface-hub-device-accounts.md index 3ea97cffed..cd10c695db 100644 --- a/devices/surface-hub/apply-activesync-policies-for-surface-hub-device-accounts.md +++ b/devices/surface-hub/apply-activesync-policies-for-surface-hub-device-accounts.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/change-history-surface-hub.md b/devices/surface-hub/change-history-surface-hub.md index c3ab437724..65ebd4f756 100644 --- a/devices/surface-hub/change-history-surface-hub.md +++ b/devices/surface-hub/change-history-surface-hub.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 03/06/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/change-surface-hub-device-account.md b/devices/surface-hub/change-surface-hub-device-account.md index 5b3d1e35db..9e7f3c004d 100644 --- a/devices/surface-hub/change-surface-hub-device-account.md +++ b/devices/surface-hub/change-surface-hub-device-account.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/connect-and-display-with-surface-hub.md b/devices/surface-hub/connect-and-display-with-surface-hub.md index dd8d127472..225d3e235a 100644 --- a/devices/surface-hub/connect-and-display-with-surface-hub.md +++ b/devices/surface-hub/connect-and-display-with-surface-hub.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/create-a-device-account-using-office-365.md b/devices/surface-hub/create-a-device-account-using-office-365.md index 5fc4dd60a1..cc1d0ec9cd 100644 --- a/devices/surface-hub/create-a-device-account-using-office-365.md +++ b/devices/surface-hub/create-a-device-account-using-office-365.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 05/04/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/create-and-test-a-device-account-surface-hub.md b/devices/surface-hub/create-and-test-a-device-account-surface-hub.md index cc5d233b08..cc60ff723c 100644 --- a/devices/surface-hub/create-and-test-a-device-account-surface-hub.md +++ b/devices/surface-hub/create-and-test-a-device-account-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 03/06/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/device-reset-surface-hub.md b/devices/surface-hub/device-reset-surface-hub.md index a595ea198c..bf70666e38 100644 --- a/devices/surface-hub/device-reset-surface-hub.md +++ b/devices/surface-hub/device-reset-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/differences-between-surface-hub-and-windows-10-enterprise.md b/devices/surface-hub/differences-between-surface-hub-and-windows-10-enterprise.md index 61120d6a25..40c7b012de 100644 --- a/devices/surface-hub/differences-between-surface-hub-and-windows-10-enterprise.md +++ b/devices/surface-hub/differences-between-surface-hub-and-windows-10-enterprise.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: isaiahng ms.author: jdecker +ms.topic: article ms.date: 11/01/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/enable-8021x-wired-authentication.md b/devices/surface-hub/enable-8021x-wired-authentication.md index e23860d5ba..ff69e90418 100644 --- a/devices/surface-hub/enable-8021x-wired-authentication.md +++ b/devices/surface-hub/enable-8021x-wired-authentication.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 11/15/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/exchange-properties-for-surface-hub-device-accounts.md b/devices/surface-hub/exchange-properties-for-surface-hub-device-accounts.md index 1c936f687a..40f93af750 100644 --- a/devices/surface-hub/exchange-properties-for-surface-hub-device-accounts.md +++ b/devices/surface-hub/exchange-properties-for-surface-hub-device-accounts.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/finishing-your-surface-hub-meeting.md b/devices/surface-hub/finishing-your-surface-hub-meeting.md index 7ef7ca904e..bfc104fa22 100644 --- a/devices/surface-hub/finishing-your-surface-hub-meeting.md +++ b/devices/surface-hub/finishing-your-surface-hub-meeting.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/first-run-program-surface-hub.md b/devices/surface-hub/first-run-program-surface-hub.md index b0d0d183ef..d488122210 100644 --- a/devices/surface-hub/first-run-program-surface-hub.md +++ b/devices/surface-hub/first-run-program-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md b/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md index b464e456dc..eabfb6c6cd 100644 --- a/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md +++ b/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 04/12/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/index.md b/devices/surface-hub/index.md index 06c8519cfc..e966b4a42f 100644 --- a/devices/surface-hub/index.md +++ b/devices/surface-hub/index.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 09/07/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/install-apps-on-surface-hub.md b/devices/surface-hub/install-apps-on-surface-hub.md index b0737d1f6b..69f12c9881 100644 --- a/devices/surface-hub/install-apps-on-surface-hub.md +++ b/devices/surface-hub/install-apps-on-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub, store author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 10/20/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/local-management-surface-hub-settings.md b/devices/surface-hub/local-management-surface-hub-settings.md index c59fd9ac8a..9bff610bcf 100644 --- a/devices/surface-hub/local-management-surface-hub-settings.md +++ b/devices/surface-hub/local-management-surface-hub-settings.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md b/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md index d81d9cfc72..a21025c060 100644 --- a/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md +++ b/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub, mobility author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 03/07/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/manage-surface-hub-settings.md b/devices/surface-hub/manage-surface-hub-settings.md index c79f175559..a4a53440fb 100644 --- a/devices/surface-hub/manage-surface-hub-settings.md +++ b/devices/surface-hub/manage-surface-hub-settings.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/manage-surface-hub.md b/devices/surface-hub/manage-surface-hub.md index 612bdeb704..6f90968880 100644 --- a/devices/surface-hub/manage-surface-hub.md +++ b/devices/surface-hub/manage-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 01/17/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/manage-windows-updates-for-surface-hub.md b/devices/surface-hub/manage-windows-updates-for-surface-hub.md index 0de4ed8d77..d3e78f1ff7 100644 --- a/devices/surface-hub/manage-windows-updates-for-surface-hub.md +++ b/devices/surface-hub/manage-windows-updates-for-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 11/03/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/miracast-over-infrastructure.md b/devices/surface-hub/miracast-over-infrastructure.md index 341ce3a1d0..a6a44e2d03 100644 --- a/devices/surface-hub/miracast-over-infrastructure.md +++ b/devices/surface-hub/miracast-over-infrastructure.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 08/03/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/miracast-troubleshooting.md b/devices/surface-hub/miracast-troubleshooting.md index f8843ffe57..3c6c085881 100644 --- a/devices/surface-hub/miracast-troubleshooting.md +++ b/devices/surface-hub/miracast-troubleshooting.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/monitor-surface-hub.md b/devices/surface-hub/monitor-surface-hub.md index 7fe0d6aeff..6b10bdc4c5 100644 --- a/devices/surface-hub/monitor-surface-hub.md +++ b/devices/surface-hub/monitor-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/on-premises-deployment-surface-hub-device-accounts.md b/devices/surface-hub/on-premises-deployment-surface-hub-device-accounts.md index 7c6a90015d..6b3031daf5 100644 --- a/devices/surface-hub/on-premises-deployment-surface-hub-device-accounts.md +++ b/devices/surface-hub/on-premises-deployment-surface-hub-device-accounts.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 04/13/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/on-premises-deployment-surface-hub-multi-forest.md b/devices/surface-hub/on-premises-deployment-surface-hub-multi-forest.md index 9456eb9891..dd4e285e06 100644 --- a/devices/surface-hub/on-premises-deployment-surface-hub-multi-forest.md +++ b/devices/surface-hub/on-premises-deployment-surface-hub-multi-forest.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/online-deployment-surface-hub-device-accounts.md b/devices/surface-hub/online-deployment-surface-hub-device-accounts.md index 6a314c317a..c253d82d11 100644 --- a/devices/surface-hub/online-deployment-surface-hub-device-accounts.md +++ b/devices/surface-hub/online-deployment-surface-hub-device-accounts.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 02/21/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/password-management-for-surface-hub-device-accounts.md b/devices/surface-hub/password-management-for-surface-hub-device-accounts.md index 859034da95..c17507564e 100644 --- a/devices/surface-hub/password-management-for-surface-hub-device-accounts.md +++ b/devices/surface-hub/password-management-for-surface-hub-device-accounts.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub, security author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/physically-install-your-surface-hub-device.md b/devices/surface-hub/physically-install-your-surface-hub-device.md index dc9cdf25ad..fb4c19723b 100644 --- a/devices/surface-hub/physically-install-your-surface-hub-device.md +++ b/devices/surface-hub/physically-install-your-surface-hub-device.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub, readiness author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/prepare-your-environment-for-surface-hub.md b/devices/surface-hub/prepare-your-environment-for-surface-hub.md index cef7042de1..5ac57b764e 100644 --- a/devices/surface-hub/prepare-your-environment-for-surface-hub.md +++ b/devices/surface-hub/prepare-your-environment-for-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 12/04/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/provisioning-packages-for-surface-hub.md b/devices/surface-hub/provisioning-packages-for-surface-hub.md index b357f97f9c..8646da068a 100644 --- a/devices/surface-hub/provisioning-packages-for-surface-hub.md +++ b/devices/surface-hub/provisioning-packages-for-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/remote-surface-hub-management.md b/devices/surface-hub/remote-surface-hub-management.md index e57046e72c..d4b921b254 100644 --- a/devices/surface-hub/remote-surface-hub-management.md +++ b/devices/surface-hub/remote-surface-hub-management.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/save-bitlocker-key-surface-hub.md b/devices/surface-hub/save-bitlocker-key-surface-hub.md index a872c380d5..5fedc2bf80 100644 --- a/devices/surface-hub/save-bitlocker-key-surface-hub.md +++ b/devices/surface-hub/save-bitlocker-key-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub, security author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/set-up-your-surface-hub.md b/devices/surface-hub/set-up-your-surface-hub.md index 4a88209a97..876fd56138 100644 --- a/devices/surface-hub/set-up-your-surface-hub.md +++ b/devices/surface-hub/set-up-your-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/setup-worksheet-surface-hub.md b/devices/surface-hub/setup-worksheet-surface-hub.md index 06234fe14a..f74f466fe8 100644 --- a/devices/surface-hub/setup-worksheet-surface-hub.md +++ b/devices/surface-hub/setup-worksheet-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/skype-hybrid-voice.md b/devices/surface-hub/skype-hybrid-voice.md index 4f3303c2c2..8ad23c643f 100644 --- a/devices/surface-hub/skype-hybrid-voice.md +++ b/devices/surface-hub/skype-hybrid-voice.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/support-solutions-surface-hub.md b/devices/surface-hub/support-solutions-surface-hub.md index 6b03449a2e..b40eaef7de 100644 --- a/devices/surface-hub/support-solutions-surface-hub.md +++ b/devices/surface-hub/support-solutions-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: kaushika-msft ms.author: jdecker +ms.topic: article ms.date: 10/24/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/surface-hub-authenticator-app.md b/devices/surface-hub/surface-hub-authenticator-app.md index 4e76e525e0..b4bbecf00d 100644 --- a/devices/surface-hub/surface-hub-authenticator-app.md +++ b/devices/surface-hub/surface-hub-authenticator-app.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 08/28/2017 localizationpriority: medium --- diff --git a/devices/surface-hub/surface-hub-downloads.md b/devices/surface-hub/surface-hub-downloads.md index 71706b04fe..0f35d022a9 100644 --- a/devices/surface-hub/surface-hub-downloads.md +++ b/devices/surface-hub/surface-hub-downloads.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 08/22/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/surface-hub-start-menu.md b/devices/surface-hub/surface-hub-start-menu.md index 07671c8e12..1be0ee8978 100644 --- a/devices/surface-hub/surface-hub-start-menu.md +++ b/devices/surface-hub/surface-hub-start-menu.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 01/17/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/surface-hub-wifi-direct.md b/devices/surface-hub/surface-hub-wifi-direct.md index 87de677e90..3f933415fc 100644 --- a/devices/surface-hub/surface-hub-wifi-direct.md +++ b/devices/surface-hub/surface-hub-wifi-direct.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/surfacehub-whats-new-1703.md b/devices/surface-hub/surfacehub-whats-new-1703.md index 59ced8ff5d..5c18d5d2d8 100644 --- a/devices/surface-hub/surfacehub-whats-new-1703.md +++ b/devices/surface-hub/surfacehub-whats-new-1703.md @@ -7,6 +7,7 @@ ms.pagetype: devices ms.sitesec: library author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 01/18/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/troubleshoot-surface-hub.md b/devices/surface-hub/troubleshoot-surface-hub.md index 1056ed9472..d33bb2ca55 100644 --- a/devices/surface-hub/troubleshoot-surface-hub.md +++ b/devices/surface-hub/troubleshoot-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 03/16/2018 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md b/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md index b108f07936..8ae6d82f72 100644 --- a/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md +++ b/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md @@ -4,6 +4,7 @@ description: Troubleshoot common problems, including setup issues, Exchange Acti keywords: ["Troubleshoot common problems", "setup issues", "Exchange ActiveSync errors"] author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium ms.prod: w10 diff --git a/devices/surface-hub/use-room-control-system-with-surface-hub.md b/devices/surface-hub/use-room-control-system-with-surface-hub.md index 2ab4e26c88..8bcdde0580 100644 --- a/devices/surface-hub/use-room-control-system-with-surface-hub.md +++ b/devices/surface-hub/use-room-control-system-with-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/whiteboard-collaboration.md b/devices/surface-hub/whiteboard-collaboration.md index 7ad560c77e..dd9606c9c3 100644 --- a/devices/surface-hub/whiteboard-collaboration.md +++ b/devices/surface-hub/whiteboard-collaboration.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 10/20/2017 ms.localizationpriority: medium --- diff --git a/devices/surface-hub/wireless-network-management-for-surface-hub.md b/devices/surface-hub/wireless-network-management-for-surface-hub.md index b9348bc48d..c7aac74ce4 100644 --- a/devices/surface-hub/wireless-network-management-for-surface-hub.md +++ b/devices/surface-hub/wireless-network-management-for-surface-hub.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub, networking author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 ms.localizationpriority: medium --- diff --git a/devices/surface/advanced-uefi-security-features-for-surface-pro-3.md b/devices/surface/advanced-uefi-security-features-for-surface-pro-3.md index 4e5dde8200..0ee3c45774 100644 --- a/devices/surface/advanced-uefi-security-features-for-surface-pro-3.md +++ b/devices/surface/advanced-uefi-security-features-for-surface-pro-3.md @@ -9,6 +9,8 @@ ms.mktglfcycl: manage ms.pagetype: surface, devices, security ms.sitesec: library author: miladCA +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/devices/surface/change-history-for-surface.md b/devices/surface/change-history-for-surface.md index 443f787ea4..4ad30c2988 100644 --- a/devices/surface/change-history-for-surface.md +++ b/devices/surface/change-history-for-surface.md @@ -5,6 +5,8 @@ ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 02/12/2018 --- diff --git a/devices/surface/considerations-for-surface-and-system-center-configuration-manager.md b/devices/surface/considerations-for-surface-and-system-center-configuration-manager.md index 7f1ca137fd..1160b8cacc 100644 --- a/devices/surface/considerations-for-surface-and-system-center-configuration-manager.md +++ b/devices/surface/considerations-for-surface-and-system-center-configuration-manager.md @@ -7,6 +7,8 @@ ms.mktglfcycl: deploy ms.pagetype: surface, devices ms.sitesec: library author: Scottmca +ms.author: jdecker +ms.topic: article ms.date: 10/16/2017 --- diff --git a/devices/surface/customize-the-oobe-for-surface-deployments.md b/devices/surface/customize-the-oobe-for-surface-deployments.md index b05c06e3ef..1f60319e04 100644 --- a/devices/surface/customize-the-oobe-for-surface-deployments.md +++ b/devices/surface/customize-the-oobe-for-surface-deployments.md @@ -9,6 +9,8 @@ ms.mktglfcycl: deploy ms.pagetype: surface, devices ms.sitesec: library author: jobotto +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index 00d28623aa..491ca43c11 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: deploy ms.pagetype: surface, store ms.sitesec: library author: miladCA +ms.author: jdecker +ms.topic: article ms.date: 09/21/2017 --- diff --git a/devices/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices.md b/devices/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices.md index 0759f97b9a..288ad5d68c 100644 --- a/devices/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices.md +++ b/devices/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices.md @@ -11,6 +11,7 @@ ms.sitesec: library author: brecords ms.date: 12/07/2017 ms.author: jdecker +ms.topic: article --- # Download the latest firmware and drivers for Surface devices diff --git a/devices/surface/deploy-windows-10-to-surface-devices-with-mdt.md b/devices/surface/deploy-windows-10-to-surface-devices-with-mdt.md index d0ec9f01fe..1f84f574f3 100644 --- a/devices/surface/deploy-windows-10-to-surface-devices-with-mdt.md +++ b/devices/surface/deploy-windows-10-to-surface-devices-with-mdt.md @@ -7,6 +7,8 @@ ms.mktglfcycl: deploy ms.pagetype: surface ms.sitesec: library author: Scottmca +ms.author: jdecker +ms.topic: article ms.date: 10/16/2017 --- diff --git a/devices/surface/deploy.md b/devices/surface/deploy.md index 70879513fa..00e7dc22e0 100644 --- a/devices/surface/deploy.md +++ b/devices/surface/deploy.md @@ -8,6 +8,7 @@ ms.sitesec: library author: brecords ms.date: 01/29/2018 ms.author: jdecker +ms.topic: article --- # Deploy Surface devices diff --git a/devices/surface/enable-peap-eap-fast-and-cisco-leap-on-surface-devices.md b/devices/surface/enable-peap-eap-fast-and-cisco-leap-on-surface-devices.md index e5e7084262..34439da53f 100644 --- a/devices/surface/enable-peap-eap-fast-and-cisco-leap-on-surface-devices.md +++ b/devices/surface/enable-peap-eap-fast-and-cisco-leap-on-surface-devices.md @@ -9,6 +9,8 @@ ms.mktglfcycl: deploy ms.pagetype: surface, devices ms.sitesec: library author: miladCA +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/devices/surface/enroll-and-configure-surface-devices-with-semm.md b/devices/surface/enroll-and-configure-surface-devices-with-semm.md index 1b21185ebd..086d18eead 100644 --- a/devices/surface/enroll-and-configure-surface-devices-with-semm.md +++ b/devices/surface/enroll-and-configure-surface-devices-with-semm.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.pagetype: surface, devices, security ms.sitesec: library author: jobotto +ms.author: jdecker +ms.topic: article ms.date: 01/06/2017 --- diff --git a/devices/surface/ethernet-adapters-and-surface-device-deployment.md b/devices/surface/ethernet-adapters-and-surface-device-deployment.md index 70a83684af..835ce1fdb0 100644 --- a/devices/surface/ethernet-adapters-and-surface-device-deployment.md +++ b/devices/surface/ethernet-adapters-and-surface-device-deployment.md @@ -9,6 +9,8 @@ ms.mktglfcycl: deploy ms.pagetype: surface, devices ms.sitesec: library author: jobotto +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/devices/surface/index.md b/devices/surface/index.md index e9007ff9b0..477f6aaedf 100644 --- a/devices/surface/index.md +++ b/devices/surface/index.md @@ -8,6 +8,8 @@ ms.mktglfcycl: manage ms.pagetype: surface, devices ms.sitesec: library author: heatherpoulsen +ms.author: jdecker +ms.topic: article ms.date: 10/16/2017 --- diff --git a/devices/surface/ltsb-for-surface.md b/devices/surface/ltsb-for-surface.md index a4c9d85f83..8c54cb0ffd 100644 --- a/devices/surface/ltsb-for-surface.md +++ b/devices/surface/ltsb-for-surface.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: surface, devices ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 04/25/2017 --- diff --git a/devices/surface/manage-surface-dock-firmware-updates.md b/devices/surface/manage-surface-dock-firmware-updates.md index e25ba31621..b68eb061ba 100644 --- a/devices/surface/manage-surface-dock-firmware-updates.md +++ b/devices/surface/manage-surface-dock-firmware-updates.md @@ -9,6 +9,8 @@ ms.mktglfcycl: manage ms.pagetype: surface, devices ms.sitesec: library author: jobotto +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/devices/surface/manage-surface-pro-3-firmware-updates.md b/devices/surface/manage-surface-pro-3-firmware-updates.md index 69e97eaf87..35087de606 100644 --- a/devices/surface/manage-surface-pro-3-firmware-updates.md +++ b/devices/surface/manage-surface-pro-3-firmware-updates.md @@ -9,6 +9,8 @@ ms.mktglfcycl: manage ms.pagetype: surface, devices ms.sitesec: library author: jobotto +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/devices/surface/manage-surface-uefi-settings.md b/devices/surface/manage-surface-uefi-settings.md index 4b154c0a9a..bb2c6d516d 100644 --- a/devices/surface/manage-surface-uefi-settings.md +++ b/devices/surface/manage-surface-uefi-settings.md @@ -8,6 +8,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: devices, surface author: miladCA +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/devices/surface/microsoft-surface-data-eraser.md b/devices/surface/microsoft-surface-data-eraser.md index b1f7c26052..9ff57acaa8 100644 --- a/devices/surface/microsoft-surface-data-eraser.md +++ b/devices/surface/microsoft-surface-data-eraser.md @@ -10,6 +10,7 @@ ms.pagetype: surface, devices, security ms.sitesec: library author: brecords ms.author: jdecker +ms.topic: article ms.date: 02/12/2018 --- diff --git a/devices/surface/microsoft-surface-deployment-accelerator.md b/devices/surface/microsoft-surface-deployment-accelerator.md index 631198f085..095c142f16 100644 --- a/devices/surface/microsoft-surface-deployment-accelerator.md +++ b/devices/surface/microsoft-surface-deployment-accelerator.md @@ -10,6 +10,8 @@ ms.mktglfcycl: deploy ms.pagetype: surface, devices ms.sitesec: library author: miladCA +ms.author: jdecker +ms.topic: article --- # Microsoft Surface Deployment Accelerator diff --git a/devices/surface/step-by-step-surface-deployment-accelerator.md b/devices/surface/step-by-step-surface-deployment-accelerator.md index 33683b5d6c..38f84d491f 100644 --- a/devices/surface/step-by-step-surface-deployment-accelerator.md +++ b/devices/surface/step-by-step-surface-deployment-accelerator.md @@ -9,6 +9,8 @@ ms.mktglfcycl: deploy ms.pagetype: surface, devices ms.sitesec: library author: miladCA +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/devices/surface/support-solutions-surface.md b/devices/surface/support-solutions-surface.md index 3525ce34a9..2ee030e7da 100644 --- a/devices/surface/support-solutions-surface.md +++ b/devices/surface/support-solutions-surface.md @@ -9,6 +9,7 @@ ms.sitesec: library ms.pagetype: surfacehub author: kaushika-msft ms.author: jdecker +ms.topic: article ms.date: 09/08/2017 ms.localizationpriority: medium --- diff --git a/devices/surface/surface-device-compatibility-with-windows-10-ltsc.md b/devices/surface/surface-device-compatibility-with-windows-10-ltsc.md index 0d4409c657..67b70c0039 100644 --- a/devices/surface/surface-device-compatibility-with-windows-10-ltsc.md +++ b/devices/surface/surface-device-compatibility-with-windows-10-ltsc.md @@ -8,6 +8,7 @@ ms.pagetype: surface, devices ms.sitesec: library author: brecords ms.author: jdecker +ms.topic: article ms.date: 01/03/2018 --- diff --git a/devices/surface/surface-dock-updater.md b/devices/surface/surface-dock-updater.md index 55d7b233dc..977bbaebc7 100644 --- a/devices/surface/surface-dock-updater.md +++ b/devices/surface/surface-dock-updater.md @@ -11,6 +11,7 @@ ms.sitesec: library author: brecords ms.date: 02/23/2018 ms.author: jdecker +ms.topic: article --- # Microsoft Surface Dock Updater diff --git a/devices/surface/surface-enterprise-management-mode.md b/devices/surface/surface-enterprise-management-mode.md index bcf6b4b60c..42df3fd641 100644 --- a/devices/surface/surface-enterprise-management-mode.md +++ b/devices/surface/surface-enterprise-management-mode.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.pagetype: surface, devices, security ms.sitesec: library author: jobotto +ms.author: jdecker +ms.topic: article ms.date: 01/06/2017 --- diff --git a/devices/surface/unenroll-surface-devices-from-semm.md b/devices/surface/unenroll-surface-devices-from-semm.md index 4e8cb226f3..323624a34f 100644 --- a/devices/surface/unenroll-surface-devices-from-semm.md +++ b/devices/surface/unenroll-surface-devices-from-semm.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.pagetype: surface, devices, security ms.sitesec: library author: jobotto +ms.author: jdecker +ms.topic: article ms.date: 01/06/2017 --- diff --git a/devices/surface/update.md b/devices/surface/update.md index 7c1b86fbb8..29e0b9517b 100644 --- a/devices/surface/update.md +++ b/devices/surface/update.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.pagetype: surface, devices ms.sitesec: library author: heatherpoulsen +ms.author: jdecker +ms.topic: article ms.date: 12/01/2016 --- diff --git a/devices/surface/upgrade-surface-devices-to-windows-10-with-mdt.md b/devices/surface/upgrade-surface-devices-to-windows-10-with-mdt.md index 20b66668b4..4e13cfd089 100644 --- a/devices/surface/upgrade-surface-devices-to-windows-10-with-mdt.md +++ b/devices/surface/upgrade-surface-devices-to-windows-10-with-mdt.md @@ -7,6 +7,8 @@ ms.mktglfcycl: deploy ms.pagetype: surface ms.sitesec: library author: Scottmca +ms.author: jdecker +ms.topic: article ms.date: 10/16/2017 --- diff --git a/devices/surface/use-system-center-configuration-manager-to-manage-devices-with-semm.md b/devices/surface/use-system-center-configuration-manager-to-manage-devices-with-semm.md index 9234eb04c3..c5de082d9e 100644 --- a/devices/surface/use-system-center-configuration-manager-to-manage-devices-with-semm.md +++ b/devices/surface/use-system-center-configuration-manager-to-manage-devices-with-semm.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.pagetype: surface, devices ms.sitesec: library author: KiranDavane +ms.author: jdecker +ms.topic: article ms.date: 02/01/2017 --- diff --git a/devices/surface/using-the-sda-deployment-share.md b/devices/surface/using-the-sda-deployment-share.md index b65fc91fb5..75bb5c6f65 100644 --- a/devices/surface/using-the-sda-deployment-share.md +++ b/devices/surface/using-the-sda-deployment-share.md @@ -7,6 +7,8 @@ ms.mktglfcycl: deploy ms.pagetype: surface, devices ms.sitesec: library author: Scottmca +ms.author: jdecker +ms.topic: article ms.date: 10/16/2017 --- diff --git a/devices/surface/wake-on-lan-for-surface-devices.md b/devices/surface/wake-on-lan-for-surface-devices.md index b9d7b5d2e3..c584cc40bb 100644 --- a/devices/surface/wake-on-lan-for-surface-devices.md +++ b/devices/surface/wake-on-lan-for-surface-devices.md @@ -8,6 +8,7 @@ ms.pagetype: surface, devices ms.sitesec: library author: brecords ms.author: jdecker +ms.topic: article ms.date: 01/03/2018 --- diff --git a/devices/surface/windows-autopilot-and-surface-devices.md b/devices/surface/windows-autopilot-and-surface-devices.md index bc678a28bd..3550f35fd6 100644 --- a/devices/surface/windows-autopilot-and-surface-devices.md +++ b/devices/surface/windows-autopilot-and-surface-devices.md @@ -9,6 +9,7 @@ ms.sitesec: library author: brecords ms.date: 01/31/2018 ms.author: jdecker +ms.topic: article --- # Windows Autopilot and Surface devices diff --git a/windows/application-management/change-history-for-application-management.md b/windows/application-management/change-history-for-application-management.md index 933bf0e0ab..580efc16c4 100644 --- a/windows/application-management/change-history-for-application-management.md +++ b/windows/application-management/change-history-for-application-management.md @@ -8,6 +8,8 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: medium author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 10/24/2017 --- diff --git a/windows/application-management/manage-windows-mixed-reality.md b/windows/application-management/manage-windows-mixed-reality.md index d00670af75..13f1932669 100644 --- a/windows/application-management/manage-windows-mixed-reality.md +++ b/windows/application-management/manage-windows-mixed-reality.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.localizationpriority: medium author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/change-history-for-configure-windows-10.md b/windows/configuration/change-history-for-configure-windows-10.md index 135248c1d1..6da66557b5 100644 --- a/windows/configuration/change-history-for-configure-windows-10.md +++ b/windows/configuration/change-history-for-configure-windows-10.md @@ -8,6 +8,8 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: high author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/changes-to-start-policies-in-windows-10.md b/windows/configuration/changes-to-start-policies-in-windows-10.md index 495f5b8cb3..73428d50b6 100644 --- a/windows/configuration/changes-to-start-policies-in-windows-10.md +++ b/windows/configuration/changes-to-start-policies-in-windows-10.md @@ -6,7 +6,9 @@ keywords: ["group policy", "start menu", "start screen"] ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library -author: jdeckerms +author: coreyp +ms.author: coreyp +ms.topic: article ms.localizationpriority: high ms.date: 11/28/2017 --- diff --git a/windows/configuration/configure-devices-without-mdm.md b/windows/configuration/configure-devices-without-mdm.md deleted file mode 100644 index 6dbf9464c3..0000000000 --- a/windows/configuration/configure-devices-without-mdm.md +++ /dev/null @@ -1,203 +0,0 @@ ---- -title: Configure devices without MDM (Windows 10) -description: Create a runtime provisioning package to apply settings, profiles, and file assets to a device running Windows 10. -keywords: runtime provisioning, provisioning package -ms.prod: w10 -ms.mktglfcycl: manage -ms.sitesec: library -ms.pagetype: mobile, devices -author: jdeckerms -ms.localizationpriority: medium -ms.date: 07/27/2017 ---- - -# Configure devices without MDM - - -**Applies to** - -- Windows 10 -- Windows 10 Mobile - -Create a runtime provisioning package to apply settings, profiles, and file assets to a device running Windows 10 Pro, Windows 10 Enterprise, Windows 10 Education, Windows 10 Mobile, or Windows 10 Mobile Enterprise. - -Sometimes mobile device management (MDM) isn't available to you for setting up a device because the device isn't connected to your network, or because an employee is remote and needs a fast replacement for a work device. You might not use MDM in your organization at all, but would like an easy way to place a standard configuration on multiple devices. - -Rather than wiping a device and applying a new system image, in Windows 10 you can apply a provisioning package at any time. A provisioning package can include management instructions and policies, installation of specific apps, customization of network connections and policies, and more. - -You can provide provisioning packages on a network shared folder that employees can access to configure their devices. Or you can put a provisioning package on a USB flash drive or SD card to hand out. - -Provisioning packages are simple for employees to install. And when they remove a provisioning package, policies that the package applied to their device are removed. - -## Advantages - - -- You can configure new devices without re-imaging. - -- Works on both mobile and desktop devices. - -- No network connectivity required. - -- Simple for people to apply. - -- Ensures compliance and security before a device is enrolled in MDM. - -## Typical use cases - - -- **Set up a new off-the-shelf device for an employee** - - Package might include edition upgrade, device name, company root certificate, Wi-Fi profile, domain join with service account, or company application. - -- **Configure an off-the-shelf mobile device to be used as a point of sale or inventory terminal** - - Package might include edition upgrade, device name, company root certificate, Wi-Fi profile, security policies, company application, or assigned access (also known as [kiosk mode](set-up-a-device-for-anyone-to-use.md). - -- **Help employees set up personally-owned devices to use for work** - - Package might include company root certificate, Wi-Fi profiles, security policies, or company application. - - > [!NOTE]   - > Test to make sure that removing the provisioning package from a personal device removes everything that the package installed. Some settings are not reverted when a provisioning package is removed from the device. - -   - -- **Repurpose devices by returning the device to a specific state between users** - - Package might include computer name, company root certificate, Wi-Fi profile, or company application. - - > [!NOTE]   - > To return the **Start** menu to a specific state, you must reset the device. When you reset the device, you can apply the provisioning package during the first-run experience. - -   - -For details about the settings you can customize in provisioning packages, see [Windows Provisioning settings reference]( https://go.microsoft.com/fwlink/p/?LinkId=619012). - -## Create a provisioning package - -Use the Windows Imaging and Configuration Designer (ICD) tool included in the Windows Assessment and Deployment Kit (ADK) for Windows 10 to create a runtime provisioning package. [Install the ADK.](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit) - -When you run Windows ICD, you have several options for creating your package. - -![Simple or advanced provisioning](images/ICDstart-option.png). - -- Choose **Simple provisioning** to define a desired configuration in Windows ICD and then apply that configuration on target devices. The simple provisioning wizard makes the entire process quick and easy by guiding an IT administrator through common configuration settings in a step-by-step manner. -- Choose **Provision school devices** to quickly create provisioning packages that configure settings and policies tailored for students. Learn more about using Windows ICD to provision student PCs (link tb added). -- Choose **Advanced provisioning** to create provisioning packages in the advanced settings editor and include classic (Win32) and Universal Windows Platform (UWP) apps for deployment on end-user devices. - -> [!IMPORTANT] -> When you build a provisioning package, you may include sensitive information in the project files and in the provisioning package (.ppkg) file. Although you have the option to encrypt the .ppkg file, project files are not encrypted. You should store the project files in a secure location and delete the project files when they are no longer needed. - -### Using Simple provisioning - -1. Open Windows ICD (by default, `%windir%\\Program Files (x86)\\Windows Kits\\10\\Assessment and Deployment Kit\\Imaging and Configuration Designer\\x86\\ICD.exe`). -2. Click **Simple provisioning**. -2. Name your project and click **Finish**. -3. In the **Set up device** step, enter a unique 15-character name for the device. For help generating a unique name, you can use %SERIAL%, which includes a hardware-specific serial number, or you can use %RAND:x%, which generates random characters of x length. -4. (Optional) You can upgrade the following editions of Windows 10 by providing a product key for the edition to upgrade to. - - Home to Education - - Pro to Education - - Pro to Enterprise - - Enterprise to Education - - Mobile to Mobile Enterprise -5. Click **Set up network**. -6. Toggle **On** or **Off** for wireless network connectivity. If you select **On**, enter the SSID, type, and (if required) password for the wireless network. -7. Click **Enroll into Active Directory**. -8. Toggle **Yes** or **No** for Active Directory enrollment. If you select **Yes**, enter the credentials for an account with permissions to enroll the device. (Optional) Enter a user name and password to create a local administrator account. - - > [!WARNING] - > If you don't create a local administrator account and the device fails to enroll in Active Directory for any reason, you will have to reimage the device and start over. As a best practice, we recommend: - > - >- Use a least-privileged domain account to join the device to the domain. - >- Create a temporary administrator account to use for debugging or reprovisioning if the device fails to enroll successfully. - >- [Use Group Policy to delete the temporary administrator account](https://blogs.technet.microsoft.com/canitpro/2014/12/10/group-policy-creating-a-standard-local-admin-account/) after the device is enrolled in Active Directory. - -9. Click **Finish**. -10. Review your settings in the summary. You can return to previous pages to change your selections. Then, under **Protect your package**, toggle **Yes** or **No** to encrypt the provisioning package. If you select **Yes**, enter a password. This password must be entered to apply the encrypted provisioning package. -11. Click **Create**. - - - -### Using Advanced provisioning - - - -1. Open Windows ICD (by default, %windir%\\Program Files (x86)\\Windows Kits\\10\\Assessment and Deployment Kit\\Imaging and Configuration Designer\\x86\\ICD.exe). -2. Click **Advanced provisioning**. -3. Choose **New provisioning package**. -3. Name your project, and click **Next**. -4. Choose **All Windows editions**, **All Windows desktop editions**, or **All Windows mobile editions**, depending on the devices you intend to provision, and click **Next**. -5. On **New project**, click **Finish**. The workspace for your package opens. -6. Configure settings. [Learn more about specific settings in provisioning packages.]( https://go.microsoft.com/fwlink/p/?LinkId=615916) -7. On the **File** menu, select **Save.** -8. On the **Export** menu, select **Provisioning package**. -9. Change **Owner** to **IT Admin**, which will set the precedence of this provisioning package higher than provisioning packages applied to this device from other sources, and then select **Next.** -10. Set a value for **Package Version**. - > [!TIP]   - > You can make changes to existing packages and change the version number to update previously applied packages. -   -11. Optional. In the **Provisioning package security** window, you can choose to encrypt the package and enable package signing. - - **Enable package encryption** - If you select this option, an auto-generated password will be shown on the screen. - - **Enable package signing** - If you select this option, you must select a valid certificate to use for signing the package. You can specify the certificate by clicking **Select...** and choosing the certificate you want to use to sign the package. - > [!IMPORTANT]   - > We recommend that you include a trusted provisioning certificate in your provisioning package. When the package is applied to a device, the certificate is added to the system store and any package signed with that certificate thereafter can be applied silently. -   -12. Click **Next** to specify the output location where you want the provisioning package to go once it's built. By default, Windows ICD uses the project folder as the output location. - Optionally, you can click **Browse** to change the default output location. -13. Click **Next**. -14. Click **Build** to start building the package. The project information is displayed in the build page and the progress bar indicates the build status. - If you need to cancel the build, click **Cancel**. This cancels the current build process, closes the wizard, and takes you back to the **Customizations Page**. -15. If your build fails, an error message will show up that includes a link to the project folder. You can scan the logs to determine what caused the error. Once you fix the issue, try building the package again. - If your build is successful, the name of the provisioning package, output directory, and project directory will be shown. - - If you choose, you can build the provisioning package again and pick a different path for the output package. To do this, click **Back** to change the output package name and path, and then click **Next** to start another build. - - If you are done, click **Finish** to close the wizard and go back to the **Customizations Page**. -16. Select the **output location** link to go to the location of the package. You can provide that .ppkg to others through any of the following methods: - - Shared network folder - - SharePoint site - - Removable media (USB/SD) - - Email - - USB tether (mobile only) - -Learn more: [Build and apply a provisioning package](https://go.microsoft.com/fwlink/p/?LinkID=629651) - -## Apply package - - -On a desktop computer, the employee goes to **Settings** > **Accounts** > **Work access** > **Add or remove a management package** > **Add a package**, and selects the package to install. The user can also add a provisioning package simply by double-clicking the .ppkg file in local storage, on removable media, or at a URL. - -![add a package option](images/package.png) - -On a mobile device, the employee goes to **Settings** > **Accounts** > **Provisioning.** > **Add a package**, and selects the package on removable media to install. - -![add provisioning package on phone](images/phoneprovision.png) - -## Manage a package - - -- Users can view details or delete package (if policy allows deletion); only user-installed packages are listed. - -- Deleting a package removes settings, profiles, certificates, and apps it contains. - -- Use policies to disable manual deletion of packages, installation of unsigned packages, or the installation of any additional packages. - -- Update content by installing a new package with same name and new version number. - -- Optionally, keep packages when you reset a mobile device. When you reset a desktop, runtime packages are removed. - - ![reset a device](images/resetdevice.png) - -## Learn more - - -- [Provisioning Windows 10 Devices with New Tools](https://go.microsoft.com/fwlink/p/?LinkId=615921) - -- [Windows 10 for Mobile Devices: Provisioning Is Not Imaging](https://go.microsoft.com/fwlink/p/?LinkId=615922) - -  - -  - - - - - diff --git a/windows/configuration/configure-windows-10-taskbar.md b/windows/configuration/configure-windows-10-taskbar.md index ac50964c8f..e3a453d899 100644 --- a/windows/configuration/configure-windows-10-taskbar.md +++ b/windows/configuration/configure-windows-10-taskbar.md @@ -6,6 +6,8 @@ ms.prod: W10 ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 01/18/2018 --- diff --git a/windows/configuration/customize-and-export-start-layout.md b/windows/configuration/customize-and-export-start-layout.md index 2b16353cf8..12baa5bed8 100644 --- a/windows/configuration/customize-and-export-start-layout.md +++ b/windows/configuration/customize-and-export-start-layout.md @@ -7,6 +7,8 @@ ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 10/16/2017 --- diff --git a/windows/configuration/customize-windows-10-start-screens-by-using-group-policy.md b/windows/configuration/customize-windows-10-start-screens-by-using-group-policy.md index 41f82753c8..c16fe14512 100644 --- a/windows/configuration/customize-windows-10-start-screens-by-using-group-policy.md +++ b/windows/configuration/customize-windows-10-start-screens-by-using-group-policy.md @@ -9,6 +9,7 @@ ms.sitesec: library author: jdeckerms ms.localizationpriority: high ms.author: jdecker +ms.topic: article ms.date: 11/15/2017 --- diff --git a/windows/configuration/customize-windows-10-start-screens-by-using-mobile-device-management.md b/windows/configuration/customize-windows-10-start-screens-by-using-mobile-device-management.md index 0fd4cae9da..2edbb87a07 100644 --- a/windows/configuration/customize-windows-10-start-screens-by-using-mobile-device-management.md +++ b/windows/configuration/customize-windows-10-start-screens-by-using-mobile-device-management.md @@ -7,6 +7,8 @@ ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms +ms.topic: article +ms.author: jdecker ms.localizationpriority: medium ms.date: 02/08/2018 --- diff --git a/windows/configuration/customize-windows-10-start-screens-by-using-provisioning-packages-and-icd.md b/windows/configuration/customize-windows-10-start-screens-by-using-provisioning-packages-and-icd.md index c681c90ebd..9fcf13b975 100644 --- a/windows/configuration/customize-windows-10-start-screens-by-using-provisioning-packages-and-icd.md +++ b/windows/configuration/customize-windows-10-start-screens-by-using-provisioning-packages-and-icd.md @@ -7,6 +7,8 @@ ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 11/15/2017 --- diff --git a/windows/configuration/guidelines-for-assigned-access-app.md b/windows/configuration/guidelines-for-assigned-access-app.md index 8c88dbc908..8e57f63ebd 100644 --- a/windows/configuration/guidelines-for-assigned-access-app.md +++ b/windows/configuration/guidelines-for-assigned-access-app.md @@ -8,6 +8,7 @@ ms.sitesec: library author: jdeckerms ms.localizationpriority: high ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/index.md b/windows/configuration/index.md index c97cd8da4f..439e88dd70 100644 --- a/windows/configuration/index.md +++ b/windows/configuration/index.md @@ -8,6 +8,8 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: high author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 01/16/2018 --- diff --git a/windows/configuration/kiosk-shared-pc.md b/windows/configuration/kiosk-shared-pc.md index e8eb951b8c..4627f16d24 100644 --- a/windows/configuration/kiosk-shared-pc.md +++ b/windows/configuration/kiosk-shared-pc.md @@ -7,6 +7,8 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: medium author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 08/08/2017 --- diff --git a/windows/configuration/kiosk-xml.md b/windows/configuration/kiosk-xml.md index e75ba24cdb..74cdfe88e1 100644 --- a/windows/configuration/kiosk-xml.md +++ b/windows/configuration/kiosk-xml.md @@ -11,6 +11,7 @@ author: jdeckerms ms.localizationpriority: medium ms.date: 04/30/2018 ms.author: jdecker +ms.topic: article --- # Assigned Access configuration (kiosk) XML reference diff --git a/windows/configuration/lock-down-windows-10-applocker.md b/windows/configuration/lock-down-windows-10-applocker.md index 8615847512..5e2636592b 100644 --- a/windows/configuration/lock-down-windows-10-applocker.md +++ b/windows/configuration/lock-down-windows-10-applocker.md @@ -11,6 +11,7 @@ author: jdeckerms ms.localizationpriority: high ms.date: 08/14/2017 ms.author: jdecker +ms.topic: article --- # Use AppLocker to create a Windows 10 kiosk that runs multiple apps diff --git a/windows/configuration/lock-down-windows-10-to-specific-apps.md b/windows/configuration/lock-down-windows-10-to-specific-apps.md index b590917cbd..f1cc7e5caa 100644 --- a/windows/configuration/lock-down-windows-10-to-specific-apps.md +++ b/windows/configuration/lock-down-windows-10-to-specific-apps.md @@ -11,6 +11,7 @@ author: jdeckerms ms.localizationpriority: high ms.date: 04/30/2018 ms.author: jdecker +ms.topic: article --- # Create a Windows 10 kiosk that runs multiple apps diff --git a/windows/configuration/lockdown-features-windows-10.md b/windows/configuration/lockdown-features-windows-10.md index c52043f754..c363a342f7 100644 --- a/windows/configuration/lockdown-features-windows-10.md +++ b/windows/configuration/lockdown-features-windows-10.md @@ -8,6 +8,8 @@ ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/manage-tips-and-suggestions.md b/windows/configuration/manage-tips-and-suggestions.md index 6d5acafa78..01b4e0f434 100644 --- a/windows/configuration/manage-tips-and-suggestions.md +++ b/windows/configuration/manage-tips-and-suggestions.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: devices author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 09/20/2017 --- diff --git a/windows/configuration/mobile-devices/configure-mobile.md b/windows/configuration/mobile-devices/configure-mobile.md index 774af0e150..50f896bffe 100644 --- a/windows/configuration/mobile-devices/configure-mobile.md +++ b/windows/configuration/mobile-devices/configure-mobile.md @@ -6,8 +6,10 @@ ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: security -ms.localizationpriority: high +ms.localizationpriority: medium author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/windows/configuration/mobile-devices/lockdown-xml.md b/windows/configuration/mobile-devices/lockdown-xml.md index aa69f4575a..d5e9143721 100644 --- a/windows/configuration/mobile-devices/lockdown-xml.md +++ b/windows/configuration/mobile-devices/lockdown-xml.md @@ -7,7 +7,9 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: security, mobile author: jdeckerms -ms.localizationpriority: high +ms.author: jdecker +ms.topic: article +ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/windows/configuration/mobile-devices/mobile-lockdown-designer.md b/windows/configuration/mobile-devices/mobile-lockdown-designer.md index 04669fdebf..229a7ea1c4 100644 --- a/windows/configuration/mobile-devices/mobile-lockdown-designer.md +++ b/windows/configuration/mobile-devices/mobile-lockdown-designer.md @@ -7,6 +7,8 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: medium author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/windows/configuration/mobile-devices/product-ids-in-windows-10-mobile.md b/windows/configuration/mobile-devices/product-ids-in-windows-10-mobile.md index 418ff01029..5ad6371d4f 100644 --- a/windows/configuration/mobile-devices/product-ids-in-windows-10-mobile.md +++ b/windows/configuration/mobile-devices/product-ids-in-windows-10-mobile.md @@ -8,7 +8,9 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: mobile author: jdeckerms -ms.localizationpriority: high +ms.author: jdecker +ms.topic: article +ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/windows/configuration/mobile-devices/provisioning-configure-mobile.md b/windows/configuration/mobile-devices/provisioning-configure-mobile.md index 360fd98464..141db07726 100644 --- a/windows/configuration/mobile-devices/provisioning-configure-mobile.md +++ b/windows/configuration/mobile-devices/provisioning-configure-mobile.md @@ -6,8 +6,10 @@ ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: security -ms.localizationpriority: high +ms.localizationpriority: medium author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/windows/configuration/mobile-devices/provisioning-nfc.md b/windows/configuration/mobile-devices/provisioning-nfc.md index 68d77e21b8..0c9dc82c2d 100644 --- a/windows/configuration/mobile-devices/provisioning-nfc.md +++ b/windows/configuration/mobile-devices/provisioning-nfc.md @@ -5,7 +5,9 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms -ms.localizationpriority: high +ms.author: jdecker +ms.topic: article +ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/windows/configuration/mobile-devices/provisioning-package-splitter.md b/windows/configuration/mobile-devices/provisioning-package-splitter.md index 9e119420b3..1ba20bd10c 100644 --- a/windows/configuration/mobile-devices/provisioning-package-splitter.md +++ b/windows/configuration/mobile-devices/provisioning-package-splitter.md @@ -5,7 +5,9 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms -ms.localizationpriority: high +ms.author: jdecker +ms.topic: article +ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/windows/configuration/mobile-devices/set-up-a-kiosk-for-windows-10-for-mobile-edition.md b/windows/configuration/mobile-devices/set-up-a-kiosk-for-windows-10-for-mobile-edition.md index c20161c09b..cf13bbf926 100644 --- a/windows/configuration/mobile-devices/set-up-a-kiosk-for-windows-10-for-mobile-edition.md +++ b/windows/configuration/mobile-devices/set-up-a-kiosk-for-windows-10-for-mobile-edition.md @@ -8,7 +8,9 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: mobile author: jdeckerms -ms.localizationpriority: high +ms.author: jdecker +ms.topic: article +ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/windows/configuration/mobile-devices/settings-that-can-be-locked-down.md b/windows/configuration/mobile-devices/settings-that-can-be-locked-down.md index 58dfbc60e2..ca84677bf1 100644 --- a/windows/configuration/mobile-devices/settings-that-can-be-locked-down.md +++ b/windows/configuration/mobile-devices/settings-that-can-be-locked-down.md @@ -8,7 +8,9 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: mobile author: jdeckerms -ms.localizationpriority: high +ms.author: jdecker +ms.topic: article +ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/windows/configuration/mobile-devices/start-layout-xml-mobile.md b/windows/configuration/mobile-devices/start-layout-xml-mobile.md index 064ebdc7f6..c8d736b63d 100644 --- a/windows/configuration/mobile-devices/start-layout-xml-mobile.md +++ b/windows/configuration/mobile-devices/start-layout-xml-mobile.md @@ -6,7 +6,9 @@ ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms -ms.localizationpriority: high +ms.author: jdecker +ms.topic: article +ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/windows/configuration/multi-app-kiosk-troubleshoot.md b/windows/configuration/multi-app-kiosk-troubleshoot.md index 2d5a8db9fb..0ee82de1b3 100644 --- a/windows/configuration/multi-app-kiosk-troubleshoot.md +++ b/windows/configuration/multi-app-kiosk-troubleshoot.md @@ -11,6 +11,7 @@ author: jdeckerms ms.localizationpriority: medium ms.date: 09/27/2017 ms.author: jdecker +ms.topic: article --- # Troubleshoot multi-app kiosk diff --git a/windows/configuration/provisioning-apn.md b/windows/configuration/provisioning-apn.md index 96078d1791..6ac9cc2edb 100644 --- a/windows/configuration/provisioning-apn.md +++ b/windows/configuration/provisioning-apn.md @@ -6,6 +6,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerMS +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 04/13/2018 --- diff --git a/windows/configuration/provisioning-packages/how-it-pros-can-use-configuration-service-providers.md b/windows/configuration/provisioning-packages/how-it-pros-can-use-configuration-service-providers.md index 6478c68d2e..cb66bfc3e5 100644 --- a/windows/configuration/provisioning-packages/how-it-pros-can-use-configuration-service-providers.md +++ b/windows/configuration/provisioning-packages/how-it-pros-can-use-configuration-service-providers.md @@ -6,6 +6,8 @@ ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: medium ms.date: 07/27/2017 --- diff --git a/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md b/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md index 778796176d..cb3b69b082 100644 --- a/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md +++ b/windows/configuration/provisioning-packages/provision-pcs-for-initial-deployment.md @@ -7,6 +7,8 @@ ms.prod: W10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/provisioning-packages/provision-pcs-with-apps-and-certificates.md b/windows/configuration/provisioning-packages/provision-pcs-with-apps-and-certificates.md index 56fddf9b72..d1dce50823 100644 --- a/windows/configuration/provisioning-packages/provision-pcs-with-apps-and-certificates.md +++ b/windows/configuration/provisioning-packages/provision-pcs-with-apps-and-certificates.md @@ -6,6 +6,8 @@ ms.prod: W10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/provisioning-packages/provision-pcs-with-apps.md b/windows/configuration/provisioning-packages/provision-pcs-with-apps.md index 4c5d461287..45e8505f25 100644 --- a/windows/configuration/provisioning-packages/provision-pcs-with-apps.md +++ b/windows/configuration/provisioning-packages/provision-pcs-with-apps.md @@ -8,6 +8,7 @@ ms.sitesec: library author: jdeckerms ms.localizationpriority: high ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/provisioning-packages/provisioning-apply-package.md b/windows/configuration/provisioning-packages/provisioning-apply-package.md index 0cabd2b0e7..87dde33a49 100644 --- a/windows/configuration/provisioning-packages/provisioning-apply-package.md +++ b/windows/configuration/provisioning-packages/provisioning-apply-package.md @@ -5,6 +5,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 08/22/2017 --- diff --git a/windows/configuration/provisioning-packages/provisioning-command-line.md b/windows/configuration/provisioning-packages/provisioning-command-line.md index 8e96311282..f384439e73 100644 --- a/windows/configuration/provisioning-packages/provisioning-command-line.md +++ b/windows/configuration/provisioning-packages/provisioning-command-line.md @@ -5,6 +5,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/provisioning-packages/provisioning-create-package.md b/windows/configuration/provisioning-packages/provisioning-create-package.md index fe4f0b035a..23b72e339c 100644 --- a/windows/configuration/provisioning-packages/provisioning-create-package.md +++ b/windows/configuration/provisioning-packages/provisioning-create-package.md @@ -5,6 +5,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/provisioning-packages/provisioning-how-it-works.md b/windows/configuration/provisioning-packages/provisioning-how-it-works.md index 02b9e7e88b..3dc6c92614 100644 --- a/windows/configuration/provisioning-packages/provisioning-how-it-works.md +++ b/windows/configuration/provisioning-packages/provisioning-how-it-works.md @@ -5,6 +5,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/provisioning-packages/provisioning-install-icd.md b/windows/configuration/provisioning-packages/provisioning-install-icd.md index b595b81972..2768270176 100644 --- a/windows/configuration/provisioning-packages/provisioning-install-icd.md +++ b/windows/configuration/provisioning-packages/provisioning-install-icd.md @@ -5,6 +5,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 10/16/2017 --- diff --git a/windows/configuration/provisioning-packages/provisioning-multivariant.md b/windows/configuration/provisioning-packages/provisioning-multivariant.md index 209590fdc6..d90fb50316 100644 --- a/windows/configuration/provisioning-packages/provisioning-multivariant.md +++ b/windows/configuration/provisioning-packages/provisioning-multivariant.md @@ -5,6 +5,7 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.topic: article ms.localizationpriority: high ms.date: 11/08/2017 ms.author: jdecker diff --git a/windows/configuration/provisioning-packages/provisioning-packages.md b/windows/configuration/provisioning-packages/provisioning-packages.md index 24623f98ae..6630c51ec4 100644 --- a/windows/configuration/provisioning-packages/provisioning-packages.md +++ b/windows/configuration/provisioning-packages/provisioning-packages.md @@ -6,6 +6,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/provisioning-packages/provisioning-powershell.md b/windows/configuration/provisioning-packages/provisioning-powershell.md index e372caf606..df04621808 100644 --- a/windows/configuration/provisioning-packages/provisioning-powershell.md +++ b/windows/configuration/provisioning-packages/provisioning-powershell.md @@ -5,6 +5,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/provisioning-packages/provisioning-script-to-install-app.md b/windows/configuration/provisioning-packages/provisioning-script-to-install-app.md index 2e6a4b5c10..4485c8105a 100644 --- a/windows/configuration/provisioning-packages/provisioning-script-to-install-app.md +++ b/windows/configuration/provisioning-packages/provisioning-script-to-install-app.md @@ -5,6 +5,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/provisioning-packages/provisioning-uninstall-package.md b/windows/configuration/provisioning-packages/provisioning-uninstall-package.md index 06879c3b1b..40d2d2c8f0 100644 --- a/windows/configuration/provisioning-packages/provisioning-uninstall-package.md +++ b/windows/configuration/provisioning-packages/provisioning-uninstall-package.md @@ -5,6 +5,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/set-up-shared-or-guest-pc.md b/windows/configuration/set-up-shared-or-guest-pc.md index 81445be3ff..eb9dd9e141 100644 --- a/windows/configuration/set-up-shared-or-guest-pc.md +++ b/windows/configuration/set-up-shared-or-guest-pc.md @@ -6,6 +6,8 @@ ms.prod: W10 ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/windows/configuration/setup-kiosk-digital-signage.md b/windows/configuration/setup-kiosk-digital-signage.md index 42ce7ef57b..a20aa7ba15 100644 --- a/windows/configuration/setup-kiosk-digital-signage.md +++ b/windows/configuration/setup-kiosk-digital-signage.md @@ -7,6 +7,8 @@ ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 04/30/2018 --- diff --git a/windows/configuration/start-layout-xml-desktop.md b/windows/configuration/start-layout-xml-desktop.md index e8fae90b09..8f88a18e1c 100644 --- a/windows/configuration/start-layout-xml-desktop.md +++ b/windows/configuration/start-layout-xml-desktop.md @@ -7,6 +7,7 @@ ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms ms.author: jdecker +ms.topic: article ms.date: 01/02/2018 ms.localizationpriority: high --- diff --git a/windows/configuration/start-secondary-tiles.md b/windows/configuration/start-secondary-tiles.md index c12a8cf0c6..9f94fac26d 100644 --- a/windows/configuration/start-secondary-tiles.md +++ b/windows/configuration/start-secondary-tiles.md @@ -7,6 +7,8 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: high author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 08/07/2017 --- diff --git a/windows/configuration/start-taskbar-lockscreen.md b/windows/configuration/start-taskbar-lockscreen.md index 3b140ca068..1f4782b5d0 100644 --- a/windows/configuration/start-taskbar-lockscreen.md +++ b/windows/configuration/start-taskbar-lockscreen.md @@ -7,6 +7,8 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: high author: jdeckerms +ms.author: jdecker +ms.topic: article ms.date: 07/27/2017 --- diff --git a/windows/configuration/wcd/wcd-accountmanagement.md b/windows/configuration/wcd/wcd-accountmanagement.md index fa63667601..70b495e029 100644 --- a/windows/configuration/wcd/wcd-accountmanagement.md +++ b/windows/configuration/wcd/wcd-accountmanagement.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-accounts.md b/windows/configuration/wcd/wcd-accounts.md index 634f668550..a2159083e9 100644 --- a/windows/configuration/wcd/wcd-accounts.md +++ b/windows/configuration/wcd/wcd-accounts.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-admxingestion.md b/windows/configuration/wcd/wcd-admxingestion.md index 4360cfac59..dc09af70be 100644 --- a/windows/configuration/wcd/wcd-admxingestion.md +++ b/windows/configuration/wcd/wcd-admxingestion.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-applicationmanagement.md b/windows/configuration/wcd/wcd-applicationmanagement.md index 8cef1f4bf4..058450c727 100644 --- a/windows/configuration/wcd/wcd-applicationmanagement.md +++ b/windows/configuration/wcd/wcd-applicationmanagement.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/12/2017 --- diff --git a/windows/configuration/wcd/wcd-assignedaccess.md b/windows/configuration/wcd/wcd-assignedaccess.md index 8826fda44a..ae8d42c8ee 100644 --- a/windows/configuration/wcd/wcd-assignedaccess.md +++ b/windows/configuration/wcd/wcd-assignedaccess.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-automatictime.md b/windows/configuration/wcd/wcd-automatictime.md index 6a1cf3d4e8..272d9117a7 100644 --- a/windows/configuration/wcd/wcd-automatictime.md +++ b/windows/configuration/wcd/wcd-automatictime.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-browser.md b/windows/configuration/wcd/wcd-browser.md index f05f37908b..3ed958488d 100644 --- a/windows/configuration/wcd/wcd-browser.md +++ b/windows/configuration/wcd/wcd-browser.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-callandmessagingenhancement.md b/windows/configuration/wcd/wcd-callandmessagingenhancement.md index 09358607f5..2c27545f28 100644 --- a/windows/configuration/wcd/wcd-callandmessagingenhancement.md +++ b/windows/configuration/wcd/wcd-callandmessagingenhancement.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/21/2017 --- diff --git a/windows/configuration/wcd/wcd-calling.md b/windows/configuration/wcd/wcd-calling.md index eac321d014..5e1b0c5274 100644 --- a/windows/configuration/wcd/wcd-calling.md +++ b/windows/configuration/wcd/wcd-calling.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-cellcore.md b/windows/configuration/wcd/wcd-cellcore.md index 3b03be572a..66fd0b6bc1 100644 --- a/windows/configuration/wcd/wcd-cellcore.md +++ b/windows/configuration/wcd/wcd-cellcore.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-cellular.md b/windows/configuration/wcd/wcd-cellular.md index 1e6bdf31fa..290e3f52cb 100644 --- a/windows/configuration/wcd/wcd-cellular.md +++ b/windows/configuration/wcd/wcd-cellular.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/21/2017 --- diff --git a/windows/configuration/wcd/wcd-certificates.md b/windows/configuration/wcd/wcd-certificates.md index 34575878e2..56aa4f2379 100644 --- a/windows/configuration/wcd/wcd-certificates.md +++ b/windows/configuration/wcd/wcd-certificates.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-cleanpc.md b/windows/configuration/wcd/wcd-cleanpc.md index 0841fd7fe6..fa17758467 100644 --- a/windows/configuration/wcd/wcd-cleanpc.md +++ b/windows/configuration/wcd/wcd-cleanpc.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-connections.md b/windows/configuration/wcd/wcd-connections.md index 417868145f..cf22b5e590 100644 --- a/windows/configuration/wcd/wcd-connections.md +++ b/windows/configuration/wcd/wcd-connections.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-connectivityprofiles.md b/windows/configuration/wcd/wcd-connectivityprofiles.md index d9e4b4c677..b79f7c9f6a 100644 --- a/windows/configuration/wcd/wcd-connectivityprofiles.md +++ b/windows/configuration/wcd/wcd-connectivityprofiles.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-countryandregion.md b/windows/configuration/wcd/wcd-countryandregion.md index 7e0322107e..63428e442e 100644 --- a/windows/configuration/wcd/wcd-countryandregion.md +++ b/windows/configuration/wcd/wcd-countryandregion.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-desktopbackgroundandcolors.md b/windows/configuration/wcd/wcd-desktopbackgroundandcolors.md index 516d965076..f2cf8486fa 100644 --- a/windows/configuration/wcd/wcd-desktopbackgroundandcolors.md +++ b/windows/configuration/wcd/wcd-desktopbackgroundandcolors.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/21/2017 --- diff --git a/windows/configuration/wcd/wcd-developersetup.md b/windows/configuration/wcd/wcd-developersetup.md index 619c43ad8f..a37e897815 100644 --- a/windows/configuration/wcd/wcd-developersetup.md +++ b/windows/configuration/wcd/wcd-developersetup.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-deviceformfactor.md b/windows/configuration/wcd/wcd-deviceformfactor.md index c9f81cda00..3a05a093c8 100644 --- a/windows/configuration/wcd/wcd-deviceformfactor.md +++ b/windows/configuration/wcd/wcd-deviceformfactor.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-deviceinfo.md b/windows/configuration/wcd/wcd-deviceinfo.md index 97e88fe617..891a4c6de2 100644 --- a/windows/configuration/wcd/wcd-deviceinfo.md +++ b/windows/configuration/wcd/wcd-deviceinfo.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/21/2017 --- diff --git a/windows/configuration/wcd/wcd-devicemanagement.md b/windows/configuration/wcd/wcd-devicemanagement.md index 29bc56d848..70a65ed02e 100644 --- a/windows/configuration/wcd/wcd-devicemanagement.md +++ b/windows/configuration/wcd/wcd-devicemanagement.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-dmclient.md b/windows/configuration/wcd/wcd-dmclient.md index f8942889ea..274f251c85 100644 --- a/windows/configuration/wcd/wcd-dmclient.md +++ b/windows/configuration/wcd/wcd-dmclient.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-editionupgrade.md b/windows/configuration/wcd/wcd-editionupgrade.md index 02d0b6819d..8b9e9e37e7 100644 --- a/windows/configuration/wcd/wcd-editionupgrade.md +++ b/windows/configuration/wcd/wcd-editionupgrade.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-embeddedlockdownprofiles.md b/windows/configuration/wcd/wcd-embeddedlockdownprofiles.md index 8728978340..9ad65e569c 100644 --- a/windows/configuration/wcd/wcd-embeddedlockdownprofiles.md +++ b/windows/configuration/wcd/wcd-embeddedlockdownprofiles.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-firewallconfiguration.md b/windows/configuration/wcd/wcd-firewallconfiguration.md index 7a3d133608..a0a581baec 100644 --- a/windows/configuration/wcd/wcd-firewallconfiguration.md +++ b/windows/configuration/wcd/wcd-firewallconfiguration.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-firstexperience.md b/windows/configuration/wcd/wcd-firstexperience.md index 7c02ecd47d..3c2044f533 100644 --- a/windows/configuration/wcd/wcd-firstexperience.md +++ b/windows/configuration/wcd/wcd-firstexperience.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-folders.md b/windows/configuration/wcd/wcd-folders.md index 86b86075f8..69797f84fa 100644 --- a/windows/configuration/wcd/wcd-folders.md +++ b/windows/configuration/wcd/wcd-folders.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-hotspot.md b/windows/configuration/wcd/wcd-hotspot.md index 31693b3461..d3dbe83cdf 100644 --- a/windows/configuration/wcd/wcd-hotspot.md +++ b/windows/configuration/wcd/wcd-hotspot.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-initialsetup.md b/windows/configuration/wcd/wcd-initialsetup.md index 59ca15a3aa..f75a6811ab 100644 --- a/windows/configuration/wcd/wcd-initialsetup.md +++ b/windows/configuration/wcd/wcd-initialsetup.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-internetexplorer.md b/windows/configuration/wcd/wcd-internetexplorer.md index 02987bcc9a..e9fe891193 100644 --- a/windows/configuration/wcd/wcd-internetexplorer.md +++ b/windows/configuration/wcd/wcd-internetexplorer.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-licensing.md b/windows/configuration/wcd/wcd-licensing.md index d939f1c11f..c905f3ec39 100644 --- a/windows/configuration/wcd/wcd-licensing.md +++ b/windows/configuration/wcd/wcd-licensing.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-maps.md b/windows/configuration/wcd/wcd-maps.md index 442b1d2ba4..8bff1e1a34 100644 --- a/windows/configuration/wcd/wcd-maps.md +++ b/windows/configuration/wcd/wcd-maps.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-messaging.md b/windows/configuration/wcd/wcd-messaging.md index 2cd7c834a0..8300ae3455 100644 --- a/windows/configuration/wcd/wcd-messaging.md +++ b/windows/configuration/wcd/wcd-messaging.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-modemconfigurations.md b/windows/configuration/wcd/wcd-modemconfigurations.md index d9e44fcdec..7282a3f54d 100644 --- a/windows/configuration/wcd/wcd-modemconfigurations.md +++ b/windows/configuration/wcd/wcd-modemconfigurations.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/12/2017 --- diff --git a/windows/configuration/wcd/wcd-multivariant.md b/windows/configuration/wcd/wcd-multivariant.md index 040e99d17d..f5604d8c64 100644 --- a/windows/configuration/wcd/wcd-multivariant.md +++ b/windows/configuration/wcd/wcd-multivariant.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-networkproxy.md b/windows/configuration/wcd/wcd-networkproxy.md index e14688c052..f48d289c4d 100644 --- a/windows/configuration/wcd/wcd-networkproxy.md +++ b/windows/configuration/wcd/wcd-networkproxy.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-networkqospolicy.md b/windows/configuration/wcd/wcd-networkqospolicy.md index a70fff2d1c..3f8d2822e2 100644 --- a/windows/configuration/wcd/wcd-networkqospolicy.md +++ b/windows/configuration/wcd/wcd-networkqospolicy.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-nfc.md b/windows/configuration/wcd/wcd-nfc.md index 46fd5e425a..3aebb6e738 100644 --- a/windows/configuration/wcd/wcd-nfc.md +++ b/windows/configuration/wcd/wcd-nfc.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-oobe.md b/windows/configuration/wcd/wcd-oobe.md index e875e3889c..35acf44bc2 100644 --- a/windows/configuration/wcd/wcd-oobe.md +++ b/windows/configuration/wcd/wcd-oobe.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-otherassets.md b/windows/configuration/wcd/wcd-otherassets.md index 1a62876716..d26f543e2b 100644 --- a/windows/configuration/wcd/wcd-otherassets.md +++ b/windows/configuration/wcd/wcd-otherassets.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-personalization.md b/windows/configuration/wcd/wcd-personalization.md index 375aeb8cd6..14a361651f 100644 --- a/windows/configuration/wcd/wcd-personalization.md +++ b/windows/configuration/wcd/wcd-personalization.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-policies.md b/windows/configuration/wcd/wcd-policies.md index 42a9ac4d3e..786afaaed1 100644 --- a/windows/configuration/wcd/wcd-policies.md +++ b/windows/configuration/wcd/wcd-policies.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-provisioningcommands.md b/windows/configuration/wcd/wcd-provisioningcommands.md index 6cb6f9afbf..744ae6a3b6 100644 --- a/windows/configuration/wcd/wcd-provisioningcommands.md +++ b/windows/configuration/wcd/wcd-provisioningcommands.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-rcspresence.md b/windows/configuration/wcd/wcd-rcspresence.md index a6e9ee52e6..ece81a2a9a 100644 --- a/windows/configuration/wcd/wcd-rcspresence.md +++ b/windows/configuration/wcd/wcd-rcspresence.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-sharedpc.md b/windows/configuration/wcd/wcd-sharedpc.md index 09a13d662b..09c6c4a000 100644 --- a/windows/configuration/wcd/wcd-sharedpc.md +++ b/windows/configuration/wcd/wcd-sharedpc.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 10/16/2017 --- diff --git a/windows/configuration/wcd/wcd-shell.md b/windows/configuration/wcd/wcd-shell.md index c235c4d8e1..e1ba0a5685 100644 --- a/windows/configuration/wcd/wcd-shell.md +++ b/windows/configuration/wcd/wcd-shell.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-smisettings.md b/windows/configuration/wcd/wcd-smisettings.md index fdc91f9f6c..2f7f8216e2 100644 --- a/windows/configuration/wcd/wcd-smisettings.md +++ b/windows/configuration/wcd/wcd-smisettings.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 03/30/2018 --- diff --git a/windows/configuration/wcd/wcd-start.md b/windows/configuration/wcd/wcd-start.md index 97c6af5208..186c30961e 100644 --- a/windows/configuration/wcd/wcd-start.md +++ b/windows/configuration/wcd/wcd-start.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-startupapp.md b/windows/configuration/wcd/wcd-startupapp.md index 510db01214..79d6d0234d 100644 --- a/windows/configuration/wcd/wcd-startupapp.md +++ b/windows/configuration/wcd/wcd-startupapp.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-startupbackgroundtasks.md b/windows/configuration/wcd/wcd-startupbackgroundtasks.md index 8ebd2c7d1b..7288d82979 100644 --- a/windows/configuration/wcd/wcd-startupbackgroundtasks.md +++ b/windows/configuration/wcd/wcd-startupbackgroundtasks.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-surfacehubmanagement.md b/windows/configuration/wcd/wcd-surfacehubmanagement.md index 08a7ebf56f..0b2df57999 100644 --- a/windows/configuration/wcd/wcd-surfacehubmanagement.md +++ b/windows/configuration/wcd/wcd-surfacehubmanagement.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-tabletmode.md b/windows/configuration/wcd/wcd-tabletmode.md index fb480ab268..3eb2ee43c6 100644 --- a/windows/configuration/wcd/wcd-tabletmode.md +++ b/windows/configuration/wcd/wcd-tabletmode.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-takeatest.md b/windows/configuration/wcd/wcd-takeatest.md index ebcde22c71..e03db6ddda 100644 --- a/windows/configuration/wcd/wcd-takeatest.md +++ b/windows/configuration/wcd/wcd-takeatest.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-textinput.md b/windows/configuration/wcd/wcd-textinput.md index f37bea8555..505962070a 100644 --- a/windows/configuration/wcd/wcd-textinput.md +++ b/windows/configuration/wcd/wcd-textinput.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/15/2017 --- diff --git a/windows/configuration/wcd/wcd-theme.md b/windows/configuration/wcd/wcd-theme.md index d916af1dba..8c35de922d 100644 --- a/windows/configuration/wcd/wcd-theme.md +++ b/windows/configuration/wcd/wcd-theme.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-unifiedwritefilter.md b/windows/configuration/wcd/wcd-unifiedwritefilter.md index d8fb020e8a..9102c70cbe 100644 --- a/windows/configuration/wcd/wcd-unifiedwritefilter.md +++ b/windows/configuration/wcd/wcd-unifiedwritefilter.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/06/2017 --- diff --git a/windows/configuration/wcd/wcd-universalappinstall.md b/windows/configuration/wcd/wcd-universalappinstall.md index c9e427a13b..9a9127182d 100644 --- a/windows/configuration/wcd/wcd-universalappinstall.md +++ b/windows/configuration/wcd/wcd-universalappinstall.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-universalappuninstall.md b/windows/configuration/wcd/wcd-universalappuninstall.md index 030b3a9e27..0d99231dba 100644 --- a/windows/configuration/wcd/wcd-universalappuninstall.md +++ b/windows/configuration/wcd/wcd-universalappuninstall.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/14/2017 --- diff --git a/windows/configuration/wcd/wcd-usberrorsoemoverride.md b/windows/configuration/wcd/wcd-usberrorsoemoverride.md index cd08ba4359..d59c223809 100644 --- a/windows/configuration/wcd/wcd-usberrorsoemoverride.md +++ b/windows/configuration/wcd/wcd-usberrorsoemoverride.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 09/14/2017 --- diff --git a/windows/configuration/wcd/wcd-weakcharger.md b/windows/configuration/wcd/wcd-weakcharger.md index 588b5cf039..19ec5a2ffd 100644 --- a/windows/configuration/wcd/wcd-weakcharger.md +++ b/windows/configuration/wcd/wcd-weakcharger.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-windowsteamsettings.md b/windows/configuration/wcd/wcd-windowsteamsettings.md index b6bb5189e2..038fb15ffa 100644 --- a/windows/configuration/wcd/wcd-windowsteamsettings.md +++ b/windows/configuration/wcd/wcd-windowsteamsettings.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-wlan.md b/windows/configuration/wcd/wcd-wlan.md index f39d201a7e..546e98f694 100644 --- a/windows/configuration/wcd/wcd-wlan.md +++ b/windows/configuration/wcd/wcd-wlan.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd-workplace.md b/windows/configuration/wcd/wcd-workplace.md index 82ade46236..be349f8742 100644 --- a/windows/configuration/wcd/wcd-workplace.md +++ b/windows/configuration/wcd/wcd-workplace.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/wcd/wcd.md b/windows/configuration/wcd/wcd.md index 6cf786c7ee..53eeaa689f 100644 --- a/windows/configuration/wcd/wcd.md +++ b/windows/configuration/wcd/wcd.md @@ -7,6 +7,7 @@ ms.sitesec: library author: jdeckerMS ms.localizationpriority: medium ms.author: jdecker +ms.topic: article ms.date: 04/30/2018 --- diff --git a/windows/configuration/windows-10-start-layout-options-and-policies.md b/windows/configuration/windows-10-start-layout-options-and-policies.md index 615d0cdf01..4ae9863908 100644 --- a/windows/configuration/windows-10-start-layout-options-and-policies.md +++ b/windows/configuration/windows-10-start-layout-options-and-policies.md @@ -7,6 +7,8 @@ ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 10/31/2017 --- diff --git a/windows/configuration/windows-spotlight.md b/windows/configuration/windows-spotlight.md index 8698db70b2..433ab343c2 100644 --- a/windows/configuration/windows-spotlight.md +++ b/windows/configuration/windows-spotlight.md @@ -7,6 +7,8 @@ ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library author: jdeckerms +ms.author: jdecker +ms.topic: article ms.localizationpriority: high ms.date: 04/30/2018 --- From e00468679e9dd932cd17e0059dc9fffbff7af74c Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 10 May 2018 09:25:15 -0700 Subject: [PATCH 065/186] Updated metadata date --- .../remove-provisioned-apps-during-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index c130875772..74ceea9b66 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -6,7 +6,7 @@ ms.mktglfcycl: deploy ms.sitesec: library ms.author: helohr author: HeidiLohr -ms.date: 05/09/2018 +ms.date: 05/10/2018 --- # How to keep apps removed from Windows 10 from returning during an update From 0341dc25f319c54b3834f75a42c5a08d7902d94d Mon Sep 17 00:00:00 2001 From: Dani Halfin Date: Thu, 10 May 2018 17:26:51 +0000 Subject: [PATCH 066/186] Merged PR 8082: Adding new privacy node and updated privacy content Hoping for 0 conflicts --- .openpublishing.redirection.json | 59 ++- windows/configuration/TOC.md | 11 - ...change-history-for-configure-windows-10.md | 14 + .../manage-tips-and-suggestions.md | 2 +- windows/hub/TOC.md | 1 + windows/privacy/TOC.md | 16 +- ...ndows-diagnostic-events-and-fields-1703.md | 0 ...ndows-diagnostic-events-and-fields-1709.md | 0 ...el-windows-diagnostic-events-and-fields.md | 2 +- ...ws-diagnostic-data-in-your-organization.md | 0 .../diagnostic-data-viewer-overview.md | 0 ...ata-windows-analytics-events-and-fields.md | 0 .../gdpr-win10-whitepaper.md | 0 windows/privacy/images/checkmark.png | Bin 0 -> 20444 bytes .../images/ddv-data-viewing.png | Bin .../images/ddv-device-sample.png | Bin .../images/ddv-event-sample.png | Bin .../images/ddv-problem-reports-screen.png | Bin .../images/ddv-settings-launch.png | Bin .../images/ddv-settings-off.png | Bin .../images/gdpr-azure-info-protection.png | Bin .../images/gdpr-comp-info-protection.png | Bin .../images/gdpr-cve-graph.png | Bin .../gdpr-intelligent-security-graph.png | Bin .../images/gdpr-security-center.png | Bin .../images/gdpr-security-center2.png | Bin .../images/gdpr-security-center3.png | Bin .../images/gdpr-steps-diagram.png | Bin .../images/priv-telemetry-levels.png | Bin windows/privacy/index.md | 1 - windows/privacy/index.yml | 148 +++++++ ...system-components-to-microsoft-services.md | 2 +- .../manage-windows-endpoints.md} | 388 +++++++++--------- .../windows-diagnostic-data-1703.md | 0 .../windows-diagnostic-data.md | 0 35 files changed, 422 insertions(+), 222 deletions(-) rename windows/{configuration => privacy}/basic-level-windows-diagnostic-events-and-fields-1703.md (100%) rename windows/{configuration => privacy}/basic-level-windows-diagnostic-events-and-fields-1709.md (100%) rename windows/{configuration => privacy}/basic-level-windows-diagnostic-events-and-fields.md (99%) rename windows/{configuration => privacy}/configure-windows-diagnostic-data-in-your-organization.md (100%) rename windows/{configuration => privacy}/diagnostic-data-viewer-overview.md (100%) rename windows/{configuration => privacy}/enhanced-diagnostic-data-windows-analytics-events-and-fields.md (100%) rename windows/{configuration => privacy}/gdpr-win10-whitepaper.md (100%) create mode 100644 windows/privacy/images/checkmark.png rename windows/{configuration => privacy}/images/ddv-data-viewing.png (100%) rename windows/{configuration => privacy}/images/ddv-device-sample.png (100%) rename windows/{configuration => privacy}/images/ddv-event-sample.png (100%) rename windows/{configuration => privacy}/images/ddv-problem-reports-screen.png (100%) rename windows/{configuration => privacy}/images/ddv-settings-launch.png (100%) rename windows/{configuration => privacy}/images/ddv-settings-off.png (100%) rename windows/{configuration => privacy}/images/gdpr-azure-info-protection.png (100%) rename windows/{configuration => privacy}/images/gdpr-comp-info-protection.png (100%) rename windows/{configuration => privacy}/images/gdpr-cve-graph.png (100%) rename windows/{configuration => privacy}/images/gdpr-intelligent-security-graph.png (100%) rename windows/{configuration => privacy}/images/gdpr-security-center.png (100%) rename windows/{configuration => privacy}/images/gdpr-security-center2.png (100%) rename windows/{configuration => privacy}/images/gdpr-security-center3.png (100%) rename windows/{configuration => privacy}/images/gdpr-steps-diagram.png (100%) rename windows/{configuration => privacy}/images/priv-telemetry-levels.png (100%) delete mode 100644 windows/privacy/index.md create mode 100644 windows/privacy/index.yml rename windows/{configuration => privacy}/manage-connections-from-windows-operating-system-components-to-microsoft-services.md (99%) rename windows/{configuration/manage-windows-endpoints-version-1709.md => privacy/manage-windows-endpoints.md} (79%) rename windows/{configuration => privacy}/windows-diagnostic-data-1703.md (100%) rename windows/{configuration => privacy}/windows-diagnostic-data.md (100%) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 19bd2e1ad9..8dada868e0 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -13624,5 +13624,62 @@ "source_path": "windows/security/threat-protection/windows-defender-atp/settings-windows-defender-advanced-threat-protection.md", "redirect_url": "/windows/security/threat-protection/windows-defender-atp/time-settings-windows-defender-advanced-threat-protection", "redirect_document_id": true -}] +}, +{ +"source_path": "windows/configuration/basic-level-windows-diagnostic-events-and-fields-1703.md", +"redirect_url": "/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703", +"redirect_document_id": true +}, +{ +"source_path": "windows/configuration/basic-level-windows-diagnostic-events-and-fields-1709.md", +"redirect_url": "/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709", +"redirect_document_id": true +}, +{ +"source_path": "windows/configuration/basic-level-windows-diagnostic-events-and-fields.md", +"redirect_url": "/windows/privacy/basic-level-windows-diagnostic-events-and-fields", +"redirect_document_id": true +}, +{ +"source_path": "windows/configuration/configure-windows-diagnostic-data-in-your-organization.md", +"redirect_url": "/windows/privacy/configure-windows-diagnostic-data-in-your-organization", +"redirect_document_id": true +}, +{ +"source_path": "windows/configuration/diagnostic-data-viewer-overview.md", +"redirect_url": "/windows/privacy/diagnostic-data-viewer-overview", +"redirect_document_id": true +}, +{ +"source_path": "windows/configuration/enhanced-diagnostic-data-windows-analytics-events-and-fields.md", +"redirect_url": "/windows/privacy/enhanced-diagnostic-data-windows-analytics-events-and-fields", +"redirect_document_id": true +}, +{ +"source_path": "windows/configuration/gdpr-win10-whitepaper.md", +"redirect_url": "/windows/privacy/gdpr-win10-whitepaper", +"redirect_document_id": true +}, +{ +"source_path": "windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md", +"redirect_url": "/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services", +"redirect_document_id": true +}, +{ +"source_path": "windows/configuration/manage-windows-endpoints-version-1709.md", +"redirect_url": "/windows/privacy/manage-windows-endpoints", +"redirect_document_id": true +}, +{ +"source_path": "windows/configuration/windows-diagnostic-data-1703.md", +"redirect_url": "/windows/privacy/windows-diagnostic-data-1703", +"redirect_document_id": true +}, +{ +"source_path": "windows/configuration/windows-diagnostic-data.md", +"redirect_url": "/windows/privacy/windows-diagnostic-data", +"redirect_document_id": true +}, + +] } diff --git a/windows/configuration/TOC.md b/windows/configuration/TOC.md index 775abee2b1..8c39396225 100644 --- a/windows/configuration/TOC.md +++ b/windows/configuration/TOC.md @@ -1,15 +1,4 @@ # [Configure Windows 10](index.md) -## [Configure Windows diagnostic data in your organization](configure-windows-diagnostic-data-in-your-organization.md) -## [Diagnostic Data Viewer Overview](diagnostic-data-viewer-overview.md) -## [Windows 10, version 1803 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields.md) -## [Windows 10, version 1709 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1709.md) -## [Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md) -## [Windows 10, version 1709 enhanced diagnostic data events and fields used by Windows Analytics](enhanced-diagnostic-data-windows-analytics-events-and-fields.md) -## [Windows 10, version 1709 and newer diagnostic data for the Full level](windows-diagnostic-data.md) -## [Windows 10, version 1703 diagnostic data for the Full level](windows-diagnostic-data-1703.md) -## [Beginning your General Data Protection Regulation (GDPR) journey for Windows 10](gdpr-win10-whitepaper.md) -## [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) -## [Manage Windows 10 connection endpoints](manage-windows-endpoints-version-1709.md) ## [Manage Wi-Fi Sense in your company](manage-wifi-sense-in-enterprise.md) ## [Configure kiosk and shared devices running Windows 10 desktop editions](kiosk-shared-pc.md) ### [Set up a shared or guest PC with Windows 10](set-up-shared-or-guest-pc.md) diff --git a/windows/configuration/change-history-for-configure-windows-10.md b/windows/configuration/change-history-for-configure-windows-10.md index 6da66557b5..18388abfb0 100644 --- a/windows/configuration/change-history-for-configure-windows-10.md +++ b/windows/configuration/change-history-for-configure-windows-10.md @@ -30,6 +30,20 @@ The topics in this library have been updated for Windows 10, version 1803. The f - Windows Configuration Designer setting: [AccountManagement](wcd/wcd-accountmanagement.md) - Windows Configuration Designer setting: [RcsPresence](wcd/wcd-rcspresence.md) +The following topics were moved into the [Privacy](/windows/privacy/index) library: + +- [Configure Windows diagnostic data in your organization](/windows/privacy/configure-windows-diagnostic-data-in-your-organization) +- [Diagnostic Data Viewer Overview](/windows/privacy/diagnostic-data-viewer-overview) +- [Windows 10, version 1803 basic level Windows diagnostic events and fields](/windows/privacy/basic-level-windows-diagnostic-events-and-fields) +- [Windows 10, version 1709 basic level Windows diagnostic events and fields](/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) +- [Windows 10, version 1703 basic level Windows diagnostic events and fields](/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703) +- [Windows 10, version 1709 enhanced diagnostic data events and fields used by Windows Analytics](/windows/privacy/enhanced-diagnostic-data-windows-analytics-events-and-fields) +- [Windows 10, version 1709 diagnostic data for the Full level](/windows/privacy/windows-diagnostic-data) +- [Windows 10, version 1703 diagnostic data for the Full level](/windows/privacy/windows-diagnostic-data-1703) +- [Beginning your General Data Protection Regulation (GDPR) journey for Windows 10](/windows/privacy/gdpr-win10-whitepaper) +- [Manage connections from Windows operating system components to Microsoft services](/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) +- [Manage Windows 10 connection endpoints](/windows/privacy/manage-windows-endpoints-version-1709) + ## April 2018 New or changed topic | Description diff --git a/windows/configuration/manage-tips-and-suggestions.md b/windows/configuration/manage-tips-and-suggestions.md index 01b4e0f434..9d6e6ff5dc 100644 --- a/windows/configuration/manage-tips-and-suggestions.md +++ b/windows/configuration/manage-tips-and-suggestions.md @@ -47,7 +47,7 @@ Windows 10, version 1607 (also known as the Anniversary Update), provides organi | Windows 10 Pro Education | Yes (default) | Yes | No (setting cannot be changed) | | Windows 10 Education | Yes (default) | Yes | No (setting cannot be changed) | -[Learn more about policy settings for Windows Spotlight.](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-spotlight) +[Learn more about policy settings for Windows Spotlight.](windows-spotlight.md) ## Related topics diff --git a/windows/hub/TOC.md b/windows/hub/TOC.md index cb339d35c0..9a147ba933 100644 --- a/windows/hub/TOC.md +++ b/windows/hub/TOC.md @@ -6,5 +6,6 @@ ## [Client management](/windows/client-management) ## [Application management](/windows/application-management) ## [Security](/windows/security) +## [Privacy](/windows/privacy) ## [Troubleshooting](/windows/client-management/windows-10-support-solutions) ## [Other Windows client versions](https://docs.microsoft.com/previous-versions/windows) \ No newline at end of file diff --git a/windows/privacy/TOC.md b/windows/privacy/TOC.md index 06913f7aef..07cddf4c66 100644 --- a/windows/privacy/TOC.md +++ b/windows/privacy/TOC.md @@ -1 +1,15 @@ -# [Index](index.md) \ No newline at end of file +# [Privacy](index.yml) +## [Beginning your General Data Protection Regulation (GDPR) journey for Windows 10](gdpr-win10-whitepaper.md) +## [Configure Windows diagnostic data in your organization](configure-windows-diagnostic-data-in-your-organization.md) +## [Diagnostic Data Viewer Overview](diagnostic-data-viewer-overview.md) +## Basic level diagnostics events and fields +### [Windows 10, version 1803 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields.md) +### [Windows 10, version 1709 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1709.md) +### [Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md) +## Enhanced level diagnostics events and fields +### [Windows 10, version 1709 enhanced diagnostic data events and fields used by Windows Analytics](enhanced-diagnostic-data-windows-analytics-events-and-fields.md) +## Full level diagnostics events and fields +### [Windows 10, version 1709 and later diagnostic data for the Full level](windows-diagnostic-data.md) +### [Windows 10, version 1703 diagnostic data for the Full level](windows-diagnostic-data-1703.md) +## [Manage Windows 10 connection endpoints](manage-windows-endpoints.md) +## [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) diff --git a/windows/configuration/basic-level-windows-diagnostic-events-and-fields-1703.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703.md similarity index 100% rename from windows/configuration/basic-level-windows-diagnostic-events-and-fields-1703.md rename to windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703.md diff --git a/windows/configuration/basic-level-windows-diagnostic-events-and-fields-1709.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709.md similarity index 100% rename from windows/configuration/basic-level-windows-diagnostic-events-and-fields-1709.md rename to windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709.md diff --git a/windows/configuration/basic-level-windows-diagnostic-events-and-fields.md b/windows/privacy/basic-level-windows-diagnostic-events-and-fields.md similarity index 99% rename from windows/configuration/basic-level-windows-diagnostic-events-and-fields.md rename to windows/privacy/basic-level-windows-diagnostic-events-and-fields.md index a57aebf1fb..187e7a2c48 100644 --- a/windows/configuration/basic-level-windows-diagnostic-events-and-fields.md +++ b/windows/privacy/basic-level-windows-diagnostic-events-and-fields.md @@ -33,7 +33,7 @@ You can learn more about Windows functional and diagnostic data through these ar - [Windows 10, version 1709 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1709.md) - [Windows 10, version 1703 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md) - [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) -- [Manage Windows 10 connection endpoints](manage-windows-endpoints-version-1709.md) +- [Manage Windows 10 connection endpoints](manage-windows-endpoints.md) - [Configure Windows diagnostic data in your organization](configure-windows-diagnostic-data-in-your-organization.md) diff --git a/windows/configuration/configure-windows-diagnostic-data-in-your-organization.md b/windows/privacy/configure-windows-diagnostic-data-in-your-organization.md similarity index 100% rename from windows/configuration/configure-windows-diagnostic-data-in-your-organization.md rename to windows/privacy/configure-windows-diagnostic-data-in-your-organization.md diff --git a/windows/configuration/diagnostic-data-viewer-overview.md b/windows/privacy/diagnostic-data-viewer-overview.md similarity index 100% rename from windows/configuration/diagnostic-data-viewer-overview.md rename to windows/privacy/diagnostic-data-viewer-overview.md diff --git a/windows/configuration/enhanced-diagnostic-data-windows-analytics-events-and-fields.md b/windows/privacy/enhanced-diagnostic-data-windows-analytics-events-and-fields.md similarity index 100% rename from windows/configuration/enhanced-diagnostic-data-windows-analytics-events-and-fields.md rename to windows/privacy/enhanced-diagnostic-data-windows-analytics-events-and-fields.md diff --git a/windows/configuration/gdpr-win10-whitepaper.md b/windows/privacy/gdpr-win10-whitepaper.md similarity index 100% rename from windows/configuration/gdpr-win10-whitepaper.md rename to windows/privacy/gdpr-win10-whitepaper.md diff --git a/windows/privacy/images/checkmark.png b/windows/privacy/images/checkmark.png new file mode 100644 index 0000000000000000000000000000000000000000..f9f04cd6bd96ce6898c426f9071b25c0e94fa35c GIT binary patch literal 20444 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 NZNAbhkF+`LKLHH-DG&ev literal 0 HcmV?d00001 diff --git a/windows/configuration/images/ddv-data-viewing.png b/windows/privacy/images/ddv-data-viewing.png similarity index 100% rename from windows/configuration/images/ddv-data-viewing.png rename to windows/privacy/images/ddv-data-viewing.png diff --git a/windows/configuration/images/ddv-device-sample.png b/windows/privacy/images/ddv-device-sample.png similarity index 100% rename from windows/configuration/images/ddv-device-sample.png rename to windows/privacy/images/ddv-device-sample.png diff --git a/windows/configuration/images/ddv-event-sample.png b/windows/privacy/images/ddv-event-sample.png similarity index 100% rename from windows/configuration/images/ddv-event-sample.png rename to windows/privacy/images/ddv-event-sample.png diff --git a/windows/configuration/images/ddv-problem-reports-screen.png b/windows/privacy/images/ddv-problem-reports-screen.png similarity index 100% rename from windows/configuration/images/ddv-problem-reports-screen.png rename to windows/privacy/images/ddv-problem-reports-screen.png diff --git a/windows/configuration/images/ddv-settings-launch.png b/windows/privacy/images/ddv-settings-launch.png similarity index 100% rename from windows/configuration/images/ddv-settings-launch.png rename to windows/privacy/images/ddv-settings-launch.png diff --git a/windows/configuration/images/ddv-settings-off.png b/windows/privacy/images/ddv-settings-off.png similarity index 100% rename from windows/configuration/images/ddv-settings-off.png rename to windows/privacy/images/ddv-settings-off.png diff --git a/windows/configuration/images/gdpr-azure-info-protection.png b/windows/privacy/images/gdpr-azure-info-protection.png similarity index 100% rename from windows/configuration/images/gdpr-azure-info-protection.png rename to windows/privacy/images/gdpr-azure-info-protection.png diff --git a/windows/configuration/images/gdpr-comp-info-protection.png b/windows/privacy/images/gdpr-comp-info-protection.png similarity index 100% rename from windows/configuration/images/gdpr-comp-info-protection.png rename to windows/privacy/images/gdpr-comp-info-protection.png diff --git a/windows/configuration/images/gdpr-cve-graph.png b/windows/privacy/images/gdpr-cve-graph.png similarity index 100% rename from windows/configuration/images/gdpr-cve-graph.png rename to windows/privacy/images/gdpr-cve-graph.png diff --git a/windows/configuration/images/gdpr-intelligent-security-graph.png b/windows/privacy/images/gdpr-intelligent-security-graph.png similarity index 100% rename from windows/configuration/images/gdpr-intelligent-security-graph.png rename to windows/privacy/images/gdpr-intelligent-security-graph.png diff --git a/windows/configuration/images/gdpr-security-center.png b/windows/privacy/images/gdpr-security-center.png similarity index 100% rename from windows/configuration/images/gdpr-security-center.png rename to windows/privacy/images/gdpr-security-center.png diff --git a/windows/configuration/images/gdpr-security-center2.png b/windows/privacy/images/gdpr-security-center2.png similarity index 100% rename from windows/configuration/images/gdpr-security-center2.png rename to windows/privacy/images/gdpr-security-center2.png diff --git a/windows/configuration/images/gdpr-security-center3.png b/windows/privacy/images/gdpr-security-center3.png similarity index 100% rename from windows/configuration/images/gdpr-security-center3.png rename to windows/privacy/images/gdpr-security-center3.png diff --git a/windows/configuration/images/gdpr-steps-diagram.png b/windows/privacy/images/gdpr-steps-diagram.png similarity index 100% rename from windows/configuration/images/gdpr-steps-diagram.png rename to windows/privacy/images/gdpr-steps-diagram.png diff --git a/windows/configuration/images/priv-telemetry-levels.png b/windows/privacy/images/priv-telemetry-levels.png similarity index 100% rename from windows/configuration/images/priv-telemetry-levels.png rename to windows/privacy/images/priv-telemetry-levels.png diff --git a/windows/privacy/index.md b/windows/privacy/index.md deleted file mode 100644 index f20ef925b9..0000000000 --- a/windows/privacy/index.md +++ /dev/null @@ -1 +0,0 @@ -# Welcome to privacy! \ No newline at end of file diff --git a/windows/privacy/index.yml b/windows/privacy/index.yml new file mode 100644 index 0000000000..9ffaddcd0a --- /dev/null +++ b/windows/privacy/index.yml @@ -0,0 +1,148 @@ +### YamlMime:YamlDocument + +documentType: LandingData + +title: Windows Privacy + +metadata: + + document_id: + + title: Windows Privacy + + description: Learn about how privacy is managed in Windows. + + keywords: Windows 10, Windows Server, Windows Server 2016, privacy, GDPR, compliance, endpoints + + ms.localizationpriority: high + + author: danihalfin + + ms.author: daniha + + ms.date: 04/25/2018 + + ms.topic: article + + ms.devlang: na + +sections: + +- items: + + - type: markdown + + text: Get ready for General Data Protection Regulation (GDPR) by viewing and configuring diagnostics data in your organization. + +- items: + + - type: list + + style: cards + + className: cardsM + + columns: 3 + + items: + + - href: \windows\privacy\gdpr-win10-whitepaper + + html:

Learn about GDPR and how Microsoft helps you get started towards compliance

+ + image: + + src: https://docs.microsoft.com/media/common/i_advanced.svg + + title: Begin your GDPR journey + + - href: \windows\privacy\configure-windows-diagnostic-data-in-your-organization + + html:

Make informed decisions about how you can configure diagnostic data in your organization

+ + image: + + src: https://docs.microsoft.com/media/common/i_filter.svg + + title: Configure Windows diagnostic data + + - href: \windows\privacy\diagnostic-data-viewer-overview + + html:

Review the diagnostic data sent to Microsoft by device in your organization

+ + image: + + src: https://docs.microsoft.com/media/common/i_investigate.svg + + title: View diagnostic data + +- title: Understand Diagnostic Data in Windows 10 + + items: + + - type: paragraph + + text: 'For the latest Windows 10 version, Learn more about what Windows Diagnostic Data is gathered at various diagnostics levels.' + + - type: list + + style: cards + + className: cardsM + + columns: 3 + + items: + + - href: \windows\privacy\basic-level-windows-diagnostic-events-and-fields + + html:

Learn more about basic diagnostics events and fields collected

+ + image: + + src: https://docs.microsoft.com/media/common/i_extend.svg + + title: Basic level events and fields + + - href: \windows\privacy\enhanced-diagnostic-data-windows-analytics-events-and-fields + + html:

Learn more about diagnostics events and fields used by Windows Analytics

+ + image: + + src: https://docs.microsoft.com/media/common/i_delivery.svg + + title: Enhanced level events and fields + + - href: \windows\privacy\windows-diagnostic-data + + html:

Learn more about all diagnostics data collected

+ + image: + + src: https://docs.microsoft.com/media/common/i_get-started.svg + + title: Full level events and fields + +- items: + + - type: list + + style: cards + + className: cardsL + + items: + + - title: View and manage Windows 10 connection endpoints + + html:

Manage Windows 10 connection endpoints

+ +

Manage connections from Windows to Microsoft services

+ + - title: Additional resources + + html:

Windows 10 on Trust Center

+ +

GDPR on Microsoft365 Compliance solutions

+ \ No newline at end of file diff --git a/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md similarity index 99% rename from windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md rename to windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md index d776b3e988..d80ca22032 100644 --- a/windows/configuration/manage-connections-from-windows-operating-system-components-to-microsoft-services.md +++ b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md @@ -1847,7 +1847,7 @@ If you're not running Windows 10, version 1607 or later, you can use the other o - Create a new REG\_DWORD registry setting named **DisableWindowsConsumerFeatures** in **HKEY\_LOCAL\_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent** with a value of 1 (one). -For more info, see [Windows Spotlight on the lock screen](windows-spotlight.md). +For more info, see [Windows Spotlight on the lock screen](/windows/configuration/windows-spotlight). ### 26. Microsoft Store diff --git a/windows/configuration/manage-windows-endpoints-version-1709.md b/windows/privacy/manage-windows-endpoints.md similarity index 79% rename from windows/configuration/manage-windows-endpoints-version-1709.md rename to windows/privacy/manage-windows-endpoints.md index 1ce981a341..692310a8a3 100644 --- a/windows/configuration/manage-windows-endpoints-version-1709.md +++ b/windows/privacy/manage-windows-endpoints.md @@ -14,7 +14,7 @@ ms.date: 11/21/2017 **Applies to** -- Windows 10, version 1709 +- Windows 10, version 1709 and later Some Windows components, app, and related services transfer data to Microsoft network endpoints. Some examples include: @@ -24,13 +24,13 @@ Some Windows components, app, and related services transfer data to Microsoft ne - Connecting to the cloud to store and access backups. - Using your location to show a weather forecast. -This article lists different endpoints that are available on a clean installation of Windows 10 Enterprise, version 1709. +This article lists different endpoints that are available on a clean installation of Windows 10 Enterprise, version 1709 and later. Details about the different ways to control traffic to these endpoints are covered in [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md). Where applicable, each endpoint covered in this topic includes a link to specific details about how to control traffic to it. We used the following methodology to derive these network endpoints: -1. Set up Windows 10 Enterprise, version 1709 test virtual machine using the default settings. +1. Set up the latest version of Windows 10 Enterprise test virtual machine using the default settings. 2. Leave the devices running idle for a week (that is, a user is not interacting with the system/device). 3. Use globally accepted network protocol analyzer/capturing tools and log all background egress traffic. 4. Compile reports on traffic going to public IP addresses. @@ -44,249 +44,252 @@ We used the following methodology to derive these network endpoints: The following endpoint is used to download updates to the Weather app Live Tile. If you [turn off traffic to this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#live-tiles), no Live Tiles will be updated. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| explorer | HTTP | tile-service.weather.microsoft.com/en-US/livetile/preinstall?region=US&appid=C98EA5B0842DBB9405BBF071E1DA76512D21FE36&FORM=Threshold | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| explorer | HTTP | tile-service.weather.microsoft.com | 1709 | +| | HTTP | blob.weather.microsoft.com | 1803 | The following endpoint is used for OneNote Live Tile. To turn off traffic for this endpoint, either uninstall OneNote or [disable the Microsoft Store](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore). If you disable the Microsoft store, other Store apps cannot be installed or updated. Additionally, the Microsoft Store won't be able to revoke malicious Store apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | HTTPS | cdn.onenote.net/livetile/?Language=en-US | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | HTTPS | cdn.onenote.net/livetile/?Language=en-US | 1709 | The following endpoints are used for Twitter updates. To turn off traffic for these endpoints, either uninstall Twitter or [disable the Microsoft Store](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore). If you disable the Microsoft store, other Store apps cannot be installed or updated. Additionally, the Microsoft Store won't be able to revoke malicious Store apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | HTTPS | wildcard.twimg.com | -| svchost.exe | | oem.twimg.com/windows/tile.xml | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | HTTPS | wildcard.twimg.com | 1709 | +| svchost.exe | | oem.twimg.com/windows/tile.xml | 1709 | The following endpoint is used for Facebook updates. To turn off traffic for this endpoint, either uninstall Facebook or [disable the Microsoft Store](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore). If you disable the Microsoft store, other Store apps cannot be installed or updated. Additionally, the Microsoft Store won't be able to revoke malicious Store apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | | star-mini.c10r.facebook.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | | star-mini.c10r.facebook.com | 1709 | The following endpoint is used by the Photos app to download configuration files, and to connect to the Office 365 portal's shared infrastructure, including Office Online. To turn off traffic for this endpoint, either uninstall the Photos app or [disable the Microsoft Store](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore). If you disable the Microsoft store, other Store apps cannot be installed or updated. Additionally, the Microsoft Store won't be able to revoke malicious Store apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| WindowsApps\Microsoft.Windows.Photos | HTTPS | evoke-windowsservices-tas.msedge.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| WindowsApps\Microsoft.Windows.Photos | HTTPS | evoke-windowsservices-tas.msedge.net | 1709 | The following endpoint is used for Candy Crush Saga updates. To turn off traffic for this endpoint, either uninstall Candy Crush Saga or [disable the Microsoft Store](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore). If you disable the Microsoft store, other Store apps cannot be installed or updated. Additionally, the Microsoft Store won't be able to revoke malicious Store apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | TLS v1.2 | candycrushsoda.king.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | TLS v1.2 | candycrushsoda.king.com | 1709 | The following endpoint is used for by the Microsoft Wallet app. To turn off traffic for this endpoint, either uninstall the Wallet app or [disable the Microsoft Store](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore). If you disable the Microsoft store, other Store apps cannot be installed or updated. Additionally, the Microsoft Store won't be able to revoke malicious Store apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| system32\AppHostRegistrationVerifier.exe | HTTPS | wallet.microsoft.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| system32\AppHostRegistrationVerifier.exe | HTTPS | wallet.microsoft.com | 1709 | The following endpoint is used by the Groove Music app for update HTTP handler status. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-apps-for-websites), apps for websites won't work and customers who visit websites (such as mediaredirect.microsoft.com) that are registered with their associated app (such as Groove Music) will stay at the website and won't be able to directly launch the app. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| system32\AppHostRegistrationVerifier.exe | HTTPS | mediaredirect.microsoft.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| system32\AppHostRegistrationVerifier.exe | HTTPS | mediaredirect.microsoft.com | 1709 | ## Cortana and Search The following endpoint is used to get images that are used for Microsoft Store suggestions. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-cortana), you will block images that are used for Microsoft Store suggestions. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| searchui | HTTPS | store-images.s-microsoft.com/image/apps.32524.9007199266244048.fc51fce8-175a-4525-b569-14d91f7779c3.0a720951-38e4-4e81-9804-03f833ab1d2e?format=source | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| searchui | HTTPS |store-images.s-microsoft.com | 1709 | The following endpoint is used to update Cortana greetings, tips, and Live Tiles. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-cortana), you will block updates to Cortana greetings, tips, and Live Tiles. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| backgroundtaskhost | HTTPS | www.bing.com/client/config?cc=US&setlang=en-US | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| backgroundtaskhost | HTTPS | www.bing.com/client | 1709 | The following endpoint is used to configure parameters, such as how often the Live Tile is updated. It's also used to activate experiments. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-cortana), parameters would not be updated and the device would no longer participate in experiments. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| backgroundtaskhost | HTTPS | www.bing.com/proactive/v2/spark?cc=US&setlang=en-US | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| backgroundtaskhost | HTTPS | www.bing.com/proactive | 1709 | The following endpoint is used by Cortana to report diagnostic and diagnostic data information. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-cortana), Microsoft won't be aware of issues with Cortana and won't be able to fix them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| searchui
backgroundtaskhost | HTTPS | www.bing.com/threshold/xls.aspx | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| searchui
backgroundtaskhost | HTTPS | www.bing.com/threshold/xls.aspx | 1709 | ## Certificates The following endpoint is used by the Automatic Root Certificates Update component to automatically check the list of trusted authorities on Windows Update to see if an update is available. It is possible to [turn off traffic to this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#automatic-root-certificates-update), but that is not recommended because when root certificates are updated over time, applications and websites may stop working because they did not receive an updated root certificate the application uses. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | HTTP | ctldl.windowsupdate.com/msdownload/update/v3/static/trustedr/en/authrootstl.cab?1ba0e83cae791f0d | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | HTTP | ctldl.windowsupdate.com | 1709 | The following endpoints are used to download certificates that are publicly known to be fraudulent. These settings are critical for both Windows security and the overall security of the Internet. We do not recommend blocking this endpoint. If traffic to this endpoint is turned off, Windows no longer automatically downloads certificates known to be fraudulent, which increases the attack vector on the device. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | HTTP | ctldl.windowsupdate.com/msdownload/update/v3/static/trustedr/en/disallowedcertstl.cab?03376e5589b4a188 | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | HTTP | ctldl.windowsupdate.com | 1709 | ## Device authentication The following endpoint is used to authenticate a device. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-priv-feedback), the device will not be authenticated. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | HTTPS | login.live.com/ppsecure/deviceaddcredential.srf | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | HTTPS | login.live.com/ppsecure | 1709 | ## Device metadata The following endpoint is used to retrieve device metadata. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-devinst), metadata will not be updated for the device. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | | dmd.metaservices.microsoft.com.akadns.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | | dmd.metaservices.microsoft.com.akadns.net | 1709 | +| | HTTP | dmd.metaservices.microsoft.com | 1803 | ## Diagnostic Data The following endpoint is used by the Connected User Experiences and Telemetry component and connects to the Microsoft Data Management service. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-priv-feedback), diagnostic and usage information, which helps Microsoft find and fix problems and improve our products and services, will not be sent back to Microsoft. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | | cy2.vortex.data.microsoft.com.akadns.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | | cy2.vortex.data.microsoft.com.akadns.net | 1709 | The following endpoint is used by the Connected User Experiences and Telemetry component and connects to the Microsoft Data Management service. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-priv-feedback), diagnostic and usage information, which helps Microsoft find and fix problems and improve our products and services, will not be sent back to Microsoft. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | | v10.vortex-win.data.microsoft.com/collect/v1 | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | | v10.vortex-win.data.microsoft.com/collect/v1 | 1709 | The following endpoints are used by Windows Error Reporting. To turn off traffic for these endpoints, enable the following Group Policy: Administrative Templates > Windows Components > Windows Error Reporting > Disable Windows Error Reporting. This means error reporting information will not be sent back to Microsoft. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| wermgr | | watson.telemetry.microsoft.com/Telemetry.Request | -| |TLS v1.2 |modern.watson.data.microsoft.com.akadns.net| +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| wermgr | | watson.telemetry.microsoft.com | 1709 | +| | TLS v1.2 | modern.watson.data.microsoft.com.akadns.net | 1709 | ## Font streaming The following endpoints are used to download fonts on demand. If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#font-streaming), you will not be able to download fonts on demand. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | | fs.microsoft.com | -| | | fs.microsoft.com/fs/windows/config.json | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | | fs.microsoft.com | 1709 | +| | | fs.microsoft.com/fs/windows/config.json | 1709 | ## Licensing The following endpoint is used for online activation and some app licensing. To turn off traffic for this endpoint, disable the Windows License Manager Service. This will also block online activation and app licensing may not work. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| licensemanager | HTTPS | licensing.mp.microsoft.com/v7.0/licenses/content | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| licensemanager | HTTPS | licensing.mp.microsoft.com/v7.0/licenses/content | 1709 | ## Location The following endpoint is used for location data. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-priv-location), apps cannot use location data. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | HTTP | location-inference-westus.cloudapp.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | HTTP | location-inference-westus.cloudapp.net | 1709 | ## Maps The following endpoint is used to check for updates to maps that have been downloaded for offline use. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-offlinemaps), offline maps will not be updated. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | HTTPS | *g.akamaiedge.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | HTTPS | *g.akamaiedge.net | 1709 | ## Microsoft account The following endpoints are used for Microsoft accounts to sign in. If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-microsoft-account), users cannot sign in with Microsoft accounts. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | | login.msa.akadns6.net | -| system32\Auth.Host.exe | HTTPS | auth.gfx.ms | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | | login.msa.akadns6.net | 1709 | +| system32\Auth.Host.exe | HTTPS | auth.gfx.ms | 1709 | ## Microsoft Store The following endpoint is used for the Windows Push Notification Services (WNS). WNS enables third-party developers to send toast, tile, badge, and raw updates from their own cloud service. This provides a mechanism to deliver new updates to your users in a power-efficient and dependable way. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#live-tiles), push notifications will no longer work, including MDM device management, mail synchronization, settings synchronization. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | | *.wns.windows.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | | *.wns.windows.com | 1709 | The following endpoint is used to revoke licenses for malicious apps in the Microsoft Store. To turn off traffic for this endpoint, either uninstall the app or [disable the Microsoft Store](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore). If you disable the Microsoft store, other Microsoft Store apps cannot be installed or updated. Additionally, the Microsoft Store won't be able to revoke malicious apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | HTTP | storecatalogrevocation.storequality.microsoft.com/applications/revoked.json/ | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | HTTP | storecatalogrevocation.storequality.microsoft.com | 1709 | The following endpoints are used to download image files that are called when applications run (Microsoft Store or Inbox MSN Apps). If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore), the image files won't be downloaded, and apps cannot be installed or updated from the Microsoft Store. Additionally, the Microsoft Store won't be able to revoke malicious apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | HTTPS | img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE1ARmA?ver=e6f4 | -| | HTTPS | img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RWbW71?ver=c090 | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | HTTPS | img-prod-cms-rt-microsoft-com.akamaized.net | 1709 | +| backgroundtransferhost | HTTPS | store-images.microsoft.com | 1803 | The following endpoints are used to communicate with Microsoft Store. If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore), apps cannot be installed or updated from the Microsoft Store. Additionally, the Microsoft Store won't be able to revoke malicious apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | HTTP | storeedgefd.dsx.mp.microsoft.com | -| | HTTP | pti.store.microsoft.com | -||TLS v1.2|cy2.\*.md.mp.microsoft.com.\*.| +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | HTTP | storeedgefd.dsx.mp.microsoft.com | 1709 | +| | HTTP | pti.store.microsoft.com | 1709 | +||TLS v1.2|cy2.\*.md.mp.microsoft.com.\*.| 1709 | +| svchost | HTTPS | displaycatalog.mp.microsoft.com | 1803 | ## Network Connection Status Indicator (NCSI) Network Connection Status Indicator (NCSI) detects Internet connectivity and corporate network connectivity status. NCSI sends a DNS request and HTTP query to this endpoint to determine if the device can communicate with the Internet. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-ncsi), NCSI won't be able to determine if the device is connected to the Internet and the network status tray icon will show a warning. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | HTTP | www.msftconnecttest.com/connecttest.txt | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | HTTP | www.msftconnecttest.com/connecttest.txt | 1709 | ## Office @@ -294,89 +297,74 @@ The following endpoints are used to connect to the Office 365 portal's shared in You can turn this off by removing all Microsoft Office apps and the Mail and Calendar apps. If you turn off traffic for these endpoints, users won't be able to save documents to the cloud or see their recently used documents. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | | *.a-msedge.net | -| hxstr | | *.c-msedge.net | -| | | *.e-msedge.net | -| | | *.s-msedge.net | - -The following endpoint is used to connect to the Office 365 portal's shared infrastructure, including Office Online. For more info, see [Office 365 URLs and IP address ranges](https://support.office.com/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2?ui=en-US&rs=en-US&ad=US#BKMK_Portal-identity). -You can turn this off by removing all Microsoft Office apps and the Mail and Calendar apps. -If you turn off traffic for this endpoint, users won't be able to save documents to the cloud or see their recently used documents. - -| Source process | Protocol | Destination | -|----------------|----------|------------| -| hxstr | | *.c-msedge.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | | *.a-msedge.net | 1709 | +| hxstr | | *.c-msedge.net | 1709 | +| | | *.e-msedge.net | 1709 | +| | | *.s-msedge.net | 1709 | +| | HTTPS | ocos-office365-s2s.msedge.net | 1803 | The following endpoint is used to connect to the Office 365 portal's shared infrastructure, including Office Online. For more info, see [Office 365 URLs and IP address ranges](https://support.office.com/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2?ui=en-US&rs=en-US&ad=US#BKMK_Portal-identity). You can turn this off by removing all Microsoft Office apps and the Mail and Calendar apps. If you turn off traffic for these endpoints, users won't be able to save documents to the cloud or see their recently used documents. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| system32\Auth.Host.exe | HTTPS | outlook.office365.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| system32\Auth.Host.exe | HTTPS | outlook.office365.com | 1709 | The following endpoint is OfficeHub traffic used to get the metadata of Office apps. To turn off traffic for this endpoint, either uninstall the app or [disable the Microsoft Store](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore). If you disable the Microsoft store, other Microsoft Store apps cannot be installed or updated. Additionally, the Microsoft Store won't be able to revoke malicious apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -|Windows Apps\Microsoft.Windows.Photos|HTTPS|client-office365-tas.msedge.net| +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +|Windows Apps\Microsoft.Windows.Photos|HTTPS|client-office365-tas.msedge.net| 1709 | ## OneDrive The following endpoint is a redirection service that’s used to automatically update URLs. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-onedrive), anything that relies on g.live.com to get updated URL information will no longer work. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| onedrive | HTTP | g.live.com/1rewlive5skydrive/ODSUProduction | - - -The following endpoint is a redirection service that’s used to automatically update URLs. -If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-onedrive), anything that relies on g.live.com to get updated URL information will no longer work. - -| Source process | Protocol | Destination | -|----------------|----------|------------| -| onedrive | HTTPS | g.live.com/1rewlive5skydrive/OneDriveProduction?OneDriveUpdate=1303f1898483a527eab1d8f57af6 | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| onedrive | HTTP \ HTTPS | g.live.com/1rewlive5skydrive/ODSUProduction | 1709 | The following endpoint is used by OneDrive for Business to download and verify app updates. For more info, see [Office 365 URLs and IP address ranges](https://support.office.com/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2?ui=en-US&rs=en-US&ad=US). To turn off traffic for this endpoint, uninstall OneDrive for Business. In this case, your device will not able to get OneDrive for Business app updates. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| onedrive | HTTPS | oneclient.sfx.ms/PreSignInSettings/Prod/PreSignInSettingsConfig.json?OneDriveUpdate=3253474af747a19de2a72deb9a75 | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| onedrive | HTTPS | oneclient.sfx.ms | 1709 | ## Settings The following endpoint is used as a way for apps to dynamically update their configuration. Apps such as System Initiated User Feedback and the Xbox app use it. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-priv-feedback), an app that uses this endpoint may stop working. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| dmclient | | cy2.settings.data.microsoft.com.akadns.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| dmclient | | cy2.settings.data.microsoft.com.akadns.net | 1709 | The following endpoint is used as a way for apps to dynamically update their configuration. Apps such as System Initiated User Feedback and the Xbox app use it. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-priv-feedback), an app that uses this endpoint may stop working. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| dmclient | HTTPS | settings.data.microsoft.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| dmclient | HTTPS | settings.data.microsoft.com | 1709 | The following endpoint is used as a way for apps to dynamically update their configuration. Apps such as Windows Connected User Experiences and Telemetry component and Windows Insider Program use it. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-priv-feedback), an app that uses this endpoint may stop working. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | HTTPS | settings-win.data.microsoft.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | HTTPS | settings-win.data.microsoft.com | 1709 | ## Skype The following endpoint is used to retrieve Skype configuration values. To turn off traffic for this endpoint, either uninstall the app or [disable the Microsoft Store](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-windowsstore). If you disable the Microsoft store, other Microsoft Store apps cannot be installed or updated. Additionally, the Microsoft Store won't be able to revoke malicious apps and users will still be able to open them. -| Source process | Protocol | Destination | -|----------------|----------|------------| -|microsoft.windowscommunicationsapps.exe | HTTPS | config.edge.skype.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +|microsoft.windowscommunicationsapps.exe | HTTPS | config.edge.skype.com | 1709 | @@ -385,112 +373,102 @@ The following endpoint is used to retrieve Skype configuration values. To turn o The following endpoint is used for Windows Defender when Cloud-based Protection is enabled. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-defender), the device will not use Cloud-based Protection. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | | wdcp.microsoft.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | | wdcp.microsoft.com | 1709 | The following endpoints are used for Windows Defender definition updates. If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-defender), definitions will not be updated. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | | definitionupdates.microsoft.com | -|MpCmdRun.exe|HTTPS|go.microsoft.com| - -## Windows Insider Preview builds - -The following endpoint is used to retrieve Windows Insider Preview builds. -If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-previewbuilds), the device will not be notified about new Windows Insider Preview builds. - -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | HTTPS | insiderppe.cloudapp.net/windows-app-web-link | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | | definitionupdates.microsoft.com | 1709 | +|MpCmdRun.exe|HTTPS|go.microsoft.com | 1709 | ## Windows Spotlight The following endpoints are used to retrieve Windows Spotlight metadata that describes content, such as references to image locations, as well as suggested apps, Microsoft account notifications, and Windows tips. -If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-spotlight), Windows Spotlight will still try to deliver new lock screen images and updated content but it will fail; suggested apps, Microsoft account notifications, and Windows tips will not be downloaded. For more information, see [Windows Spotlight](windows-spotlight.md). +If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-spotlight), Windows Spotlight will still try to deliver new lock screen images and updated content but it will fail; suggested apps, Microsoft account notifications, and Windows tips will not be downloaded. For more information, see [Windows Spotlight](/windows/configuration/windows-spotlight). -| Source process | Protocol | Destination | -|----------------|----------|------------| -| backgroundtaskhost | HTTPS | arc.msn.com | -| backgroundtaskhost | | g.msn.com.nsatc.net | -| |TLS v1.2| *.search.msn.com | -| | HTTPS | ris.api.iris.microsoft.com/v1/a/impression?CID=116000000000270658®ion=US&lang=EN-US&oem=&devFam=WINDOWS.DESKTOP&ossku=ENTERPRISE&cmdVer=10.0.15063.0&mo=&cap=&EID=&&PID=400051553&UIT=G&TargetID=700090861&AN=275357688&PG=PC000P0FR5.0000000G4I&REQASID=D17E3C737583496F8C4CE6553F7395C5&UNID=202914&ANID=&MUID=&ASID=a81b259b93e2425e801d0bb5a5ec2741&PERSID=&AUID=71FA96C64367722E210169966CE8D919&TIME=20170721T015831Z | -| | HTTPS | query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWaHxi | -| | HTTPS | query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWaML4 | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| backgroundtaskhost | HTTPS | arc.msn.com | 1709 | +| backgroundtaskhost | | g.msn.com.nsatc.net | 1709 | +| |TLS v1.2| *.search.msn.com | 1709 | +| | HTTPS | ris.api.iris.microsoft.com | 1709 | +| | HTTPS | query.prod.cms.rt.microsoft.com | 1709 | ## Windows Update The following endpoint is used for Windows Update downloads of apps and OS updates, including HTTP downloads or HTTP downloads blended with peers. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-updates), Windows Update downloads will not be managed, as critical metadata that is used to make downloads more resilient is blocked. Downloads may be impacted by corruption (resulting in re-downloads of full files). Additionally, downloads of the same update by multiple devices on the same local network will not use peer devices for bandwidth reduction. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | HTTPS | *.prod.do.dsp.mp.microsoft.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | HTTPS | *.prod.do.dsp.mp.microsoft.com | 1709 | The following endpoints are used to download operating system patches and updates. If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-wu), the device will not be able to download updates for the operating system. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | | au.download.windowsupdate.com | -| svchost | HTTP | *.windowsupdate.com | -| | HTTP | fg.download.windowsupdate.com.c.footprint.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | HTTP | *.windowsupdate.com | 1709 | +| | HTTP | fg.download.windowsupdate.com.c.footprint.net | 1709 | The following endpoint is used by the Highwinds Content Delivery Network to perform Windows updates. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-wu), the device will not perform updates. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | | cds.d2s7q6s2.hwcdn.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | | cds.d2s7q6s2.hwcdn.net | 1709 | The following endpoints are used by the Verizon Content Delivery Network to perform Windows updates. If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-wu), the device will not perform updates. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | HTTP | *wac.phicdn.net | -| | | *wac.edgecastcdn.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | HTTP | *wac.phicdn.net | 1709 | +| | | *wac.edgecastcdn.net | 1709 | The following endpoint is used to download apps and Windows Insider Preview builds from the Microsoft Store. Time Limited URL (TLU) is a mechanism for protecting the content. For example, it prevents someone from copying the URL and then getting access to the app that the person has not acquired). If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-wu), the updating functionality on this device is essentially in a disabled state, resulting in user unable to get apps from the Store, get latest version of Windows, and so on. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | | *.tlu.dl.delivery.mp.microsoft.com.c.footprint.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | | *.tlu.dl.delivery.mp.microsoft.com.c.footprint.net | 1709 | The following endpoint is used to download apps from the Microsoft Store. It's used as part of calculating the right ranges for apps. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-wu), users of the device will not able to get apps from the Microsoft Store. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | | emdl.ws.microsoft.com/emdl/c/doc/ph/prod1/msdownload/update/software/defu/2017/07/1024/am_base_82267ed19fb382d07106d5f64257fb815c664b31.exe.json | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | | emdl.ws.microsoft.com | 1709 | The following endpoints enable connections to Windows Update, Microsoft Update, and the online services of the Store. If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-wu), the device will not be able to connect to Windows Update and Microsoft Update to help keep the device secure. Also, the device will not be able to acquire and update apps from the Store. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | HTTPS | fe2.update.microsoft.com/v6/ClientWebService/client.asmx | -| svchost | | fe3.delivery.mp.microsoft.com/ClientWebService/client.asmx | -| | | fe3.delivery.dsp.mp.microsoft.com.nsatc.net (an alias for fe3.delivery.mp.microsoft.com) | -| svchost | HTTPS | sls.update.microsoft.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | HTTPS | fe2.update.microsoft.com | 1709 | +| svchost | | fe3.delivery.mp.microsoft.com | 1709 | +| | | fe3.delivery.dsp.mp.microsoft.com.nsatc.net | 1709 | +| svchost | HTTPS | sls.update.microsoft.com | 1709 | +| | HTTP | *.dl.delivery.mp.microsoft.com | 1803 | The following endpoint is used for content regulation. If you [turn off traffic for this endpoint](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-wu), the Windows Update Agent will be unable to contact the endpoint and fallback behavior will be used. This may result in content being either incorrectly downloaded or not downloaded at all. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| svchost | HTTPS | tsfe.trafficshaping.dsp.mp.microsoft.com | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| svchost | HTTPS | tsfe.trafficshaping.dsp.mp.microsoft.com | 1709 | The following endpoints are used to download content. If you [turn off traffic for these endpoints](manage-connections-from-windows-operating-system-components-to-microsoft-services.md#bkmk-wu), you will block any content from being downloaded. -| Source process | Protocol | Destination | -|----------------|----------|------------| -| | | a122.dscd.akamai.net | -| | | a1621.g.akamai.net | +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +| | | a122.dscd.akamai.net | 1709 | +| | | a1621.g.akamai.net | 1709 | ## Microsoft forward link redirection service (FWLink) @@ -498,9 +476,9 @@ The following endpoint is used by the Microsoft forward link redirection service If you disable this endpoint, Windows Defender won't be able to update its malware definitions; links from Windows and other Microsoft products to the Web won't work; and PowerShell updateable Help won't update. To disable the traffic, instead disable the traffic that's getting forwarded. -| Source process | Protocol | Destination | -|----------------|----------|------------| -|Various|HTTPS|go.microsoft.com| +| Source process | Protocol | Destination | Applies from Windows 10 version | +|----------------|----------|------------|----------------------------------| +|Various|HTTPS|go.microsoft.com| 1709 | ## Endpoints for other Windows editions diff --git a/windows/configuration/windows-diagnostic-data-1703.md b/windows/privacy/windows-diagnostic-data-1703.md similarity index 100% rename from windows/configuration/windows-diagnostic-data-1703.md rename to windows/privacy/windows-diagnostic-data-1703.md diff --git a/windows/configuration/windows-diagnostic-data.md b/windows/privacy/windows-diagnostic-data.md similarity index 100% rename from windows/configuration/windows-diagnostic-data.md rename to windows/privacy/windows-diagnostic-data.md From bc9914fda103ee15fa51b33385230d10ff3da104 Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Thu, 10 May 2018 10:47:15 -0700 Subject: [PATCH 067/186] remove email settings --- ...ows-defender-advanced-threat-protection.md | 46 ++++++------------- 1 file changed, 15 insertions(+), 31 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md index 24e934b696..595710cac3 100644 --- a/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/configure-email-notifications-windows-defender-advanced-threat-protection.md @@ -41,45 +41,29 @@ Only users assigned to the Global administrator role can manage notification rul The email notification includes basic information about the alert and a link to the portal where you can do further investigation. -## Create rules for alert notifications -You can create rules that determine the machines and alert severities to send email notifications for and the notification recipients. +## Set up email notifications for alerts +The email notifications feature is turned off by default. Turn it on to start receiving email notifications. +1. On the navigation pane, select **Settings** > **Alert notifications**. +2. Toggle the setting between **On** and **Off**. +3. Select the alert severity level that youd like your recipients to receive: + - **High** Select this level to send notifications for high-severity alerts. + - **Medium** Select this level to send notifications for medium-severity alerts. + - **Low** - Select this level to send notifications for low-severity alerts. + - **Informational** - Select this level to send notification for alerts that might not be considered harmful but good to keep track of. +4. In **Email recipients to notify on new alerts**, type the email address then select the + sign. +5. Click **Save preferences** when youve completed adding all the recipients. -1. In the navigation pane, select **Settings** > **Alert notifications**. - -2. Click **Add notification rule**. - -3. Specify the General information: - - **Rule name** - - **Machines** - Choose whether to notify recipients for alerts on all machines (Global administrator role only) or on selected machine groups. For more information, see [Create and manage machine groups](machine-groups-windows-defender-advanced-threat-protection.md). - - **Alert severity** - Choose the alert severity level - -4. Click **Next**. - -5. Enter the recipient's email address then click **Add recipient**. You can add multiple email addresses. - -6. Check that email recipients are able to receive the email notifications by selecting **Send test email**. - -7. Click **Save notification rule**. +Check that email recipients are able to receive the email notifications by selecting **Send test email**. All recipients in the list will receive the test email. Here's an example email notification: ![Image of example email notification](images/atp-example-email-notification.png) -## Edit a notification rule -1. Select the notification rule you'd like to edit. - -2. Update the General and Recipient tab information. - -3. Click **Save notification rule**. - - -## Delete notification rule - -1. Select the notification rule you'd like to delete. - -2. Click **Delete**. +## Remove email recipients +1. Select the trash bin icon beside the email address youd like to remove. +2. Click **Save preferences**. ## Troubleshoot email notifications for alerts This section lists various issues that you may encounter when using email notifications for alerts. From ff4dc8a1dfef275dac6aa00209af96b2fadb5ade Mon Sep 17 00:00:00 2001 From: Joey Caparas Date: Thu, 10 May 2018 11:20:26 -0700 Subject: [PATCH 068/186] fix --- ...vestigations-windows-defender-advanced-threat-protection.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md index 71189cdf90..584da22c52 100644 --- a/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/windows-defender-atp/automated-investigations-windows-defender-advanced-threat-protection.md @@ -65,8 +65,7 @@ While an investigation is running, any other alert generated from the machine wi If an incriminated entity is seen in another machine, the Automated investigation will expand the investigation to include that machine and a generic machine playbook will start on that machine. If 10 or more machines are found during this expansion process from the same entity, then that expansion action will require an approval and will be seen in the **Pending actions** view. ### How threats are remediated -Depending on how you set up the machine groups and their level of automation, the Automated investigation will either automatically remediate threats or require user approval (this is the default). - +Depending on how you set up the machine groups and their level of automation, the Automated investigation will either require user approval (default) or automatically remediate threats. You can configure the following levels of automation: From 969f451282b65f70ab3fc798a0f4d53119697b72 Mon Sep 17 00:00:00 2001 From: MikeBlodge Date: Thu, 10 May 2018 12:26:32 -0700 Subject: [PATCH 069/186] removed duplicate link, edited document title to include 'Pro' --- education/windows/change-to-pro-education.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/education/windows/change-to-pro-education.md b/education/windows/change-to-pro-education.md index fb3c861729..5f26684f9c 100644 --- a/education/windows/change-to-pro-education.md +++ b/education/windows/change-to-pro-education.md @@ -13,12 +13,11 @@ ms.author: MikeBlodge ms.date: 04/30/2018 --- -# Change to Windows 10 Education from Windows 10 Pro +# Change to Windows 10 Pro Education from Windows 10 Pro Windows 10 Pro Education is a new offering in Windows 10, version 1607. This edition builds on the commercial version of Windows 10 Pro and provides important management controls needed in schools by providing education-specific default settings. If you have an education tenant and use devices with Windows 10 Pro, global administrators can opt-in to a free change to Windows 10 Pro Education depending on your scenario. -- [Switch from Windows 10 Pro in S mode to Windows 10 Pro Education in S mode](https://www.microsoft.com/en-us/education/windows/s-mode-change-to-edu) -- [Switch from Windows 10 Pro to Windows 10 Pro Education](#switch-from-windows-10-pro-to-windows-10-pro-education) +- [Switch to Windows 10 Pro Education in S mode from Windows 10 Pro in S mode](https://www.microsoft.com/en-us/education/windows/s-mode-change-to-edu) To take advantage of this offering, make sure you meet the [requirements for changing](#requirements-for-changing). For academic customers who are eligible to change to Windows 10 Pro Education, but are unable to use the above methods, contact Microsoft Support for assistance. From d0af5ff81f62150aefe35b956273b22e18750d2e Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Thu, 10 May 2018 20:09:27 +0000 Subject: [PATCH 070/186] Updated educator-tib-get-started.md, minor text edits --- education/trial-in-a-box/educator-tib-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 857fdb8985..2dc038782f 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -44,7 +44,7 @@ To try out the educator tasks, start by logging in as a teacher. 1. Turn on **Device A** and ensure you plug in the PC to an electrical outlet. 2. Connect to your school's Wi-Fi network or connect with a local Ethernet connection. - >**Note**: If your Wi-Fi network requires a web browser login page to connect to the Internet you should connect using the Ethernet port. If your Wi-Fi network has additional restrictions that will prevent the device from connecting to the internet without registration you should consider using Device A from a different network. + >**Note**: If your Wi-Fi network requires a web browser login page to connect to the Internet, connect using the Ethernet port. If your Wi-Fi network has additional restrictions that will prevent the device from connecting to the internet without registration, consider connecting Device A to a different network. 3. Log in to **Device A** using the **Teacher Username** and **Teacher Password** included in the **Credentials Sheet** located in your kit. From 9e98ee5f47d9a04e0c492af27161aeef6ab037de Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Thu, 10 May 2018 20:13:10 +0000 Subject: [PATCH 071/186] Updated itadmin-tib-get-started.md text edits --- education/trial-in-a-box/itadmin-tib-get-started.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/education/trial-in-a-box/itadmin-tib-get-started.md b/education/trial-in-a-box/itadmin-tib-get-started.md index e2958157ee..02a4c309b4 100644 --- a/education/trial-in-a-box/itadmin-tib-get-started.md +++ b/education/trial-in-a-box/itadmin-tib-get-started.md @@ -2,7 +2,7 @@ title: IT Admin Trial in a Box Guide description: Try out Microsoft 365 Education to implement a full cloud infrastructure for your school, manage devices and apps, and configure and deploy policies to your Windows 10 devices. keywords: education, Microsoft 365 Education, trial, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, Microsoft Store for Education -ms.prod: w10 +ms.prod: w10 ms.technology: Windows ms.mktglfcycl: deploy ms.sitesec: library @@ -45,12 +45,13 @@ If you run into any problems while following the steps in this guide, or you hav ## 1. Log in to Device A with your IT Admin credentials and connect to the school network To try out the IT admin tasks, start by logging in as an IT admin. -1. Turn on **Device A** and ensure you plug in the PC to an electrical outlet. -2. Connect to your school's Wi-Fi network or connect with a local Ethernet connection. +1. Set up **Device A** first, then set up **Device B**. +2. Turn on **Device A** and ensure you plug in the PC to an electrical outlet. +3. Connect to your school's Wi-Fi network or connect with a local Ethernet connection. >**Note**: If your Wi-Fi network requires a web browser login page to connect to the Internet you should connect using the Ethernet port. If your Wi-Fi network has additional restrictions that will prevent the device from connecting to the internet without registration you should consider using Device A from a different network. -3. Log in to **Device A** using the **Administrator Username** and **Administrator Password** included in the **Credentials Sheet** located in your kit. -4. Note the serial numbers on the Trial in a Box devices and register both devices with the hardware manufacturer to activate the manufacturer's warranty. +4. Log in to **Device A** using the **Administrator Username** and **Administrator Password** included in the **Credentials Sheet** located in your kit. +5. Note the serial numbers on the Trial in a Box devices and register both devices with the hardware manufacturer to activate the manufacturer's warranty.
From a555898f825b1243a8377d78bd690c3a6e9885b6 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Thu, 10 May 2018 20:16:12 +0000 Subject: [PATCH 072/186] Updated educator-tib-get-started.md, text edits --- education/trial-in-a-box/educator-tib-get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 2dc038782f..11439f47bc 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -43,8 +43,8 @@ ms.date: 03/18/2018 To try out the educator tasks, start by logging in as a teacher. 1. Turn on **Device A** and ensure you plug in the PC to an electrical outlet. -2. Connect to your school's Wi-Fi network or connect with a local Ethernet connection. - >**Note**: If your Wi-Fi network requires a web browser login page to connect to the Internet, connect using the Ethernet port. If your Wi-Fi network has additional restrictions that will prevent the device from connecting to the internet without registration, consider connecting Device A to a different network. +2. Connect **Device A** to your school's Wi-Fi network or connect with a local Ethernet connection using the Ethernet adapter included in this kit. + >**Note**: If your Wi-Fi network requires a web browser login page to connect to the Internet, connect using the Ethernet port. If your Wi-Fi network has additional restrictions that will prevent the device from connecting to the internet without registration, consider connecting **Device A** to a different network. 3. Log in to **Device A** using the **Teacher Username** and **Teacher Password** included in the **Credentials Sheet** located in your kit. From 0bee5cd557c8d35c03bcf2b2d2a7048b9bc1a5d6 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Thu, 10 May 2018 20:20:09 +0000 Subject: [PATCH 073/186] Updated itadmin-tib-get-started.md, minor text edits --- education/trial-in-a-box/itadmin-tib-get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/education/trial-in-a-box/itadmin-tib-get-started.md b/education/trial-in-a-box/itadmin-tib-get-started.md index 02a4c309b4..9381310f46 100644 --- a/education/trial-in-a-box/itadmin-tib-get-started.md +++ b/education/trial-in-a-box/itadmin-tib-get-started.md @@ -47,8 +47,8 @@ To try out the IT admin tasks, start by logging in as an IT admin. 1. Set up **Device A** first, then set up **Device B**. 2. Turn on **Device A** and ensure you plug in the PC to an electrical outlet. -3. Connect to your school's Wi-Fi network or connect with a local Ethernet connection. - >**Note**: If your Wi-Fi network requires a web browser login page to connect to the Internet you should connect using the Ethernet port. If your Wi-Fi network has additional restrictions that will prevent the device from connecting to the internet without registration you should consider using Device A from a different network. +3. Connect **Device A** to your school's Wi-Fi network or connect with a local Ethernet connection using the Ethernet adapter included in this kit. + >**Note**: If your Wi-Fi network requires a web browser login page to connect to the Internet, connect using the Ethernet port. If your Wi-Fi network has additional restrictions that will prevent the device from connecting to the internet without registration, consider connecting **Device A** to a different network. 4. Log in to **Device A** using the **Administrator Username** and **Administrator Password** included in the **Credentials Sheet** located in your kit. 5. Note the serial numbers on the Trial in a Box devices and register both devices with the hardware manufacturer to activate the manufacturer's warranty. From d1828168e24d02cfa4f7d4dbda9d307caeeb70b3 Mon Sep 17 00:00:00 2001 From: Allison Hopper - Microsoft Date: Thu, 10 May 2018 13:30:31 -0700 Subject: [PATCH 074/186] Replaced 'RS1' and 'RS4' with build numbers --- .../hololens/hololens-public-preview-apps.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/devices/hololens/hololens-public-preview-apps.md b/devices/hololens/hololens-public-preview-apps.md index 81a061b5ac..2b618a2fec 100644 --- a/devices/hololens/hololens-public-preview-apps.md +++ b/devices/hololens/hololens-public-preview-apps.md @@ -13,39 +13,39 @@ ms.date: 05/08/2018 Microsoft has just announced two new mixed reality apps coming to HoloLens: Microsoft Remote Assist and Microsoft Layout. -On May 22, 2018, these apps will be available to download for free for a limited time from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store). At that time you'll be able to distribute the apps across your organization as part of a public preview. In the meantime, here's what you need to know to prepare for the public preview of each app, to make sure your roll-out is smooth and seamless. +On May 22, 2018, these apps will be available to download for free for a limited time from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) as part of a public preview. During public preview, you'll be able to distribute the apps across your organization. In the meantime, here's what you need to know to prepare for the public preview of each app, to make sure your roll-out is smooth and seamless. ## Microsoft Remote Assist Microsoft Remote Assist enables collaboration in mixed reality to solve problems faster. Firstline workers can collaborate remotely with heads-up, hands-free video calling, image sharing, and mixed reality annotations. They can share what they see with an expert on Microsoft Teams, while staying hands-on to solve problems and complete tasks together, faster. -Below, you'll find the technical requirements you'll need to meet in order to distribute Microsoft Remote Assist throughout your organization when it's available from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) on May 22, 2018. +Below are the technical requirements to distribute Microsoft Remote Assist throughout your organization when it's available from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) on May 22, 2018. ### Device requirements | Device | OS requirements | Details | |:---------------------------|:----------------------------------|:-----------------------------------------------------------| -| HoloLens | RS1, build 10.0.14393.0 or above | See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. | +| HoloLens | Build 10.0.14393.0 or above | See [Manage updates to HoloLens](https://docs.microsoft.com/en-us/HoloLens/hololens-updates) for instructions on using Windows Update for Business, MDM, and Windows Server Update Service (WSUS) to deploy updates to HoloLens. | | Windows 10 PC (optional) | Any Windows 10 build | You can use a Windows 10 PC to collaborate with the HoloLens. | | Mobile device (optional) | Android or iOS | You can use a mobile device to collaborate with the HoloLens. Inking, annotations, and image insertion are not currently available on mobile. | > [!Note] -> RS1 OS build 10.0.14393.0 is the minimum HoloLens build that supports Remote Assist. We recommend updating the HoloLens to newer versions when they are available. +> HoloLens build 10.0.14393.0 is the minimum that supports Remote Assist. We recommend updating the HoloLens to newer versions when they are available. ### Licensing & product requirements | Product required | Details | Learn more | |:----------------------------------|:------------------|:------------------| -| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can also install Remote Assist on a HoloLens or PC from the [Microsoft store](https://www.microsoft.com/en-us/store/apps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | -| Microsoft Teams | Microsoft Teams is the backbone that facilitates communication in Remote Assist. All devices that will make calls to the HoloLens will need to have Microsoft Teams installed. | [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) | -| Microsoft Office 365 | Because Microsoft Teams is part of Office 365, all users who will make calls from their PC/phone to the HoloLens will need an Office 365 license. | [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) | +| Azure Active Directory (Azure AD) | Required to log users into the Remote Assist app through Microsoft Teams. Also required for app distribution through the [Microsoft Store for Business](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business). If you choose not to distribute the app through the Microsoft Store for Business, users can alternately install Remote Assist on a HoloLens or PC from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) using their Microsoft Account credentials (MSA). | [Get started with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/get-started-azure-ad) | +| Microsoft Teams | Microsoft Teams facilitates communication in Remote Assist. Microsoft Teams must be installed on any device that will make calls to the HoloLens. | [Overview of Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/teams-overview) | +| Microsoft Office 365 | Because Microsoft Teams is part of Office 365, each user who will make calls from their PC/phone to the HoloLens will need an Office 365 license. | [Office 365 licensing for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/office-365-licensing) | ### Network requirements -1.5 MB/s is the recommended bandwidth for optimal performance of Microsoft Remote Assist. Though audio/video calls may be possible in environments with reduced bandwidth, you may experience HoloLens feature degradation, limiting the user experience. To test your company’s network bandwidth, we suggest following the steps outlined below: +1.5 MB/s is the recommended bandwidth for optimal performance of Microsoft Remote Assist. Though audio/video calls may be possible in environments with reduced bandwidth, you may experience HoloLens feature degradation, limiting the user experience. To test your company’s network bandwidth, follow these steps: 1. Have a mobile Teams user (iOS or Android) video call a desktop Teams user. - 2. Once the video call has been successfully connected between user 1 and 2, add another separate video call between a 3rd and 4th user, and another for a 5th and 6th user. + 2. Add another separate video call between a 3rd and 4th user, and another for a 5th and 6th user. 3. Continue adding video callers to stress test your network bandwidth until confident that multiple users can successfully connect on video calls at the same time. See [Preparing your organization's network for Microsoft Teams](https://docs.microsoft.com/en-us/MicrosoftTeams/prepare-network) to learn more. @@ -54,7 +54,7 @@ See [Preparing your organization's network for Microsoft Teams](https://docs.mic Bring designs from concept to completion with confidence and speed using Microsoft Layout. Import 3D models to easily create room layouts in real-world scale. Experience designs as high-quality holograms in physical or virtual space and edit in real time. With Microsoft Layout, see ideas in context, saving valuable time and money. -Below, you'll find the device options, and technical requirements, you'll need to consider in order to distribute Layout throughout your organization when it's available from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) on May 22, 2018. +Below you'll find the device options, and technical requirements to consider, before distributing Layout throughout your organization when it's available from the [Microsoft Store](https://www.microsoft.com/en-us/store/apps) and [Microsoft Store for Business](https://businessstore.microsoft.com/en-us/store) on May 22, 2018. ### Device options @@ -64,9 +64,9 @@ You can use Microsoft Layout with a HoloLens, or with a Windows Mixed Reality he | OS requirements | Details | |:----------------------------------|:-----------------------------------------------------------| -| RS4, build 10.0.17134.77 or above | This build will be available as a HoloLens update on May 22, to align with the app release. Instructions for upgrading to the RS4 OS build are forthcoming. | +| Build 10.0.17134.77 or above | This build will be available as a HoloLens update on May 22, to align with the app release. Instructions for upgrading to this build are forthcoming. | -Alternately, you can get started testing out the HoloLens RS4 build in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the RS4 build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. +Alternately, you can get started testing out HoloLens build 10.0.17134.77 in advance of May 22. See [HoloLens RS4 Preview](https://docs.microsoft.com/en-us/windows/mixed-reality/hololens-rs4-preview) for instructions on flashing the upcoming build to your device. Be advised that doing so will erase all content on the device, and will put the device on track to receive future pre-released versions of the OS which may exhibit bugs and issues. We recommend using preview builds for testing only. #### Windows Mixed Reality headset requirements From 42852f117fd5082035c274f3cacd9ac0df503f2a Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 10 May 2018 14:42:08 -0700 Subject: [PATCH 075/186] Updated doc as per Liza's comments. --- .../remove-provisioned-apps-during-update.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 74ceea9b66..79015b8e85 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -15,7 +15,8 @@ ms.date: 05/10/2018 When you update a computer running Windows 10, version 1703 or 1709, you might see provisioned apps that you previously removed return post-update. This can happen if the computer was offline when you removed the apps. This issue was fixed in Windows 10, version 1803. >[!NOTE] ->This only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps, Microsoft Store apps, or LOB apps. +>- This issue only occurs after a feature update (from one version to the next), not monthly updates or security-related updates. +>- This only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps, Microsoft Store apps, or LOB apps. To remove a provisioned app, you need to remove the provisioning package. The apps might reappear if you removed the packages in one of the following ways: From d75ae53bced421608734226b3eb2d9a84603a1d8 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 10 May 2018 14:42:38 -0700 Subject: [PATCH 076/186] Reformatted list bullets --- .../remove-provisioned-apps-during-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 79015b8e85..3932ec3997 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -15,8 +15,8 @@ ms.date: 05/10/2018 When you update a computer running Windows 10, version 1703 or 1709, you might see provisioned apps that you previously removed return post-update. This can happen if the computer was offline when you removed the apps. This issue was fixed in Windows 10, version 1803. >[!NOTE] ->- This issue only occurs after a feature update (from one version to the next), not monthly updates or security-related updates. ->- This only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps, Microsoft Store apps, or LOB apps. +>* This issue only occurs after a feature update (from one version to the next), not monthly updates or security-related updates. +>* This only applies to first-party apps that shipped with Windows 10. This doesn't apply to third-party apps, Microsoft Store apps, or LOB apps. To remove a provisioned app, you need to remove the provisioning package. The apps might reappear if you removed the packages in one of the following ways: From 5b808d542aaaf6506edd00cb719d7b370fc7ce49 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 15:16:17 -0700 Subject: [PATCH 077/186] 1:1 mapping with technet topics provided by Jan Backstrom --- browsers/internet-explorer/TOC.md | 23 +++ ...ie11-delivery-through-automatic-updates.md | 139 ++++++++++++++++++ .../out-of-date-activex-control-blocking.md | 30 +++- ...s-and-tricks-to-manage-ie-compatibility.md | 0 ...he-internet-explorer-11-blocker-toolkit.md | 87 ++--------- .../ie11-faq/faq-for-it-pros-ie11.md | 11 +- .../ie11-faq/faq-ie11-blocker-toolkit.md | 119 +++++++++++++++ .../internet-explorer/ie11-faq/faq-ieak11.md | 117 +++++++++++++++ .../ieak-information-and-downloads.md | 44 ++++++ .../ie11-ieak/what-ieak-can-do-for-you.md | 56 +++++++ 10 files changed, 540 insertions(+), 86 deletions(-) create mode 100644 browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md create mode 100644 browsers/internet-explorer/ie11-deploy-guide/tips-and-tricks-to-manage-ie-compatibility.md create mode 100644 browsers/internet-explorer/ie11-faq/faq-ie11-blocker-toolkit.md create mode 100644 browsers/internet-explorer/ie11-faq/faq-ieak11.md create mode 100644 browsers/internet-explorer/ie11-ieak/ieak-information-and-downloads.md create mode 100644 browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md diff --git a/browsers/internet-explorer/TOC.md b/browsers/internet-explorer/TOC.md index 5991583d77..c02dd769fd 100644 --- a/browsers/internet-explorer/TOC.md +++ b/browsers/internet-explorer/TOC.md @@ -1,7 +1,11 @@ #[IE11 Deployment Guide for IT Pros](ie11-deploy-guide/index.md) + ##[Change history for the Internet Explorer 11 (IE11) Deployment Guide](ie11-deploy-guide/change-history-for-internet-explorer-11.md) + ##[System requirements and language support for Internet Explorer 11](ie11-deploy-guide/system-requirements-and-language-support-for-ie11.md) + ##[List of updated features and tools - Internet Explorer 11 (IE11)](ie11-deploy-guide/updated-features-and-tools-with-ie11.md) + ##[Install and Deploy Internet Explorer 11 (IE11)](ie11-deploy-guide/install-and-deploy-ie11.md) ###[Customize Internet Explorer 11 installation packages](ie11-deploy-guide/customize-ie11-install-packages.md) ####[Using IEAK 11 to create packages](ie11-deploy-guide/using-ieak11-to-create-install-packages.md) @@ -18,7 +22,9 @@ ####[Deploy Internet Explorer 11 using Automatic Version Synchronization (AVS)](ie11-deploy-guide/deploy-ie11-using-automatic-version-synchronization-avs.md) ####[Deploy Internet Explorer 11 using software distribution tools](ie11-deploy-guide/deploy-ie11-using-software-distribution-tools.md) ###[Virtualization and compatibility with Internet Explorer 11](ie11-deploy-guide/virtualization-and-compatibility-with-ie11.md) + ##[Collect data using Enterprise Site Discovery](ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md) + ##[Enterprise Mode for Internet Explorer 11 (IE11)](ie11-deploy-guide/enterprise-mode-overview-for-ie11.md) ###[Enterprise Mode and the Enterprise Mode Site List](ie11-deploy-guide/what-is-enterprise-mode.md) ###[Set up Enterprise Mode logging and data collection](ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md) @@ -57,6 +63,7 @@ ###[Remove sites from a local Enterprise Mode site list](ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md) ###[Remove sites from a local compatibility view list](ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md) ###[Turn off Enterprise Mode](ie11-deploy-guide/turn-off-enterprise-mode.md) + ##[Group Policy and Internet Explorer 11 (IE11)](ie11-deploy-guide/group-policy-and-ie11.md) ###[Group Policy management tools](ie11-deploy-guide/group-policy-objects-and-ie11.md) ####[Group Policy and the Group Policy Management Console (GPMC)](ie11-deploy-guide/group-policy-and-group-policy-mgmt-console-ie11.md) @@ -71,10 +78,12 @@ ###[Group policy preferences and Internet Explorer 11](ie11-deploy-guide/group-policy-preferences-and-ie11.md) ###[Administrative templates and Internet Explorer 11](ie11-deploy-guide/administrative-templates-and-ie11.md) ###[Enable and disable add-ons using administrative templates and group policy](ie11-deploy-guide/enable-and-disable-add-ons-using-administrative-templates-and-group-policy.md) + ##[Manage Internet Explorer 11](ie11-deploy-guide/manage-ie11-overview.md) ###[Auto detect settings Internet Explorer 11](ie11-deploy-guide/auto-detect-settings-for-ie11.md) ###[Auto configuration settings for Internet Explorer 11](ie11-deploy-guide/auto-configuration-settings-for-ie11.md) ###[Auto proxy configuration settings for Internet Explorer 11](ie11-deploy-guide/auto-proxy-configuration-settings-for-ie11.md) + ##[Troubleshoot Internet Explorer 11 (IE11)](ie11-deploy-guide/troubleshoot-ie11.md) ###[Setup problems with Internet Explorer 11](ie11-deploy-guide/setup-problems-with-ie11.md) ###[Install problems with Internet Explorer 11](ie11-deploy-guide/install-problems-with-ie11.md) @@ -87,14 +96,25 @@ ###[Fix font rendering problems by turning off natural metrics](ie11-deploy-guide/turn-off-natural-metrics.md) ###[Intranet problems with Internet Explorer 11](ie11-deploy-guide/intranet-problems-and-ie11.md) ###[Browser cache changes and roaming profiles](ie11-deploy-guide/browser-cache-changes-and-roaming-profiles.md) + ##[Out-of-date ActiveX control blocking](ie11-deploy-guide/out-of-date-activex-control-blocking.md) + ##[Deprecated document modes and Internet Explorer 11](ie11-deploy-guide/deprecated-document-modes.md) + ##[What is the Internet Explorer 11 Blocker Toolkit?](ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md) +###[Internet Explorer 11 delivery through automatic updates](ie11-deploy-guide/ie11-delivery-through-automatic-updates.md) +###[Internet Explorer 11 Blocker Toolkit FAQ](ie11-faq/faq-ie11-blocker-toolkit.md) + ##[Missing Internet Explorer Maintenance settings for Internet Explorer 11](ie11-deploy-guide/missing-internet-explorer-maintenance-settings-for-ie11.md) + ##[Missing the Compatibility View Button](ie11-deploy-guide/missing-the-compatibility-view-button.md) + ##[Deploy pinned websites using Microsoft Deployment Toolkit (MDT) 2013](ie11-deploy-guide/deploy-pinned-sites-using-mdt-2013.md) + #[IE11 Frequently Asked Questions (FAQ) Guide for IT Pros](ie11-faq/faq-for-it-pros-ie11.md) + #[Internet Explorer Administration Kit 11 (IEAK 11) - Administration Guide for IT Pros](ie11-ieak/index.md) +##[What IEAK can do for you](ie11-ieak/what-ieak-can-do-for-you.md) ##[Before you start using IEAK 11](ie11-ieak/before-you-create-custom-pkgs-ieak11.md) ###[Hardware and software requirements for IEAK 11](ie11-ieak/hardware-and-software-reqs-ieak11.md) ###[Determine the licensing version and features to use in IEAK 11](ie11-ieak/licensing-version-and-features-ieak11.md) @@ -113,6 +133,7 @@ ###[Before you install your package over your network using IEAK 11](ie11-ieak/prep-network-install-with-ieak11.md) ###[Use the RSoP snap-in to review policy settings](ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md) ###[Troubleshoot custom package and IEAK 11 problems](ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md) + ##[Internet Explorer Administration Kit 11 (IEAK 11) Customization Wizard options](ie11-ieak/ieak11-wizard-custom-options.md) ###[Use the File Locations page in the IEAK 11 Wizard](ie11-ieak/file-locations-ieak11-wizard.md) ###[Use the Platform Selection page in the IEAK 11 Wizard](ie11-ieak/platform-selection-ieak11-wizard.md) @@ -140,6 +161,7 @@ ###[Use the Programs page in the IEAK 11 Wizard](ie11-ieak/programs-ieak11-wizard.md) ###[Use the Additional Settings page in the IEAK 11 Wizard](ie11-ieak/additional-settings-ieak11-wizard.md) ###[Use the Wizard Complete - Next Steps page in the IEAK 11 Wizard](ie11-ieak/wizard-complete-ieak11-wizard.md) + ##[Using Internet Settings (.INS) files with IEAK 11](ie11-ieak/using-internet-settings-ins-files.md) ###[Use the Branding .INS file to create custom branding and setup info](ie11-ieak/branding-ins-file-setting.md) ###[Use the BrowserToolbars .INS file to customize the Internet Explorer toolbar](ie11-ieak/browsertoolbars-ins-file-setting.md) @@ -154,6 +176,7 @@ ###[Use the Proxy .INS file to specify a proxy server](ie11-ieak/proxy-ins-file-setting.md) ###[Use the Security Imports .INS file to import security info](ie11-ieak/security-imports-ins-file-setting.md) ###[Use the URL .INS file to use an auto-configured proxy server](ie11-ieak/url-ins-file-setting.md) + ##[IExpress Wizard for Windows Server 2008 R2 with SP1](ie11-ieak/iexpress-wizard-for-win-server.md) ###[IExpress Wizard command-line options](ie11-ieak/iexpress-command-line-options.md) ###[Internet Explorer Setup command-line options and return codes](ie11-ieak/ie-setup-command-line-options-and-return-codes.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md b/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md new file mode 100644 index 0000000000..0d02852e42 --- /dev/null +++ b/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md @@ -0,0 +1,139 @@ +--- +ms.localizationpriority: low +ms.mktglfcycl: support +ms.pagetype: security +description: +author: shortpatti +ms.author: pashort +ms.manager: elizapo +ms.prod: ie11 +ms.assetid: +title: Internet Explorer 11 delivery through automatic updates +ms.sitesec: library +ms.date: 05/10/2018 +--- + +# Internet Explorer 11 delivery through automatic updates +Internet Explorer 11 makes browsing the web faster, easier, safer, and more reliable than ever. To help customers become more secure and up-to-date, Microsoft will distribute Internet Explorer 11 through Automatic Updates and the Windows Update and Microsoft Update sites. Internet Explorer 11 will be available for users of the 32-bit and 64-bit versions of Windows 7 Service Pack 1 (SP1), and 64-bit version of Windows Server 2008 R2 SP1. This article provides an overview of the delivery process and options available for IT administrators to control how and when Internet Explorer 11 is deployed to their organization through Automatic Updates. + +- Automatic updates delivery process +- Availability of Internet Explorer 11 +- Internet Explorer 11 automatic upgrades +- Options for blocking automatic delivery +- Prevent automatic installation of Internet Explorer 11 with WSUS + + +## Automatic updates delivery process + +Internet Explorer 11 only downloads and installs if it’s available for delivery through Automatic Updates; and Automatic Updates only offer Internet Explorer 11 +to users with local administrator accounts. User’s without local administrator accounts won’t be prompted to install the update and will continue using their +current version of Internet Explorer. + +Internet Explorer 11 replaces Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10. If you decide you don’t want Internet Explorer 11, and you’re running Windows 7 SP1 or Windows Server 2008 R2 with SP1, you can uninstall it from the **View installed updates** section of the **Uninstall an update** page of the Control Panel. + +[./media/image1.jpeg](./media/image1.jpeg) + +>[!Note] +>If a user installs Internet Explorer 11 and then removes it, it won’t be re-offered to that computer through Automatic Updates. Instead, the user will have to manually re-install the app. + +## Internet Explorer 11 automatic upgrades + +Internet Explorer 11 is offered through Automatic Updates and Windows Update as an Important update. Users running Windows 7 SP1, who have chosen to download and install updates automatically through Windows Update, are automatically upgraded to Internet Explorer 11. + +Users who were automatically upgraded to Internet Explorer 11 can decide to uninstall Internet Explorer 11. However, Internet Explorer 11 will still appear as an optional update through Windows Update. + +## Options for blocking automatic delivery + +If you use Automatic Updates in your company, but want to stop your users from automatically getting Internet Explorer 11, do one of the following: + +- **Download and use the Internet Explorer 11 Blocker Toolkit.** Includes a Group Policy template and a script that permanently blocks Internet Explorer 11 from being offered by Windows Update or Microsoft Update as a high-priority update. You can download this kit from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=40722).

[./media/image1.jpeg](./media/image1.jpeg) + + + >[!Note] + >The toolkit won't stop users with local administrator accounts from manually installing Internet Explorer 11. Using this toolkit also prevents your users from receiving automatic upgrades from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. For more information, see the [Internet Explorer 11 Blocker Toolkit frequently asked questions](https://technet.microsoft.com/microsoft-edge/dn449234). + +- **Use an update management solution to control update deployment.** + If you already use an update management solution, like [Windows Server Update Services (WSUS)](https://docs.microsoft.com/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus) or the more advanced [System Center 2012 Configuration Manager](http://go.microsoft.com/fwlink/?LinkID=276664), you should use that instead of the Internet Explorer Blocker Toolkit.

[./media/image1.jpeg](./media/image1.jpeg) + + >[!Note] + >If you use WSUS to manage updates, and Update Rollups are configured for automatic installation, Internet Explorer will automatically install throughout your company. This scenario is discussed in detail in the Knowledge Base article [here](http://support.microsoft.com/kb/946202). + +Additional information on Internet Explorer 11, including a Readiness Toolkit, technical overview, in-depth feature summary, and Internet Explorer 11 download is available on the [Internet Explorer 11 page of the Microsoft Edge IT Center](https://technet.microsoft.com/microsoft-edge/dn262703.aspx). + +## Availability of Internet Explorer 11 + +Automatic Updates will start to distribute Internet Explorer 11 shortly after the final release of the product and will distribute it through the System Center Configuration Manager, Microsoft Systems Management Server, and WSUS. + +## Prevent automatic installation of Internet Explorer 11 with WSUS + +Internet Explorer 11 will be released to WSUS as an Update Rollup package. Therefore, if you’ve configured WSUS to “auto-approve” Update Rollup packages, it’ll be automatically approved and installed. To stop Internet Explorer 11 from being automatically approved for installation, you need to: + +1. Click **Start**, click **Administrative Tools**, and then click **Microsoft + Windows Server Update Services 3.0**. + +2. Expand *ComputerName*, and then click **Options**. + +3. Click **Automatic Approvals**. + +4. Click the rule that automatically approves an update that is classified as + Update Rollup, and then click **Edit.**

[./media/image1.jpeg](./media/image1.jpeg) + >[!Note] + >If you don’t see a rule like this, you most likely haven’t configured WSUS to automatically approve Update Rollups for installation. In this situation, you don’t have to do anything else. + +5. Click the **Update Rollups** property under the **Step 2: Edit the properties (click an underlined value)** section.

[./media/image1.jpeg](./media/image1.jpeg) + + >[!Note] + >The properties for this rule will resemble the following:

  • When an update is in Update Rollups
  • Approve the update for all computers
+ +6. Clear the **Update Rollup** check box, and then click **OK**. + +7. Click **OK** to close the **Automatic Approvals** dialog box.

After the new Internet Explorer 11 package is available for download, you should manually synchronize the new package to your WSUS server, so that when you re-enable auto-approval it won’t be automatically installed. + +8. Click **Start**, click **Administrative Tools**, and then click **Microsoft Windows Server Update Services 3.0**. + +9. Expand *ComputerName*, and then click **Synchronizations**. + +10. Click **Synchronize Now**. + +11. Expand *ComputerName*, expand **Updates**, and then click **All Updates**. + +12. Choose **Unapproved** in the **Approval**drop down box. + +13. Check to make sure that Microsoft Internet Explorer 11 is listed as an unapproved update.

[./media/image1.jpeg](./media/image1.jpeg) + + >[!Note] + >There may be multiple updates, depending on the imported language and operating system updates. + +**Optional** + +If you need to reset your Update Rollups packages to auto-approve, do this: + +1. Click **Start**, click **Administrative Tools**, and then click **Microsoft Windows Server Update Services 3.0**. + +2. Expand *ComputerName*, and then click **Options**. + +3. Click **Automatic Approvals**. + +4. Click the rule that automatically approves updates of different classifications, and then click **Edit**. + +5. Click the **Update Rollups** property under the **Step 2: Edit the properties (click an underlined value)** section. + +6. Check the **Update Rollups** check box, and then click **OK**. + +7. Click **OK** to close the **Automatic Approvals** dialog box.

[./media/image1.jpeg](./media/image1.jpeg) + +>[!Note] +>Because auto-approval rules are only evaluated when an update is first imported into WSUS, turning this rule back on after the Internet Explorer 11 update has been imported and synchronized to the server won’t cause this update to be auto-approved. + + +## Additional resources + +- [Automatic delivery process](what-is-the-internet-explorer-11-blocker-toolkit.md#automatic-delivery-process) + +- [Internet Explorer 11 Blocker Toolkit download](https://www.microsoft.com/download/details.aspx?id=40722) + +- [Internet Explorer 11 FAQ for IT pros](https://docs.microsoft.com/internet-explorer/ie11-faq/faq-for-it-pros-ie11) + +- [Internet Explorer 11 delivery through automatic updates](https://technet.microsoft.com/microsoft-edge/dn449235) + +- [Internet Explorer 11 deployment guide](https://docs.microsoft.com/internet-explorer/ie11-deploy-guide/index) diff --git a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md index 9bcd6e6ec8..fc50fdca2e 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md +++ b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md @@ -3,12 +3,13 @@ ms.localizationpriority: low ms.mktglfcycl: deploy ms.pagetype: security description: Use out-of-date ActiveX control blocking to help you know when IE prevents a webpage from loading outdated ActiveX controls and to update the outdated control, so that it’s safer to use. -author: eross-msft +author: shortpatti +ms.author: pashort ms.prod: ie11 ms.assetid: e61866bb-1ff1-4a8d-96f2-61d3534e8199 title: Out-of-date ActiveX control blocking (Internet Explorer 11 for IT Pros) ms.sitesec: library -ms.date: 07/27/2017 +ms.date: 05/10/2018 --- @@ -25,6 +26,7 @@ ms.date: 07/27/2017 ActiveX controls are small apps that let websites provide content, like videos, games, and let you interact with content like toolbars. Unfortunately, because many ActiveX controls aren’t automatically updated, they can become outdated as new versions are released. It’s very important that you keep your ActiveX controls up-to-date because malicious software (or malware) can target security flaws in outdated controls, damaging your computer by collecting info from it, installing unwanted software, or by letting someone else control it remotely. To help avoid this situation, Internet Explorer includes a new security feature, called *out-of-date ActiveX control blocking*. + Out-of-date ActiveX control blocking lets you: - Know when IE prevents a webpage from loading common, but outdated ActiveX controls. @@ -49,6 +51,30 @@ It also works with these operating system and IE combinations: For more info about this new feature, see the [Internet Explorer begins blocking out-of-date ActiveX controls](https://go.microsoft.com/fwlink/p/?LinkId=507691) blog. To see the complete list of out-of-date Active controls blocked by this feature, see [Blocked out-of-date ActiveX controls](https://go.microsoft.com/fwlink/p/?LinkId=517023). +## How often are the ActiveX controls updated? + +We'll periodically update this page with new ActiveX controls blocked by this +feature. We'll typically provide one month's advance notice before adding new +controls to the list. + +You will receive a notification if a webpage tries to load one of the following +of ActiveX control versions: + +**Java** + +| Java 2 Platform, Standard Edition (J2SE) 1.4, everything below (but not including) update 43 | +|----------------------------------------------------------------------------------------------| +| J2SE 5.0, everything below (but not including) update 99 | +| Java SE 6, everything below (but not including) update 181 | +| Java SE 7, everything below (but not including) update 171 | +| Java SE 8, everything below (but not including) update 161 | +| Java SE 9, everything below (but not including) update 4 | + +**Silverlight** + +| Everything below (but not including) Silverlight 5.1.50907.0 | +|--------------------------------------------------------------| + ## What does the out-of-date ActiveX control blocking notification look like? When IE blocks an outdated ActiveX control, you’ll see a notification bar similar to this, depending on your version of IE: diff --git a/browsers/internet-explorer/ie11-deploy-guide/tips-and-tricks-to-manage-ie-compatibility.md b/browsers/internet-explorer/ie11-deploy-guide/tips-and-tricks-to-manage-ie-compatibility.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md b/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md index 7cedb8e908..d69d91584e 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md +++ b/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md @@ -10,7 +10,7 @@ ms.prod: ie11 ms.assetid: fafeaaee-171c-4450-99f7-5cc7f8d7ba91 title: What is the Internet Explorer 11 Blocker Toolkit? (Internet Explorer 11 for IT Pros) ms.sitesec: library -ms.date: 04/24/2018 +ms.date: 05/10/2018 --- @@ -135,79 +135,16 @@ After the new Internet Explorer 11 package is available for download, you should >[!NOTE] >Because auto-approval rules are only evaluated when an update is first imported into WSUS, turning this rule back on after the Internet Explorer 11 update has been imported and synchronized to the server won’t cause this update to be auto-approved. -## Frequently Asked Questions  -Get answers to commonly asked questions about the Internet Explorer 11 Blocker Toolkit. - -### Automatic updates delivery process -**Q. What tools can I use to manage Windows Updates and Microsoft Updates in my company?** -A. We encourage anyone who wants full control over their company’s deployment of Windows Updates and Microsoft Updates, to use [Windows Server Update Services (WSUS)](https://docs.microsoft.com/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus), a free tool for users of Windows Server. You can also use the more advanced configuration management tool, [System Center 2012 Configuration Manager](https://technet.microsoft.com/library/gg682041.aspx). - -**Q. How long does the blocker mechanism work?** -A. The Internet Explorer 11 Blocker Toolkit uses a registry key value to permanently turn off the automatic delivery of Internet Explorer 11. This behavior lasts as long as the registry key value isn’t removed or changed. - -**Q. Why should I use the Internet Explorer 11 Blocker Toolkit to stop delivery of Internet Explorer 11? Why can’t I just disable all of utomatic Updates?** -A. Automatic Updates provide you with ongoing critical security and reliability updates. Turning this feature off can leave your computers more vulnerable. Instead, we suggest that you use an update management solution, such as WSUS, to fully control your environment while leaving this feature running, managing how and when the updates get to your user’s computers. - -The Internet Explorer 11 Blocker Toolkit safely allows Internet Explorer 11 to download and install in companies that can’t use WSUS, Configuration Manager, or other update management solution. - -**Q. Why don’t we just block URL access to Windows Update or Microsoft Update?** -A. Blocking the Windows Update or Microsoft Update URLs also stops delivery of critical security and reliability updates for all of the supported versions of the Windows operating system; leaving your computers more vulnerable. - -### How the Internet Explorer 11 Blocker Toolkit works - -**Q. How should I test the Internet Explorer 11 Blocker Toolkit in my company?** -A. Because the toolkit only sets a registry key to turn on and off the delivery of Internet Explorer 11, there should be no additional impact or side effects to your environment. No additional testing should be necessary. - -**Q. What’s the registry key used to block delivery of Internet Explorer 11?** -A. HKLM\\SOFTWARE\\Microsoft\\Internet Explorer\\Setup\\11.0 - -**Q. What’s the registry key name and values?** -The registry key name is **DoNotAllowIE11**, where: - -- A value of **1** turns off the automatic delivery of Internet Explorer 11 - using Automatic Updates and turns off the Express install option. - -- Not providing a registry key, or using a value of anything other than **1**, - lets the user install Internet Explorer 11 through Automatic Updates or a - manual update. - -**Q. Does the Internet Explorer 11 Blocker Toolkit stop users from manually installing Internet Explorer 11?** -A. No. The Internet Explorer 11 Blocker Toolkit only stops computers from automatically installing Internet Explorer 11 through Automatic Updates. Users can still download and install Internet Explorer 11 from the Microsoft Download Center or from external media. - -**Q. Does the Internet Explorer 11 Blocker Toolkit stop users from automatically upgrading to Internet Explorer 11?** -A. Yes. The Internet Explorer 11 Blocker Toolkit also prevents Automatic Updates from automatically upgrading a computer from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. - -**Q. How does the provided script work?** -A. The script accepts one of two command line options: - -- **Block:** Creates the registry key that stops Internet Explorer 11 from installing through Automatic Updates. - -- **Unblock:** Removes the registry key that stops Internet Explorer 11 from installing through Automatic Updates. - -**Q. What’s the ADM template file used for?** -A. The Administrative Template (.adm file) lets you import the new Group Policy environment and use Group Policy Objects to centrally manage all of the computers in your company. - -**Q. Is the tool localized?** -A. No. The tool isn’t localized, it’s only available in English (en-us). However, it does work, without any modifications, on any language edition of the supported operating systems. - -### Internet Explorer 11 Blocker Toolkit and other update services - -**Q. Does the Internet Explorer 11 blocking mechanism also block delivery of Internet Explorer 11 through update management solutions, like SUS?** -A. No. You can still deploy Internet Explorer 11 using one of the upgrade management solutions, even if the blocking mechanism is activated. The Internet Explorer 11 Blocker Toolkit is only intended for companies that don’t use upgrade management solutions. - -**Q. If WSUS is set to 'auto-approve' Update Rollup packages (this is not the default configuration), how do I stop Internet Explorer 11 from automatically installing throughout my company?** -A. You only need to change your settings if: - -- You use WSUS to manage updates and allow auto-approvals for Update Rollup installation. - - -and- - -- You have computers running either Windows 7 SP1 or Windows Server 2008 R2 (SP1) with Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 installed. - - -and- - -- You don’t want to upgrade your older versions of Internet Explorer to Internet Explorer 11 right now. - -If these scenarios apply to your company, see [Internet Explorer 11 delivery through automatic updates](https://technet.microsoft.com/microsoft-edge/dn449235) for more information on how to prevent automatic installation. +## Additional resources + +- [Internet Explorer 11 Blocker Toolkit download](https://www.microsoft.com/download/details.aspx?id=40722) + +- [Internet Explorer 11 Blocker Toolkit - Frequently Asked Questions](../ie11-faq/faq-ie11-blocker-toolkit.md) + +- [Internet Explorer 11 FAQ for IT pros](https://docs.microsoft.com/internet-explorer/ie11-faq/faq-for-it-pros-ie11) + +- [Internet Explorer 11 delivery through automatic updates](ie11-delivery-through-automatic-updates.md) + +- [Internet Explorer 11 deployment guide](https://docs.microsoft.com/internet-explorer/ie11-deploy-guide/index) diff --git a/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md b/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md index d9b27be715..8722543ac2 100644 --- a/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md +++ b/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md @@ -114,18 +114,11 @@ IE11 includes all of the previous Group Policy settings you've used to manage an For more information, see [New group policy settings for IE11](../ie11-deploy-guide/new-group-policy-settings-for-ie11.md). -**Q: Is there a version of the Internet Explorer Administration Kit (IEAK) supporting IE11?**
-Yes. The Internet Explorer Administration Kit 11 (IEAK 11) is available for download. IEAK 11 lets you create custom versions of IE11 for use in your organization. For more information, see the following resources: - -- [Internet Explorer Administration Kit Information and Downloads](https://go.microsoft.com/fwlink/p/?LinkId=214250) on the Internet Explorer TechCenter. - -- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](../ie11-ieak/index.md) **Q: Where can I get more information about IE11 for IT pros?**
Visit the [Springboard Series for Microsoft Browsers](https://go.microsoft.com/fwlink/p/?LinkId=313191) webpage on TechNet. -**Q: Is there a version of the Internet Explorer Blocker Toolkit that will prevent automatic installation of IE11?**
-Yes. The IE11 Blocker Toolkit is available for download. For more information, see [Toolkit to Disable Automatic Delivery of IE11](https://go.microsoft.com/fwlink/p/?LinkId=328195) on the Microsoft Download Center. + **Q: Can I customize settings for IE on Windows 8.1?**
Settings can be customized in the following ways: @@ -146,7 +139,6 @@ Group Policy settings can be set to open either IE or Internet Explorer for the |Always in Internet Explorer for the desktop |Links always open in Internet Explorer for the desktop. | - **Q. Can IEAK 11 build custom Internet Explorer 11 packages in languages other than the language of the in-use IEAK 11 version?** Yes. You can use IEAK 11 to build custom Internet Explorer 11 packages in any of the supported 24 languages. You'll select the language for the custom package on the Language Selection page of the customization wizard. @@ -164,6 +156,7 @@ IEAK 11 is available in 24 languages but can build customized Internet Explorer + **Q. What are the different modes available for the Internet Explorer Customization Wizard?** The IEAK Customization Wizard displays pages based on your licensing mode selection, either **Internal** or **External**. For more information on IEAK Customization Wizard modes, see [Determine the licensing version and features to use in IEAK 11](../ie11-ieak/licensing-version-and-features-ieak11.md). diff --git a/browsers/internet-explorer/ie11-faq/faq-ie11-blocker-toolkit.md b/browsers/internet-explorer/ie11-faq/faq-ie11-blocker-toolkit.md new file mode 100644 index 0000000000..d90632e684 --- /dev/null +++ b/browsers/internet-explorer/ie11-faq/faq-ie11-blocker-toolkit.md @@ -0,0 +1,119 @@ +--- +ms.localizationpriority: low +ms.mktglfcycl: explore +description: Get answers to commonly asked questions about the Internet Explorer 11 Blocker Toolkit. +author: shortpatti +ms.author: pashort +ms.prod: ie11 +ms.assetid: +title: Internet Explorer 11 Blocker Toolkit - Frequently Asked Questions +ms.sitesec: library +ms.date: 05/10/2018 +--- + +# Internet Explorer 11 Blocker Toolkit - Frequently Asked Questions + +Get answers to commonly asked questions about the Internet Explorer 11 Blocker Toolkit. + +>[!Important] +>If you administer your company’s environment using an update management solution, such as Windows Server Update Services (WSUS) or System Center 2012 Configuration Manager, you don’t need to use the Internet Explorer 11 Blocker Toolkit. Update management solutions let you completely manage your Windows Updates and Microsoft Updates, including your Internet Explorer 11 deployment. + +- [Automatic updates delivery process]() + +- [How the Internet Explorer 11 Blocker Toolkit works]() + +- [Internet Explorer 11 Blocker Toolkit and other update services]() + +## Automatic Updates delivery process + + +**Q. Which users will receive Internet Explorer 11 as an important update?** +A. Users running either Windows 7 with Service Pack 1 (SP1) or the 64-bit version of Windows Server 2008 R2 with Service Pack 1 (SP1) will receive Internet Explorer 11 as an important update, if Automatic Updates are turned on. Windows Update is manually run. Automatic Updates will automatically download and install the Internet Explorer 11 files if it’s turned on. For more information about how Internet Explorer works with Automatic Updates and information about other deployment blocking options, see [Internet Explorer 11 Delivery through automatic updates](../ie11-deploy-guide/ie11-delivery-through-automatic-updates.md). + +**Q. When is the Blocker Toolkit available?** +A. The Blocker Toolkit is currently available from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=40722). + +**Q. What tools can I use to manage Windows Updates and Microsoft Updates in my company?** +A. We encourage anyone who wants full control over their company’s deployment of Windows Updates and Microsoft Updates, to use [Windows Server Update Services (WSUS)](https://docs.microsoft.com/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus), a free tool for users of Windows Server. You can also use the more advanced configuration management tool, [System Center 2012 Configuration Manager](https://technet.microsoft.com/library/gg682041.aspx). + +**Q. How long does the blocker mechanism work?** +A. The Internet Explorer 11 Blocker Toolkit uses a registry key value to permanently turn off the automatic delivery of Internet Explorer 11. This behavior lasts as long as the registry key value isn’t removed or changed. + +**Q. Why should I use the Internet Explorer 11 Blocker Toolkit to stop delivery of Internet Explorer 11? Why can’t I just disable all of Automatic Updates?** +A. Automatic Updates provide you with ongoing critical security and reliability updates. Turning this feature off can leave your computers more vulnerable. Instead, we suggest that you use an update management solution, such as WSUS, to fully control your environment while leaving this feature running, managing how and when the updates get to your user’s computers. + +The Internet Explorer 11 Blocker Toolkit safely allows Internet Explorer 11 to download and install in companies that can’t use WSUS, Configuration Manager, or +other update management solution. + +**Q. Why don’t we just block URL access to Windows Update or Microsoft Update?** +A. Blocking the Windows Update or Microsoft Update URLs also stops delivery of critical security and reliability updates for all of the supported versions of the Windows operating system; leaving your computers more vulnerable. + +How the Internet Explorer 11 Blocker Toolkit works + +**Q. How should I test the Internet Explorer 11 Blocker Toolkit in my company?** +A. Because the toolkit only sets a registry key to turn on and off the delivery of Internet Explorer 11, there should be no additional impact or side effects to your environment. No additional testing should be necessary. + +**Q. What’s the registry key used to block delivery of Internet Explorer 11?** +A. HKLM\\SOFTWARE\\Microsoft\\Internet Explorer\\Setup\\11.0 + +**Q. What’s the registry key name and values?** +The registry key name is **DoNotAllowIE11**, where: + +- A value of **1** turns off the automatic delivery of Internet Explorer 11 using Automatic Updates and turns off the Express install option. + +- Not providing a registry key, or using a value of anything other than **1**, lets the user install Internet Explorer 11 through Automatic Updates or a + manual update. + +**Q. Does the Internet Explorer 11 Blocker Toolkit stop users from manually installing Internet Explorer 11?** +A. No. The Internet Explorer 11 Blocker Toolkit only stops computers from automatically installing Internet Explorer 11 through Automatic Updates. Users can still download and install Internet Explorer 11 from the Microsoft Download Center or from external media. + +**Q. Does the Internet Explorer 11 Blocker Toolkit stop users from automatically upgrading to Internet Explorer 11?** +A. Yes. The Internet Explorer 11 Blocker Toolkit also prevents Automatic Updates from automatically upgrading a computer from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. + +**Q. How does the provided script work?** +A. The script accepts one of two command line options: + +- **Block:** Creates the registry key that stops Internet Explorer 11 from installing through Automatic Updates. + +- **Unblock:** Removes the registry key that stops Internet Explorer 11 from installing through Automatic Updates. + +**Q. What’s the ADM template file used for?** +A. The Administrative Template (.adm file) lets you import the new Group Policy environment and use Group Policy Objects to centrally manage all of the computers in your company. + +**Q. Is the tool localized?** +A. No. The tool isn’t localized, it’s only available in English (en-us). However, it does work, without any modifications, on any language edition of the supported operating systems. + +## Internet Explorer 11 Blocker Toolkit and other update services + +**Q: Is there a version of the Internet Explorer Blocker Toolkit that will prevent automatic installation of IE11?**
+Yes. The IE11 Blocker Toolkit is available for download. For more information, see [Toolkit to Disable Automatic Delivery of IE11](https://go.microsoft.com/fwlink/p/?LinkId=328195) on the Microsoft Download Center. + +**Q. Does the Internet Explorer 11 blocking mechanism also block delivery of Internet Explorer 11 through update management solutions, like WSUS?** +A. No. You can still deploy Internet Explorer 11 using one of the upgrade management solutions, even if the blocking mechanism is activated. The Internet Explorer 11 Blocker Toolkit is only intended for companies that don’t use upgrade management solutions. + +**Q. If WSUS is set to 'auto-approve' Update Rollup packages (this is not the default configuration), how do I stop Internet Explorer 11 from automatically installing throughout my company?** +A. You only need to change your settings if: + +- You use WSUS to manage updates and allow auto-approvals for Update Rollup installation. + + -and- + +- You have computers running either Windows 7 SP1 or Windows Server 2008 R2 (SP1) with Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 installed. + + -and- + +- You don’t want to upgrade your older versions of Internet Explorer to Internet Explorer 11 right now. + +If these scenarios apply to your company, see [Internet Explorer 11 delivery through automatic updates](https://technet.microsoft.com/microsoft-edge/dn449235) for more +information on how to prevent automatic installation. + + +## Additional resources + +- [Internet Explorer 11 Blocker Toolkit download](https://www.microsoft.com/download/details.aspx?id=40722) + +- [Internet Explorer 11 FAQ for IT pros](https://docs.microsoft.com/internet-explorer/ie11-faq/faq-for-it-pros-ie11) + +- [Internet Explorer 11 delivery through automatic updates](https://technet.microsoft.com/microsoft-edge/dn449235) + +- [Internet Explorer 11 deployment guide](https://docs.microsoft.com/internet-explorer/ie11-deploy-guide/index) diff --git a/browsers/internet-explorer/ie11-faq/faq-ieak11.md b/browsers/internet-explorer/ie11-faq/faq-ieak11.md new file mode 100644 index 0000000000..abccd9d2a5 --- /dev/null +++ b/browsers/internet-explorer/ie11-faq/faq-ieak11.md @@ -0,0 +1,117 @@ +--- +ms.localizationpriority: low +ms.mktglfcycl: support +ms.pagetype: security +description: Internet Explorer Administration Kit (IEAK) helps corporations, Internet service providers (ISPs), Internet content providers (ICPs), and independent software vendors (ISVs) to deploy and manage web-based solutions. +author: shortpatti +ms.author: pashort +ms.manager: elizapo +ms.prod: ie11 +ms.assetid: +title: IEAK 11 - Frequently Asked Questions +ms.sitesec: library +ms.date: 05/10/2018 +--- + +# IEAK 11 - Frequently Asked Questions + +Get answers to commonly asked questions about the Internet Explorer Administration Kit 11 (IEAK 11), and find links to additional material you might find helpful. + +**What is IEAK 11?** + +IEAK 11 enables you to customize, brand, and distribute customized Internet Explorer 11 browser packages across an organization. Download the kit from the [Microsoft Edge IT Center](ieak-information-and-downloads.md). + +**What are the supported operating systems?** + +You can customize and install IEAK 11 on the following supported operating systems: + +- Windows 8 + +- Windows Server 2012 + +- Windows 7 Service Pack 1 (SP1) + +- Windows Server 2008 R2 Service Pack 1 (SP1) + +>[!Note] +>IEAK 11 does not support building custom packages for Windows RT. +   + +**What can I customize with IEAK 11?** + +The IEAK 11 enables you to customize branding and settings for Internet Explorer 11. For PCs running Windows 7, the custom package also includes the Internet Explorer executable. + +>[!Note] +>Internet Explorer 11 is preinstalled on PCs running Windows 8. Therefore, the executable is not included in the customized package. + +**Can IEAK 11 build custom Internet Explorer 11 packages in languages other than the language of the in-use IEAK 11 version?** +Yes. You can use IEAK 11 to build custom Internet Explorer 11 packages in any of the supported 24 languages. You'll select the language for the custom package on the Language Selection page of the customization wizard. + +>[!Note] +>IEAK 11 is available in 24 languages but can build customized Internet Explorer 11 packages in all languages of the supported operating systems. To download IEAK 11, see [IEAK information and downloads](ieak-information-and-downloads.md). + +**Q: Is there a version of the Internet Explorer Administration Kit (IEAK) supporting IE11?**
+Yes. The Internet Explorer Administration Kit 11 (IEAK 11) is available for download. IEAK 11 lets you create custom versions of IE11 for use in your organization. For more information, see the following resources: + +- [Internet Explorer Administration Kit Information and Downloads](https://go.microsoft.com/fwlink/p/?LinkId=214250) on the Internet Explorer TechCenter. + +- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](../ie11-ieak/index.md) + +**What are the different modes available for the Internet Explorer Customization Wizard?** +The IEAK Customization Wizard displays pages based on your licensing mode selection, either **Internal** or **External**. For more information on IEAK Customization Wizard modes, see [What IEAK can do for you](what-ieak-can-do-for-you.md). + +The following table displays which pages are available in IEAK 11, based on the licensing mode: + +| **Wizard Pages** | **External** | **Internal** | +|-------------------------------------------|--------------|--------------| +| Welcome to the IEAK | Yes | Yes | +| File Locations | Yes | Yes | +| Platform Selection | Yes | Yes | +| Language Selection | Yes | Yes | +| Package Type Selection | Yes | Yes | +| Feature Selection | Yes | Yes | +| Automatic Version Synchronization | Yes | Yes | +| Custom Components | Yes | Yes | +| Corporate Install | No | Yes | +| User Experience | No | Yes | +| Browser User Interface | Yes | Yes | +| Search Providers | Yes | Yes | +| Important URLs - Home page and Support | Yes | Yes | +| Accelerators | Yes | Yes | +| Favorites, Favorites Bar, and Feeds | Yes | Yes | +| Browsing Options | No | Yes | +| First Run Wizard and Welcome Page Options | Yes | Yes | +| Compatibility View | Yes | Yes | +| Connection Manager | Yes | Yes | +| Connection Settings | Yes | Yes | +| Automatic Configuration | No | Yes | +| Proxy Settings | Yes | Yes | +| Security and Privacy Settings | No | Yes | +| Add a Root Certificate | Yes | No | +| Programs | Yes | Yes | +| Additional Settings | No | Yes | +| Wizard Complete | Yes | Yes | + + +**Q. Can IEAK 11 build custom Internet Explorer 11 packages in languages other than the language of the in-use IEAK 11 version?** +Yes. You can use IEAK 11 to build custom Internet Explorer 11 packages in any of the supported 24 languages. You'll select the language for the custom package on the Language Selection page of the customization wizard. + +IEAK 11 is available in 24 languages but can build customized Internet Explorer 11 packages in all languages of the supported operating systems. Select a language below and download IEAK 11 from the download center: +| | | | +|---------|---------|---------| +|[English](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/en-us/ieak.msi) |[French](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/fr-fr/ieak.msi) |[Norwegian (Bokmål)](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/nb-no/ieak.msi) | +|[Arabic](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/ar-sa/ieak.msi) |[Chinese (Simplified)](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/zh-cn/ieak.msi) |[Chinese(Traditional)](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/zh-tw/ieak.msi) | +|[Czech](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/cs-cz/ieak.msi) |[Danish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/da-dk/ieak.msi) |[Dutch](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/nl-nl/ieak.msi) | +|[Finnish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/fi-fi/ieak.msi) |[German](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/de-de/ieak.msi) |[Greek](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/el-gr/ieak.msi) | +|[Hebrew](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/he-il/ieak.msi) |[Hungarian](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/hu-hu/ieak.msi) |[Italian](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/it-it/ieak.msi) | +|[Japanese](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/ja-jp/ieak.msi) |[Korean](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/ko-kr/ieak.msi) |[Polish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/pl-pl/ieak.msi) | +|[Portuguese (Brazil)](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/pt-br/ieak.msi) |[Portuguese (Portugal)](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/pt-pt/ieak.msi) |[Russian](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/ru-ru/ieak.msi) | +|[Spanish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/es-es/ieak.msi) |[Swedish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/sv-se/ieak.msi) |[Turkish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/tr-tr/ieak.msi) | + + +## Additional resources + +[Download IEAK 11](https://technet.microsoft.com/microsoft-edge/bb219517) +[IEAK 11 overview](https://technet.microsoft.com/microsoft-edge/dn532244) +[IEAK 11 product documentation](https://docs.microsoft.com/internet-explorer/ie11-ieak/index) +[IEAK 11 licensing guidelines](../ie11-ieak/licensing-version-and-features-ieak11.md) diff --git a/browsers/internet-explorer/ie11-ieak/ieak-information-and-downloads.md b/browsers/internet-explorer/ie11-ieak/ieak-information-and-downloads.md new file mode 100644 index 0000000000..e607b3b98c --- /dev/null +++ b/browsers/internet-explorer/ie11-ieak/ieak-information-and-downloads.md @@ -0,0 +1,44 @@ +--- +ms.localizationpriority: low +ms.mktglfcycl: support +ms.pagetype: security +description: The Internet Explorer Administration Kit (IEAK) simplifies the creation, deployment, and management of customized Internet Explorer packages. You can use the IEAK to configure the out-of-box Internet Explorer experience or to manage user settings after Internet Explorer deployment. +author: shortpatti +ms.author: pashort +ms.manager: elizapo +ms.prod: ie11 +ms.assetid: +title: Internet Explorer Administration Kit (IEAK) information and downloads +ms.sitesec: library +ms.date: 05/10/2018 +--- + +# Internet Explorer Administration Kit (IEAK) information and downloads + +The Internet Explorer Administration Kit (IEAK) simplifies the creation, deployment, and management of customized Internet Explorer packages. You can use the IEAK to configure the out-of-box Internet Explorer experience or to manage user settings after Internet Explorer deployment. To find more information on the IEAK, see What IEAK can do for you. + +## Internet Explorer Administration Kit 11 (IEAK 11) + +[IEAK 11 documentation IEAK 11 licensing guidelines](licensing-version-and-features-ieak11.md) + +[IEAK 11 - Frequently Asked Questions](../ie11-faq/faq-ieak11.md) + +[Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](index.md) + +## Download IEAK + +To download, choose to **Open** the download or **Save** it to your hard drive first. + + +| | | | +|---------|---------|---------| +|[English](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/en-us/ieak.msi) |[French](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/fr-fr/ieak.msi) |[Norwegian (Bokmål)](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/nb-no/ieak.msi) | +|[Arabic](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/ar-sa/ieak.msi) |[German](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/de-de/ieak.msi) |[Polish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/pl-pl/ieak.msi) | +|[Chinese (Simplified)](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/zh-cn/ieak.msi) |[Greek](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/el-gr/ieak.msi) |[Portuguese (Brazil)](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/pt-br/ieak.msi) | +|[Chinese (Traditional)](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/zh-tw/ieak.msi) |[Hebrew](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/he-il/ieak.msi) |[Portuguese (Portugal)](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/pt-pt/ieak.msi) | +|[Czech](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/cs-cz/ieak.msi) |[Hungarian](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/hu-hu/ieak.msi) |[Russian](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/ru-ru/ieak.msi) | +|[Danish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/da-dk/ieak.msi) |[Italian](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/it-it/ieak.msi) |[Spanish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/es-es/ieak.msi) | +|[Dutch](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/nl-nl/ieak.msi) |[Japanese](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/ja-jp/ieak.msi) |[Swedish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/sv-se/ieak.msi) | +|[Finnish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/fi-fi/ieak.msi) |[Korean](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/ko-kr/ieak.msi) |[Turkish](http://download.microsoft.com/download/A/B/1/AB1954BF-8B20-4F01-808A-FE5EE5269F08/MSI/tr-tr/ieak.msi) | + + diff --git a/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md b/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md new file mode 100644 index 0000000000..39ecef821d --- /dev/null +++ b/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md @@ -0,0 +1,56 @@ +--- +ms.localizationpriority: low +ms.mktglfcycl: support +ms.pagetype: security +description: Internet Explorer Administration Kit (IEAK) helps corporations, Internet service providers (ISPs), Internet content providers (ICPs), and independent software vendors (ISVs) to deploy and manage web-based solutions. +author: shortpatti +ms.author: pashort +ms.manager: elizapo +ms.prod: ie11 +ms.assetid: +title: What IEAK can do for you +ms.sitesec: library +ms.date: 05/10/2018 +--- + +# What IEAK can do for you + +Internet Explorer Administration Kit (IEAK) helps corporations, Internet service providers (ISPs), Internet content providers (ICPs), and independent software vendors (ISVs) to deploy and manage web-based solutions. + +IEAK 10 and newer includes the ability to install using one of the following installation modes: + +- Internal + +- External + +## Corporations + +IEAK helps corporate administrators establish version control, centrally distribute and manage browser installation, configure automatic connection profiles, and customize large portions of Internet Explorer, including features, security, communications settings, and other important functionality. + +Corporate administrators install IEAK using Internal mode (for Internet Explorer 10 or newer) or Corporate mode (for Internet Explorer 9 or older). + +## Internet service providers + +IEAK helps ISPs customize, deploy and distribute, add third-party add-ons, search providers, and custom components, as well as include web slices and accelerators all as part of a custom Internet Explorer installation package. + +ISPs install IEAK using External mode (for Internet Explorer 10 or newer) or Internet Service Provider (ISP) mode (for Internet Explorer 9 or older). + +## Internet content providers + +IEAK helps ICPs customize the appearance of Internet Explorer and its Setup program, including letting you add your company name or specific wording to the Title bar, set up a customer support webpage, set up the user home page and search providers, add links to the Favorites and the Explorer bars, add optional components, web slices and accelerators, and determine which compatibility mode Internet Explorer should use. + +ICPs install IEAK using External mode (for Internet Explorer 10 or newer) or Internet Content Provider (ICP) mode (for Internet Explorer 9 or older) + +## Independent software vendors + +IEAK helps ISVs distribute (and redistribute) a custom version of Internet Explorer that can include custom components, programs, and controls (like the web browser control) that you create for your users. ISVs can also determine home pages, search providers, and add websites to the Favorites bar. + +ISVs install IEAK using External mode (for Internet Explorer 10 or newer) or Internet Content Provider (ICP) mode (for Internet Explorer 9 or older). + +## Additional resources + +- [IEAK 11 - Frequently Asked Questions](../ie11-faq/faq-ieak11.md) +- [Download IEAK 11](https://technet.microsoft.com/microsoft-edge/bb219517) +- [IEAK 11 overview](https://technet.microsoft.com/microsoft-edge/dn532244) +- [IEAK 11 administrators guide](https://docs.microsoft.com/internet-explorer/ie11-ieak/index) +- [IEAK 11 licensing guidelines](https://technet.microsoft.com/microsoft-edge/dn532245) \ No newline at end of file From ece40157b61fc8a2d3609c45d9794fe00fbae80a Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 10 May 2018 15:16:54 -0700 Subject: [PATCH 078/186] Adjusted formatting for registry key --- .../remove-provisioned-apps-during-update.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index 3932ec3997..c80408e517 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -37,9 +37,12 @@ Use the following steps to create a registry key: 1. Identify any provisioned apps you want removed. Record the package name for each app. 2. Create a .reg file to generate a registry key for each app. Use [this list of Windows 10, version 1709 registry keys](#registry-keys-for-provisioned-apps) as your starting point. 1. Paste the list of registry keys into Notepad (or a text editor). - 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8 bbwe]` - 3. Save the file with a .txt extension, then right-click the file and change the extension to .reg. -3. Double-click the .reg file to create the registry keys. You can see the new keys in HKLM\\path-to-reg-keys. + 2. Remove the registry keys belonging to the apps you want to keep. For example, if you want to keep the Bing Weather app, delete this registry key: + ``` + HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\A ppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] + ``` + 1. Save the file with a .txt extension, then right-click the file and change the extension to .reg. +4. Double-click the .reg file to create the registry keys. You can see the new keys in HKLM\\path-to-reg-keys. You're now ready to update your computer. After the update, check the list of apps in the computer to confirm the removed apps are still gone. From 602a16dcad9d83fa385216c1e9bdf1457e799092 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 15:30:15 -0700 Subject: [PATCH 079/186] updated TOC with the new IE11 and IEAK11 topics from technet --- browsers/internet-explorer/TOC.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/internet-explorer/TOC.md b/browsers/internet-explorer/TOC.md index c02dd769fd..7308f810b3 100644 --- a/browsers/internet-explorer/TOC.md +++ b/browsers/internet-explorer/TOC.md @@ -63,6 +63,7 @@ ###[Remove sites from a local Enterprise Mode site list](ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md) ###[Remove sites from a local compatibility view list](ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md) ###[Turn off Enterprise Mode](ie11-deploy-guide/turn-off-enterprise-mode.md) +###[Tips and tricks to manage Internet Explorer compatibility](ie11-deploy-guide/tips-and-tricks-to-manage-ie-compatibility.md) ##[Group Policy and Internet Explorer 11 (IE11)](ie11-deploy-guide/group-policy-and-ie11.md) ###[Group Policy management tools](ie11-deploy-guide/group-policy-objects-and-ie11.md) @@ -115,6 +116,7 @@ #[Internet Explorer Administration Kit 11 (IEAK 11) - Administration Guide for IT Pros](ie11-ieak/index.md) ##[What IEAK can do for you](ie11-ieak/what-ieak-can-do-for-you.md) +##[Internet Explorer Administration Kit (IEAK) information and downloads](ie11-ieak/ieak-information-and-downloads.md) ##[Before you start using IEAK 11](ie11-ieak/before-you-create-custom-pkgs-ieak11.md) ###[Hardware and software requirements for IEAK 11](ie11-ieak/hardware-and-software-reqs-ieak11.md) ###[Determine the licensing version and features to use in IEAK 11](ie11-ieak/licensing-version-and-features-ieak11.md) @@ -132,6 +134,7 @@ ###[Create multiple versions of your custom package using IEAK 11](ie11-ieak/create-multiple-browser-packages-ieak11.md) ###[Before you install your package over your network using IEAK 11](ie11-ieak/prep-network-install-with-ieak11.md) ###[Use the RSoP snap-in to review policy settings](ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md) +###[IEAK 11 - Frequently Asked Questions](ie11-faq/faq-ieak11.md) ###[Troubleshoot custom package and IEAK 11 problems](ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md) ##[Internet Explorer Administration Kit 11 (IEAK 11) Customization Wizard options](ie11-ieak/ieak11-wizard-custom-options.md) From b74f93349a9736383fa12ce533c993e49517aec6 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 15:44:22 -0700 Subject: [PATCH 080/186] fixed broken links and removed invalid links --- .../ie11-delivery-through-automatic-updates.md | 14 ++++++-------- browsers/internet-explorer/ie11-faq/faq-ieak11.md | 6 +++--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md b/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md index 0d02852e42..8cfa387c13 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md +++ b/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md @@ -31,8 +31,6 @@ current version of Internet Explorer. Internet Explorer 11 replaces Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10. If you decide you don’t want Internet Explorer 11, and you’re running Windows 7 SP1 or Windows Server 2008 R2 with SP1, you can uninstall it from the **View installed updates** section of the **Uninstall an update** page of the Control Panel. -[./media/image1.jpeg](./media/image1.jpeg) - >[!Note] >If a user installs Internet Explorer 11 and then removes it, it won’t be re-offered to that computer through Automatic Updates. Instead, the user will have to manually re-install the app. @@ -46,8 +44,7 @@ Users who were automatically upgraded to Internet Explorer 11 can decide to unin If you use Automatic Updates in your company, but want to stop your users from automatically getting Internet Explorer 11, do one of the following: -- **Download and use the Internet Explorer 11 Blocker Toolkit.** Includes a Group Policy template and a script that permanently blocks Internet Explorer 11 from being offered by Windows Update or Microsoft Update as a high-priority update. You can download this kit from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=40722).

[./media/image1.jpeg](./media/image1.jpeg) - +- **Download and use the Internet Explorer 11 Blocker Toolkit.** Includes a Group Policy template and a script that permanently blocks Internet Explorer 11 from being offered by Windows Update or Microsoft Update as a high-priority update. You can download this kit from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=40722). >[!Note] >The toolkit won't stop users with local administrator accounts from manually installing Internet Explorer 11. Using this toolkit also prevents your users from receiving automatic upgrades from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. For more information, see the [Internet Explorer 11 Blocker Toolkit frequently asked questions](https://technet.microsoft.com/microsoft-edge/dn449234). @@ -76,11 +73,12 @@ Internet Explorer 11 will be released to WSUS as an Update Rollup package. There 3. Click **Automatic Approvals**. 4. Click the rule that automatically approves an update that is classified as - Update Rollup, and then click **Edit.**

[./media/image1.jpeg](./media/image1.jpeg) + Update Rollup, and then click **Edit.** + >[!Note] >If you don’t see a rule like this, you most likely haven’t configured WSUS to automatically approve Update Rollups for installation. In this situation, you don’t have to do anything else. -5. Click the **Update Rollups** property under the **Step 2: Edit the properties (click an underlined value)** section.

[./media/image1.jpeg](./media/image1.jpeg) +5. Click the **Update Rollups** property under the **Step 2: Edit the properties (click an underlined value)** section. >[!Note] >The properties for this rule will resemble the following:

  • When an update is in Update Rollups
  • Approve the update for all computers
@@ -99,7 +97,7 @@ Internet Explorer 11 will be released to WSUS as an Update Rollup package. There 12. Choose **Unapproved** in the **Approval**drop down box. -13. Check to make sure that Microsoft Internet Explorer 11 is listed as an unapproved update.

[./media/image1.jpeg](./media/image1.jpeg) +13. Check to make sure that Microsoft Internet Explorer 11 is listed as an unapproved update. >[!Note] >There may be multiple updates, depending on the imported language and operating system updates. @@ -120,7 +118,7 @@ If you need to reset your Update Rollups packages to auto-approve, do this: 6. Check the **Update Rollups** check box, and then click **OK**. -7. Click **OK** to close the **Automatic Approvals** dialog box.

[./media/image1.jpeg](./media/image1.jpeg) +7. Click **OK** to close the **Automatic Approvals** dialog box. >[!Note] >Because auto-approval rules are only evaluated when an update is first imported into WSUS, turning this rule back on after the Internet Explorer 11 update has been imported and synchronized to the server won’t cause this update to be auto-approved. diff --git a/browsers/internet-explorer/ie11-faq/faq-ieak11.md b/browsers/internet-explorer/ie11-faq/faq-ieak11.md index abccd9d2a5..092cf003e6 100644 --- a/browsers/internet-explorer/ie11-faq/faq-ieak11.md +++ b/browsers/internet-explorer/ie11-faq/faq-ieak11.md @@ -19,7 +19,7 @@ Get answers to commonly asked questions about the Internet Explorer Administrati **What is IEAK 11?** -IEAK 11 enables you to customize, brand, and distribute customized Internet Explorer 11 browser packages across an organization. Download the kit from the [Microsoft Edge IT Center](ieak-information-and-downloads.md). +IEAK 11 enables you to customize, brand, and distribute customized Internet Explorer 11 browser packages across an organization. Download the kit from the [Internet Explorer Administration Kit (IEAK) information and downloads](../ie11-ieak/ieak-information-and-downloads.md). **What are the supported operating systems?** @@ -48,7 +48,7 @@ The IEAK 11 enables you to customize branding and settings for Internet Explorer Yes. You can use IEAK 11 to build custom Internet Explorer 11 packages in any of the supported 24 languages. You'll select the language for the custom package on the Language Selection page of the customization wizard. >[!Note] ->IEAK 11 is available in 24 languages but can build customized Internet Explorer 11 packages in all languages of the supported operating systems. To download IEAK 11, see [IEAK information and downloads](ieak-information-and-downloads.md). +>IEAK 11 is available in 24 languages but can build customized Internet Explorer 11 packages in all languages of the supported operating systems. To download IEAK 11, see [Internet Explorer Administration Kit (IEAK) information and downloads](../ie11-ieak/ieak-information-and-downloads.md). **Q: Is there a version of the Internet Explorer Administration Kit (IEAK) supporting IE11?**
Yes. The Internet Explorer Administration Kit 11 (IEAK 11) is available for download. IEAK 11 lets you create custom versions of IE11 for use in your organization. For more information, see the following resources: @@ -58,7 +58,7 @@ Yes. The Internet Explorer Administration Kit 11 (IEAK 11) is available for do - [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](../ie11-ieak/index.md) **What are the different modes available for the Internet Explorer Customization Wizard?** -The IEAK Customization Wizard displays pages based on your licensing mode selection, either **Internal** or **External**. For more information on IEAK Customization Wizard modes, see [What IEAK can do for you](what-ieak-can-do-for-you.md). +The IEAK Customization Wizard displays pages based on your licensing mode selection, either **Internal** or **External**. For more information on IEAK Customization Wizard modes, see [What IEAK can do for you](../ie11-ieak/what-ieak-can-do-for-you.md). The following table displays which pages are available in IEAK 11, based on the licensing mode: From ebf2d987c6ad8cfa8cf80a9732860fa100b8f912 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 10 May 2018 16:13:25 -0700 Subject: [PATCH 081/186] Adjusted numbering --- .../remove-provisioned-apps-during-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/application-management/remove-provisioned-apps-during-update.md b/windows/application-management/remove-provisioned-apps-during-update.md index c80408e517..8e255b17f4 100644 --- a/windows/application-management/remove-provisioned-apps-during-update.md +++ b/windows/application-management/remove-provisioned-apps-during-update.md @@ -41,8 +41,8 @@ Use the following steps to create a registry key: ``` HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\A ppxAllUserStore\Deprovisioned\Microsoft.BingWeather_8wekyb3d8bbwe] ``` - 1. Save the file with a .txt extension, then right-click the file and change the extension to .reg. -4. Double-click the .reg file to create the registry keys. You can see the new keys in HKLM\\path-to-reg-keys. + 3. Save the file with a .txt extension, then right-click the file and change the extension to .reg. +3. Double-click the .reg file to create the registry keys. You can see the new keys in HKLM\\path-to-reg-keys. You're now ready to update your computer. After the update, check the list of apps in the computer to confirm the removed apps are still gone. From dc5a9387ad54284b11a8ea8e8fbec497e59bd9c3 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 16:18:13 -0700 Subject: [PATCH 082/186] tips and tricks for enterprise mode --- browsers/internet-explorer/TOC.md | 3 +- .../img-enterprise-mode-site-list-xml.jpg | Bin 0 -> 62227 bytes .../img-f12-developer-tools-emulation.jpg | Bin 0 -> 18540 bytes ...s-and-tricks-to-manage-ie-compatibility.md | 133 ++++++++++++++++++ 4 files changed, 135 insertions(+), 1 deletion(-) create mode 100644 browsers/internet-explorer/ie11-deploy-guide/images/img-enterprise-mode-site-list-xml.jpg create mode 100644 browsers/internet-explorer/ie11-deploy-guide/images/img-f12-developer-tools-emulation.jpg diff --git a/browsers/internet-explorer/TOC.md b/browsers/internet-explorer/TOC.md index 7308f810b3..962befb27e 100644 --- a/browsers/internet-explorer/TOC.md +++ b/browsers/internet-explorer/TOC.md @@ -26,6 +26,7 @@ ##[Collect data using Enterprise Site Discovery](ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md) ##[Enterprise Mode for Internet Explorer 11 (IE11)](ie11-deploy-guide/enterprise-mode-overview-for-ie11.md) +###[Tips and tricks to manage Internet Explorer compatibility](ie11-deploy-guide/tips-and-tricks-to-manage-ie-compatibility.md) ###[Enterprise Mode and the Enterprise Mode Site List](ie11-deploy-guide/what-is-enterprise-mode.md) ###[Set up Enterprise Mode logging and data collection](ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md) ###[Turn on Enterprise Mode and use a site list](ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md) @@ -63,7 +64,7 @@ ###[Remove sites from a local Enterprise Mode site list](ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md) ###[Remove sites from a local compatibility view list](ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md) ###[Turn off Enterprise Mode](ie11-deploy-guide/turn-off-enterprise-mode.md) -###[Tips and tricks to manage Internet Explorer compatibility](ie11-deploy-guide/tips-and-tricks-to-manage-ie-compatibility.md) + ##[Group Policy and Internet Explorer 11 (IE11)](ie11-deploy-guide/group-policy-and-ie11.md) ###[Group Policy management tools](ie11-deploy-guide/group-policy-objects-and-ie11.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/images/img-enterprise-mode-site-list-xml.jpg b/browsers/internet-explorer/ie11-deploy-guide/images/img-enterprise-mode-site-list-xml.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0bcfd3b650fcbca01313099c0f1a8605439a9383 GIT binary patch literal 62227 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%0Dd02`xnI(UfqZ>bs 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 literal 0 HcmV?d00001 diff --git a/browsers/internet-explorer/ie11-deploy-guide/images/img-f12-developer-tools-emulation.jpg b/browsers/internet-explorer/ie11-deploy-guide/images/img-f12-developer-tools-emulation.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48ed75b701d26be0c6a958a03d703855c50de288 GIT binary patch literal 18540 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 section can be rendered in any document mode, as shown in blue above. Some sites designed for older versions of Internet Explorer may require better backward compatibility, and these can leverage the \ section of the Enterprise Mode Site List. IE8 Enterprise Mode provides higher-fidelity emulation for Internet Explorer 8 by using, among other improvements, the original Internet Explorer 8 user agent string. IE7 Enterprise Mode further improves emulation by adding Compatibility View. + +Compatibility View, first introduced with Internet Explorer 8, is basically a switch. If a webpage has no DOCTYPE, that page will be rendered in Internet Explorer 5 mode. If there is a DOCTYPE, the page will be rendered in Internet Explorer 7 mode. You can effectively get Compatibility View by specifying Internet Explorer 7 in the \ section, as this falls back to Internet Explorer 5 automatically if there's no DOCTYPE, or you can use IE7 Enterprise Mode for even better emulation. + +## Tips for IT professionals + +### Inventory your sites + +Upgrading to a new browser can be a time-consuming and potentially costly venture. To help reduce these costs, you can download the [Enterprise Site Discovery Toolkit](https://www.microsoft.com/download/details.aspx?id=44570), which can help you prioritize which sites you should be testing based on their usage in your enterprise. For example, if the data shows that no one is visiting a particular legacy web app, you may not need to test or fix it. The toolkit is supported on Internet Explorer 8, Internet Explorer 9, Internet Explorer 10, and Internet Explorer 11. The toolkit also gives you information about which document mode a page runs in your current browser so you can better understand how to fix that site if it breaks in a newer version of the browser. + +Once you know which sites to test and fix, the following remediation methods may help fix your compatibility issues in Internet Explorer 11 and Windows 10. + +### If you're on Internet Explorer 8 and upgrading to Internet Explorer 11: + +Use the Enterprise Mode Site List to add sites to the Internet Explorer 5, Internet Explorer 7, and Internet Explorer 8 documents modes, as well as IE8 Enterprise Mode and IE7 Enterprise Mode. + +- Sites with the *x-ua-compatible* meta tag or HTTP header set to "IE=edge" may break in Internet Explorer 11 and need to be set to Internet Explorer 8 mode. This is because "edge" in Internet Explorer 8 meant Internet Explorer 8 mode, but "edge" in Internet Explorer 11 means Internet Explorer 11 mode. + +- Sites without a DOCTYPE in zones other than Intranet will default to QME (or "interoperable quirks") rather than Internet Explorer 5 Quirks and may need to be set to Internet Explorer 5 mode. + +- Some sites may need to be added to both Enterprise Mode and Compatibility View to work. You can do this by adding the site to IE7 Enterprise Mode. + +### If you're on Internet Explorer 9 and upgrading to Internet Explorer 11: + +Use the Enterprise Mode Site List to add sites to the Internet Explorer 5, Internet Explorer 7, and Internet Explorer 9 document modes. + +- Sites with the *x-ua-compatible* meta tag or HTTP header set to "IE=edge" may break in Internet Explorer 11 and need to be set to Internet Explorer 9 mode. This is because "edge" in Internet Explorer 9 meant Internet Explorer 9 mode, but "edge" in Internet Explorer 11 means Internet Explorer 11 mode. + +- Sites without a DOCTYPE in zones other than Intranet will default to Interoperable Quirks rather than Internet Explorer 5 Quirks and may need to be set to Internet Explorer 5 mode. + +- If your sites worked in Internet Explorer 9, you won't need IE8 Enterprise Mode or IE7 Enterprise Mode. + +### If you're on Internet Explorer 10 and upgrading to Internet Explorer 11: + +Use the Enterprise Mode Site List to add sites to the Internet Explorer 5, Internet Explorer 7, and Internet Explorer 10 modes. + +- Sites with the *x-ua-compatible* meta tag or HTTP header set to "IE=edge" may break in Internet Explorer 11 and need to be set to Internet Explorer 10 mode. This is because "edge" in Internet Explorer 10 meant Internet Explorer 10 mode, but "edge" in Internet Explorer 11 means Internet Explorer 11 mode. + +- If your sites worked in Internet Explorer 10, you won't need IE8 Enterprise Mode or IE7 Enterprise Mode. + +### If you're on Internet Explorer 11 and upgrading to Windows 10: + +You're all set! You shouldn’t need to make any changes. + +## Tips for web developers + +If your website worked in an older version of Internet Explorer, but no longer works in Internet Explorer 11, you may need to update the site. Here are the set of steps you should take to find the appropriate remediation strategy. + +### Try document modes + +To see if the site works in the Internet Explorer 5, Internet Explorer 7, Internet Explorer 8, Internet Explorer 9, Internet Explorer 10, or Internet Explorer 11 document modes: + +- Open the site in Internet Explorer 11, load the F12 tools by pressing the **F12** key or by selecting **F12 Developer Tools** from the **Tools** menu, and select the **Emulation** tab. + + ![F12 Developer Tools Emulation tab](images/img-f12-developer-tools-emulation.jpg) + +- Run the site in each document mode until you find the mode in which the site works. + + >[!NOTE] + >You will need to make sure the User agent string dropdown matches the same browser version as the Document mode dropdown. For example, if you were testing to see if the site works in Internet Explorer 10, you should update the Document mode dropdown to 10 and the User agent string dropdown to Internet Explorer 10. + +- If you find a mode in which your site works, you will need to add the site domain, sub-domain, or URL to the Enterprise Mode Site List for the document mode in which the site works, or ask the IT administrator to do so. You can add the *x-ua-compatible* meta tag or HTTP header as well. + +### Try IE8 Enterprise Mode + +If a document mode didn't fix your site, try IE8 Enterprise Mode, which benefits sites written for Internet Explorer 5, Internet Explorer 7, and Internet Explorer 8 document modes. + +- Enable the **Let users turn on and use Enterprise Mode from the Tools menu** policy locally on your machine. To do this: + + - Search for and run **gpedit.msc** + + - Navigate to **Computer Configuration** \> **Administrative Template** \> **Windows Components** \> **Internet Explorer**. + + - Enable the **Let users turn on and use Enterprise Mode from the Tools menu** Group Policy setting. + + After making this change, run **gpupdate.exe /force** to make sure the setting is applied locally. You should also make sure to disable this setting once you're done testing. Alternately, you can use a regkey; see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md) for more information. + +- Restart Internet Explorer 11 and open the site you're testing, then go to **Emulation** tab in the **F12 Developer Tools** and select **Enterprise** from the **Browser profile** dropdown. If the site works, inform the IT administrator that the site needs to be added to the IE8 Enterprise Mode section. + +### Try IE7 Enterprise Mode + +If IE8 Enterprise Mode doesn't work, IE7 Enterprise Mode will give you the Compatibility View behavior that shipped with Internet Explorer 8 with Enterprise Mode. To try this approach: + +- Go to the **Tools** menu, select **Compatibility View Settings**, and add the site to the list. + +- Go to **Emulation** tab in the **F12 Developer Tools** and select **Enterprise** from the **Browser profile** dropdown. + +If the site works, inform the IT administrator that the site needs to be added to the IE7 Enterprise Mode section.\ + +>[!NOTE] +>Adding the same Web path to the Enterprise Mode and sections of the Enterprise Mode Site List will not work, but we will address this in a future update. + +### Update the site for modern web standards + +We recommend that enterprise customers focus their new development on established, modern web standards for better performance and interoperability across devices, and avoid developing sites in older Internet Explorer document modes. We often hear that, due to fact that the Intranet zone defaults to Compatibility View, web developers inadvertently create new sites in the Internet Explorer 7 or Internet Explorer 5 modes in the Intranet zone, depending on whether or not they used a DOCTYPE. As you move your web apps to modern standards, you can enable the **Turn on Internet Explorer Standards Mode for local intranet** Group Policy setting and add those sites that need Internet Explorer 5 or Internet Explorer 7 modes to the Site List. Of course, it is always a good idea to test the app to ensure that these settings work for your environment. + +## Related resources + +- [Document modes](https://msdn.microsoft.com/library/dn384051(v=vs.85).aspx) +- [What is Enterprise Mode?](what-is-enterprise-mode.md) +- [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md) +- [Enterprise Site Discovery Toolkit](https://www.microsoft.com/en-us/download/details.aspx?id=44570) +- [Collect data using Enterprise Site Discovery](collect-data-using-enterprise-site-discovery.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) \ No newline at end of file From db49e1fcacbc79d9a90d9226f73f38a796c441ef Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 16:57:08 -0700 Subject: [PATCH 083/186] removed invalid link to an image --- browsers/internet-explorer/TOC.md | 1 + .../blocked-out-of-date-activex-controls.md | 39 +++++++++++++++++++ ...ie11-delivery-through-automatic-updates.md | 2 +- .../out-of-date-activex-control-blocking.md | 24 ------------ 4 files changed, 41 insertions(+), 25 deletions(-) create mode 100644 browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md diff --git a/browsers/internet-explorer/TOC.md b/browsers/internet-explorer/TOC.md index 962befb27e..229def58e0 100644 --- a/browsers/internet-explorer/TOC.md +++ b/browsers/internet-explorer/TOC.md @@ -100,6 +100,7 @@ ###[Browser cache changes and roaming profiles](ie11-deploy-guide/browser-cache-changes-and-roaming-profiles.md) ##[Out-of-date ActiveX control blocking](ie11-deploy-guide/out-of-date-activex-control-blocking.md) +###[Blocked out-of-date ActiveX controls](ie11-deploy-guide/blocked-out-of-date-activex-controls.md) ##[Deprecated document modes and Internet Explorer 11](ie11-deploy-guide/deprecated-document-modes.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md b/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md new file mode 100644 index 0000000000..18fa9ecde0 --- /dev/null +++ b/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md @@ -0,0 +1,39 @@ +--- +ms.localizationpriority: low +ms.mktglfcycl: deploy +ms.pagetype: security +description: UActiveX controls are small apps that let websites provide content, like videos and games, and let you interact with content, like toolbars. We'll periodically update this page with new ActiveX controls blocked by this +feature. +author: shortpatti +ms.author: pashort +ms.prod: ie11 +ms.assetid: e61866bb-1ff1-4a8d-96f2-61d3534e8199 +title: Blocked out-of-date ActiveX controls +ms.sitesec: library +ms.date: 05/10/2018 +--- + +# Blocked out-of-date ActiveX controls + +ActiveX controls are small apps that let websites provide content, like videos and games, and let you interact with content, like toolbars. Unfortunately, because many ActiveX controls aren't automatically updated, they can become outdated as new versions are released. It's very important that you keep your ActiveX controls up to date because malicious software (or malware) can target security flaws in outdated controls, damaging your computer by collecting info from it, installing unwanted software, or by letting someone else control it remotely. To help avoid this situation, Internet Explorer includes a security feature called _out-of-date ActiveX control blocking_. + +We'll periodically update this page with new ActiveX controls blocked by this feature. We'll typically provide one month's advance notice before adding new controls to the list. + +You will receive a notification if a webpage tries to load one of the following of ActiveX control versions: + +**Java** + +| Java 2 Platform, Standard Edition (J2SE) 1.4, everything below (but not including) update 43 | +|----------------------------------------------------------------------------------------------| +| J2SE 5.0, everything below (but not including) update 99 | +| Java SE 6, everything below (but not including) update 181 | +| Java SE 7, everything below (but not including) update 171 | +| Java SE 8, everything below (but not including) update 161 | +| Java SE 9, everything below (but not including) update 4 | + +**Silverlight** + +| Everything below (but not including) Silverlight 5.1.50907.0 | +|--------------------------------------------------------------| + +For more information, see [Out-of-date ActiveX control blocking](out-of-date-activex-control-blocking.md) and [Internet Explorer begins blocking out-of-date ActiveX controls](http://blogs.msdn.com/b/ie/archive/2014/08/06/internet-explorer-begins-blocking-out-of-date-activex-controls.aspx). You can also view Microsoft's complete list of out-of-date ActiveX controls in the XML-based [version list](http://go.microsoft.com/fwlink/?LinkId=403864). \ No newline at end of file diff --git a/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md b/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md index 8cfa387c13..9cef909ebe 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md +++ b/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md @@ -50,7 +50,7 @@ If you use Automatic Updates in your company, but want to stop your users from a >The toolkit won't stop users with local administrator accounts from manually installing Internet Explorer 11. Using this toolkit also prevents your users from receiving automatic upgrades from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. For more information, see the [Internet Explorer 11 Blocker Toolkit frequently asked questions](https://technet.microsoft.com/microsoft-edge/dn449234). - **Use an update management solution to control update deployment.** - If you already use an update management solution, like [Windows Server Update Services (WSUS)](https://docs.microsoft.com/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus) or the more advanced [System Center 2012 Configuration Manager](http://go.microsoft.com/fwlink/?LinkID=276664), you should use that instead of the Internet Explorer Blocker Toolkit.

[./media/image1.jpeg](./media/image1.jpeg) + If you already use an update management solution, like [Windows Server Update Services (WSUS)](https://docs.microsoft.com/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus) or the more advanced [System Center 2012 Configuration Manager](http://go.microsoft.com/fwlink/?LinkID=276664), you should use that instead of the Internet Explorer Blocker Toolkit. >[!Note] >If you use WSUS to manage updates, and Update Rollups are configured for automatic installation, Internet Explorer will automatically install throughout your company. This scenario is discussed in detail in the Knowledge Base article [here](http://support.microsoft.com/kb/946202). diff --git a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md index fc50fdca2e..bda19e19a3 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md +++ b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md @@ -26,7 +26,6 @@ ms.date: 05/10/2018 ActiveX controls are small apps that let websites provide content, like videos, games, and let you interact with content like toolbars. Unfortunately, because many ActiveX controls aren’t automatically updated, they can become outdated as new versions are released. It’s very important that you keep your ActiveX controls up-to-date because malicious software (or malware) can target security flaws in outdated controls, damaging your computer by collecting info from it, installing unwanted software, or by letting someone else control it remotely. To help avoid this situation, Internet Explorer includes a new security feature, called *out-of-date ActiveX control blocking*. - Out-of-date ActiveX control blocking lets you: - Know when IE prevents a webpage from loading common, but outdated ActiveX controls. @@ -51,29 +50,6 @@ It also works with these operating system and IE combinations: For more info about this new feature, see the [Internet Explorer begins blocking out-of-date ActiveX controls](https://go.microsoft.com/fwlink/p/?LinkId=507691) blog. To see the complete list of out-of-date Active controls blocked by this feature, see [Blocked out-of-date ActiveX controls](https://go.microsoft.com/fwlink/p/?LinkId=517023). -## How often are the ActiveX controls updated? - -We'll periodically update this page with new ActiveX controls blocked by this -feature. We'll typically provide one month's advance notice before adding new -controls to the list. - -You will receive a notification if a webpage tries to load one of the following -of ActiveX control versions: - -**Java** - -| Java 2 Platform, Standard Edition (J2SE) 1.4, everything below (but not including) update 43 | -|----------------------------------------------------------------------------------------------| -| J2SE 5.0, everything below (but not including) update 99 | -| Java SE 6, everything below (but not including) update 181 | -| Java SE 7, everything below (but not including) update 171 | -| Java SE 8, everything below (but not including) update 161 | -| Java SE 9, everything below (but not including) update 4 | - -**Silverlight** - -| Everything below (but not including) Silverlight 5.1.50907.0 | -|--------------------------------------------------------------| ## What does the out-of-date ActiveX control blocking notification look like? When IE blocks an outdated ActiveX control, you’ll see a notification bar similar to this, depending on your version of IE: From 31535f485bdb47ee5c89ed91ddf39c2e4beaf383 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 17:01:06 -0700 Subject: [PATCH 084/186] removed duplicate content --- browsers/internet-explorer/ie11-ieak/index.md | 31 +--------------- .../ie11-ieak/what-ieak-can-do-for-you.md | 37 ++++++++++++------- 2 files changed, 25 insertions(+), 43 deletions(-) diff --git a/browsers/internet-explorer/ie11-ieak/index.md b/browsers/internet-explorer/ie11-ieak/index.md index b0edeae7c4..9cc34cb91b 100644 --- a/browsers/internet-explorer/ie11-ieak/index.md +++ b/browsers/internet-explorer/ie11-ieak/index.md @@ -17,38 +17,9 @@ The Internet Explorer Administration Kit (IEAK) simplifies the creation, deploym Use this guide to learn about the several options and processes you'll need to consider while you're using the Internet Explorer Administration Kit 11 (IEAK 11) to customize, deploy, and manage Internet Explorer 11 for your employee's devices. ->[!IMPORTANT} +>[!IMPORTANT] >Because this content isn't intended to be a step-by-step guide, not all of the steps are necessary. -## IEAK 11 users -Internet Explorer Administration Kit (IEAK) helps corporations, Internet service providers (ISPs), Internet content providers (ICPs), and independent software vendors (ISVs) to deploy and manage web-based solutions. - -IEAK 10 and newer includes the ability to install using one of the following installation modes: -- Internal -- External - ->[!NOTE] ->IEAK 11 works in network environments, with or without Microsoft Active Directory service. - -### Corporations -IEAK helps corporate administrators establish version control, centrally distribute and manage browser installation, configure automatic connection profiles, and customize large portions of Internet Explorer, including features, security, communications settings, and other important functionality. - -Corporate administrators install IEAK using Internal mode (for Internet Explorer 10 or newer) or Corporate mode (for Internet Explorer 9 or older). - -### Internet service providers -IEAK helps ISPs customize, deploy and distribute, add third-party add-ons, search providers, and custom components, as well as include web slices and accelerators all as part of a custom Internet Explorer installation package. - -ISPs install IEAK using External mode (for Internet Explorer 10 or newer) or Internet Service Provider (ISP) mode (for Internet Explorer 9 or older). - -### Internet content providers -IEAK helps ICPs customize the appearance of Internet Explorer and its Setup program, including letting you add your company name or specific wording to the Title bar, set up a customer support webpage, set up the user home page and search providers, add links to the Favorites and the Explorer bars, add optional components, web slices and accelerators, and determine which compatibility mode Internet Explorer should use. - -ICPs install IEAK using External mode (for Internet Explorer 10 or newer) or Internet Content Provider (ICP) mode (for Internet Explorer 9 or older) - -### Independent software vendors -IEAK helps ISVs distribute (and redistribute) a custom version of Internet Explorer that can include custom components, programs, and controls (like the web browser control) that you create for your users. ISVs can also determine home pages, search providers, and add websites to the Favorites bar. - -ISVs install IEAK using External mode (for Internet Explorer 10 or newer) or Internet Content Provider (ICP) mode (for Internet Explorer 9 or older). ## Included technology IEAK 11 includes the following technology: diff --git a/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md b/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md index 39ecef821d..ef035d8451 100644 --- a/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md +++ b/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md @@ -23,28 +23,35 @@ IEAK 10 and newer includes the ability to install using one of the following ins - External -## Corporations +## IEAK 11 users +Internet Explorer Administration Kit (IEAK) helps corporations, Internet service providers (ISPs), Internet content providers (ICPs), and independent software vendors (ISVs) to deploy and manage web-based solutions. + +IEAK 10 and newer includes the ability to install using one of the following installation modes: +- Internal +- External + +>[!NOTE] +>IEAK 11 works in network environments, with or without Microsoft Active Directory service. + + +### Corporations +IEAK helps corporate administrators establish version control, centrally distribute and manage browser installation, configure automatic connection profiles, and customize large portions of Internet Explorer, including features, security, communications settings, and other important functionality. -IEAK helps corporate administrators establish version control, centrally distribute and manage browser installation, configure automatic connection profiles, and customize large portions of Internet Explorer, including features, security, communications settings, and other important functionality. - Corporate administrators install IEAK using Internal mode (for Internet Explorer 10 or newer) or Corporate mode (for Internet Explorer 9 or older). -## Internet service providers +### Internet service providers +IEAK helps ISPs customize, deploy and distribute, add third-party add-ons, search providers, and custom components, as well as include web slices and accelerators all as part of a custom Internet Explorer installation package. -IEAK helps ISPs customize, deploy and distribute, add third-party add-ons, search providers, and custom components, as well as include web slices and accelerators all as part of a custom Internet Explorer installation package. - ISPs install IEAK using External mode (for Internet Explorer 10 or newer) or Internet Service Provider (ISP) mode (for Internet Explorer 9 or older). -## Internet content providers +### Internet content providers +IEAK helps ICPs customize the appearance of Internet Explorer and its Setup program, including letting you add your company name or specific wording to the Title bar, set up a customer support webpage, set up the user home page and search providers, add links to the Favorites and the Explorer bars, add optional components, web slices and accelerators, and determine which compatibility mode Internet Explorer should use. -IEAK helps ICPs customize the appearance of Internet Explorer and its Setup program, including letting you add your company name or specific wording to the Title bar, set up a customer support webpage, set up the user home page and search providers, add links to the Favorites and the Explorer bars, add optional components, web slices and accelerators, and determine which compatibility mode Internet Explorer should use. - ICPs install IEAK using External mode (for Internet Explorer 10 or newer) or Internet Content Provider (ICP) mode (for Internet Explorer 9 or older) -## Independent software vendors +### Independent software vendors +IEAK helps ISVs distribute (and redistribute) a custom version of Internet Explorer that can include custom components, programs, and controls (like the web browser control) that you create for your users. ISVs can also determine home pages, search providers, and add websites to the Favorites bar. -IEAK helps ISVs distribute (and redistribute) a custom version of Internet Explorer that can include custom components, programs, and controls (like the web browser control) that you create for your users. ISVs can also determine home pages, search providers, and add websites to the Favorites bar. - ISVs install IEAK using External mode (for Internet Explorer 10 or newer) or Internet Content Provider (ICP) mode (for Internet Explorer 9 or older). ## Additional resources @@ -53,4 +60,8 @@ ISVs install IEAK using External mode (for Internet Explorer 10 or newer) or Int - [Download IEAK 11](https://technet.microsoft.com/microsoft-edge/bb219517) - [IEAK 11 overview](https://technet.microsoft.com/microsoft-edge/dn532244) - [IEAK 11 administrators guide](https://docs.microsoft.com/internet-explorer/ie11-ieak/index) -- [IEAK 11 licensing guidelines](https://technet.microsoft.com/microsoft-edge/dn532245) \ No newline at end of file +- [IEAK 11 licensing guidelines](https://technet.microsoft.com/microsoft-edge/dn532245) + + + + From cb4cb6ac4048feee9f4df08532a10d752f50392f Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 17:02:27 -0700 Subject: [PATCH 085/186] removed duplicate content --- browsers/internet-explorer/ie11-ieak/index.md | 8 ++++++-- .../ie11-ieak/what-ieak-can-do-for-you.md | 7 +++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/browsers/internet-explorer/ie11-ieak/index.md b/browsers/internet-explorer/ie11-ieak/index.md index 9cc34cb91b..d07314aa24 100644 --- a/browsers/internet-explorer/ie11-ieak/index.md +++ b/browsers/internet-explorer/ie11-ieak/index.md @@ -39,7 +39,11 @@ IE11 and IEAK 11 offers differing experiences between Windows 7 and Windows 8.1 |Internet Explorer Customization Wizard 11 |Step-by-step wizard screens that help you create custom IE11 installation packages. | ## Related topics +- [IEAK 11 - Frequently Asked Questions](../ie11-faq/faq-ieak11.md) +- [Download IEAK 11](https://technet.microsoft.com/microsoft-edge/bb219517) +- [IEAK 11 overview](https://technet.microsoft.com/microsoft-edge/dn532244) +- [IEAK 11 administrators guide](https://docs.microsoft.com/internet-explorer/ie11-ieak/index) +- [IEAK 11 licensing guidelines](https://technet.microsoft.com/microsoft-edge/dn532245) - [Internet Explorer 11 - FAQ for IT Pros](../ie11-faq/faq-for-it-pros-ie11.md) - [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](../ie11-deploy-guide/index.md) -- [Microsoft Edge - Deployment Guide for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760643) - +- [Microsoft Edge - Deployment Guide for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760643) \ No newline at end of file diff --git a/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md b/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md index ef035d8451..a21c7e2530 100644 --- a/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md +++ b/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md @@ -61,7 +61,6 @@ ISVs install IEAK using External mode (for Internet Explorer 10 or newer) or Int - [IEAK 11 overview](https://technet.microsoft.com/microsoft-edge/dn532244) - [IEAK 11 administrators guide](https://docs.microsoft.com/internet-explorer/ie11-ieak/index) - [IEAK 11 licensing guidelines](https://technet.microsoft.com/microsoft-edge/dn532245) - - - - +- [Internet Explorer 11 - FAQ for IT Pros](../ie11-faq/faq-for-it-pros-ie11.md) +- [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](../ie11-deploy-guide/index.md) +- [Microsoft Edge - Deployment Guide for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760643) \ No newline at end of file From 3394a0e0a9c991c0020ba4a7b193271eb70b6370 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 17:18:57 -0700 Subject: [PATCH 086/186] validated all links --- .../ie11-delivery-through-automatic-updates.md | 12 ++++++------ .../out-of-date-activex-control-blocking.md | 2 +- .../ie11-faq/faq-ie11-blocker-toolkit.md | 5 ++--- browsers/internet-explorer/ie11-ieak/index.md | 5 ++--- .../ie11-ieak/what-ieak-can-do-for-you.md | 6 +++--- 5 files changed, 14 insertions(+), 16 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md b/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md index 9cef909ebe..559b4b45ed 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md +++ b/browsers/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates.md @@ -16,11 +16,11 @@ ms.date: 05/10/2018 # Internet Explorer 11 delivery through automatic updates Internet Explorer 11 makes browsing the web faster, easier, safer, and more reliable than ever. To help customers become more secure and up-to-date, Microsoft will distribute Internet Explorer 11 through Automatic Updates and the Windows Update and Microsoft Update sites. Internet Explorer 11 will be available for users of the 32-bit and 64-bit versions of Windows 7 Service Pack 1 (SP1), and 64-bit version of Windows Server 2008 R2 SP1. This article provides an overview of the delivery process and options available for IT administrators to control how and when Internet Explorer 11 is deployed to their organization through Automatic Updates. -- Automatic updates delivery process -- Availability of Internet Explorer 11 -- Internet Explorer 11 automatic upgrades -- Options for blocking automatic delivery -- Prevent automatic installation of Internet Explorer 11 with WSUS +- [Automatic updates delivery process](#automatic-updates-delivery-process) +- [Internet Explorer 11 automatic upgrades](#internet-explorer-11-automatic-upgrades) +- [Options for blocking automatic delivery](#options-for-blocking-automatic-delivery) +- [Availability of Internet Explorer 11](#availability-of-internet-explorer 11) +- [Prevent automatic installation of Internet Explorer 11 with WSUS](#prevent-automatic-installation-of-internet-explorer-11-with-wsus) ## Automatic updates delivery process @@ -47,7 +47,7 @@ If you use Automatic Updates in your company, but want to stop your users from a - **Download and use the Internet Explorer 11 Blocker Toolkit.** Includes a Group Policy template and a script that permanently blocks Internet Explorer 11 from being offered by Windows Update or Microsoft Update as a high-priority update. You can download this kit from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=40722). >[!Note] - >The toolkit won't stop users with local administrator accounts from manually installing Internet Explorer 11. Using this toolkit also prevents your users from receiving automatic upgrades from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. For more information, see the [Internet Explorer 11 Blocker Toolkit frequently asked questions](https://technet.microsoft.com/microsoft-edge/dn449234). + >The toolkit won't stop users with local administrator accounts from manually installing Internet Explorer 11. Using this toolkit also prevents your users from receiving automatic upgrades from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. For more information, see the [Internet Explorer 11 Blocker Toolkit frequently asked questions](../ie11-faq/faq-ie11-blocker-toolkit.md). - **Use an update management solution to control update deployment.** If you already use an update management solution, like [Windows Server Update Services (WSUS)](https://docs.microsoft.com/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus) or the more advanced [System Center 2012 Configuration Manager](http://go.microsoft.com/fwlink/?LinkID=276664), you should use that instead of the Internet Explorer Blocker Toolkit. diff --git a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md index bda19e19a3..8b6848b28d 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md +++ b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md @@ -48,7 +48,7 @@ It also works with these operating system and IE combinations: |Windows Server 2008 SP2 |Windows Internet Explorer 9 only | |Windows Vista SP2 |Windows Internet Explorer 9 only | -For more info about this new feature, see the [Internet Explorer begins blocking out-of-date ActiveX controls](https://go.microsoft.com/fwlink/p/?LinkId=507691) blog. To see the complete list of out-of-date Active controls blocked by this feature, see [Blocked out-of-date ActiveX controls](https://go.microsoft.com/fwlink/p/?LinkId=517023). +For more info about this new feature, see the [Internet Explorer begins blocking out-of-date ActiveX controls](https://go.microsoft.com/fwlink/p/?LinkId=507691) blog. To see the complete list of out-of-date Active controls blocked by this feature, see [Blocked out-of-date ActiveX controls](blocked-out-of-date-activex-controls.md). ## What does the out-of-date ActiveX control blocking notification look like? diff --git a/browsers/internet-explorer/ie11-faq/faq-ie11-blocker-toolkit.md b/browsers/internet-explorer/ie11-faq/faq-ie11-blocker-toolkit.md index d90632e684..5aa814af97 100644 --- a/browsers/internet-explorer/ie11-faq/faq-ie11-blocker-toolkit.md +++ b/browsers/internet-explorer/ie11-faq/faq-ie11-blocker-toolkit.md @@ -104,8 +104,7 @@ A. You only need to change your settings if: - You don’t want to upgrade your older versions of Internet Explorer to Internet Explorer 11 right now. -If these scenarios apply to your company, see [Internet Explorer 11 delivery through automatic updates](https://technet.microsoft.com/microsoft-edge/dn449235) for more -information on how to prevent automatic installation. +If these scenarios apply to your company, see [Internet Explorer 11 delivery through automatic updates](../ie11-deploy-guide/ie11-delivery-through-automatic-updates.md) for more information on how to prevent automatic installation. ## Additional resources @@ -114,6 +113,6 @@ information on how to prevent automatic installation. - [Internet Explorer 11 FAQ for IT pros](https://docs.microsoft.com/internet-explorer/ie11-faq/faq-for-it-pros-ie11) -- [Internet Explorer 11 delivery through automatic updates](https://technet.microsoft.com/microsoft-edge/dn449235) +- [Internet Explorer 11 delivery through automatic updates](../ie11-deploy-guide/ie11-delivery-through-automatic-updates.md) - [Internet Explorer 11 deployment guide](https://docs.microsoft.com/internet-explorer/ie11-deploy-guide/index) diff --git a/browsers/internet-explorer/ie11-ieak/index.md b/browsers/internet-explorer/ie11-ieak/index.md index d07314aa24..998e7264d7 100644 --- a/browsers/internet-explorer/ie11-ieak/index.md +++ b/browsers/internet-explorer/ie11-ieak/index.md @@ -40,10 +40,9 @@ IE11 and IEAK 11 offers differing experiences between Windows 7 and Windows 8.1 ## Related topics - [IEAK 11 - Frequently Asked Questions](../ie11-faq/faq-ieak11.md) -- [Download IEAK 11](https://technet.microsoft.com/microsoft-edge/bb219517) -- [IEAK 11 overview](https://technet.microsoft.com/microsoft-edge/dn532244) +- [Download IEAK 11](ieak-information-and-downloads.md) - [IEAK 11 administrators guide](https://docs.microsoft.com/internet-explorer/ie11-ieak/index) -- [IEAK 11 licensing guidelines](https://technet.microsoft.com/microsoft-edge/dn532245) +- [IEAK 11 licensing guidelines](licensing-version-and-features-ieak11.md) - [Internet Explorer 11 - FAQ for IT Pros](../ie11-faq/faq-for-it-pros-ie11.md) - [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](../ie11-deploy-guide/index.md) - [Microsoft Edge - Deployment Guide for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760643) \ No newline at end of file diff --git a/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md b/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md index a21c7e2530..afa8430977 100644 --- a/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md +++ b/browsers/internet-explorer/ie11-ieak/what-ieak-can-do-for-you.md @@ -57,10 +57,10 @@ ISVs install IEAK using External mode (for Internet Explorer 10 or newer) or Int ## Additional resources - [IEAK 11 - Frequently Asked Questions](../ie11-faq/faq-ieak11.md) -- [Download IEAK 11](https://technet.microsoft.com/microsoft-edge/bb219517) -- [IEAK 11 overview](https://technet.microsoft.com/microsoft-edge/dn532244) +- [Download IEAK 11](ieak-information-and-downloads.md) +- [IEAK 11 overview](index.md) - [IEAK 11 administrators guide](https://docs.microsoft.com/internet-explorer/ie11-ieak/index) -- [IEAK 11 licensing guidelines](https://technet.microsoft.com/microsoft-edge/dn532245) +- [IEAK 11 licensing guidelines](licensing-version-and-features-ieak11.md) - [Internet Explorer 11 - FAQ for IT Pros](../ie11-faq/faq-for-it-pros-ie11.md) - [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](../ie11-deploy-guide/index.md) - [Microsoft Edge - Deployment Guide for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760643) \ No newline at end of file From a70ae2ab4d9bf8cf0a6e905dad64f2a33c3f037b Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 17:20:24 -0700 Subject: [PATCH 087/186] validated all links --- .../ie11-deploy-guide/blocked-out-of-date-activex-controls.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md b/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md index 18fa9ecde0..2e42406da5 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md +++ b/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md @@ -2,8 +2,7 @@ ms.localizationpriority: low ms.mktglfcycl: deploy ms.pagetype: security -description: UActiveX controls are small apps that let websites provide content, like videos and games, and let you interact with content, like toolbars. We'll periodically update this page with new ActiveX controls blocked by this -feature. +description: UActiveX controls are small apps that let websites provide content, like videos and games, and let you interact with content, like toolbars. We'll periodically update this page with new ActiveX controls blocked by this feature. author: shortpatti ms.author: pashort ms.prod: ie11 From 054d65d96d8ef2a1f28407a0c4ac0a9554cea1f1 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 17:39:05 -0700 Subject: [PATCH 088/186] fixed metadata errors and warnings --- .../blocked-out-of-date-activex-controls.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md b/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md index 2e42406da5..34d2556e1f 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md +++ b/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md @@ -1,15 +1,17 @@ --- +title: Blocked out-of-date ActiveX controls +description: This page is periodically updated with new ActiveX controls blocked by this feature. +author: shortpatti +ms.author: pashort +ms.manager: elizapo +ms.date: 05/10/2018 +ms.topic: '' +ms.prod: ie11 ms.localizationpriority: low ms.mktglfcycl: deploy ms.pagetype: security -description: UActiveX controls are small apps that let websites provide content, like videos and games, and let you interact with content, like toolbars. We'll periodically update this page with new ActiveX controls blocked by this feature. -author: shortpatti -ms.author: pashort -ms.prod: ie11 -ms.assetid: e61866bb-1ff1-4a8d-96f2-61d3534e8199 -title: Blocked out-of-date ActiveX controls +ms.assetid: '' ms.sitesec: library -ms.date: 05/10/2018 --- # Blocked out-of-date ActiveX controls From dbfefc8f8c86b92d5abc8610f81983bf8d852258 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Thu, 10 May 2018 17:56:07 -0700 Subject: [PATCH 089/186] moved a paragraph up --- .../ie11-deploy-guide/blocked-out-of-date-activex-controls.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md b/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md index 34d2556e1f..2b02482254 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md +++ b/browsers/internet-explorer/ie11-deploy-guide/blocked-out-of-date-activex-controls.md @@ -3,9 +3,9 @@ title: Blocked out-of-date ActiveX controls description: This page is periodically updated with new ActiveX controls blocked by this feature. author: shortpatti ms.author: pashort -ms.manager: elizapo +manager: elizapo ms.date: 05/10/2018 -ms.topic: '' +ms.topic: article ms.prod: ie11 ms.localizationpriority: low ms.mktglfcycl: deploy From b7e4664f645b2894b1e789b3302e9c9e012c9602 Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Fri, 11 May 2018 16:19:39 +0000 Subject: [PATCH 090/186] Merged PR 8147: metadata updates Updating metadata. --- education/windows/get-minecraft-for-education.md | 1 + education/windows/school-get-minecraft.md | 1 + education/windows/teacher-get-minecraft.md | 2 ++ .../acquire-apps-microsoft-store-for-business.md | 2 ++ store-for-business/add-profile-to-devices.md | 1 + .../add-unsigned-app-to-code-integrity-policy.md | 2 ++ .../app-inventory-management-microsoft-store-for-business.md | 1 + store-for-business/apps-in-microsoft-store-for-business.md | 2 ++ store-for-business/assign-apps-to-employees.md | 2 ++ .../configure-mdm-provider-microsoft-store-for-business.md | 2 ++ store-for-business/device-guard-signing-portal.md | 2 ++ store-for-business/distribute-apps-from-your-private-store.md | 2 ++ ...ute-apps-to-your-employees-microsoft-store-for-business.md | 2 ++ store-for-business/distribute-apps-with-management-tool.md | 2 ++ store-for-business/distribute-offline-apps.md | 2 ++ store-for-business/find-and-acquire-apps-overview.md | 2 ++ store-for-business/index.md | 2 ++ store-for-business/manage-access-to-private-store.md | 4 +++- .../manage-apps-microsoft-store-for-business-overview.md | 2 ++ .../manage-mpsa-software-microsoft-store-for-business.md | 2 ++ .../manage-orders-microsoft-store-for-business.md | 2 ++ store-for-business/manage-private-store-settings.md | 2 ++ .../manage-settings-microsoft-store-for-business.md | 2 ++ .../manage-users-and-groups-microsoft-store-for-business.md | 2 ++ ...icrosoft-store-for-business-education-powershell-module.md | 2 ++ store-for-business/microsoft-store-for-business-overview.md | 2 ++ 26 files changed, 49 insertions(+), 1 deletion(-) diff --git a/education/windows/get-minecraft-for-education.md b/education/windows/get-minecraft-for-education.md index d59f5232d5..2354f8351b 100644 --- a/education/windows/get-minecraft-for-education.md +++ b/education/windows/get-minecraft-for-education.md @@ -12,6 +12,7 @@ searchScope: ms.author: trudyha ms.date: 07/27/2017 ms.technology: Windows +ms.topic: conceptual --- # Get Minecraft: Education Edition diff --git a/education/windows/school-get-minecraft.md b/education/windows/school-get-minecraft.md index fc3119f038..8b1cd7033a 100644 --- a/education/windows/school-get-minecraft.md +++ b/education/windows/school-get-minecraft.md @@ -12,6 +12,7 @@ searchScope: ms.author: trudyha ms.date: 1/5/2018 ms.technology: Windows +ms.topic: conceptual --- # For IT administrators - get Minecraft: Education Edition diff --git a/education/windows/teacher-get-minecraft.md b/education/windows/teacher-get-minecraft.md index 2d87d00f74..eb7e30081b 100644 --- a/education/windows/teacher-get-minecraft.md +++ b/education/windows/teacher-get-minecraft.md @@ -12,6 +12,8 @@ searchScope: - Store ms.author: trudyha ms.date: 1/5/2018 +ms.topic: conceptual +--- # For teachers - get Minecraft: Education Edition diff --git a/store-for-business/acquire-apps-microsoft-store-for-business.md b/store-for-business/acquire-apps-microsoft-store-for-business.md index 3c59ec92f0..c33748b67a 100644 --- a/store-for-business/acquire-apps-microsoft-store-for-business.md +++ b/store-for-business/acquire-apps-microsoft-store-for-business.md @@ -6,7 +6,9 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa ms.date: 11/01/2017 +ms.topic: conceptual ms.localizationpriority: high --- diff --git a/store-for-business/add-profile-to-devices.md b/store-for-business/add-profile-to-devices.md index 411a0ae2cd..7dbd97369e 100644 --- a/store-for-business/add-profile-to-devices.md +++ b/store-for-business/add-profile-to-devices.md @@ -8,6 +8,7 @@ ms.pagetype: store author: TrudyHa ms.author: TrudyHa ms.date: 2/9/2018 +ms.topic: conceptual ms.localizationpriority: high --- diff --git a/store-for-business/add-unsigned-app-to-code-integrity-policy.md b/store-for-business/add-unsigned-app-to-code-integrity-policy.md index 74835df001..b98108019e 100644 --- a/store-for-business/add-unsigned-app-to-code-integrity-policy.md +++ b/store-for-business/add-unsigned-app-to-code-integrity-policy.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store, security author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/app-inventory-management-microsoft-store-for-business.md b/store-for-business/app-inventory-management-microsoft-store-for-business.md index 2471527f23..378577a85c 100644 --- a/store-for-business/app-inventory-management-microsoft-store-for-business.md +++ b/store-for-business/app-inventory-management-microsoft-store-for-business.md @@ -8,6 +8,7 @@ ms.sitesec: library ms.pagetype: store author: TrudyHa ms.author: TrudyHa +ms.topic: conceptual ms.date: 10/16/2017 --- diff --git a/store-for-business/apps-in-microsoft-store-for-business.md b/store-for-business/apps-in-microsoft-store-for-business.md index c1dd888a79..ee7ce7e0b1 100644 --- a/store-for-business/apps-in-microsoft-store-for-business.md +++ b/store-for-business/apps-in-microsoft-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/assign-apps-to-employees.md b/store-for-business/assign-apps-to-employees.md index 0b7230b467..3af69fb912 100644 --- a/store-for-business/assign-apps-to-employees.md +++ b/store-for-business/assign-apps-to-employees.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/13/2017 --- diff --git a/store-for-business/configure-mdm-provider-microsoft-store-for-business.md b/store-for-business/configure-mdm-provider-microsoft-store-for-business.md index 9cbc2e2676..65cc6bfbe9 100644 --- a/store-for-business/configure-mdm-provider-microsoft-store-for-business.md +++ b/store-for-business/configure-mdm-provider-microsoft-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 1/6/2018 --- diff --git a/store-for-business/device-guard-signing-portal.md b/store-for-business/device-guard-signing-portal.md index 19d5c5bfa6..583e67fbd7 100644 --- a/store-for-business/device-guard-signing-portal.md +++ b/store-for-business/device-guard-signing-portal.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store, security author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/distribute-apps-from-your-private-store.md b/store-for-business/distribute-apps-from-your-private-store.md index 2228ac8f3e..468df4a05e 100644 --- a/store-for-business/distribute-apps-from-your-private-store.md +++ b/store-for-business/distribute-apps-from-your-private-store.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 3/19/2018 --- diff --git a/store-for-business/distribute-apps-to-your-employees-microsoft-store-for-business.md b/store-for-business/distribute-apps-to-your-employees-microsoft-store-for-business.md index cab6dfb6e3..c6426e7ed9 100644 --- a/store-for-business/distribute-apps-to-your-employees-microsoft-store-for-business.md +++ b/store-for-business/distribute-apps-to-your-employees-microsoft-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/13/2017 --- diff --git a/store-for-business/distribute-apps-with-management-tool.md b/store-for-business/distribute-apps-with-management-tool.md index 34e541c6e4..59c3458632 100644 --- a/store-for-business/distribute-apps-with-management-tool.md +++ b/store-for-business/distribute-apps-with-management-tool.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/distribute-offline-apps.md b/store-for-business/distribute-offline-apps.md index 0aacda9288..8885087daa 100644 --- a/store-for-business/distribute-offline-apps.md +++ b/store-for-business/distribute-offline-apps.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/find-and-acquire-apps-overview.md b/store-for-business/find-and-acquire-apps-overview.md index 99e13fa7c0..cdfab14a7f 100644 --- a/store-for-business/find-and-acquire-apps-overview.md +++ b/store-for-business/find-and-acquire-apps-overview.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/index.md b/store-for-business/index.md index 5c2990c742..71a8c271d1 100644 --- a/store-for-business/index.md +++ b/store-for-business/index.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/manage-access-to-private-store.md b/store-for-business/manage-access-to-private-store.md index 9b10d08550..dcf2a8f992 100644 --- a/store-for-business/manage-access-to-private-store.md +++ b/store-for-business/manage-access-to-private-store.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.date: 10/17/2017 --- @@ -30,7 +32,7 @@ Organizations can use either an MDM policy, or Group Policy to show only their p ## Show private store only using MDM policy -Organizations using an MDM to manage apps can use a policy to show only the private store. When your MDM supports Microsoft Store for Business, the MDM can use the [Policy CSP](https://msdn.microsoft.com/en-us/library/windows/hardware/dn904962.aspx). More specifically, the [ApplicationManagement/RequirePrivateStoreOnly](https://msdn.microsoft.com/en-us/library/windows/hardware/dn904962.aspx#ApplicationManagement_RequirePrivateStoreOnly) policy. +Organizations using an MDM to manage apps can use a policy to show only the private store. When your MDM supports Microsoft Store for Business, the MDM can use the [Policy CSP](https://msdn.microsoft.com/library/windows/hardware/dn904962.aspx). More specifically, the [ApplicationManagement/RequirePrivateStoreOnly](https://msdn.microsoft.com/library/windows/hardware/dn904962.aspx#ApplicationManagement_RequirePrivateStoreOnly) policy. **ApplicationManagement/RequirePrivateStoreOnly** policy is supported on the following Windows 10 editions: - Enterprise diff --git a/store-for-business/manage-apps-microsoft-store-for-business-overview.md b/store-for-business/manage-apps-microsoft-store-for-business-overview.md index 85fb5deed0..0659ad86dc 100644 --- a/store-for-business/manage-apps-microsoft-store-for-business-overview.md +++ b/store-for-business/manage-apps-microsoft-store-for-business-overview.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/manage-mpsa-software-microsoft-store-for-business.md b/store-for-business/manage-mpsa-software-microsoft-store-for-business.md index 970b3c783f..8f1ca2e3ce 100644 --- a/store-for-business/manage-mpsa-software-microsoft-store-for-business.md +++ b/store-for-business/manage-mpsa-software-microsoft-store-for-business.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 3/20/2018 --- diff --git a/store-for-business/manage-orders-microsoft-store-for-business.md b/store-for-business/manage-orders-microsoft-store-for-business.md index 2bc147f08b..f568a374eb 100644 --- a/store-for-business/manage-orders-microsoft-store-for-business.md +++ b/store-for-business/manage-orders-microsoft-store-for-business.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 11/10/2017 --- diff --git a/store-for-business/manage-private-store-settings.md b/store-for-business/manage-private-store-settings.md index e851331cdb..1ffbe49b5b 100644 --- a/store-for-business/manage-private-store-settings.md +++ b/store-for-business/manage-private-store-settings.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.date: 3/29/2018 ms.localizationpriority: high --- diff --git a/store-for-business/manage-settings-microsoft-store-for-business.md b/store-for-business/manage-settings-microsoft-store-for-business.md index 7462859380..f3416cdec4 100644 --- a/store-for-business/manage-settings-microsoft-store-for-business.md +++ b/store-for-business/manage-settings-microsoft-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/manage-users-and-groups-microsoft-store-for-business.md b/store-for-business/manage-users-and-groups-microsoft-store-for-business.md index 800ab20f14..1f489642a8 100644 --- a/store-for-business/manage-users-and-groups-microsoft-store-for-business.md +++ b/store-for-business/manage-users-and-groups-microsoft-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/microsoft-store-for-business-education-powershell-module.md b/store-for-business/microsoft-store-for-business-education-powershell-module.md index acc4768d86..294c61aa0a 100644 --- a/store-for-business/microsoft-store-for-business-education-powershell-module.md +++ b/store-for-business/microsoft-store-for-business-education-powershell-module.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual localizationpriority: high ms.author: ms.date: 10/22/2017 diff --git a/store-for-business/microsoft-store-for-business-overview.md b/store-for-business/microsoft-store-for-business-overview.md index 3dd01700a4..c9e7c8d541 100644 --- a/store-for-business/microsoft-store-for-business-overview.md +++ b/store-for-business/microsoft-store-for-business-overview.md @@ -7,6 +7,8 @@ ms.pagetype: store, mobile ms.mktglfcycl: manage ms.sitesec: library author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- From 64211dab57d2703c1328bfbdea47ac1e93674676 Mon Sep 17 00:00:00 2001 From: Patti Short Date: Fri, 11 May 2018 09:26:04 -0700 Subject: [PATCH 091/186] fixed links to two topics and added a necessary link to another document --- .../ie11-ieak/ieak-information-and-downloads.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/browsers/internet-explorer/ie11-ieak/ieak-information-and-downloads.md b/browsers/internet-explorer/ie11-ieak/ieak-information-and-downloads.md index e607b3b98c..ad6689257a 100644 --- a/browsers/internet-explorer/ie11-ieak/ieak-information-and-downloads.md +++ b/browsers/internet-explorer/ie11-ieak/ieak-information-and-downloads.md @@ -15,15 +15,17 @@ ms.date: 05/10/2018 # Internet Explorer Administration Kit (IEAK) information and downloads -The Internet Explorer Administration Kit (IEAK) simplifies the creation, deployment, and management of customized Internet Explorer packages. You can use the IEAK to configure the out-of-box Internet Explorer experience or to manage user settings after Internet Explorer deployment. To find more information on the IEAK, see What IEAK can do for you. +The Internet Explorer Administration Kit (IEAK) simplifies the creation, deployment, and management of customized Internet Explorer packages. You can use the IEAK to configure the out-of-box Internet Explorer experience or to manage user settings after Internet Explorer deployment. To find more information on the IEAK, see [What IEAK can do for you](what-ieak-can-do-for-you.md). ## Internet Explorer Administration Kit 11 (IEAK 11) -[IEAK 11 documentation IEAK 11 licensing guidelines](licensing-version-and-features-ieak11.md) +[IEAK 11 documentation](index.md) + +[IEAK 11 licensing guidelines](licensing-version-and-features-ieak11.md) [IEAK 11 - Frequently Asked Questions](../ie11-faq/faq-ieak11.md) -[Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](index.md) +[Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](before-you-create-custom-pkgs-ieak11.md) ## Download IEAK From bfc199181eb78965de25fc57647b20057f6d8feb Mon Sep 17 00:00:00 2001 From: Jason Dye <39197318+jadye527@users.noreply.github.com> Date: Fri, 11 May 2018 12:33:21 -0400 Subject: [PATCH 092/186] Update mbam-25-supported-configurations.md It is unclear the servicing updates are required for SQL 2016 support etc.... --- mdop/mbam-v25/mbam-25-supported-configurations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mdop/mbam-v25/mbam-25-supported-configurations.md b/mdop/mbam-v25/mbam-25-supported-configurations.md index 1c9cdc239c..8c4076c276 100644 --- a/mdop/mbam-v25/mbam-25-supported-configurations.md +++ b/mdop/mbam-v25/mbam-25-supported-configurations.md @@ -339,7 +339,7 @@ You must install SQL Server with the **SQL\_Latin1\_General\_CP1\_CI\_AS** coll

Microsoft SQL Server 2016

Standard, Enterprise, or Datacenter

SP1

-

64-bit

+https://www.microsoft.com/en-us/download/details.aspx?id=54967

64-bit

Microsoft SQL Server 2014

Standard, Enterprise, or Datacenter

@@ -359,6 +359,8 @@ You must install SQL Server with the **SQL\_Latin1\_General\_CP1\_CI\_AS** coll +**Note** +In order to support SQL 2016 you must install the March 2017 Servicing Release for MDOP https://www.microsoft.com/en-us/download/details.aspx?id=54967 . In general stay current by always using the most recent servicing update as it also includes all bugfixes and new features.   ### SQL Server processor, RAM, and disk space requirements – Stand-alone topology From 30b8c642491374c4ef084a1640c48a042c7e799a Mon Sep 17 00:00:00 2001 From: Jeanie Decker Date: Fri, 11 May 2018 16:42:15 +0000 Subject: [PATCH 093/186] Merged PR 8145: fix typo --- devices/hololens/hololens-multiple-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/hololens/hololens-multiple-users.md b/devices/hololens/hololens-multiple-users.md index 6a533c8cdf..ff75a10254 100644 --- a/devices/hololens/hololens-multiple-users.md +++ b/devices/hololens/hololens-multiple-users.md @@ -23,7 +23,7 @@ A HoloLens device can be shared by multiple Azure Active Directory (Azure AD) ac During setup, you must select **My work or school owns it** and sign in with an Azure AD account. After setup, ensure that **Other People** appears in **Settings** > **Accounts**. -Other people can use the HoloLens device by signing in with their Azure AD account credentials. To switch users, press the power button once to go to standby and then press the power button again to return to the lock screen, or select the user tile on the upper right of th epins panel to sign out the current user. +Other people can use the HoloLens device by signing in with their Azure AD account credentials. To switch users, press the power button once to go to standby and then press the power button again to return to the lock screen, or select the user tile on the upper right of the pins panel to sign out the current user. >[!NOTE] >Each subsequent user will need to perform [Calibration](https://developer.microsoft.com/windows/mixed-reality/calibration) in order to set their correct interpupillary distance (PD) for the device while signed in. From 4d134ff4f6987f752102c731b0e6e9efcfa21b6c Mon Sep 17 00:00:00 2001 From: MariciaAlforque Date: Fri, 11 May 2018 10:45:43 -0700 Subject: [PATCH 094/186] replaced nickbrower authorname with MariciaAlforque --- windows/client-management/mdm/accountmanagement-csp.md | 2 +- windows/client-management/mdm/accountmanagement-ddf.md | 2 +- windows/client-management/mdm/accounts-csp.md | 2 +- windows/client-management/mdm/accounts-ddf-file.md | 2 +- windows/client-management/mdm/activesync-csp.md | 2 +- windows/client-management/mdm/activesync-ddf-file.md | 2 +- .../mdm/add-an-azure-ad-tenant-and-azure-ad-subscription.md | 2 +- windows/client-management/mdm/alljoynmanagement-csp.md | 2 +- windows/client-management/mdm/alljoynmanagement-ddf.md | 2 +- windows/client-management/mdm/application-csp.md | 2 +- windows/client-management/mdm/applicationrestrictions-xsd.md | 2 +- windows/client-management/mdm/applocker-csp.md | 2 +- windows/client-management/mdm/applocker-ddf-file.md | 2 +- windows/client-management/mdm/applocker-xsd.md | 2 +- windows/client-management/mdm/appv-deploy-and-config.md | 2 +- windows/client-management/mdm/assign-seats.md | 2 +- windows/client-management/mdm/assignedaccess-csp.md | 2 +- windows/client-management/mdm/assignedaccess-ddf.md | 2 +- .../mdm/azure-active-directory-integration-with-mdm.md | 2 +- ...crosoft-intune-automatic-mdm-enrollment-in-the-new-portal.md | 2 +- windows/client-management/mdm/bitlocker-csp.md | 2 +- windows/client-management/mdm/bitlocker-ddf-file.md | 2 +- windows/client-management/mdm/bootstrap-csp.md | 2 +- windows/client-management/mdm/browserfavorite-csp.md | 2 +- .../mdm/bulk-assign-and-reclaim-seats-from-user.md | 2 +- .../mdm/bulk-enrollment-using-windows-provisioning-tool.md | 2 +- windows/client-management/mdm/cellularsettings-csp.md | 2 +- .../mdm/certificate-authentication-device-enrollment.md | 2 +- .../client-management/mdm/certificate-renewal-windows-mdm.md | 2 +- windows/client-management/mdm/certificatestore-csp.md | 2 +- windows/client-management/mdm/certificatestore-ddf-file.md | 2 +- windows/client-management/mdm/cleanpc-csp.md | 2 +- windows/client-management/mdm/cleanpc-ddf.md | 2 +- windows/client-management/mdm/clientcertificateinstall-csp.md | 2 +- .../client-management/mdm/clientcertificateinstall-ddf-file.md | 2 +- windows/client-management/mdm/cm-cellularentries-csp.md | 2 +- windows/client-management/mdm/cm-proxyentries-csp.md | 2 +- windows/client-management/mdm/cmpolicy-csp.md | 2 +- windows/client-management/mdm/cmpolicyenterprise-csp.md | 2 +- windows/client-management/mdm/cmpolicyenterprise-ddf-file.md | 2 +- .../mdm/configuration-service-provider-reference.md | 2 +- .../mdm/create-a-custom-configuration-service-provider.md | 2 +- windows/client-management/mdm/customdeviceui-csp.md | 2 +- windows/client-management/mdm/customdeviceui-ddf.md | 2 +- .../mdm/data-structures-windows-store-for-business.md | 2 +- windows/client-management/mdm/defender-csp.md | 2 +- windows/client-management/mdm/defender-ddf.md | 2 +- windows/client-management/mdm/design-a-custom-windows-csp.md | 2 +- windows/client-management/mdm/devdetail-csp.md | 2 +- windows/client-management/mdm/devdetail-ddf-file.md | 2 +- windows/client-management/mdm/developersetup-csp.md | 2 +- windows/client-management/mdm/developersetup-ddf.md | 2 +- windows/client-management/mdm/device-update-management.md | 2 +- windows/client-management/mdm/deviceinstanceservice-csp.md | 2 +- windows/client-management/mdm/devicelock-csp.md | 2 +- windows/client-management/mdm/devicelock-ddf-file.md | 2 +- windows/client-management/mdm/devicemanageability-csp.md | 2 +- windows/client-management/mdm/devicemanageability-ddf.md | 2 +- windows/client-management/mdm/devicestatus-csp.md | 2 +- windows/client-management/mdm/devicestatus-ddf.md | 2 +- windows/client-management/mdm/devinfo-csp.md | 2 +- windows/client-management/mdm/devinfo-ddf-file.md | 2 +- .../mdm/diagnose-mdm-failures-in-windows-10.md | 2 +- windows/client-management/mdm/diagnosticlog-csp.md | 2 +- windows/client-management/mdm/diagnosticlog-ddf.md | 2 +- .../mdm/disconnecting-from-mdm-unenrollment.md | 2 +- windows/client-management/mdm/dmacc-csp.md | 2 +- windows/client-management/mdm/dmacc-ddf-file.md | 2 +- windows/client-management/mdm/dmclient-csp.md | 2 +- windows/client-management/mdm/dmclient-ddf-file.md | 2 +- windows/client-management/mdm/dmprocessconfigxmlfiltered.md | 2 +- windows/client-management/mdm/dmsessionactions-csp.md | 2 +- windows/client-management/mdm/dmsessionactions-ddf.md | 2 +- windows/client-management/mdm/dynamicmanagement-csp.md | 2 +- windows/client-management/mdm/dynamicmanagement-ddf.md | 2 +- windows/client-management/mdm/eap-configuration.md | 2 +- windows/client-management/mdm/email2-csp.md | 2 +- windows/client-management/mdm/email2-ddf-file.md | 2 +- .../client-management/mdm/enable-admx-backed-policies-in-mdm.md | 2 +- ...s-for-windows-embedded-8-1-handheld-devices-to-windows-10.md | 2 +- ...roll-a-windows-10-device-automatically-using-group-policy.md | 2 +- windows/client-management/mdm/enterprise-app-management.md | 2 +- windows/client-management/mdm/enterpriseapn-csp.md | 2 +- windows/client-management/mdm/enterpriseapn-ddf.md | 2 +- windows/client-management/mdm/enterpriseappmanagement-csp.md | 2 +- windows/client-management/mdm/enterpriseappvmanagement-csp.md | 2 +- windows/client-management/mdm/enterpriseappvmanagement-ddf.md | 2 +- windows/client-management/mdm/enterpriseassignedaccess-csp.md | 2 +- windows/client-management/mdm/enterpriseassignedaccess-ddf.md | 2 +- windows/client-management/mdm/enterpriseassignedaccess-xsd.md | 2 +- windows/client-management/mdm/enterprisedataprotection-csp.md | 2 +- .../client-management/mdm/enterprisedataprotection-ddf-file.md | 2 +- .../client-management/mdm/enterprisedesktopappmanagement-csp.md | 2 +- .../mdm/enterprisedesktopappmanagement-ddf-file.md | 2 +- .../mdm/enterprisedesktopappmanagement2-xsd.md | 2 +- windows/client-management/mdm/enterpriseext-csp.md | 2 +- windows/client-management/mdm/enterpriseext-ddf.md | 2 +- windows/client-management/mdm/enterpriseextfilessystem-csp.md | 2 +- windows/client-management/mdm/enterpriseextfilesystem-ddf.md | 2 +- .../client-management/mdm/enterprisemodernappmanagement-csp.md | 2 +- .../client-management/mdm/enterprisemodernappmanagement-ddf.md | 2 +- .../client-management/mdm/enterprisemodernappmanagement-xsd.md | 2 +- windows/client-management/mdm/euiccs-csp.md | 2 +- windows/client-management/mdm/euiccs-ddf-file.md | 2 +- .../mdm/federated-authentication-device-enrollment.md | 2 +- windows/client-management/mdm/filesystem-csp.md | 2 +- windows/client-management/mdm/firewall-csp.md | 2 +- windows/client-management/mdm/firewall-ddf-file.md | 2 +- windows/client-management/mdm/get-inventory.md | 2 +- windows/client-management/mdm/get-localized-product-details.md | 2 +- windows/client-management/mdm/get-offline-license.md | 2 +- windows/client-management/mdm/get-product-details.md | 2 +- windows/client-management/mdm/get-product-package.md | 2 +- windows/client-management/mdm/get-product-packages.md | 2 +- windows/client-management/mdm/get-seat.md | 2 +- windows/client-management/mdm/get-seats-assigned-to-a-user.md | 2 +- windows/client-management/mdm/get-seats.md | 2 +- windows/client-management/mdm/healthattestation-csp.md | 2 +- windows/client-management/mdm/healthattestation-ddf.md | 2 +- windows/client-management/mdm/hotspot-csp.md | 2 +- windows/client-management/mdm/iconfigserviceprovider2.md | 2 +- .../mdm/iconfigserviceprovider2configmanagernotification.md | 2 +- windows/client-management/mdm/iconfigserviceprovider2getnode.md | 2 +- windows/client-management/mdm/icspnode.md | 2 +- windows/client-management/mdm/icspnodeadd.md | 2 +- windows/client-management/mdm/icspnodeclear.md | 2 +- windows/client-management/mdm/icspnodecopy.md | 2 +- windows/client-management/mdm/icspnodedeletechild.md | 2 +- windows/client-management/mdm/icspnodedeleteproperty.md | 2 +- windows/client-management/mdm/icspnodeexecute.md | 2 +- windows/client-management/mdm/icspnodegetchildnodenames.md | 2 +- windows/client-management/mdm/icspnodegetproperty.md | 2 +- windows/client-management/mdm/icspnodegetpropertyidentifiers.md | 2 +- windows/client-management/mdm/icspnodegetvalue.md | 2 +- windows/client-management/mdm/icspnodemove.md | 2 +- windows/client-management/mdm/icspnodesetproperty.md | 2 +- windows/client-management/mdm/icspnodesetvalue.md | 2 +- windows/client-management/mdm/icspnodetransactioning.md | 2 +- windows/client-management/mdm/icspvalidate.md | 2 +- .../mdm/implement-server-side-mobile-application-management.md | 2 +- windows/client-management/mdm/index.md | 2 +- .../mdm/management-tool-for-windows-store-for-business.md | 2 +- windows/client-management/mdm/maps-csp.md | 2 +- windows/client-management/mdm/maps-ddf-file.md | 2 +- .../client-management/mdm/mdm-enrollment-of-windows-devices.md | 2 +- windows/client-management/mdm/messaging-csp.md | 2 +- windows/client-management/mdm/messaging-ddf.md | 2 +- windows/client-management/mdm/mobile-device-enrollment.md | 2 +- windows/client-management/mdm/multisim-csp.md | 2 +- windows/client-management/mdm/multisim-ddf.md | 2 +- windows/client-management/mdm/nap-csp.md | 2 +- windows/client-management/mdm/napdef-csp.md | 2 +- windows/client-management/mdm/networkproxy-csp.md | 2 +- windows/client-management/mdm/networkproxy-ddf.md | 2 +- windows/client-management/mdm/networkqospolicy-csp.md | 2 +- windows/client-management/mdm/networkqospolicy-ddf.md | 2 +- .../mdm/new-in-windows-mdm-enrollment-management.md | 2 +- windows/client-management/mdm/nodecache-csp.md | 2 +- windows/client-management/mdm/nodecache-ddf-file.md | 2 +- windows/client-management/mdm/office-csp.md | 2 +- windows/client-management/mdm/office-ddf.md | 2 +- windows/client-management/mdm/oma-dm-protocol-support.md | 2 +- .../mdm/on-premise-authentication-device-enrollment.md | 2 +- windows/client-management/mdm/passportforwork-csp.md | 2 +- windows/client-management/mdm/passportforwork-ddf.md | 2 +- windows/client-management/mdm/personalization-csp.md | 2 +- windows/client-management/mdm/personalization-ddf.md | 2 +- .../mdm/policy-configuration-service-provider.md | 2 +- windows/client-management/mdm/policy-csp-abovelock.md | 2 +- .../mdm/policy-csp-accountpoliciesaccountlockoutpolicy.md | 2 +- windows/client-management/mdm/policy-csp-accounts.md | 2 +- windows/client-management/mdm/policy-csp-activexcontrols.md | 2 +- windows/client-management/mdm/policy-csp-applicationdefaults.md | 2 +- .../client-management/mdm/policy-csp-applicationmanagement.md | 2 +- windows/client-management/mdm/policy-csp-appruntime.md | 2 +- windows/client-management/mdm/policy-csp-appvirtualization.md | 2 +- windows/client-management/mdm/policy-csp-attachmentmanager.md | 2 +- windows/client-management/mdm/policy-csp-authentication.md | 2 +- windows/client-management/mdm/policy-csp-autoplay.md | 2 +- windows/client-management/mdm/policy-csp-bitlocker.md | 2 +- windows/client-management/mdm/policy-csp-bluetooth.md | 2 +- windows/client-management/mdm/policy-csp-browser.md | 2 +- windows/client-management/mdm/policy-csp-camera.md | 2 +- windows/client-management/mdm/policy-csp-cellular.md | 2 +- windows/client-management/mdm/policy-csp-connectivity.md | 2 +- .../client-management/mdm/policy-csp-controlpolicyconflict.md | 2 +- windows/client-management/mdm/policy-csp-credentialproviders.md | 2 +- .../client-management/mdm/policy-csp-credentialsdelegation.md | 2 +- windows/client-management/mdm/policy-csp-credentialsui.md | 2 +- windows/client-management/mdm/policy-csp-cryptography.md | 2 +- windows/client-management/mdm/policy-csp-dataprotection.md | 2 +- windows/client-management/mdm/policy-csp-datausage.md | 2 +- windows/client-management/mdm/policy-csp-defender.md | 2 +- .../client-management/mdm/policy-csp-deliveryoptimization.md | 2 +- windows/client-management/mdm/policy-csp-desktop.md | 2 +- windows/client-management/mdm/policy-csp-deviceguard.md | 2 +- windows/client-management/mdm/policy-csp-deviceinstallation.md | 2 +- windows/client-management/mdm/policy-csp-devicelock.md | 2 +- windows/client-management/mdm/policy-csp-display.md | 2 +- windows/client-management/mdm/policy-csp-education.md | 2 +- .../client-management/mdm/policy-csp-enterprisecloudprint.md | 2 +- windows/client-management/mdm/policy-csp-errorreporting.md | 2 +- windows/client-management/mdm/policy-csp-eventlogservice.md | 2 +- windows/client-management/mdm/policy-csp-experience.md | 2 +- windows/client-management/mdm/policy-csp-exploitguard.md | 2 +- windows/client-management/mdm/policy-csp-fileexplorer.md | 2 +- windows/client-management/mdm/policy-csp-games.md | 2 +- windows/client-management/mdm/policy-csp-handwriting.md | 2 +- windows/client-management/mdm/policy-csp-internetexplorer.md | 2 +- windows/client-management/mdm/policy-csp-kerberos.md | 2 +- windows/client-management/mdm/policy-csp-kioskbrowser.md | 2 +- windows/client-management/mdm/policy-csp-lanmanworkstation.md | 2 +- windows/client-management/mdm/policy-csp-licensing.md | 2 +- .../mdm/policy-csp-localpoliciessecurityoptions.md | 2 +- windows/client-management/mdm/policy-csp-location.md | 2 +- windows/client-management/mdm/policy-csp-lockdown.md | 2 +- windows/client-management/mdm/policy-csp-maps.md | 2 +- windows/client-management/mdm/policy-csp-messaging.md | 2 +- windows/client-management/mdm/policy-csp-mssecurityguide.md | 2 +- windows/client-management/mdm/policy-csp-msslegacy.md | 2 +- windows/client-management/mdm/policy-csp-networkisolation.md | 2 +- windows/client-management/mdm/policy-csp-notifications.md | 2 +- windows/client-management/mdm/policy-csp-power.md | 2 +- windows/client-management/mdm/policy-csp-printers.md | 2 +- windows/client-management/mdm/policy-csp-privacy.md | 2 +- windows/client-management/mdm/policy-csp-remoteassistance.md | 2 +- .../client-management/mdm/policy-csp-remotedesktopservices.md | 2 +- windows/client-management/mdm/policy-csp-remotemanagement.md | 2 +- windows/client-management/mdm/policy-csp-remoteprocedurecall.md | 2 +- windows/client-management/mdm/policy-csp-remoteshell.md | 2 +- windows/client-management/mdm/policy-csp-restrictedgroups.md | 2 +- windows/client-management/mdm/policy-csp-search.md | 2 +- windows/client-management/mdm/policy-csp-security.md | 2 +- windows/client-management/mdm/policy-csp-settings.md | 2 +- windows/client-management/mdm/policy-csp-smartscreen.md | 2 +- windows/client-management/mdm/policy-csp-speech.md | 2 +- windows/client-management/mdm/policy-csp-start.md | 2 +- windows/client-management/mdm/policy-csp-storage.md | 2 +- windows/client-management/mdm/policy-csp-system.md | 2 +- windows/client-management/mdm/policy-csp-systemservices.md | 2 +- windows/client-management/mdm/policy-csp-taskscheduler.md | 2 +- windows/client-management/mdm/policy-csp-textinput.md | 2 +- .../client-management/mdm/policy-csp-timelanguagesettings.md | 2 +- windows/client-management/mdm/policy-csp-update.md | 2 +- windows/client-management/mdm/policy-csp-userrights.md | 2 +- windows/client-management/mdm/policy-csp-wifi.md | 2 +- .../mdm/policy-csp-windowsconnectionmanager.md | 2 +- .../mdm/policy-csp-windowsdefendersecuritycenter.md | 2 +- windows/client-management/mdm/policy-csp-windowsinkworkspace.md | 2 +- windows/client-management/mdm/policy-csp-windowslogon.md | 2 +- windows/client-management/mdm/policy-csp-windowspowershell.md | 2 +- windows/client-management/mdm/policy-csp-wirelessdisplay.md | 2 +- windows/client-management/mdm/policy-ddf-file.md | 2 +- windows/client-management/mdm/policymanager-csp.md | 2 +- windows/client-management/mdm/provisioning-csp.md | 2 +- windows/client-management/mdm/proxy-csp.md | 2 +- windows/client-management/mdm/push-notification-windows-mdm.md | 2 +- windows/client-management/mdm/pxlogical-csp.md | 2 +- windows/client-management/mdm/reboot-csp.md | 2 +- windows/client-management/mdm/reboot-ddf-file.md | 2 +- windows/client-management/mdm/reclaim-seat-from-user.md | 2 +- .../register-your-free-azure-active-directory-subscription.md | 2 +- windows/client-management/mdm/registry-csp.md | 2 +- windows/client-management/mdm/registry-ddf-file.md | 2 +- windows/client-management/mdm/remotefind-csp.md | 2 +- windows/client-management/mdm/remotefind-ddf-file.md | 2 +- windows/client-management/mdm/remotelock-csp.md | 2 +- windows/client-management/mdm/remotelock-ddf-file.md | 2 +- windows/client-management/mdm/remotering-csp.md | 2 +- windows/client-management/mdm/remotering-ddf-file.md | 2 +- windows/client-management/mdm/remotewipe-csp.md | 2 +- windows/client-management/mdm/remotewipe-ddf-file.md | 2 +- windows/client-management/mdm/reporting-csp.md | 2 +- windows/client-management/mdm/reporting-ddf-file.md | 2 +- .../mdm/rest-api-reference-windows-store-for-business.md | 2 +- windows/client-management/mdm/rootcacertificates-csp.md | 2 +- windows/client-management/mdm/rootcacertificates-ddf-file.md | 2 +- ...mples-for-writing-a-custom-configuration-service-provider.md | 2 +- windows/client-management/mdm/secureassessment-csp.md | 2 +- windows/client-management/mdm/secureassessment-ddf-file.md | 2 +- windows/client-management/mdm/securitypolicy-csp.md | 2 +- .../client-management/mdm/server-requirements-windows-mdm.md | 2 +- windows/client-management/mdm/sharedpc-csp.md | 2 +- windows/client-management/mdm/sharedpc-ddf-file.md | 2 +- windows/client-management/mdm/storage-csp.md | 2 +- windows/client-management/mdm/storage-ddf-file.md | 2 +- .../mdm/structure-of-oma-dm-provisioning-files.md | 2 +- windows/client-management/mdm/supl-csp.md | 2 +- windows/client-management/mdm/supl-ddf-file.md | 2 +- windows/client-management/mdm/surfacehub-csp.md | 2 +- windows/client-management/mdm/surfacehub-ddf-file.md | 2 +- windows/client-management/mdm/tpmpolicy-csp.md | 2 +- windows/client-management/mdm/tpmpolicy-ddf-file.md | 2 +- windows/client-management/mdm/uefi-csp.md | 2 +- windows/client-management/mdm/uefi-ddf.md | 2 +- .../client-management/mdm/understanding-admx-backed-policies.md | 2 +- windows/client-management/mdm/unifiedwritefilter-csp.md | 2 +- windows/client-management/mdm/unifiedwritefilter-ddf.md | 2 +- windows/client-management/mdm/update-csp.md | 2 +- windows/client-management/mdm/update-ddf-file.md | 2 +- .../using-powershell-scripting-with-the-wmi-bridge-provider.md | 2 +- windows/client-management/mdm/vpn-csp.md | 2 +- windows/client-management/mdm/vpn-ddf-file.md | 2 +- windows/client-management/mdm/vpnv2-csp.md | 2 +- windows/client-management/mdm/vpnv2-ddf-file.md | 2 +- windows/client-management/mdm/vpnv2-profile-xsd.md | 2 +- windows/client-management/mdm/w4-application-csp.md | 2 +- windows/client-management/mdm/w7-application-csp.md | 2 +- windows/client-management/mdm/wifi-csp.md | 2 +- windows/client-management/mdm/wifi-ddf-file.md | 2 +- .../mdm/win32-and-centennial-app-policy-configuration.md | 2 +- windows/client-management/mdm/win32appinventory-csp.md | 2 +- windows/client-management/mdm/win32appinventory-ddf-file.md | 2 +- .../client-management/mdm/windows-mdm-enterprise-settings.md | 2 +- .../mdm/windowsadvancedthreatprotection-csp.md | 2 +- .../mdm/windowsadvancedthreatprotection-ddf.md | 2 +- .../mdm/windowsdefenderapplicationguard-csp.md | 2 +- .../mdm/windowsdefenderapplicationguard-ddf-file.md | 2 +- windows/client-management/mdm/windowslicensing-csp.md | 2 +- windows/client-management/mdm/windowslicensing-ddf-file.md | 2 +- windows/client-management/mdm/windowssecurityauditing-csp.md | 2 +- .../client-management/mdm/windowssecurityauditing-ddf-file.md | 2 +- .../client-management/mdm/wmi-providers-supported-in-windows.md | 2 +- 323 files changed, 323 insertions(+), 323 deletions(-) diff --git a/windows/client-management/mdm/accountmanagement-csp.md b/windows/client-management/mdm/accountmanagement-csp.md index 0575027aa8..866c9e3470 100644 --- a/windows/client-management/mdm/accountmanagement-csp.md +++ b/windows/client-management/mdm/accountmanagement-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/23/2018 --- diff --git a/windows/client-management/mdm/accountmanagement-ddf.md b/windows/client-management/mdm/accountmanagement-ddf.md index a7703a14e8..4e6eb780a7 100644 --- a/windows/client-management/mdm/accountmanagement-ddf.md +++ b/windows/client-management/mdm/accountmanagement-ddf.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/23/2018 --- diff --git a/windows/client-management/mdm/accounts-csp.md b/windows/client-management/mdm/accounts-csp.md index a5bb5e5ab5..08b59f469e 100644 --- a/windows/client-management/mdm/accounts-csp.md +++ b/windows/client-management/mdm/accounts-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/17/2018 --- diff --git a/windows/client-management/mdm/accounts-ddf-file.md b/windows/client-management/mdm/accounts-ddf-file.md index 0153899c28..a6e5b3ded3 100644 --- a/windows/client-management/mdm/accounts-ddf-file.md +++ b/windows/client-management/mdm/accounts-ddf-file.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/17/2018 --- diff --git a/windows/client-management/mdm/activesync-csp.md b/windows/client-management/mdm/activesync-csp.md index 80431db230..aed29f1f97 100644 --- a/windows/client-management/mdm/activesync-csp.md +++ b/windows/client-management/mdm/activesync-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/activesync-ddf-file.md b/windows/client-management/mdm/activesync-ddf-file.md index 51c1385789..a1c9d4cb8d 100644 --- a/windows/client-management/mdm/activesync-ddf-file.md +++ b/windows/client-management/mdm/activesync-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/add-an-azure-ad-tenant-and-azure-ad-subscription.md b/windows/client-management/mdm/add-an-azure-ad-tenant-and-azure-ad-subscription.md index 281dc44c70..5065235319 100644 --- a/windows/client-management/mdm/add-an-azure-ad-tenant-and-azure-ad-subscription.md +++ b/windows/client-management/mdm/add-an-azure-ad-tenant-and-azure-ad-subscription.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/alljoynmanagement-csp.md b/windows/client-management/mdm/alljoynmanagement-csp.md index c8e1153a75..8745e5a972 100644 --- a/windows/client-management/mdm/alljoynmanagement-csp.md +++ b/windows/client-management/mdm/alljoynmanagement-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/alljoynmanagement-ddf.md b/windows/client-management/mdm/alljoynmanagement-ddf.md index 2356c2dd90..c9da82f50a 100644 --- a/windows/client-management/mdm/alljoynmanagement-ddf.md +++ b/windows/client-management/mdm/alljoynmanagement-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/application-csp.md b/windows/client-management/mdm/application-csp.md index a8eaca5a12..2f3b7f1d06 100644 --- a/windows/client-management/mdm/application-csp.md +++ b/windows/client-management/mdm/application-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/applicationrestrictions-xsd.md b/windows/client-management/mdm/applicationrestrictions-xsd.md index 54e3d3c6b5..1a54b6702f 100644 --- a/windows/client-management/mdm/applicationrestrictions-xsd.md +++ b/windows/client-management/mdm/applicationrestrictions-xsd.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/applocker-csp.md b/windows/client-management/mdm/applocker-csp.md index e380c4b6bf..f1f1e0aaaa 100644 --- a/windows/client-management/mdm/applocker-csp.md +++ b/windows/client-management/mdm/applocker-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/30/2018 --- diff --git a/windows/client-management/mdm/applocker-ddf-file.md b/windows/client-management/mdm/applocker-ddf-file.md index fe6e6c167c..b61780ae9e 100644 --- a/windows/client-management/mdm/applocker-ddf-file.md +++ b/windows/client-management/mdm/applocker-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/applocker-xsd.md b/windows/client-management/mdm/applocker-xsd.md index ecce16aabf..ea7901dc45 100644 --- a/windows/client-management/mdm/applocker-xsd.md +++ b/windows/client-management/mdm/applocker-xsd.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/appv-deploy-and-config.md b/windows/client-management/mdm/appv-deploy-and-config.md index 1a3dce230a..5b7d449cb7 100644 --- a/windows/client-management/mdm/appv-deploy-and-config.md +++ b/windows/client-management/mdm/appv-deploy-and-config.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/assign-seats.md b/windows/client-management/mdm/assign-seats.md index dfe0baab52..1033a9f800 100644 --- a/windows/client-management/mdm/assign-seats.md +++ b/windows/client-management/mdm/assign-seats.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/assignedaccess-csp.md b/windows/client-management/mdm/assignedaccess-csp.md index 7287b515ba..9ee6c9171a 100644 --- a/windows/client-management/mdm/assignedaccess-csp.md +++ b/windows/client-management/mdm/assignedaccess-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/25/2018 --- diff --git a/windows/client-management/mdm/assignedaccess-ddf.md b/windows/client-management/mdm/assignedaccess-ddf.md index f57c98d76e..a76545fe53 100644 --- a/windows/client-management/mdm/assignedaccess-ddf.md +++ b/windows/client-management/mdm/assignedaccess-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 02/22/2018 --- diff --git a/windows/client-management/mdm/azure-active-directory-integration-with-mdm.md b/windows/client-management/mdm/azure-active-directory-integration-with-mdm.md index 87f7c33162..e4e4f8910a 100644 --- a/windows/client-management/mdm/azure-active-directory-integration-with-mdm.md +++ b/windows/client-management/mdm/azure-active-directory-integration-with-mdm.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/05/2017 --- diff --git a/windows/client-management/mdm/azure-ad-and-microsoft-intune-automatic-mdm-enrollment-in-the-new-portal.md b/windows/client-management/mdm/azure-ad-and-microsoft-intune-automatic-mdm-enrollment-in-the-new-portal.md index f93d78ce36..c0a57334bc 100644 --- a/windows/client-management/mdm/azure-ad-and-microsoft-intune-automatic-mdm-enrollment-in-the-new-portal.md +++ b/windows/client-management/mdm/azure-ad-and-microsoft-intune-automatic-mdm-enrollment-in-the-new-portal.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 01/17/2018 --- diff --git a/windows/client-management/mdm/bitlocker-csp.md b/windows/client-management/mdm/bitlocker-csp.md index ce295ef0c7..a1a2dd3a81 100644 --- a/windows/client-management/mdm/bitlocker-csp.md +++ b/windows/client-management/mdm/bitlocker-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 01/04/2018 --- diff --git a/windows/client-management/mdm/bitlocker-ddf-file.md b/windows/client-management/mdm/bitlocker-ddf-file.md index 2e799e20dd..b3df788f7c 100644 --- a/windows/client-management/mdm/bitlocker-ddf-file.md +++ b/windows/client-management/mdm/bitlocker-ddf-file.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/bootstrap-csp.md b/windows/client-management/mdm/bootstrap-csp.md index 91c374f17b..e59f02fc74 100644 --- a/windows/client-management/mdm/bootstrap-csp.md +++ b/windows/client-management/mdm/bootstrap-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/browserfavorite-csp.md b/windows/client-management/mdm/browserfavorite-csp.md index 5dc4046e6f..de3a4c2736 100644 --- a/windows/client-management/mdm/browserfavorite-csp.md +++ b/windows/client-management/mdm/browserfavorite-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/bulk-assign-and-reclaim-seats-from-user.md b/windows/client-management/mdm/bulk-assign-and-reclaim-seats-from-user.md index 1bf6f155f5..953ec2e528 100644 --- a/windows/client-management/mdm/bulk-assign-and-reclaim-seats-from-user.md +++ b/windows/client-management/mdm/bulk-assign-and-reclaim-seats-from-user.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/bulk-enrollment-using-windows-provisioning-tool.md b/windows/client-management/mdm/bulk-enrollment-using-windows-provisioning-tool.md index ea6b39ee4f..63c22e0fb2 100644 --- a/windows/client-management/mdm/bulk-enrollment-using-windows-provisioning-tool.md +++ b/windows/client-management/mdm/bulk-enrollment-using-windows-provisioning-tool.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/cellularsettings-csp.md b/windows/client-management/mdm/cellularsettings-csp.md index 21a3bbbdc4..19669fb1b1 100644 --- a/windows/client-management/mdm/cellularsettings-csp.md +++ b/windows/client-management/mdm/cellularsettings-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/certificate-authentication-device-enrollment.md b/windows/client-management/mdm/certificate-authentication-device-enrollment.md index a7b94f6b27..6562fc73d0 100644 --- a/windows/client-management/mdm/certificate-authentication-device-enrollment.md +++ b/windows/client-management/mdm/certificate-authentication-device-enrollment.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/certificate-renewal-windows-mdm.md b/windows/client-management/mdm/certificate-renewal-windows-mdm.md index b2241c0952..a857467f1a 100644 --- a/windows/client-management/mdm/certificate-renewal-windows-mdm.md +++ b/windows/client-management/mdm/certificate-renewal-windows-mdm.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/certificatestore-csp.md b/windows/client-management/mdm/certificatestore-csp.md index 21a4fb28c2..cde5940e24 100644 --- a/windows/client-management/mdm/certificatestore-csp.md +++ b/windows/client-management/mdm/certificatestore-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/certificatestore-ddf-file.md b/windows/client-management/mdm/certificatestore-ddf-file.md index ab234ad8a1..820779ea14 100644 --- a/windows/client-management/mdm/certificatestore-ddf-file.md +++ b/windows/client-management/mdm/certificatestore-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/cleanpc-csp.md b/windows/client-management/mdm/cleanpc-csp.md index 78bcc6d494..4ce39d12fb 100644 --- a/windows/client-management/mdm/cleanpc-csp.md +++ b/windows/client-management/mdm/cleanpc-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/cleanpc-ddf.md b/windows/client-management/mdm/cleanpc-ddf.md index af04d6e6d4..1c1c3ded0a 100644 --- a/windows/client-management/mdm/cleanpc-ddf.md +++ b/windows/client-management/mdm/cleanpc-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/clientcertificateinstall-csp.md b/windows/client-management/mdm/clientcertificateinstall-csp.md index 1183e5b3d6..bf01d38374 100644 --- a/windows/client-management/mdm/clientcertificateinstall-csp.md +++ b/windows/client-management/mdm/clientcertificateinstall-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 11/03/2017 --- diff --git a/windows/client-management/mdm/clientcertificateinstall-ddf-file.md b/windows/client-management/mdm/clientcertificateinstall-ddf-file.md index 10617e23a2..977dd79898 100644 --- a/windows/client-management/mdm/clientcertificateinstall-ddf-file.md +++ b/windows/client-management/mdm/clientcertificateinstall-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/cm-cellularentries-csp.md b/windows/client-management/mdm/cm-cellularentries-csp.md index 22bb311265..adffb8bef0 100644 --- a/windows/client-management/mdm/cm-cellularentries-csp.md +++ b/windows/client-management/mdm/cm-cellularentries-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 08/02/2017 --- diff --git a/windows/client-management/mdm/cm-proxyentries-csp.md b/windows/client-management/mdm/cm-proxyentries-csp.md index 59956b5db5..50b393f039 100644 --- a/windows/client-management/mdm/cm-proxyentries-csp.md +++ b/windows/client-management/mdm/cm-proxyentries-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/cmpolicy-csp.md b/windows/client-management/mdm/cmpolicy-csp.md index 1eeee323ba..6b1ae02496 100644 --- a/windows/client-management/mdm/cmpolicy-csp.md +++ b/windows/client-management/mdm/cmpolicy-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/cmpolicyenterprise-csp.md b/windows/client-management/mdm/cmpolicyenterprise-csp.md index 75a6658d5e..46f6724edb 100644 --- a/windows/client-management/mdm/cmpolicyenterprise-csp.md +++ b/windows/client-management/mdm/cmpolicyenterprise-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/cmpolicyenterprise-ddf-file.md b/windows/client-management/mdm/cmpolicyenterprise-ddf-file.md index 17d660ee81..8082e19a7b 100644 --- a/windows/client-management/mdm/cmpolicyenterprise-ddf-file.md +++ b/windows/client-management/mdm/cmpolicyenterprise-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/configuration-service-provider-reference.md b/windows/client-management/mdm/configuration-service-provider-reference.md index dbd55b06f3..1bc5f854f8 100644 --- a/windows/client-management/mdm/configuration-service-provider-reference.md +++ b/windows/client-management/mdm/configuration-service-provider-reference.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/24/2018 --- diff --git a/windows/client-management/mdm/create-a-custom-configuration-service-provider.md b/windows/client-management/mdm/create-a-custom-configuration-service-provider.md index 97eba5a985..e9e64f8c54 100644 --- a/windows/client-management/mdm/create-a-custom-configuration-service-provider.md +++ b/windows/client-management/mdm/create-a-custom-configuration-service-provider.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/customdeviceui-csp.md b/windows/client-management/mdm/customdeviceui-csp.md index b813a4a4d1..06c4308457 100644 --- a/windows/client-management/mdm/customdeviceui-csp.md +++ b/windows/client-management/mdm/customdeviceui-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/customdeviceui-ddf.md b/windows/client-management/mdm/customdeviceui-ddf.md index 265fa33a9b..d862212b6c 100644 --- a/windows/client-management/mdm/customdeviceui-ddf.md +++ b/windows/client-management/mdm/customdeviceui-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/data-structures-windows-store-for-business.md b/windows/client-management/mdm/data-structures-windows-store-for-business.md index 4f63cd3e06..3b6a66593b 100644 --- a/windows/client-management/mdm/data-structures-windows-store-for-business.md +++ b/windows/client-management/mdm/data-structures-windows-store-for-business.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/defender-csp.md b/windows/client-management/mdm/defender-csp.md index 3abe24d7f7..3e9c038842 100644 --- a/windows/client-management/mdm/defender-csp.md +++ b/windows/client-management/mdm/defender-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 01/29/2018 --- diff --git a/windows/client-management/mdm/defender-ddf.md b/windows/client-management/mdm/defender-ddf.md index 1a0438dc8e..c0f90952b5 100644 --- a/windows/client-management/mdm/defender-ddf.md +++ b/windows/client-management/mdm/defender-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 01/29/20178 --- diff --git a/windows/client-management/mdm/design-a-custom-windows-csp.md b/windows/client-management/mdm/design-a-custom-windows-csp.md index de5fb5efed..66df907c0c 100644 --- a/windows/client-management/mdm/design-a-custom-windows-csp.md +++ b/windows/client-management/mdm/design-a-custom-windows-csp.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/devdetail-csp.md b/windows/client-management/mdm/devdetail-csp.md index 786d02beff..4537f2c630 100644 --- a/windows/client-management/mdm/devdetail-csp.md +++ b/windows/client-management/mdm/devdetail-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 08/25/2017 --- diff --git a/windows/client-management/mdm/devdetail-ddf-file.md b/windows/client-management/mdm/devdetail-ddf-file.md index 9ae9264eea..7a3c0a14cc 100644 --- a/windows/client-management/mdm/devdetail-ddf-file.md +++ b/windows/client-management/mdm/devdetail-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/developersetup-csp.md b/windows/client-management/mdm/developersetup-csp.md index de3145a84f..6562f29006 100644 --- a/windows/client-management/mdm/developersetup-csp.md +++ b/windows/client-management/mdm/developersetup-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/developersetup-ddf.md b/windows/client-management/mdm/developersetup-ddf.md index 6560f47d5a..6ca207820f 100644 --- a/windows/client-management/mdm/developersetup-ddf.md +++ b/windows/client-management/mdm/developersetup-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/device-update-management.md b/windows/client-management/mdm/device-update-management.md index d00d0a4d57..f20da5c4c5 100644 --- a/windows/client-management/mdm/device-update-management.md +++ b/windows/client-management/mdm/device-update-management.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 11/15/2017 --- diff --git a/windows/client-management/mdm/deviceinstanceservice-csp.md b/windows/client-management/mdm/deviceinstanceservice-csp.md index daa68b5f98..9c8435dbaa 100644 --- a/windows/client-management/mdm/deviceinstanceservice-csp.md +++ b/windows/client-management/mdm/deviceinstanceservice-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/devicelock-csp.md b/windows/client-management/mdm/devicelock-csp.md index d70696fa67..8d44aca043 100644 --- a/windows/client-management/mdm/devicelock-csp.md +++ b/windows/client-management/mdm/devicelock-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/devicelock-ddf-file.md b/windows/client-management/mdm/devicelock-ddf-file.md index b28ed962ce..11ec6e0bf0 100644 --- a/windows/client-management/mdm/devicelock-ddf-file.md +++ b/windows/client-management/mdm/devicelock-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/devicemanageability-csp.md b/windows/client-management/mdm/devicemanageability-csp.md index 3ddbb3dcaa..fb86e76896 100644 --- a/windows/client-management/mdm/devicemanageability-csp.md +++ b/windows/client-management/mdm/devicemanageability-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 11/01/2017 --- diff --git a/windows/client-management/mdm/devicemanageability-ddf.md b/windows/client-management/mdm/devicemanageability-ddf.md index ebb83615c2..44440337e3 100644 --- a/windows/client-management/mdm/devicemanageability-ddf.md +++ b/windows/client-management/mdm/devicemanageability-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/devicestatus-csp.md b/windows/client-management/mdm/devicestatus-csp.md index 25e45dfb80..89a798ab13 100644 --- a/windows/client-management/mdm/devicestatus-csp.md +++ b/windows/client-management/mdm/devicestatus-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/devicestatus-ddf.md b/windows/client-management/mdm/devicestatus-ddf.md index 7e4a7a5933..8f0e5a3364 100644 --- a/windows/client-management/mdm/devicestatus-ddf.md +++ b/windows/client-management/mdm/devicestatus-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/devinfo-csp.md b/windows/client-management/mdm/devinfo-csp.md index b7a165df3b..bbff58b76c 100644 --- a/windows/client-management/mdm/devinfo-csp.md +++ b/windows/client-management/mdm/devinfo-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/devinfo-ddf-file.md b/windows/client-management/mdm/devinfo-ddf-file.md index 114a481554..8b88fb1918 100644 --- a/windows/client-management/mdm/devinfo-ddf-file.md +++ b/windows/client-management/mdm/devinfo-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/diagnose-mdm-failures-in-windows-10.md b/windows/client-management/mdm/diagnose-mdm-failures-in-windows-10.md index 8301049541..9fc4d5138f 100644 --- a/windows/client-management/mdm/diagnose-mdm-failures-in-windows-10.md +++ b/windows/client-management/mdm/diagnose-mdm-failures-in-windows-10.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/diagnosticlog-csp.md b/windows/client-management/mdm/diagnosticlog-csp.md index 106105c026..4b9157ad49 100644 --- a/windows/client-management/mdm/diagnosticlog-csp.md +++ b/windows/client-management/mdm/diagnosticlog-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/diagnosticlog-ddf.md b/windows/client-management/mdm/diagnosticlog-ddf.md index 31cee8e1de..4fb7edff7c 100644 --- a/windows/client-management/mdm/diagnosticlog-ddf.md +++ b/windows/client-management/mdm/diagnosticlog-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/disconnecting-from-mdm-unenrollment.md b/windows/client-management/mdm/disconnecting-from-mdm-unenrollment.md index 03e23b59f5..13878c6f74 100644 --- a/windows/client-management/mdm/disconnecting-from-mdm-unenrollment.md +++ b/windows/client-management/mdm/disconnecting-from-mdm-unenrollment.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/dmacc-csp.md b/windows/client-management/mdm/dmacc-csp.md index e0a6c7450e..8db057501d 100644 --- a/windows/client-management/mdm/dmacc-csp.md +++ b/windows/client-management/mdm/dmacc-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/dmacc-ddf-file.md b/windows/client-management/mdm/dmacc-ddf-file.md index 31b0c6a655..93a041f3d1 100644 --- a/windows/client-management/mdm/dmacc-ddf-file.md +++ b/windows/client-management/mdm/dmacc-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/dmclient-csp.md b/windows/client-management/mdm/dmclient-csp.md index 6adcc5b415..bde1f8c70d 100644 --- a/windows/client-management/mdm/dmclient-csp.md +++ b/windows/client-management/mdm/dmclient-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 11/01/2017 --- diff --git a/windows/client-management/mdm/dmclient-ddf-file.md b/windows/client-management/mdm/dmclient-ddf-file.md index e4a11620fa..1c171bbb0f 100644 --- a/windows/client-management/mdm/dmclient-ddf-file.md +++ b/windows/client-management/mdm/dmclient-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/dmprocessconfigxmlfiltered.md b/windows/client-management/mdm/dmprocessconfigxmlfiltered.md index 880ca3e6ec..f035ff93d4 100644 --- a/windows/client-management/mdm/dmprocessconfigxmlfiltered.md +++ b/windows/client-management/mdm/dmprocessconfigxmlfiltered.md @@ -16,7 +16,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/dmsessionactions-csp.md b/windows/client-management/mdm/dmsessionactions-csp.md index 6b098de192..6e8aa70785 100644 --- a/windows/client-management/mdm/dmsessionactions-csp.md +++ b/windows/client-management/mdm/dmsessionactions-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/dmsessionactions-ddf.md b/windows/client-management/mdm/dmsessionactions-ddf.md index d04dff87aa..e587b4c69f 100644 --- a/windows/client-management/mdm/dmsessionactions-ddf.md +++ b/windows/client-management/mdm/dmsessionactions-ddf.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/dynamicmanagement-csp.md b/windows/client-management/mdm/dynamicmanagement-csp.md index cbe6465b8c..4d50badd48 100644 --- a/windows/client-management/mdm/dynamicmanagement-csp.md +++ b/windows/client-management/mdm/dynamicmanagement-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/dynamicmanagement-ddf.md b/windows/client-management/mdm/dynamicmanagement-ddf.md index 91f179d6ce..0ca27a4ec0 100644 --- a/windows/client-management/mdm/dynamicmanagement-ddf.md +++ b/windows/client-management/mdm/dynamicmanagement-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/eap-configuration.md b/windows/client-management/mdm/eap-configuration.md index 87bea65441..4c66aef7db 100644 --- a/windows/client-management/mdm/eap-configuration.md +++ b/windows/client-management/mdm/eap-configuration.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/email2-csp.md b/windows/client-management/mdm/email2-csp.md index 60e492ca69..dce5177a0f 100644 --- a/windows/client-management/mdm/email2-csp.md +++ b/windows/client-management/mdm/email2-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/email2-ddf-file.md b/windows/client-management/mdm/email2-ddf-file.md index f550a0c9c7..cad330322f 100644 --- a/windows/client-management/mdm/email2-ddf-file.md +++ b/windows/client-management/mdm/email2-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/enable-admx-backed-policies-in-mdm.md b/windows/client-management/mdm/enable-admx-backed-policies-in-mdm.md index 3cbe681524..acb4952dea 100644 --- a/windows/client-management/mdm/enable-admx-backed-policies-in-mdm.md +++ b/windows/client-management/mdm/enable-admx-backed-policies-in-mdm.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 11/01/2017 --- diff --git a/windows/client-management/mdm/enable-offline-updates-for-windows-embedded-8-1-handheld-devices-to-windows-10.md b/windows/client-management/mdm/enable-offline-updates-for-windows-embedded-8-1-handheld-devices-to-windows-10.md index d5799f4611..4c21520591 100644 --- a/windows/client-management/mdm/enable-offline-updates-for-windows-embedded-8-1-handheld-devices-to-windows-10.md +++ b/windows/client-management/mdm/enable-offline-updates-for-windows-embedded-8-1-handheld-devices-to-windows-10.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index 86fa8a02b9..5e60eb85a2 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 10/04/2017 --- diff --git a/windows/client-management/mdm/enterprise-app-management.md b/windows/client-management/mdm/enterprise-app-management.md index 8aaf17e2a9..755b31d58e 100644 --- a/windows/client-management/mdm/enterprise-app-management.md +++ b/windows/client-management/mdm/enterprise-app-management.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/22/2017 --- diff --git a/windows/client-management/mdm/enterpriseapn-csp.md b/windows/client-management/mdm/enterpriseapn-csp.md index 9795891e62..ecf0ae28ec 100644 --- a/windows/client-management/mdm/enterpriseapn-csp.md +++ b/windows/client-management/mdm/enterpriseapn-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/22/2017 --- diff --git a/windows/client-management/mdm/enterpriseapn-ddf.md b/windows/client-management/mdm/enterpriseapn-ddf.md index 99d327d3d4..ebd171a390 100644 --- a/windows/client-management/mdm/enterpriseapn-ddf.md +++ b/windows/client-management/mdm/enterpriseapn-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/enterpriseappmanagement-csp.md b/windows/client-management/mdm/enterpriseappmanagement-csp.md index 64e6e98dcb..a17fca7628 100644 --- a/windows/client-management/mdm/enterpriseappmanagement-csp.md +++ b/windows/client-management/mdm/enterpriseappmanagement-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/enterpriseappvmanagement-csp.md b/windows/client-management/mdm/enterpriseappvmanagement-csp.md index 9b0c5cf24b..006a9353a2 100644 --- a/windows/client-management/mdm/enterpriseappvmanagement-csp.md +++ b/windows/client-management/mdm/enterpriseappvmanagement-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/enterpriseappvmanagement-ddf.md b/windows/client-management/mdm/enterpriseappvmanagement-ddf.md index 1946bb8358..bc28fee863 100644 --- a/windows/client-management/mdm/enterpriseappvmanagement-ddf.md +++ b/windows/client-management/mdm/enterpriseappvmanagement-ddf.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/enterpriseassignedaccess-csp.md b/windows/client-management/mdm/enterpriseassignedaccess-csp.md index 222f582e36..e5f202eacb 100644 --- a/windows/client-management/mdm/enterpriseassignedaccess-csp.md +++ b/windows/client-management/mdm/enterpriseassignedaccess-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 07/12/2017 --- diff --git a/windows/client-management/mdm/enterpriseassignedaccess-ddf.md b/windows/client-management/mdm/enterpriseassignedaccess-ddf.md index 58a3bf5f04..890112e13c 100644 --- a/windows/client-management/mdm/enterpriseassignedaccess-ddf.md +++ b/windows/client-management/mdm/enterpriseassignedaccess-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/enterpriseassignedaccess-xsd.md b/windows/client-management/mdm/enterpriseassignedaccess-xsd.md index a95eed6af8..cb651d8548 100644 --- a/windows/client-management/mdm/enterpriseassignedaccess-xsd.md +++ b/windows/client-management/mdm/enterpriseassignedaccess-xsd.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/enterprisedataprotection-csp.md b/windows/client-management/mdm/enterprisedataprotection-csp.md index c79f4f55e9..f76ebb330b 100644 --- a/windows/client-management/mdm/enterprisedataprotection-csp.md +++ b/windows/client-management/mdm/enterprisedataprotection-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 08/09/2017 --- diff --git a/windows/client-management/mdm/enterprisedataprotection-ddf-file.md b/windows/client-management/mdm/enterprisedataprotection-ddf-file.md index eb9a7eb29d..15c68b54d0 100644 --- a/windows/client-management/mdm/enterprisedataprotection-ddf-file.md +++ b/windows/client-management/mdm/enterprisedataprotection-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/enterprisedesktopappmanagement-csp.md b/windows/client-management/mdm/enterprisedesktopappmanagement-csp.md index 89037bff06..2c036e00e7 100644 --- a/windows/client-management/mdm/enterprisedesktopappmanagement-csp.md +++ b/windows/client-management/mdm/enterprisedesktopappmanagement-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 07/11/2017 --- diff --git a/windows/client-management/mdm/enterprisedesktopappmanagement-ddf-file.md b/windows/client-management/mdm/enterprisedesktopappmanagement-ddf-file.md index 9b847cedfb..26ff1f5785 100644 --- a/windows/client-management/mdm/enterprisedesktopappmanagement-ddf-file.md +++ b/windows/client-management/mdm/enterprisedesktopappmanagement-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/enterprisedesktopappmanagement2-xsd.md b/windows/client-management/mdm/enterprisedesktopappmanagement2-xsd.md index 82d8fb2f13..79f6ff63e1 100644 --- a/windows/client-management/mdm/enterprisedesktopappmanagement2-xsd.md +++ b/windows/client-management/mdm/enterprisedesktopappmanagement2-xsd.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/enterpriseext-csp.md b/windows/client-management/mdm/enterpriseext-csp.md index 376700561f..fe887a54e4 100644 --- a/windows/client-management/mdm/enterpriseext-csp.md +++ b/windows/client-management/mdm/enterpriseext-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/enterpriseext-ddf.md b/windows/client-management/mdm/enterpriseext-ddf.md index 39bca734e1..72451bab66 100644 --- a/windows/client-management/mdm/enterpriseext-ddf.md +++ b/windows/client-management/mdm/enterpriseext-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/enterpriseextfilessystem-csp.md b/windows/client-management/mdm/enterpriseextfilessystem-csp.md index ead94360c1..b7afdf089e 100644 --- a/windows/client-management/mdm/enterpriseextfilessystem-csp.md +++ b/windows/client-management/mdm/enterpriseextfilessystem-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/enterpriseextfilesystem-ddf.md b/windows/client-management/mdm/enterpriseextfilesystem-ddf.md index b3bd10d28c..eafe9dc1ab 100644 --- a/windows/client-management/mdm/enterpriseextfilesystem-ddf.md +++ b/windows/client-management/mdm/enterpriseextfilesystem-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/enterprisemodernappmanagement-csp.md b/windows/client-management/mdm/enterprisemodernappmanagement-csp.md index 0921c036c4..b4f3ce2304 100644 --- a/windows/client-management/mdm/enterprisemodernappmanagement-csp.md +++ b/windows/client-management/mdm/enterprisemodernappmanagement-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/01/2018 --- diff --git a/windows/client-management/mdm/enterprisemodernappmanagement-ddf.md b/windows/client-management/mdm/enterprisemodernappmanagement-ddf.md index 12cb46b485..08075cd45e 100644 --- a/windows/client-management/mdm/enterprisemodernappmanagement-ddf.md +++ b/windows/client-management/mdm/enterprisemodernappmanagement-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/01/2018 --- diff --git a/windows/client-management/mdm/enterprisemodernappmanagement-xsd.md b/windows/client-management/mdm/enterprisemodernappmanagement-xsd.md index b962018dfd..3c81c009ea 100644 --- a/windows/client-management/mdm/enterprisemodernappmanagement-xsd.md +++ b/windows/client-management/mdm/enterprisemodernappmanagement-xsd.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/euiccs-csp.md b/windows/client-management/mdm/euiccs-csp.md index eb5f1186ce..8e493b7fa5 100644 --- a/windows/client-management/mdm/euiccs-csp.md +++ b/windows/client-management/mdm/euiccs-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/02/2018 --- diff --git a/windows/client-management/mdm/euiccs-ddf-file.md b/windows/client-management/mdm/euiccs-ddf-file.md index 06be1ba347..6649a7a42d 100644 --- a/windows/client-management/mdm/euiccs-ddf-file.md +++ b/windows/client-management/mdm/euiccs-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/02/2018 --- diff --git a/windows/client-management/mdm/federated-authentication-device-enrollment.md b/windows/client-management/mdm/federated-authentication-device-enrollment.md index 891a590e8b..22ee108fb4 100644 --- a/windows/client-management/mdm/federated-authentication-device-enrollment.md +++ b/windows/client-management/mdm/federated-authentication-device-enrollment.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 07/28/2017 --- diff --git a/windows/client-management/mdm/filesystem-csp.md b/windows/client-management/mdm/filesystem-csp.md index cf58cd9eec..5e2ce038a2 100644 --- a/windows/client-management/mdm/filesystem-csp.md +++ b/windows/client-management/mdm/filesystem-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/firewall-csp.md b/windows/client-management/mdm/firewall-csp.md index 8140375101..1a552c057a 100644 --- a/windows/client-management/mdm/firewall-csp.md +++ b/windows/client-management/mdm/firewall-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 01/26/2018 --- diff --git a/windows/client-management/mdm/firewall-ddf-file.md b/windows/client-management/mdm/firewall-ddf-file.md index 6dbc4367bb..f9a9e98d71 100644 --- a/windows/client-management/mdm/firewall-ddf-file.md +++ b/windows/client-management/mdm/firewall-ddf-file.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/get-inventory.md b/windows/client-management/mdm/get-inventory.md index 996288488b..b40c8c4274 100644 --- a/windows/client-management/mdm/get-inventory.md +++ b/windows/client-management/mdm/get-inventory.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/get-localized-product-details.md b/windows/client-management/mdm/get-localized-product-details.md index 9c23d4096b..990c816be4 100644 --- a/windows/client-management/mdm/get-localized-product-details.md +++ b/windows/client-management/mdm/get-localized-product-details.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/get-offline-license.md b/windows/client-management/mdm/get-offline-license.md index 44417ff92c..65ae6a7b6a 100644 --- a/windows/client-management/mdm/get-offline-license.md +++ b/windows/client-management/mdm/get-offline-license.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/get-product-details.md b/windows/client-management/mdm/get-product-details.md index c1d6da5658..30ec8b7d37 100644 --- a/windows/client-management/mdm/get-product-details.md +++ b/windows/client-management/mdm/get-product-details.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/get-product-package.md b/windows/client-management/mdm/get-product-package.md index f851fbc6e7..15dd879715 100644 --- a/windows/client-management/mdm/get-product-package.md +++ b/windows/client-management/mdm/get-product-package.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/get-product-packages.md b/windows/client-management/mdm/get-product-packages.md index 115cc191c9..cda326c9e5 100644 --- a/windows/client-management/mdm/get-product-packages.md +++ b/windows/client-management/mdm/get-product-packages.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/get-seat.md b/windows/client-management/mdm/get-seat.md index 0ac45f69ca..ae6f05d26d 100644 --- a/windows/client-management/mdm/get-seat.md +++ b/windows/client-management/mdm/get-seat.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/get-seats-assigned-to-a-user.md b/windows/client-management/mdm/get-seats-assigned-to-a-user.md index 4c1e6bb379..1209d5aa2a 100644 --- a/windows/client-management/mdm/get-seats-assigned-to-a-user.md +++ b/windows/client-management/mdm/get-seats-assigned-to-a-user.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/get-seats.md b/windows/client-management/mdm/get-seats.md index 029fc4f030..f65e6988e2 100644 --- a/windows/client-management/mdm/get-seats.md +++ b/windows/client-management/mdm/get-seats.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/healthattestation-csp.md b/windows/client-management/mdm/healthattestation-csp.md index dcb5b491fd..2ebb1b49fe 100644 --- a/windows/client-management/mdm/healthattestation-csp.md +++ b/windows/client-management/mdm/healthattestation-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/healthattestation-ddf.md b/windows/client-management/mdm/healthattestation-ddf.md index 5268078e48..8296982379 100644 --- a/windows/client-management/mdm/healthattestation-ddf.md +++ b/windows/client-management/mdm/healthattestation-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/hotspot-csp.md b/windows/client-management/mdm/hotspot-csp.md index 20ac4822c5..87aa4a054e 100644 --- a/windows/client-management/mdm/hotspot-csp.md +++ b/windows/client-management/mdm/hotspot-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/iconfigserviceprovider2.md b/windows/client-management/mdm/iconfigserviceprovider2.md index 6ddf6d6d93..fbdb51d309 100644 --- a/windows/client-management/mdm/iconfigserviceprovider2.md +++ b/windows/client-management/mdm/iconfigserviceprovider2.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/iconfigserviceprovider2configmanagernotification.md b/windows/client-management/mdm/iconfigserviceprovider2configmanagernotification.md index 74f076cc41..1ae5155478 100644 --- a/windows/client-management/mdm/iconfigserviceprovider2configmanagernotification.md +++ b/windows/client-management/mdm/iconfigserviceprovider2configmanagernotification.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/iconfigserviceprovider2getnode.md b/windows/client-management/mdm/iconfigserviceprovider2getnode.md index 4fd62bc432..df315b2ba4 100644 --- a/windows/client-management/mdm/iconfigserviceprovider2getnode.md +++ b/windows/client-management/mdm/iconfigserviceprovider2getnode.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnode.md b/windows/client-management/mdm/icspnode.md index 23e39b227c..dedf93e0b1 100644 --- a/windows/client-management/mdm/icspnode.md +++ b/windows/client-management/mdm/icspnode.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodeadd.md b/windows/client-management/mdm/icspnodeadd.md index 81fb9d967d..504d0751e1 100644 --- a/windows/client-management/mdm/icspnodeadd.md +++ b/windows/client-management/mdm/icspnodeadd.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodeclear.md b/windows/client-management/mdm/icspnodeclear.md index 355577e43e..2c0e45ea99 100644 --- a/windows/client-management/mdm/icspnodeclear.md +++ b/windows/client-management/mdm/icspnodeclear.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodecopy.md b/windows/client-management/mdm/icspnodecopy.md index b9822fc38b..1061d2b6b9 100644 --- a/windows/client-management/mdm/icspnodecopy.md +++ b/windows/client-management/mdm/icspnodecopy.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodedeletechild.md b/windows/client-management/mdm/icspnodedeletechild.md index 92497291bf..147c0f4af3 100644 --- a/windows/client-management/mdm/icspnodedeletechild.md +++ b/windows/client-management/mdm/icspnodedeletechild.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodedeleteproperty.md b/windows/client-management/mdm/icspnodedeleteproperty.md index 3b2c6743d4..b771500d38 100644 --- a/windows/client-management/mdm/icspnodedeleteproperty.md +++ b/windows/client-management/mdm/icspnodedeleteproperty.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodeexecute.md b/windows/client-management/mdm/icspnodeexecute.md index b1fba31565..12c428de69 100644 --- a/windows/client-management/mdm/icspnodeexecute.md +++ b/windows/client-management/mdm/icspnodeexecute.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodegetchildnodenames.md b/windows/client-management/mdm/icspnodegetchildnodenames.md index 3ea4793494..72d72c56ac 100644 --- a/windows/client-management/mdm/icspnodegetchildnodenames.md +++ b/windows/client-management/mdm/icspnodegetchildnodenames.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodegetproperty.md b/windows/client-management/mdm/icspnodegetproperty.md index daaffe8564..0778b71554 100644 --- a/windows/client-management/mdm/icspnodegetproperty.md +++ b/windows/client-management/mdm/icspnodegetproperty.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodegetpropertyidentifiers.md b/windows/client-management/mdm/icspnodegetpropertyidentifiers.md index 5ede9f4479..d0c557b04f 100644 --- a/windows/client-management/mdm/icspnodegetpropertyidentifiers.md +++ b/windows/client-management/mdm/icspnodegetpropertyidentifiers.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodegetvalue.md b/windows/client-management/mdm/icspnodegetvalue.md index 6446023340..6207cb507c 100644 --- a/windows/client-management/mdm/icspnodegetvalue.md +++ b/windows/client-management/mdm/icspnodegetvalue.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodemove.md b/windows/client-management/mdm/icspnodemove.md index 4f146bc36c..5540b3727d 100644 --- a/windows/client-management/mdm/icspnodemove.md +++ b/windows/client-management/mdm/icspnodemove.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodesetproperty.md b/windows/client-management/mdm/icspnodesetproperty.md index 2bbf25984e..6f455d56f5 100644 --- a/windows/client-management/mdm/icspnodesetproperty.md +++ b/windows/client-management/mdm/icspnodesetproperty.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodesetvalue.md b/windows/client-management/mdm/icspnodesetvalue.md index 87308b0f06..eff2b58e9e 100644 --- a/windows/client-management/mdm/icspnodesetvalue.md +++ b/windows/client-management/mdm/icspnodesetvalue.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspnodetransactioning.md b/windows/client-management/mdm/icspnodetransactioning.md index abb73632ec..4bb80100aa 100644 --- a/windows/client-management/mdm/icspnodetransactioning.md +++ b/windows/client-management/mdm/icspnodetransactioning.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/icspvalidate.md b/windows/client-management/mdm/icspvalidate.md index d981ff560b..f1c05d21fd 100644 --- a/windows/client-management/mdm/icspvalidate.md +++ b/windows/client-management/mdm/icspvalidate.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/implement-server-side-mobile-application-management.md b/windows/client-management/mdm/implement-server-side-mobile-application-management.md index 2c178ee251..3fe6fa5ee0 100644 --- a/windows/client-management/mdm/implement-server-side-mobile-application-management.md +++ b/windows/client-management/mdm/implement-server-side-mobile-application-management.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/index.md b/windows/client-management/mdm/index.md index 85f15ea285..350fa8e7f2 100644 --- a/windows/client-management/mdm/index.md +++ b/windows/client-management/mdm/index.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/management-tool-for-windows-store-for-business.md b/windows/client-management/mdm/management-tool-for-windows-store-for-business.md index 17a5ef28d6..933ae47c17 100644 --- a/windows/client-management/mdm/management-tool-for-windows-store-for-business.md +++ b/windows/client-management/mdm/management-tool-for-windows-store-for-business.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 10/27/2017 --- diff --git a/windows/client-management/mdm/maps-csp.md b/windows/client-management/mdm/maps-csp.md index 6c33cbb2b3..85296234bf 100644 --- a/windows/client-management/mdm/maps-csp.md +++ b/windows/client-management/mdm/maps-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/maps-ddf-file.md b/windows/client-management/mdm/maps-ddf-file.md index ac17e5b0f5..b0788414da 100644 --- a/windows/client-management/mdm/maps-ddf-file.md +++ b/windows/client-management/mdm/maps-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/mdm-enrollment-of-windows-devices.md b/windows/client-management/mdm/mdm-enrollment-of-windows-devices.md index 72566a2607..c841ddef41 100644 --- a/windows/client-management/mdm/mdm-enrollment-of-windows-devices.md +++ b/windows/client-management/mdm/mdm-enrollment-of-windows-devices.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 11/15/2017 --- diff --git a/windows/client-management/mdm/messaging-csp.md b/windows/client-management/mdm/messaging-csp.md index e9562286e3..a8b9de322a 100644 --- a/windows/client-management/mdm/messaging-csp.md +++ b/windows/client-management/mdm/messaging-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/messaging-ddf.md b/windows/client-management/mdm/messaging-ddf.md index f5d34d958c..67dc397e58 100644 --- a/windows/client-management/mdm/messaging-ddf.md +++ b/windows/client-management/mdm/messaging-ddf.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/mobile-device-enrollment.md b/windows/client-management/mdm/mobile-device-enrollment.md index 2fe9ccfab5..635e45fd2f 100644 --- a/windows/client-management/mdm/mobile-device-enrollment.md +++ b/windows/client-management/mdm/mobile-device-enrollment.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 08/11/2017 --- diff --git a/windows/client-management/mdm/multisim-csp.md b/windows/client-management/mdm/multisim-csp.md index 3b07d6a98c..1b3e56a680 100644 --- a/windows/client-management/mdm/multisim-csp.md +++ b/windows/client-management/mdm/multisim-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/22/2018 --- diff --git a/windows/client-management/mdm/multisim-ddf.md b/windows/client-management/mdm/multisim-ddf.md index b75b123630..54c76ae742 100644 --- a/windows/client-management/mdm/multisim-ddf.md +++ b/windows/client-management/mdm/multisim-ddf.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 02/27/2018 --- diff --git a/windows/client-management/mdm/nap-csp.md b/windows/client-management/mdm/nap-csp.md index 8543181e2c..ba2ef8f0b2 100644 --- a/windows/client-management/mdm/nap-csp.md +++ b/windows/client-management/mdm/nap-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/napdef-csp.md b/windows/client-management/mdm/napdef-csp.md index 0e8a673820..f94af70c0f 100644 --- a/windows/client-management/mdm/napdef-csp.md +++ b/windows/client-management/mdm/napdef-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/networkproxy-csp.md b/windows/client-management/mdm/networkproxy-csp.md index 6348228427..9b846e226a 100644 --- a/windows/client-management/mdm/networkproxy-csp.md +++ b/windows/client-management/mdm/networkproxy-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/12/2018 --- diff --git a/windows/client-management/mdm/networkproxy-ddf.md b/windows/client-management/mdm/networkproxy-ddf.md index 096ec6d25a..b8fbd90dbc 100644 --- a/windows/client-management/mdm/networkproxy-ddf.md +++ b/windows/client-management/mdm/networkproxy-ddf.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/networkqospolicy-csp.md b/windows/client-management/mdm/networkqospolicy-csp.md index c231223bc4..4ccc4536e2 100644 --- a/windows/client-management/mdm/networkqospolicy-csp.md +++ b/windows/client-management/mdm/networkqospolicy-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/networkqospolicy-ddf.md b/windows/client-management/mdm/networkqospolicy-ddf.md index fa7dc5e2fc..12c6572869 100644 --- a/windows/client-management/mdm/networkqospolicy-ddf.md +++ b/windows/client-management/mdm/networkqospolicy-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md b/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md index 132b7389b6..da109b141c 100644 --- a/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md +++ b/windows/client-management/mdm/new-in-windows-mdm-enrollment-management.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/26/2018 --- diff --git a/windows/client-management/mdm/nodecache-csp.md b/windows/client-management/mdm/nodecache-csp.md index d4883064aa..7c55d4f21c 100644 --- a/windows/client-management/mdm/nodecache-csp.md +++ b/windows/client-management/mdm/nodecache-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/nodecache-ddf-file.md b/windows/client-management/mdm/nodecache-ddf-file.md index 2a7b87e71c..3fd58485ce 100644 --- a/windows/client-management/mdm/nodecache-ddf-file.md +++ b/windows/client-management/mdm/nodecache-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/office-csp.md b/windows/client-management/mdm/office-csp.md index 5386096239..1a415c4fc3 100644 --- a/windows/client-management/mdm/office-csp.md +++ b/windows/client-management/mdm/office-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/25/2018 --- diff --git a/windows/client-management/mdm/office-ddf.md b/windows/client-management/mdm/office-ddf.md index caf080ce06..99b5afb5b6 100644 --- a/windows/client-management/mdm/office-ddf.md +++ b/windows/client-management/mdm/office-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/oma-dm-protocol-support.md b/windows/client-management/mdm/oma-dm-protocol-support.md index 2d1ff691c4..acfda5630f 100644 --- a/windows/client-management/mdm/oma-dm-protocol-support.md +++ b/windows/client-management/mdm/oma-dm-protocol-support.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/on-premise-authentication-device-enrollment.md b/windows/client-management/mdm/on-premise-authentication-device-enrollment.md index 682cf89c7d..4649e684c3 100644 --- a/windows/client-management/mdm/on-premise-authentication-device-enrollment.md +++ b/windows/client-management/mdm/on-premise-authentication-device-enrollment.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/passportforwork-csp.md b/windows/client-management/mdm/passportforwork-csp.md index ab3145df41..d54a1fb5cf 100644 --- a/windows/client-management/mdm/passportforwork-csp.md +++ b/windows/client-management/mdm/passportforwork-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/passportforwork-ddf.md b/windows/client-management/mdm/passportforwork-ddf.md index f0d64040aa..e9891e841e 100644 --- a/windows/client-management/mdm/passportforwork-ddf.md +++ b/windows/client-management/mdm/passportforwork-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/personalization-csp.md b/windows/client-management/mdm/personalization-csp.md index 8911582570..dd19365596 100644 --- a/windows/client-management/mdm/personalization-csp.md +++ b/windows/client-management/mdm/personalization-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/personalization-ddf.md b/windows/client-management/mdm/personalization-ddf.md index ce6baf1be0..ccdfdff645 100644 --- a/windows/client-management/mdm/personalization-ddf.md +++ b/windows/client-management/mdm/personalization-ddf.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index 71f83755e0..5df62e9674 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-abovelock.md b/windows/client-management/mdm/policy-csp-abovelock.md index 16115c79c9..2b421040d4 100644 --- a/windows/client-management/mdm/policy-csp-abovelock.md +++ b/windows/client-management/mdm/policy-csp-abovelock.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-accountpoliciesaccountlockoutpolicy.md b/windows/client-management/mdm/policy-csp-accountpoliciesaccountlockoutpolicy.md index 32daf8fcb7..0a646789df 100644 --- a/windows/client-management/mdm/policy-csp-accountpoliciesaccountlockoutpolicy.md +++ b/windows/client-management/mdm/policy-csp-accountpoliciesaccountlockoutpolicy.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-accounts.md b/windows/client-management/mdm/policy-csp-accounts.md index 5eb439322d..3827f3c347 100644 --- a/windows/client-management/mdm/policy-csp-accounts.md +++ b/windows/client-management/mdm/policy-csp-accounts.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-activexcontrols.md b/windows/client-management/mdm/policy-csp-activexcontrols.md index 2563d21bc2..64bdd52d8f 100644 --- a/windows/client-management/mdm/policy-csp-activexcontrols.md +++ b/windows/client-management/mdm/policy-csp-activexcontrols.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-applicationdefaults.md b/windows/client-management/mdm/policy-csp-applicationdefaults.md index c203a66f41..1698ec45a7 100644 --- a/windows/client-management/mdm/policy-csp-applicationdefaults.md +++ b/windows/client-management/mdm/policy-csp-applicationdefaults.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-applicationmanagement.md b/windows/client-management/mdm/policy-csp-applicationmanagement.md index e96fc68705..44532c6eb6 100644 --- a/windows/client-management/mdm/policy-csp-applicationmanagement.md +++ b/windows/client-management/mdm/policy-csp-applicationmanagement.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-appruntime.md b/windows/client-management/mdm/policy-csp-appruntime.md index f37e5b4640..5bddec2b4c 100644 --- a/windows/client-management/mdm/policy-csp-appruntime.md +++ b/windows/client-management/mdm/policy-csp-appruntime.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-appvirtualization.md b/windows/client-management/mdm/policy-csp-appvirtualization.md index 562a5224dc..ed8ae05a5c 100644 --- a/windows/client-management/mdm/policy-csp-appvirtualization.md +++ b/windows/client-management/mdm/policy-csp-appvirtualization.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-attachmentmanager.md b/windows/client-management/mdm/policy-csp-attachmentmanager.md index 7b97a87a4b..65d3b9a405 100644 --- a/windows/client-management/mdm/policy-csp-attachmentmanager.md +++ b/windows/client-management/mdm/policy-csp-attachmentmanager.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-authentication.md b/windows/client-management/mdm/policy-csp-authentication.md index f83bb3905c..d986f75fe3 100644 --- a/windows/client-management/mdm/policy-csp-authentication.md +++ b/windows/client-management/mdm/policy-csp-authentication.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-autoplay.md b/windows/client-management/mdm/policy-csp-autoplay.md index c748e76ae7..efefb6de1e 100644 --- a/windows/client-management/mdm/policy-csp-autoplay.md +++ b/windows/client-management/mdm/policy-csp-autoplay.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-bitlocker.md b/windows/client-management/mdm/policy-csp-bitlocker.md index fa358dcb81..710de94272 100644 --- a/windows/client-management/mdm/policy-csp-bitlocker.md +++ b/windows/client-management/mdm/policy-csp-bitlocker.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-bluetooth.md b/windows/client-management/mdm/policy-csp-bluetooth.md index 762903da37..65f980f4f0 100644 --- a/windows/client-management/mdm/policy-csp-bluetooth.md +++ b/windows/client-management/mdm/policy-csp-bluetooth.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/06/2018 --- diff --git a/windows/client-management/mdm/policy-csp-browser.md b/windows/client-management/mdm/policy-csp-browser.md index ab3d44948e..6d0c140db5 100644 --- a/windows/client-management/mdm/policy-csp-browser.md +++ b/windows/client-management/mdm/policy-csp-browser.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-camera.md b/windows/client-management/mdm/policy-csp-camera.md index 3cbf216e52..a2e134ef88 100644 --- a/windows/client-management/mdm/policy-csp-camera.md +++ b/windows/client-management/mdm/policy-csp-camera.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-cellular.md b/windows/client-management/mdm/policy-csp-cellular.md index 9c86945186..b44471df4c 100644 --- a/windows/client-management/mdm/policy-csp-cellular.md +++ b/windows/client-management/mdm/policy-csp-cellular.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-connectivity.md b/windows/client-management/mdm/policy-csp-connectivity.md index bfd371ead5..60005bc43d 100644 --- a/windows/client-management/mdm/policy-csp-connectivity.md +++ b/windows/client-management/mdm/policy-csp-connectivity.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/14/2018 --- diff --git a/windows/client-management/mdm/policy-csp-controlpolicyconflict.md b/windows/client-management/mdm/policy-csp-controlpolicyconflict.md index b777062185..0cef60bd72 100644 --- a/windows/client-management/mdm/policy-csp-controlpolicyconflict.md +++ b/windows/client-management/mdm/policy-csp-controlpolicyconflict.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-credentialproviders.md b/windows/client-management/mdm/policy-csp-credentialproviders.md index f3f12c6f73..e79cd8b3f5 100644 --- a/windows/client-management/mdm/policy-csp-credentialproviders.md +++ b/windows/client-management/mdm/policy-csp-credentialproviders.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-credentialsdelegation.md b/windows/client-management/mdm/policy-csp-credentialsdelegation.md index 71806982ff..309848708a 100644 --- a/windows/client-management/mdm/policy-csp-credentialsdelegation.md +++ b/windows/client-management/mdm/policy-csp-credentialsdelegation.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-credentialsui.md b/windows/client-management/mdm/policy-csp-credentialsui.md index 900ad6176a..12f8698b09 100644 --- a/windows/client-management/mdm/policy-csp-credentialsui.md +++ b/windows/client-management/mdm/policy-csp-credentialsui.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-cryptography.md b/windows/client-management/mdm/policy-csp-cryptography.md index 7dadd07af1..53ea9aa29d 100644 --- a/windows/client-management/mdm/policy-csp-cryptography.md +++ b/windows/client-management/mdm/policy-csp-cryptography.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-dataprotection.md b/windows/client-management/mdm/policy-csp-dataprotection.md index 28ad8aaca3..135574006b 100644 --- a/windows/client-management/mdm/policy-csp-dataprotection.md +++ b/windows/client-management/mdm/policy-csp-dataprotection.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-datausage.md b/windows/client-management/mdm/policy-csp-datausage.md index 89086b22bb..3fa83ab1c8 100644 --- a/windows/client-management/mdm/policy-csp-datausage.md +++ b/windows/client-management/mdm/policy-csp-datausage.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-defender.md b/windows/client-management/mdm/policy-csp-defender.md index a0edded74d..53117ba65d 100644 --- a/windows/client-management/mdm/policy-csp-defender.md +++ b/windows/client-management/mdm/policy-csp-defender.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-deliveryoptimization.md b/windows/client-management/mdm/policy-csp-deliveryoptimization.md index 29a7886fbb..c5c3ad42b1 100644 --- a/windows/client-management/mdm/policy-csp-deliveryoptimization.md +++ b/windows/client-management/mdm/policy-csp-deliveryoptimization.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-desktop.md b/windows/client-management/mdm/policy-csp-desktop.md index 36afbf2a08..8e395ec5f7 100644 --- a/windows/client-management/mdm/policy-csp-desktop.md +++ b/windows/client-management/mdm/policy-csp-desktop.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-deviceguard.md b/windows/client-management/mdm/policy-csp-deviceguard.md index b541578089..345a36f617 100644 --- a/windows/client-management/mdm/policy-csp-deviceguard.md +++ b/windows/client-management/mdm/policy-csp-deviceguard.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-deviceinstallation.md b/windows/client-management/mdm/policy-csp-deviceinstallation.md index 38941fd46b..7fd6d96493 100644 --- a/windows/client-management/mdm/policy-csp-deviceinstallation.md +++ b/windows/client-management/mdm/policy-csp-deviceinstallation.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-devicelock.md b/windows/client-management/mdm/policy-csp-devicelock.md index 98974c6cb0..88acc7ceda 100644 --- a/windows/client-management/mdm/policy-csp-devicelock.md +++ b/windows/client-management/mdm/policy-csp-devicelock.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-display.md b/windows/client-management/mdm/policy-csp-display.md index 3ff482c3d6..060689251b 100644 --- a/windows/client-management/mdm/policy-csp-display.md +++ b/windows/client-management/mdm/policy-csp-display.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-education.md b/windows/client-management/mdm/policy-csp-education.md index e1fb1b9965..aba6597add 100644 --- a/windows/client-management/mdm/policy-csp-education.md +++ b/windows/client-management/mdm/policy-csp-education.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-enterprisecloudprint.md b/windows/client-management/mdm/policy-csp-enterprisecloudprint.md index 4b5b961ad9..b8d38313e1 100644 --- a/windows/client-management/mdm/policy-csp-enterprisecloudprint.md +++ b/windows/client-management/mdm/policy-csp-enterprisecloudprint.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-errorreporting.md b/windows/client-management/mdm/policy-csp-errorreporting.md index d2a31d1077..04063822ba 100644 --- a/windows/client-management/mdm/policy-csp-errorreporting.md +++ b/windows/client-management/mdm/policy-csp-errorreporting.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-eventlogservice.md b/windows/client-management/mdm/policy-csp-eventlogservice.md index 6c9a23cd61..991eab8855 100644 --- a/windows/client-management/mdm/policy-csp-eventlogservice.md +++ b/windows/client-management/mdm/policy-csp-eventlogservice.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-experience.md b/windows/client-management/mdm/policy-csp-experience.md index 528d2b70fb..be82874e93 100644 --- a/windows/client-management/mdm/policy-csp-experience.md +++ b/windows/client-management/mdm/policy-csp-experience.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-exploitguard.md b/windows/client-management/mdm/policy-csp-exploitguard.md index bdf443d549..1d88286ceb 100644 --- a/windows/client-management/mdm/policy-csp-exploitguard.md +++ b/windows/client-management/mdm/policy-csp-exploitguard.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-fileexplorer.md b/windows/client-management/mdm/policy-csp-fileexplorer.md index 91fe973551..d427a7ed5c 100644 --- a/windows/client-management/mdm/policy-csp-fileexplorer.md +++ b/windows/client-management/mdm/policy-csp-fileexplorer.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-games.md b/windows/client-management/mdm/policy-csp-games.md index d14fd92fed..4b7c9efb2d 100644 --- a/windows/client-management/mdm/policy-csp-games.md +++ b/windows/client-management/mdm/policy-csp-games.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-handwriting.md b/windows/client-management/mdm/policy-csp-handwriting.md index bdbcb764ae..07582f80bf 100644 --- a/windows/client-management/mdm/policy-csp-handwriting.md +++ b/windows/client-management/mdm/policy-csp-handwriting.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-internetexplorer.md b/windows/client-management/mdm/policy-csp-internetexplorer.md index 580431a0ff..8eacb7e5c9 100644 --- a/windows/client-management/mdm/policy-csp-internetexplorer.md +++ b/windows/client-management/mdm/policy-csp-internetexplorer.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-kerberos.md b/windows/client-management/mdm/policy-csp-kerberos.md index 974db5f350..2c1b567f4b 100644 --- a/windows/client-management/mdm/policy-csp-kerberos.md +++ b/windows/client-management/mdm/policy-csp-kerberos.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-kioskbrowser.md b/windows/client-management/mdm/policy-csp-kioskbrowser.md index cfe6ce478c..9991c87e51 100644 --- a/windows/client-management/mdm/policy-csp-kioskbrowser.md +++ b/windows/client-management/mdm/policy-csp-kioskbrowser.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/11/2018 --- diff --git a/windows/client-management/mdm/policy-csp-lanmanworkstation.md b/windows/client-management/mdm/policy-csp-lanmanworkstation.md index 13e2299224..18bcc8cfed 100644 --- a/windows/client-management/mdm/policy-csp-lanmanworkstation.md +++ b/windows/client-management/mdm/policy-csp-lanmanworkstation.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-licensing.md b/windows/client-management/mdm/policy-csp-licensing.md index eae5cdc5d7..3f7cdd16b4 100644 --- a/windows/client-management/mdm/policy-csp-licensing.md +++ b/windows/client-management/mdm/policy-csp-licensing.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md b/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md index 1daf3d8ae0..7f888cd8b6 100644 --- a/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md +++ b/windows/client-management/mdm/policy-csp-localpoliciessecurityoptions.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/06/2018 --- diff --git a/windows/client-management/mdm/policy-csp-location.md b/windows/client-management/mdm/policy-csp-location.md index 8117114323..10663ef1ad 100644 --- a/windows/client-management/mdm/policy-csp-location.md +++ b/windows/client-management/mdm/policy-csp-location.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-lockdown.md b/windows/client-management/mdm/policy-csp-lockdown.md index 228d2f75ec..f189cf2623 100644 --- a/windows/client-management/mdm/policy-csp-lockdown.md +++ b/windows/client-management/mdm/policy-csp-lockdown.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-maps.md b/windows/client-management/mdm/policy-csp-maps.md index 8b44913146..96f26d76c9 100644 --- a/windows/client-management/mdm/policy-csp-maps.md +++ b/windows/client-management/mdm/policy-csp-maps.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-messaging.md b/windows/client-management/mdm/policy-csp-messaging.md index f1862d266d..e5f9888352 100644 --- a/windows/client-management/mdm/policy-csp-messaging.md +++ b/windows/client-management/mdm/policy-csp-messaging.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-mssecurityguide.md b/windows/client-management/mdm/policy-csp-mssecurityguide.md index f20149e9f0..5b9f201e0a 100644 --- a/windows/client-management/mdm/policy-csp-mssecurityguide.md +++ b/windows/client-management/mdm/policy-csp-mssecurityguide.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-msslegacy.md b/windows/client-management/mdm/policy-csp-msslegacy.md index c6727fa700..dd2518efdf 100644 --- a/windows/client-management/mdm/policy-csp-msslegacy.md +++ b/windows/client-management/mdm/policy-csp-msslegacy.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-networkisolation.md b/windows/client-management/mdm/policy-csp-networkisolation.md index d5d98f64b1..0afacc5381 100644 --- a/windows/client-management/mdm/policy-csp-networkisolation.md +++ b/windows/client-management/mdm/policy-csp-networkisolation.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-notifications.md b/windows/client-management/mdm/policy-csp-notifications.md index 51caa36965..acbc242b52 100644 --- a/windows/client-management/mdm/policy-csp-notifications.md +++ b/windows/client-management/mdm/policy-csp-notifications.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-power.md b/windows/client-management/mdm/policy-csp-power.md index 9b6886930d..6a7dbb8a95 100644 --- a/windows/client-management/mdm/policy-csp-power.md +++ b/windows/client-management/mdm/policy-csp-power.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-printers.md b/windows/client-management/mdm/policy-csp-printers.md index be94af174b..ae57e495a7 100644 --- a/windows/client-management/mdm/policy-csp-printers.md +++ b/windows/client-management/mdm/policy-csp-printers.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-privacy.md b/windows/client-management/mdm/policy-csp-privacy.md index 18b6e20034..5e4c9ecb34 100644 --- a/windows/client-management/mdm/policy-csp-privacy.md +++ b/windows/client-management/mdm/policy-csp-privacy.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/19/2018 --- diff --git a/windows/client-management/mdm/policy-csp-remoteassistance.md b/windows/client-management/mdm/policy-csp-remoteassistance.md index 01e2f7e4b7..d66ad8a1f8 100644 --- a/windows/client-management/mdm/policy-csp-remoteassistance.md +++ b/windows/client-management/mdm/policy-csp-remoteassistance.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-remotedesktopservices.md b/windows/client-management/mdm/policy-csp-remotedesktopservices.md index 0e4be98697..6621ddedd2 100644 --- a/windows/client-management/mdm/policy-csp-remotedesktopservices.md +++ b/windows/client-management/mdm/policy-csp-remotedesktopservices.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-remotemanagement.md b/windows/client-management/mdm/policy-csp-remotemanagement.md index 96324dc5cc..39752ff60e 100644 --- a/windows/client-management/mdm/policy-csp-remotemanagement.md +++ b/windows/client-management/mdm/policy-csp-remotemanagement.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-remoteprocedurecall.md b/windows/client-management/mdm/policy-csp-remoteprocedurecall.md index 295bf5c56e..3422d53682 100644 --- a/windows/client-management/mdm/policy-csp-remoteprocedurecall.md +++ b/windows/client-management/mdm/policy-csp-remoteprocedurecall.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-remoteshell.md b/windows/client-management/mdm/policy-csp-remoteshell.md index cbb9717f73..300e4c4f1f 100644 --- a/windows/client-management/mdm/policy-csp-remoteshell.md +++ b/windows/client-management/mdm/policy-csp-remoteshell.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-restrictedgroups.md b/windows/client-management/mdm/policy-csp-restrictedgroups.md index e18e0e6de6..78ef27da14 100644 --- a/windows/client-management/mdm/policy-csp-restrictedgroups.md +++ b/windows/client-management/mdm/policy-csp-restrictedgroups.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/15/2018 --- diff --git a/windows/client-management/mdm/policy-csp-search.md b/windows/client-management/mdm/policy-csp-search.md index aea6133ba1..beff07216a 100644 --- a/windows/client-management/mdm/policy-csp-search.md +++ b/windows/client-management/mdm/policy-csp-search.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-security.md b/windows/client-management/mdm/policy-csp-security.md index 1549210b82..fbf991788c 100644 --- a/windows/client-management/mdm/policy-csp-security.md +++ b/windows/client-management/mdm/policy-csp-security.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-settings.md b/windows/client-management/mdm/policy-csp-settings.md index 1c445ea4d5..a40c3b31ff 100644 --- a/windows/client-management/mdm/policy-csp-settings.md +++ b/windows/client-management/mdm/policy-csp-settings.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-smartscreen.md b/windows/client-management/mdm/policy-csp-smartscreen.md index 3eea69f19b..20b484e71e 100644 --- a/windows/client-management/mdm/policy-csp-smartscreen.md +++ b/windows/client-management/mdm/policy-csp-smartscreen.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-speech.md b/windows/client-management/mdm/policy-csp-speech.md index 33cdd64750..c0d12a6ed1 100644 --- a/windows/client-management/mdm/policy-csp-speech.md +++ b/windows/client-management/mdm/policy-csp-speech.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-start.md b/windows/client-management/mdm/policy-csp-start.md index d9d149dd3a..cbcc0397a6 100644 --- a/windows/client-management/mdm/policy-csp-start.md +++ b/windows/client-management/mdm/policy-csp-start.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-storage.md b/windows/client-management/mdm/policy-csp-storage.md index b27f3af35b..45727b2535 100644 --- a/windows/client-management/mdm/policy-csp-storage.md +++ b/windows/client-management/mdm/policy-csp-storage.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-system.md b/windows/client-management/mdm/policy-csp-system.md index 5aa3adb08a..a03a2d613c 100644 --- a/windows/client-management/mdm/policy-csp-system.md +++ b/windows/client-management/mdm/policy-csp-system.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-systemservices.md b/windows/client-management/mdm/policy-csp-systemservices.md index 800090eaf1..89a649fe5c 100644 --- a/windows/client-management/mdm/policy-csp-systemservices.md +++ b/windows/client-management/mdm/policy-csp-systemservices.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-taskscheduler.md b/windows/client-management/mdm/policy-csp-taskscheduler.md index 7a05f84ffc..94c33279b8 100644 --- a/windows/client-management/mdm/policy-csp-taskscheduler.md +++ b/windows/client-management/mdm/policy-csp-taskscheduler.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-textinput.md b/windows/client-management/mdm/policy-csp-textinput.md index affd6a36ac..ceba8c8ad3 100644 --- a/windows/client-management/mdm/policy-csp-textinput.md +++ b/windows/client-management/mdm/policy-csp-textinput.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-timelanguagesettings.md b/windows/client-management/mdm/policy-csp-timelanguagesettings.md index 731fc2ae63..cac8f316bb 100644 --- a/windows/client-management/mdm/policy-csp-timelanguagesettings.md +++ b/windows/client-management/mdm/policy-csp-timelanguagesettings.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-update.md b/windows/client-management/mdm/policy-csp-update.md index 9d34d6f2cc..aa265cba5c 100644 --- a/windows/client-management/mdm/policy-csp-update.md +++ b/windows/client-management/mdm/policy-csp-update.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-userrights.md b/windows/client-management/mdm/policy-csp-userrights.md index e8f878d742..00b49c54f7 100644 --- a/windows/client-management/mdm/policy-csp-userrights.md +++ b/windows/client-management/mdm/policy-csp-userrights.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-wifi.md b/windows/client-management/mdm/policy-csp-wifi.md index 358dc3fc01..60bec8a54d 100644 --- a/windows/client-management/mdm/policy-csp-wifi.md +++ b/windows/client-management/mdm/policy-csp-wifi.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md b/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md index 0dfb797f32..8f02a364ba 100644 --- a/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md +++ b/windows/client-management/mdm/policy-csp-windowsconnectionmanager.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md b/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md index 62f0031a6e..b8322c4c8e 100644 --- a/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md +++ b/windows/client-management/mdm/policy-csp-windowsdefendersecuritycenter.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-windowsinkworkspace.md b/windows/client-management/mdm/policy-csp-windowsinkworkspace.md index 27f04f2813..b206cf99a4 100644 --- a/windows/client-management/mdm/policy-csp-windowsinkworkspace.md +++ b/windows/client-management/mdm/policy-csp-windowsinkworkspace.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-csp-windowslogon.md b/windows/client-management/mdm/policy-csp-windowslogon.md index 5029554ef7..3ed8a343a7 100644 --- a/windows/client-management/mdm/policy-csp-windowslogon.md +++ b/windows/client-management/mdm/policy-csp-windowslogon.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-windowspowershell.md b/windows/client-management/mdm/policy-csp-windowspowershell.md index 3ca5b0ea63..9fc4dd7314 100644 --- a/windows/client-management/mdm/policy-csp-windowspowershell.md +++ b/windows/client-management/mdm/policy-csp-windowspowershell.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/policy-csp-wirelessdisplay.md b/windows/client-management/mdm/policy-csp-wirelessdisplay.md index cafb7be12e..4bf7883995 100644 --- a/windows/client-management/mdm/policy-csp-wirelessdisplay.md +++ b/windows/client-management/mdm/policy-csp-wirelessdisplay.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/12/2018 --- diff --git a/windows/client-management/mdm/policy-ddf-file.md b/windows/client-management/mdm/policy-ddf-file.md index 89b18ee42a..7c5fa15587 100644 --- a/windows/client-management/mdm/policy-ddf-file.md +++ b/windows/client-management/mdm/policy-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/26/2018 --- diff --git a/windows/client-management/mdm/policymanager-csp.md b/windows/client-management/mdm/policymanager-csp.md index a888021e38..366179d7ac 100644 --- a/windows/client-management/mdm/policymanager-csp.md +++ b/windows/client-management/mdm/policymanager-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/28/2017 --- diff --git a/windows/client-management/mdm/provisioning-csp.md b/windows/client-management/mdm/provisioning-csp.md index f2b9958913..67afc6ae9d 100644 --- a/windows/client-management/mdm/provisioning-csp.md +++ b/windows/client-management/mdm/provisioning-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/proxy-csp.md b/windows/client-management/mdm/proxy-csp.md index 0df779416e..31a3e8994f 100644 --- a/windows/client-management/mdm/proxy-csp.md +++ b/windows/client-management/mdm/proxy-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/push-notification-windows-mdm.md b/windows/client-management/mdm/push-notification-windows-mdm.md index bfdd850a97..40aae74dbe 100644 --- a/windows/client-management/mdm/push-notification-windows-mdm.md +++ b/windows/client-management/mdm/push-notification-windows-mdm.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/22/2017 --- diff --git a/windows/client-management/mdm/pxlogical-csp.md b/windows/client-management/mdm/pxlogical-csp.md index a633f4a681..8a137d239f 100644 --- a/windows/client-management/mdm/pxlogical-csp.md +++ b/windows/client-management/mdm/pxlogical-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/reboot-csp.md b/windows/client-management/mdm/reboot-csp.md index dba00c6cd5..b5bccdbf85 100644 --- a/windows/client-management/mdm/reboot-csp.md +++ b/windows/client-management/mdm/reboot-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/reboot-ddf-file.md b/windows/client-management/mdm/reboot-ddf-file.md index 2ba444f6f8..36baf398e0 100644 --- a/windows/client-management/mdm/reboot-ddf-file.md +++ b/windows/client-management/mdm/reboot-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/reclaim-seat-from-user.md b/windows/client-management/mdm/reclaim-seat-from-user.md index 0f3aeb0558..e3351b8c80 100644 --- a/windows/client-management/mdm/reclaim-seat-from-user.md +++ b/windows/client-management/mdm/reclaim-seat-from-user.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/register-your-free-azure-active-directory-subscription.md b/windows/client-management/mdm/register-your-free-azure-active-directory-subscription.md index 6aef81069b..dd6f9467a1 100644 --- a/windows/client-management/mdm/register-your-free-azure-active-directory-subscription.md +++ b/windows/client-management/mdm/register-your-free-azure-active-directory-subscription.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/registry-csp.md b/windows/client-management/mdm/registry-csp.md index 66f0960d0a..fecf3f5a44 100644 --- a/windows/client-management/mdm/registry-csp.md +++ b/windows/client-management/mdm/registry-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/registry-ddf-file.md b/windows/client-management/mdm/registry-ddf-file.md index 77241d46ff..7477a7c981 100644 --- a/windows/client-management/mdm/registry-ddf-file.md +++ b/windows/client-management/mdm/registry-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/remotefind-csp.md b/windows/client-management/mdm/remotefind-csp.md index caec581c7d..d84582b492 100644 --- a/windows/client-management/mdm/remotefind-csp.md +++ b/windows/client-management/mdm/remotefind-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/remotefind-ddf-file.md b/windows/client-management/mdm/remotefind-ddf-file.md index 19cf44771f..814fadbb25 100644 --- a/windows/client-management/mdm/remotefind-ddf-file.md +++ b/windows/client-management/mdm/remotefind-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/remotelock-csp.md b/windows/client-management/mdm/remotelock-csp.md index 1daf39aa19..0511301b25 100644 --- a/windows/client-management/mdm/remotelock-csp.md +++ b/windows/client-management/mdm/remotelock-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/remotelock-ddf-file.md b/windows/client-management/mdm/remotelock-ddf-file.md index e41eeb9e38..99fa47713c 100644 --- a/windows/client-management/mdm/remotelock-ddf-file.md +++ b/windows/client-management/mdm/remotelock-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/remotering-csp.md b/windows/client-management/mdm/remotering-csp.md index 206e334ae8..0d72fa4640 100644 --- a/windows/client-management/mdm/remotering-csp.md +++ b/windows/client-management/mdm/remotering-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/remotering-ddf-file.md b/windows/client-management/mdm/remotering-ddf-file.md index 50d9bb92bb..01fe0aa96f 100644 --- a/windows/client-management/mdm/remotering-ddf-file.md +++ b/windows/client-management/mdm/remotering-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/remotewipe-csp.md b/windows/client-management/mdm/remotewipe-csp.md index fc9618891f..366bb79824 100644 --- a/windows/client-management/mdm/remotewipe-csp.md +++ b/windows/client-management/mdm/remotewipe-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/23/2018 --- diff --git a/windows/client-management/mdm/remotewipe-ddf-file.md b/windows/client-management/mdm/remotewipe-ddf-file.md index a9ec625e99..0f0de9b725 100644 --- a/windows/client-management/mdm/remotewipe-ddf-file.md +++ b/windows/client-management/mdm/remotewipe-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/23/2018 --- diff --git a/windows/client-management/mdm/reporting-csp.md b/windows/client-management/mdm/reporting-csp.md index 8833a9d134..924654540b 100644 --- a/windows/client-management/mdm/reporting-csp.md +++ b/windows/client-management/mdm/reporting-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/reporting-ddf-file.md b/windows/client-management/mdm/reporting-ddf-file.md index 616c065bdc..6387fc0b59 100644 --- a/windows/client-management/mdm/reporting-ddf-file.md +++ b/windows/client-management/mdm/reporting-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/rest-api-reference-windows-store-for-business.md b/windows/client-management/mdm/rest-api-reference-windows-store-for-business.md index 465bbd98f8..aae4546ae8 100644 --- a/windows/client-management/mdm/rest-api-reference-windows-store-for-business.md +++ b/windows/client-management/mdm/rest-api-reference-windows-store-for-business.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 09/18/2017 --- diff --git a/windows/client-management/mdm/rootcacertificates-csp.md b/windows/client-management/mdm/rootcacertificates-csp.md index 1f5811644c..4f6ec839e8 100644 --- a/windows/client-management/mdm/rootcacertificates-csp.md +++ b/windows/client-management/mdm/rootcacertificates-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/06/2018 --- diff --git a/windows/client-management/mdm/rootcacertificates-ddf-file.md b/windows/client-management/mdm/rootcacertificates-ddf-file.md index e7109c768a..587008f3f5 100644 --- a/windows/client-management/mdm/rootcacertificates-ddf-file.md +++ b/windows/client-management/mdm/rootcacertificates-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/07/2018 --- diff --git a/windows/client-management/mdm/samples-for-writing-a-custom-configuration-service-provider.md b/windows/client-management/mdm/samples-for-writing-a-custom-configuration-service-provider.md index a1d1af99a2..63260885d9 100644 --- a/windows/client-management/mdm/samples-for-writing-a-custom-configuration-service-provider.md +++ b/windows/client-management/mdm/samples-for-writing-a-custom-configuration-service-provider.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/secureassessment-csp.md b/windows/client-management/mdm/secureassessment-csp.md index 4357c5f176..a8ba842ba7 100644 --- a/windows/client-management/mdm/secureassessment-csp.md +++ b/windows/client-management/mdm/secureassessment-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/secureassessment-ddf-file.md b/windows/client-management/mdm/secureassessment-ddf-file.md index 598bdf0a98..a17b7547dd 100644 --- a/windows/client-management/mdm/secureassessment-ddf-file.md +++ b/windows/client-management/mdm/secureassessment-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/securitypolicy-csp.md b/windows/client-management/mdm/securitypolicy-csp.md index 60851d4e87..20ef07773e 100644 --- a/windows/client-management/mdm/securitypolicy-csp.md +++ b/windows/client-management/mdm/securitypolicy-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/server-requirements-windows-mdm.md b/windows/client-management/mdm/server-requirements-windows-mdm.md index 746e0a2ecc..cbbeeaeccb 100644 --- a/windows/client-management/mdm/server-requirements-windows-mdm.md +++ b/windows/client-management/mdm/server-requirements-windows-mdm.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/sharedpc-csp.md b/windows/client-management/mdm/sharedpc-csp.md index e55c31bcf5..ef19b3d790 100644 --- a/windows/client-management/mdm/sharedpc-csp.md +++ b/windows/client-management/mdm/sharedpc-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/sharedpc-ddf-file.md b/windows/client-management/mdm/sharedpc-ddf-file.md index bfa9d3d806..b17d1adabd 100644 --- a/windows/client-management/mdm/sharedpc-ddf-file.md +++ b/windows/client-management/mdm/sharedpc-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/storage-csp.md b/windows/client-management/mdm/storage-csp.md index 7f0638060a..26207420d9 100644 --- a/windows/client-management/mdm/storage-csp.md +++ b/windows/client-management/mdm/storage-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/storage-ddf-file.md b/windows/client-management/mdm/storage-ddf-file.md index fe440045c3..46d64527ac 100644 --- a/windows/client-management/mdm/storage-ddf-file.md +++ b/windows/client-management/mdm/storage-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/structure-of-oma-dm-provisioning-files.md b/windows/client-management/mdm/structure-of-oma-dm-provisioning-files.md index 66e387b2ee..dd67204515 100644 --- a/windows/client-management/mdm/structure-of-oma-dm-provisioning-files.md +++ b/windows/client-management/mdm/structure-of-oma-dm-provisioning-files.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/supl-csp.md b/windows/client-management/mdm/supl-csp.md index 0265da462a..d4fff403d1 100644 --- a/windows/client-management/mdm/supl-csp.md +++ b/windows/client-management/mdm/supl-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/supl-ddf-file.md b/windows/client-management/mdm/supl-ddf-file.md index 927923512b..e6ed98d713 100644 --- a/windows/client-management/mdm/supl-ddf-file.md +++ b/windows/client-management/mdm/supl-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/surfacehub-csp.md b/windows/client-management/mdm/surfacehub-csp.md index 3654fa873f..f6ec67db21 100644 --- a/windows/client-management/mdm/surfacehub-csp.md +++ b/windows/client-management/mdm/surfacehub-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 07/28/2017 --- diff --git a/windows/client-management/mdm/surfacehub-ddf-file.md b/windows/client-management/mdm/surfacehub-ddf-file.md index d465098263..c3b580b0e5 100644 --- a/windows/client-management/mdm/surfacehub-ddf-file.md +++ b/windows/client-management/mdm/surfacehub-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/tpmpolicy-csp.md b/windows/client-management/mdm/tpmpolicy-csp.md index 5fa0f29fa7..2a39e0fa82 100644 --- a/windows/client-management/mdm/tpmpolicy-csp.md +++ b/windows/client-management/mdm/tpmpolicy-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 11/01/2017 --- diff --git a/windows/client-management/mdm/tpmpolicy-ddf-file.md b/windows/client-management/mdm/tpmpolicy-ddf-file.md index 21c7534a21..e4f359684a 100644 --- a/windows/client-management/mdm/tpmpolicy-ddf-file.md +++ b/windows/client-management/mdm/tpmpolicy-ddf-file.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/uefi-csp.md b/windows/client-management/mdm/uefi-csp.md index 72f8871f90..ef549e1753 100644 --- a/windows/client-management/mdm/uefi-csp.md +++ b/windows/client-management/mdm/uefi-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 02/01/2018 --- diff --git a/windows/client-management/mdm/uefi-ddf.md b/windows/client-management/mdm/uefi-ddf.md index 8ea53d146e..de67ae71b4 100644 --- a/windows/client-management/mdm/uefi-ddf.md +++ b/windows/client-management/mdm/uefi-ddf.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 02/01/2018 --- diff --git a/windows/client-management/mdm/understanding-admx-backed-policies.md b/windows/client-management/mdm/understanding-admx-backed-policies.md index 16f22e3436..03b111b649 100644 --- a/windows/client-management/mdm/understanding-admx-backed-policies.md +++ b/windows/client-management/mdm/understanding-admx-backed-policies.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/02/2018 --- diff --git a/windows/client-management/mdm/unifiedwritefilter-csp.md b/windows/client-management/mdm/unifiedwritefilter-csp.md index 2436883665..ae18f01c72 100644 --- a/windows/client-management/mdm/unifiedwritefilter-csp.md +++ b/windows/client-management/mdm/unifiedwritefilter-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/unifiedwritefilter-ddf.md b/windows/client-management/mdm/unifiedwritefilter-ddf.md index 417cff25cf..b2757575a6 100644 --- a/windows/client-management/mdm/unifiedwritefilter-ddf.md +++ b/windows/client-management/mdm/unifiedwritefilter-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/update-csp.md b/windows/client-management/mdm/update-csp.md index 67de432346..837be49e57 100644 --- a/windows/client-management/mdm/update-csp.md +++ b/windows/client-management/mdm/update-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 02/23/2018 --- diff --git a/windows/client-management/mdm/update-ddf-file.md b/windows/client-management/mdm/update-ddf-file.md index b628189e10..c4858fe6d8 100644 --- a/windows/client-management/mdm/update-ddf-file.md +++ b/windows/client-management/mdm/update-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 02/23/2018 --- diff --git a/windows/client-management/mdm/using-powershell-scripting-with-the-wmi-bridge-provider.md b/windows/client-management/mdm/using-powershell-scripting-with-the-wmi-bridge-provider.md index 97a2c276e6..1db424cd03 100644 --- a/windows/client-management/mdm/using-powershell-scripting-with-the-wmi-bridge-provider.md +++ b/windows/client-management/mdm/using-powershell-scripting-with-the-wmi-bridge-provider.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/vpn-csp.md b/windows/client-management/mdm/vpn-csp.md index fdbdbaed7c..010d58563c 100644 --- a/windows/client-management/mdm/vpn-csp.md +++ b/windows/client-management/mdm/vpn-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/02/2017 --- diff --git a/windows/client-management/mdm/vpn-ddf-file.md b/windows/client-management/mdm/vpn-ddf-file.md index 5d2e590301..51a11541d3 100644 --- a/windows/client-management/mdm/vpn-ddf-file.md +++ b/windows/client-management/mdm/vpn-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/vpnv2-csp.md b/windows/client-management/mdm/vpnv2-csp.md index caa8e9ad15..e98cd44400 100644 --- a/windows/client-management/mdm/vpnv2-csp.md +++ b/windows/client-management/mdm/vpnv2-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 11/01/2017 --- diff --git a/windows/client-management/mdm/vpnv2-ddf-file.md b/windows/client-management/mdm/vpnv2-ddf-file.md index fa8d530b3d..ffaae7d39e 100644 --- a/windows/client-management/mdm/vpnv2-ddf-file.md +++ b/windows/client-management/mdm/vpnv2-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/vpnv2-profile-xsd.md b/windows/client-management/mdm/vpnv2-profile-xsd.md index 7f839bb83d..6c582f4933 100644 --- a/windows/client-management/mdm/vpnv2-profile-xsd.md +++ b/windows/client-management/mdm/vpnv2-profile-xsd.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 02/05/2018 --- diff --git a/windows/client-management/mdm/w4-application-csp.md b/windows/client-management/mdm/w4-application-csp.md index b554adc39f..03b49e0560 100644 --- a/windows/client-management/mdm/w4-application-csp.md +++ b/windows/client-management/mdm/w4-application-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/w7-application-csp.md b/windows/client-management/mdm/w7-application-csp.md index 95c20b9f6d..129f56db57 100644 --- a/windows/client-management/mdm/w7-application-csp.md +++ b/windows/client-management/mdm/w7-application-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/wifi-csp.md b/windows/client-management/mdm/wifi-csp.md index 65e4a03576..6e43514e39 100644 --- a/windows/client-management/mdm/wifi-csp.md +++ b/windows/client-management/mdm/wifi-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 04/16/2018 --- diff --git a/windows/client-management/mdm/wifi-ddf-file.md b/windows/client-management/mdm/wifi-ddf-file.md index a82d3b6fb2..b5bcd3d75e 100644 --- a/windows/client-management/mdm/wifi-ddf-file.md +++ b/windows/client-management/mdm/wifi-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/win32-and-centennial-app-policy-configuration.md b/windows/client-management/mdm/win32-and-centennial-app-policy-configuration.md index 7137215434..8c6f58a89e 100644 --- a/windows/client-management/mdm/win32-and-centennial-app-policy-configuration.md +++ b/windows/client-management/mdm/win32-and-centennial-app-policy-configuration.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/win32appinventory-csp.md b/windows/client-management/mdm/win32appinventory-csp.md index 83bd355acb..b7431d69f0 100644 --- a/windows/client-management/mdm/win32appinventory-csp.md +++ b/windows/client-management/mdm/win32appinventory-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/win32appinventory-ddf-file.md b/windows/client-management/mdm/win32appinventory-ddf-file.md index 51c5584c13..9521871934 100644 --- a/windows/client-management/mdm/win32appinventory-ddf-file.md +++ b/windows/client-management/mdm/win32appinventory-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/windows-mdm-enterprise-settings.md b/windows/client-management/mdm/windows-mdm-enterprise-settings.md index a2f41aef35..0035d1b6dc 100644 --- a/windows/client-management/mdm/windows-mdm-enterprise-settings.md +++ b/windows/client-management/mdm/windows-mdm-enterprise-settings.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/windowsadvancedthreatprotection-csp.md b/windows/client-management/mdm/windowsadvancedthreatprotection-csp.md index 4e19920eef..642dc9ac95 100644 --- a/windows/client-management/mdm/windowsadvancedthreatprotection-csp.md +++ b/windows/client-management/mdm/windowsadvancedthreatprotection-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 11/01/2017 --- diff --git a/windows/client-management/mdm/windowsadvancedthreatprotection-ddf.md b/windows/client-management/mdm/windowsadvancedthreatprotection-ddf.md index d475e14ee4..eee40a5341 100644 --- a/windows/client-management/mdm/windowsadvancedthreatprotection-ddf.md +++ b/windows/client-management/mdm/windowsadvancedthreatprotection-ddf.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/windowsdefenderapplicationguard-csp.md b/windows/client-management/mdm/windowsdefenderapplicationguard-csp.md index 80bd272f42..de75c4898d 100644 --- a/windows/client-management/mdm/windowsdefenderapplicationguard-csp.md +++ b/windows/client-management/mdm/windowsdefenderapplicationguard-csp.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/22/2018 --- diff --git a/windows/client-management/mdm/windowsdefenderapplicationguard-ddf-file.md b/windows/client-management/mdm/windowsdefenderapplicationguard-ddf-file.md index a5571745b5..33e53da2a3 100644 --- a/windows/client-management/mdm/windowsdefenderapplicationguard-ddf-file.md +++ b/windows/client-management/mdm/windowsdefenderapplicationguard-ddf-file.md @@ -5,7 +5,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 03/22/2018 --- diff --git a/windows/client-management/mdm/windowslicensing-csp.md b/windows/client-management/mdm/windowslicensing-csp.md index 5c09c194ae..24786700eb 100644 --- a/windows/client-management/mdm/windowslicensing-csp.md +++ b/windows/client-management/mdm/windowslicensing-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 10/09/2017 --- diff --git a/windows/client-management/mdm/windowslicensing-ddf-file.md b/windows/client-management/mdm/windowslicensing-ddf-file.md index 227863bf2d..df272ec6f1 100644 --- a/windows/client-management/mdm/windowslicensing-ddf-file.md +++ b/windows/client-management/mdm/windowslicensing-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/windowssecurityauditing-csp.md b/windows/client-management/mdm/windowssecurityauditing-csp.md index 7bca9db9ee..c7ebdf2171 100644 --- a/windows/client-management/mdm/windowssecurityauditing-csp.md +++ b/windows/client-management/mdm/windowssecurityauditing-csp.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- diff --git a/windows/client-management/mdm/windowssecurityauditing-ddf-file.md b/windows/client-management/mdm/windowssecurityauditing-ddf-file.md index 4deb322275..666177f587 100644 --- a/windows/client-management/mdm/windowssecurityauditing-ddf-file.md +++ b/windows/client-management/mdm/windowssecurityauditing-ddf-file.md @@ -6,7 +6,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 12/05/2017 --- diff --git a/windows/client-management/mdm/wmi-providers-supported-in-windows.md b/windows/client-management/mdm/wmi-providers-supported-in-windows.md index 04bf8de073..05490b9d7c 100644 --- a/windows/client-management/mdm/wmi-providers-supported-in-windows.md +++ b/windows/client-management/mdm/wmi-providers-supported-in-windows.md @@ -9,7 +9,7 @@ ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows -author: nickbrower +author: MariciaAlforque ms.date: 06/26/2017 --- From 9fa611edf8a9c0b1d37f3c1863330c41f0549cfc Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 18:11:58 +0000 Subject: [PATCH 095/186] Updated educator-tib-get-started.md, changes to TOC --- education/trial-in-a-box/educator-tib-get-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 11439f47bc..ebb21832b4 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -27,7 +27,8 @@ ms.date: 03/18/2018 | [![Try Learning Tools Immersive Reader](images/edu-TIB-setp-2-v3.png)](#edu-task2) | **Interested in significantly improving your students' reading speed and comprehension?[1](#footnote1)**
Try the [Learning Tools Immersive Reader](#edu-task2) to see how kids can learn to read faster, using text read aloud, and highlighting words for syntax. | | [![Launch Microsoft Teams](images/edu-TIB-setp-3-v3.png)](#edu-task3) | **Looking to foster collaboration, communication, and critical thinking in the classroom?**
Launch [Microsoft Teams](#edu-task3) and learn how to set up digital classroom discussions, respond to student questions, and organize class content. | | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | -| [![Play with Minecraft: Education Edition](images/edu-TIB-setp-5-v3.png)](#edu-task5) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task5) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | +| [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | +| [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | | | |
From a72411c861628ad3f6ebbed5f40290965bf77f72 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 18:13:12 +0000 Subject: [PATCH 096/186] Adding pictures for Photos App and Inking sections --- .../images/edu-tib-setp-6-v4.png | Bin 10350 -> 10170 bytes .../images/edu-tib-setp-7-jump.png | Bin 0 -> 2964 bytes .../images/edu-tib-setp-7-v1.png | Bin 0 -> 3949 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 education/trial-in-a-box/images/edu-tib-setp-7-jump.png create mode 100644 education/trial-in-a-box/images/edu-tib-setp-7-v1.png diff --git a/education/trial-in-a-box/images/edu-tib-setp-6-v4.png b/education/trial-in-a-box/images/edu-tib-setp-6-v4.png index c46d7861afb27871caf236beabcca594a257959c..f3be9ec13c05c6190d40a64015421de5f5f77aeb 100644 GIT binary patch literal 10170 zcmb`NbySp3{O?ie?oJVqT##;&kdW?Jx|SuEE|FM?1r{ZhQo5UEX;^6x1nH6`rMtt+ z_jk|z=l*%m{bOdHdCmKoGiT;J&wS3zJ61>QEfGFFJ_ZH`k(#QK-eY<2m?CkpAM>~< zuA;}{iMQU{HyBl;jN6YDOeY0R1q_T@IKiC_)?*#dQ`OWP1B2Y>zw~6;ktN^};`pd( zD&wqT5@1kD0fXg9{s$?W_$c`LID0@aN~=ax9}%I?BT{nkwu68?eLx=W7!-JH?2jD( zKd$KE83+M6Is0H#kc>z@QsV!i5C@z8q^v$5HwO&SOA@@t7QFvj^gSGX{B0l(7(mZ| z|H%pdr*n|EovY2G6oS#z)c}9Qxc^~e8;Co|-3gOmJafa5}3gDHsG;?q}nLP)*JCF#cVjqa`ON=K|9D4@vvI`w!8g8cp~R zvOgmQ8vmb1_%*cZWI5|iNJk^af_S^w$Pwwe0If;nt=M&zFn6fVz!Pr>yh)f)Q3r&4HEp(i9f0(BZCV1gN zR4LkS?3vA9>jhWh$9dCC7>qLixB+`5zz6(J}_!tsi-uKMGrB zbk6jUnV^=%@}OFRbJJ$bRTH)CpkvEyT_vG$*zPXSUsH zYRvE_RyT{s1^MC`iWXy?mm91+9$WZo?5PQ*t|}_^O7k46os0{%fIIgmfTBe?$tqRs z97h$94gsLV29TRMHs!u#Yae~WW`zV8eV{qm^CCL2L{726S(M%h;)hE0+n=Q(RurEo z0t&0bjPkuWoj4XZtfU&ilJ@LwW(g{57W4p%T7oH z)1Qj$r-kFrS!!!h!Eud^)(6)6&%q*FFcm!i!|A6uV1~ro?6aM0m3+xm72GD$G0C$R z@ZF-yN)>N8$$HP;`ROmNWIxlfU3VV`*yh>SJQS?2_sQDHOLA^C%wZA1y~*RP<)V11 zM?gR@wP^UPZ{zTgL|j~aA;(HvK_UDmxFUoaKmqDMV) zuhIJN%f)^*l>m#5x;nmP;0Bd1)6l0mQ$t`vLBR`|>-FT4wDYnu9^bZt0?c}+vA)fp zndt3pQ(l)G|6`7H>#-bJ3BR)vaxu6U9xSD2-yQc$p#y&+_UCQ7Be1S+cB_xi z^tA_{NTLK!^nr#6HAkLGN=nxK7yC)&bE8{x(?0aHUUWX&6Ii9Cr7!vU4Hx=^ZUv(j zc=#c3run9~mha^fS>zMx=fn~h@)4EeGerO?DSC5+YwZE$-k8wz{-qF0@Y&z+NF0*Y zBlM4Ag9yT5*(rn-%6C(70pWIh-{Q-YyH~A-+(*JM<-;CA&JO={j<0Trj&^!7{lS2s zr0Yi4XK-goXDZoMx>mOU&~{-S-trancK93aw(9m99_G+9-H{9-MJfz4WqiN&{U*Ds zqs&5`!E5)BfsWa$wV)7$4|kB2A00L^ebmVbzHeyJ{=NSnWus}fMXwoPOhSTUA@1~# zAJ47>n*)HWvrQf>a(73HcYh|vj#?SqUxU12)va_?1#_~`jn_9eSC?ZiHM)u3LJQ!~ zW|fDvYW2vwmSOBL(-krI*$-g=%lHoCv*cYM00huK52xByuQXZjSDY}>(TPdl8VxTl z*zF$FH~8)VEsV&LG5wCPXIV45>c*L^dBC~b9=m-0UH@&WHje~_U06iJ@kW8_Rn}PhHHCEqz$>#1WQ?-txMOXW{S(dwDd$62Q8Uvear!V@{to;UTU~I4= zuaP#{=gn!Mh%^^QUsM4jlFjos!<>sItH}fi6#e|f+*`IeWmuu#m0{FFCs)@uw)qymA5M=u4HfpptuclQFoFlp zhlhucR_-YZpTF$MGPYD6P9u-TO^4dHnv8Rk$j0=ugfVhyWxf6qb21OER`&9$<=N8J z)kVJlD>^{Ki#*Ej9a65Ys4(z)1?2nn5s5p7mn1lx4*0Q1W0{2SD53(V%dc|kI^Ba2 z%$UU1sCoWt52GdvUMZZhOqMy)-!_;eTN(7ee^J#$(*_L-JtJfOB1Uw7L-IOyQT#B0 z>b0qI%ZnNcyX&> zES7(_cJJO_*$~o;AV))|K7HVCU$(Ry7#ZpD4$FilFo>6Jx#e0Bb%P}pk;VLt!%dTw z4n7_yY9{Q}z*g#mlh=_E5e5q1R`6kQH42MnKX&5jMe%b(?rI_O#af}5gEU;c;}dR0 zx4lDlYadyZyWTr5wTQ+kM>WW7K=!PIupz`-tRl||pFDZOL(IGuNVmPM9`Ey;Mg#4! zfJh*(@jB2Y<5Sjv9q@xnWsNMW7U$X)*-Mgqjfn3mQwkdjXrt>%%5U>=xnJbiWuinI=EzR8N?yuHgZfaOob?OlR}cN5`0c9zW_K8cS2SD_u=8wCn*SdO(=hI=$TxH zNhAKP{v{7t=;e}2NHc`P&wZh2)Jg7F`(`^+dRsZEf_JCazQwU1&w3LI36QkZvxq`o ziSblTS%nt%xGq`o1)Aj@DEE#*XLN62<5HX|hOf(C$c8Le^?)8XnWZ^|AruQZR_oR( zUVNMoT;D|>F!)*9>$o?)G%BXqYRxX+(ZZbyh_t{1P{GcK9`euZ zZz1c9{sF21W-D7x^01BJG&XJ_GTyYxF7MUN2VjNpX_iI`Zn~g{>;@xBqP@NSXnpOs zkmK3@v1zKWY_t8&PNHF?K3^ zzwq92R{@DzOy(|$m%b?Ocb6Z}ykU#h*WCSNbrm#Z4_jouc?9+TiD( z@4(;Nf%5~FWDGUpM{yun&`meroO{=IjFlOM$g7SC;$2-n5NpO_1AA= zmE6q6jQXLh@NX2Q4!9S+VK{?AYJ7E0F!`YU5@s)3tV$h35+zV(XQ^`poxqmM@-`9W zz&(V+)H9R3uWF)F?a1F>#h44a-(jYTQ#@SZkd;aIX=Z!?S9dCy8gFWcgk(v1{8^S& zAHdGZu~eU|*fXF9AC{{c`e7@t&YyO`?EfV)>2Y!h6h&{JpPnX*dA7yDhRr?Np*ga_ zWxmFFHt4ui0~SH?7zArKA_)J^Ix8kMkFf=HBkRy#ZI`8#=s;yX(ORlX%617%fo(`4 z6gk7wUT|z^Y?Sr&)#m5x$p)aT-1U)rgYhx(N`N@A=jwQ~%g<{)4;GshEB!Uq4I+el z`afo}JzP9@`9aRm->m8NF)Hd?u>rFy1%r)D0c2ooOn>*gZ7dT@U8Y6Ew##osr5h+; zDtJED0T1`c*oM#63;g@J=g*+?kEPVQ`XU#gv&&1x^q#617|ggoK6q?&h&sK)01tlI zEyh3ASuo>3E=COQxHmda``2*HwMXeiL@%LZNIx|t+UO3D-lR?U((LmO%$56_l=Pve zpg>CF@<4V{R=RFKo&Pg2xFvv}^L}EveX_RMd&_pV#zy_FO65nke!@gKvU$6|W1FOsXRs1_a&lQ}F_(S8*Wj|vO9v72oJQCNnC zGC$AHb0H9yuKYX1G&fc=nt^UOJJa>!=82=(T1;9*u>v37yo+MIapPHjugJWGPr7N+ zl!tZFe7_*}N9k6l8G%M7F6uE-&b5J5KY;S^8&YloM7y&$1R`iQpRX-@UQl=S(HV~b zFjHUPre@ZFTe|OH*uOsW7F8cQ=!2!+y@7hVcgUi%I|}*ROAF_4jWjaM>B#Q?URF1e zY?La<@A~vg!&1jbRIEI(wL#&Z&tdzJoi)eX%hav$vXdOzhp8E>{_@l1q+sXLpnxw< zl+N}BFCsYZ8JE9{HdKd{mzNuCbPY``nG{5<%9~l{IFUpL`V9*UO66vZ`JmTU*J>df z>gRkGpRl39H^dxd`;`42-1-%jwOat7j&LSR0tG>kIc=31evfD*${vVdapvl8QO%e> zhe_<>k{8^!E+V$$juhM%5JWk8_0ce1*M@DA0O#J>{6YG!Sn*IqT^>0HSDb-%H4jpZ z>{#l0LaT_Q0NgKDY4gdjSSwA`d%<6|ztxhTy^iLKmLDwm$!5}0$$+L8AG~7|5|kNAeP;Pq zLXD>q;W<&abDWz;i6SqR8L9qGmI_yO+%(}PpUzSjrsfNR&R;s3bqji(N~*0@kIBJ| zD$PpmMmoDbyf!?p*&p)SX+c${;R7^G1E+Q?Kc@1en2&}Wk(D0|0L&33A)?=|r2V%e z4ts!G%@@}zJR2Vum_h1VD)RfTm^19vO%JU9%7qHPQfns|ZL=c}_ z1Bl4SlJ{7y2ufu-ouP6TR1PMd@$gCqlu2Vv+^9`^XKGHdsqxj~1{`p&QVqANR>ZNV#}MsAA<9nk{O6w1Y8 z<|Nww4qkyd`*rF)S#C-s;XjPC+y|h^Iud>^1-aC5Ty$@2d&wyo^QPx2taE6OOk$8H z>&_3lyMYMY>sI%DGmaaU=}LVnrc2$~k=E(Qc$%>t$5(Sf2;n8U)F5ZFUH8g2$_@q6 zyQV#O#fuZ9uiVR_C$w+4?ISu`#WOdQ_;R5oChasW?0$xcAK58)>@F2^?Ay{fCSP&h zLLgiZP0ReGx?e2sT&6rJz|yCj_FeWXtoxhuA1mFF;Pm(Rw{}C5r96yK4eg$o zPav_LH#2GdxYa*7_!f8aHdua^H@YrrlhxigJN~2>-P?5FVrGUno%0nJ?i*jac3n|W z?9v>-039)GiXUeYJ9T!qVjMyFPru%n@yK(qBiRD){NifF5N_-@5cKX^3r0 zv2Ou|OW=i98J$Co7LIaVSRVXcAHtvQCN`_1?;K76JcPi0uH1~o8OuOAg3Yn$;)d#eF0JMm1pAD>>r~vi1L`?;^;bi9}V-52qk30alD_%THe%V4`HNWv%o?W zpKH{N(OSxc`xyzLj&QLvzi9)V{LL=I~ z=#)%LGE2sR$5G~<@Zsc$J>%rBNaMTIjd9TL@s9SXtyNc!91q+N+s71_sh&GUvhTDD z++sea=CHY-i1~>1Ke0|c1(x*RoLyW7;pbyWmOP&rzmr_e2+%nIJXsEL)&6~LWKR>s-tpMBRL7Gfh zX>(R3GjasJgGr}&TBe_u+O6i*&1B5jY{gfbsI1Zc?!u$F5b$>n$nZUZRxsH79i0FY z6XP4T|M-|hX!69%7Be_~4y@_rjT?JA`=#ik>y8%*U0RjD=dVF%`*`=N4efMGojMPl z+A}-5Al%?`HQibh3rUrL`0MVoV?9uh!67HoJ-ZsmER%#F9Aya(T zK?&ej*=GiX0Uq9)Bf7io!IwsziHsu>C7j7Mc|xnIe`oPbCn#4k^%f7+MJ86$Y$otC z8xx58Srckc;$C~lf|)Pe%6@7LsZZ^~ccv>_ zgN|G>-th4dpf__X_ZQrkf=a{~2wEqfKtg<8QuA#}+b7U^DgZzy7<>|YJyG5(P@U=cSAYNP(0JV2;$SY`2 z66G~u9t>;)T!;w6e+$1dSVqG9*Ep|N?2dJ_jeXXx{ivgTrTh;nK4xF3TZis1j*LXk za{Z(*icq;b3y>NN41vX_hVzbhVG{OVdTPINf0w>_-;%%9Lt<{;BDwrTE)$QI?`6p4 zMIVEQ!GVz~?w`q01ClT9`#V$Rsj2nR$<$W@ZYItdJA2=#Y!n>RJmwqlf|d8OrTkIK zgESh-)^2OBWcS=QrOR|bk^S{ow&LD{Br@7rY(HOYl+Vh-9G8;953NSNA@UU@lup&t zzg&$bl4moq*x;>ho0#85MRFy$Gflc*A70h2LEu*3-&BcuzLppL*NpI)^scIf$=200j51LqE!Icx)wdu*hBuu`3lRH@&{?DDh7+Jgsu7ugO8_%?IuuT=5RTm0DSwgO zW(>wLco@&WIxGXMaM-p54S0~P(6G9PH4d?hlK}WE?><35)ol>g$D?IKDGA468S63m zKZQ(^kOJ~1bm1>W)fl6uc8DLTw1P^ggkQQ zaakLMl9JMBsf|#J1=?CSn8=K=_^96|CG={)=}+0$ERT|-DM>kd>er6!R#E;T$dC_& zKV}|QZS4$6YMqTQZdv*HHJc|Zdw_{?@pa7g+4Xj}#3=y*u=67-UfWr*+B-e#;T|4( zc%{mGM2<_$MuAwMHr48h-pD%!|LN1D-EX7%b`_~*vTEJBubrgezgACWIAbI1Y~zJZ zw`&r#N`qoW4MDYq+5MA&5RxjwfSkDVv16Dwffm4Wkt%#oD=5sLajK z#SNI>>^ZBs*R&H@E4KB^@-w+~Zg|L%M!JBZKJzw&j^f!>&0K7E`bNU?+IPih+nyLQ zm+7%#KxYN2siFOey~*<9e~Aa&6}#7GQkY`Dx7f-O`f$M#Fg`SJzR&U*VqPjTH+a7j zG_46G|IQzOJb_V5@|$$%tJ>=yJmmf0nO1>3r<98=vX8YFLFUp~j4*~%10)8~l zQoAlcb*uVlbT0|B+(X?}o*C*@NJ10VL7f#4wl&<6nPt8$upF6X%pd7zPgsH7DY8-8O6Y0yLln>D#Lh>V1ID144Eqq{=}gnl@(} z?bTO20oXe3pe+`aW4Y4k@C5N!HBITYmdiL`4QvT{EXzz)`BCzJmyoFc`z3<{Ur<9ON6SM6GHYOrYf>d-qvSw9e9The)#oxd*gTdQ@q^r?S;iF zUQ;^;cdE|!3{q>m z27tXCOIt-zQQG>y7kX9x%u{1ahmvvl?H6s*oO@2DWSoZX&sM}}6J;V!;4(eDVlmpQ z-FAGsm2$gZ{b;W*KZA9KZm|l>^7et0j|z(H087Z+N9ZJFMizoNkQ;dt@2r{`j5(CP zg%u#%T>(YZY^~oglW!2c`Tv%nfBX}a-h((ctF_<4|Gt)ym3V^Fi=s+Ru^W7_U0eV> zDeQ-%Gi($Z?&ky*d(4ubbbF3-0>kS?wBEUid0^Wzs`CmyogO6Nc(CzD0&;;0u&uWVcA z^oxTlt4m{RKHOVzK_5>6C2eCfzeny^e3t+LX#kcLQi6=%&EL_Cl$>*Gwfqbzah29x z!48?tx*TQ(Yh{_#1+ei*bLN*dm?XxMot|}Z)P5iM)5HW8bMI?uqkl&$NjQh|`)F~M zD&TTlKF=5&TU|(^KCCe=#z)zmBT75_oulP8)pi0*pnJfC`R^h<&m)E8;&48;yv3*I z$7#XJX0+X&ukmW_rJQnr9-sj{PA3#jz38ROyC}XZ`T_y(&Gl%Z281-RjMx2J?$|H* zWzel>kf_f6dxBiq`2)>E>kf_mIt}XrJN7Xf^@zzGQAF?TvOENHGqjy3RyRE0Avttl z{&V!)CA@d{u*h25mz48jHzv_W4k;vr&utY7WobI-BS`LN*XAi<1(9nrERr$!Gj;V= zM!pc}>mw|G^E!m)#pPaN=398GOnqER4nd~i$mxxe#!Dr$?Na^XvJU*)t=9_P2j`F1 zEMsa7qXi1E-78b0t@j>7wUK3kL1|$Ly`t7^CDnco2)(Eal3Xkpsu944P59Oyo*U8Z zJF+AJ*{;M*bgk@zuK13$&x#Q`4m7t8z7XnBR$fViBUbvV$Y`f)u~hiy zpc>{_D;}Mo=u%!k^c=Xw`tPmzFJ3WRZNhJc?|L%?6b2--pv+4x=+o@CJ@f~PwgDK_ zgc@&#{C7QBt8sIwqO8Yb>}4L7*chqVI)!EM^wZq?_WqoA0X6)dSJ%+85FW-!GMv`f zYS1qypEu%Ye+$mQ0u?R?xJ(iAv3!XcyIi+@-HOY&Sc^yFe~9h>@AcySA^!lcK)MV~ z6S57T8CGO{U6wL`$3Ehn4@dhPeL0?!M0qpRO(%qJWzUGYN6)9@kK#-i`D8ua&a3fr z+TTOgMEoX*MfQ=# z$nDbvFyfbW7#M8>|3u0}5qXe3&(1A{DXRBGlZiCibcU-GoztK=4d76^3VaOt2oIiT zB$E52%moatkqX^p3kM^rSX?PX4AnYh#+06xLPp~h7JGT%;#)W9lp z9p<4UH~}}dK0L_g`4b=F8t;sk3AniS;0ux4;xTiY_|_}yATw2(>*zarnU#rJ72^nD zd;jC+P-w3<{nzc7ur9y5M`|n19psW-Fw%q3Ya)WHE-#tv>w|3Di+#q6L0lI=*+Iky z**~mxMWokLmIL4gnw&yqT=^^Zr~Ek*Xcl5P#q|Kbh7!n{Qflvpuo>?e8kqFhDe;N@ z(pCWHn^$5h*8OZpi~rbdhas##9T-V3B~_y)o(BuRnkQBnUb5<9mmu$7IQtkp=oNKn zQOYTxv)D`)Tf?XZ?QF=Mlg_b;RdHz5AZtCBmzeM9>|qK|lkR-&pvub#Ysc&k?u5b( zFhOWp(l0IaHkMNoMwSVCe$U8qn)Dl!Nv``?FS=YPo7xFE_-)agsB=P>*lZ8^1e%8< zX$#+_U>N9!1EsjbBVsgWw-<6+hn8{V%v(6i*)fo^br)Nfe z3Kex{UR^UN3*d3-$xg>Gtb=FUG7h27!DYM~X6{2L>B5#|g=9Ft9Vwp!#EF-XgN>LM z4H`YnpAi!-;#4`?FVolDA=p2R1{zJCwsZWXdRN^uh!*frV`wK@ZkdRSU9tyc@whV)vVj*`3oD4d>FFwiifyO=e~Wa%fF0@8Y_ukRdA=Q&tJG<04G zNr0kFE4&&djPJ_5$-T@eoJQZQHJ*?!=87BZXO_lo8aKG&y|oO^gI*so+@FwhcxP7As#F)-s}L zj~mnG$vt^wlJo2;zHfBYSC1VucZRh@iR4PsxbFGOd$RjyFRqu$s$s zeLImFqpq&v3pH6H7$%Tmch6x~HE*TYmh~hl8Vjf!KaI%_2jgC*92+=|l|{`tWu8b1q4d^R?}b1PUnDPH%i4@e|2sG-L;*`Yf4CKtH|PG-RG99+&MA z0d>}(cldd;2!5K0Ux3$FQ0VEWF)jgi3n%!N)b3B#)iM;vyBX-TevnwrY|Cnjk`vzL zNa6HxIpxo5NxDbt#ctcIb@yWT=vT*Wvl^WVtVxY~7;oJ47ZKE=iKiR9rLq6cKXWU8 zW4N=y{}c2ttHtgc0JXD7)tmgg9^yz8Q%9G{hwqwqOLiA8WjId&A?2~n!Ca(~Jd^seB)}4X_n;at zmr0b`h&s9z$)wwWFR1;%p|*|RmBJFkWcDl`T}vXORs0sp6c3^|LPA&Pk8tmQASY=R zkwYjv=3LhN3Cub=%I<{KtI{nvE8#!0j1b%tOh%BU7sHWBP-CcMk*l%DWwyA*tbi2a z9^vSiErFJUT;9F3IQ{+AH+=2z^B3;h;akFsW*Ua#_nzC6fPv)Xn@<{QaCgeE^lU!&+#F z$PW#vIr!T7xOn-wczOWH@LAZW4TePW#^lBOEnBM3{}m|vUVo?w|vbM{5sF8S>^C`RFO%Wj;#xzh{)Vfl2)MEG@$kD zyS0#(&tER7opbq>!{B6l5HwbqS&MtqXbJE^`DEbvZwfrpXDk*Un4kRr8X6k-W9oA# zC@Azd?6zZd#XEpnECj{%{>Efjz776KGO1o{if5pkpT&8(&>P}ZmjZr^+Mi}+N_TSb2CC3(oExa=U`35_ zr8$89dRbJo!NIsp)?;V$%?82POcW44Geo_cbhfXBUqAqOP9@5=r-5Idk;DUmido)i zOle6nv3R^DfX+nxCHw}Dc!B$e(Du&B)Oni85wSHZd)=N4gfI3c885dr zTi5f%rEnlD2B*Xt6)kmW|1*?xARN-quH+B1_~qr>5VmN*xybgh`Ku4h*h@t&LS8J;3VpUk4)$?PGYnW9bAvl?YDS82hu*L6YZIk;FU zyp)6!1X$%@J3@pv+st=)W`CpBPyU3l&e%~#JtDCv*l9*rM3>V1qEY`l&pWVC6M4wFnXD z%xvkI(){aTz3;M{>9Grkif=7l0|TY*b$&U3diO7h_ZJrLB9sI(2vhpR+-At>Imrp0 z6U3tT5{^iWmz-H^QKwgU*rA)Dn+Q2$N_^+tmXQ2uH(7r}VvMD|M<%CHx&GF2=y8v@ z9#NMv)B)oI;A%Nk$h_H2#l%E&n$+v>aF(%&$wct(vov;F5GB+hH9u7a1ft22bO*~V z3lsGwG7O20$#?zxQ+0FN;J^&D0Wp7Y$-MUQ=^q(!*hywEGn+U+)Gv;VCv7)P1g3Ms zJy#T?e%UO-F?Wj1pbm&0aT+BL`a=c=KYxGQtnKG1Da*?)))5hk<_M1@CC8svm~x$a zQ{_gcrkcLK=Y{&he>uf&zwBPMwzekHh{bif&jKdK0#}1E5!lfxP$BD4nVnp*^=`SK zfbpL+%01^5ZI9WM&Pgmn<{Yq47=RLolJlSUN<}|v zl5#pw3O>HRA9v%HTD6)Z*xC7&p+A2geN>$Np7j{MMZvoho~k2ct|d&pUN6bM6PR*e z(JvYiDV3shiwFC9!lV=Ve&Mh;5gb@p&mPK#Uf7I?b2`b+&eX{EQ_ew7eP(K+`KyKl zJNmB%6$=~NtH0hb-rS7w@Ca-*FGPM^IZj!28n?_vRlx>dkUS*bw#hzh{4GW9RK(*l zEHGsZ^<+y_iLgDl3cdH=QS4iv9wCN#LQ*)X9Kr?FQ6NL|*s?Ote{{4hTYpRK9Ub3h zat;82)z(fs6A`yl1wN-eR7M~W{?BBFg@KWQt;L&jd>pqA92^{{r%(YvuGC}LcAl?b zk z_bLrn{dK09V(MmzJyBOZ37Bkk%{TprRc|7X!#Rp>pkKHA`}bUB;g1W48YbkbMZ&3C znVa@P4gAlO)#~{n2M2EUprVE2a<|`Dcb1kSmTc+^&PXN*KV$aMZn}w-UtpY#f~m{?=KiRKrS2 zOJzu+Y^mLroA40}dfepebSu|5BuW?0l-f3kWo3!Id)E2zaWJqjp4fxXu6_DzTaTTC z!^q4`%i2>YRSQdRszNU46Lg!B00Pkh0^#a3;r+ya|E^z#1g|G>X`P0&-uyM+J3Qnd zCtv}R#>>j??(Y8F0RG+zm|9qXIDkeKo+_wnYx7c4zVe&KA0!>oYxbf5u{EL!+NRL@VZxV{k3B^vCpgwYt$!RxzC&xSNVMV-d*U zG@Ln#sdR%cAt4dA@vo}YZ^FT%epQFPoL!FO{a5a$Ch@8Hd9aXF{BSjYxoHMPY;P~l z?=|7lQaeKm8cT#;=S%MH>bb_sirl^=osN-TZL&ULGNYK)+ywE&3>eIOa$=*@eyxiK zbB#Ie$1Rw3Gy6?+0Q^2uuU3g&#Mt5KiM7Ea*Sptsy&C}wJ}KFYaW15ISpDE;rGVrz z7y8-Gf`Y{>yR);iR@8DR955vg=Z7?1_yOLSn}1@bQJ=al$gp-?Xm-ErQl~ndB{Min zXL`)+jI7T}Amj3R9Ai{7BtQH5yQZ?TsHBO!OZXEzzMfI*;a@oy7Z(*H6MmqNuCD^= zlhykqy4ExBkVvt2yt&7ZFEnDK?9@c8L!xoECylsAPCLnY@73xL-&yMN?xKiD@WM_tcv`L^0SuIDU+zm6|2kFGpEJV89H zN+wp|6Ex3#$<7{J{^#msE=+BYte)FU9^{}Vk|ja#4~b7pJ=@*4yPNf95B-6K`Gg&) zn(FZH-#-AgRD^uPS83KpenP~8J7H5}I(Z${$d-@BQ+31Lg99vPxdq(&yC4vB_uoH^ zLImRKV`p($>v{x~BjKg+M_cL(q?j1W?#NhVZt@{c@rPnGrqi)Ek>=v!g8nq5 zJSu2SGGLZ4vyU6;t@ff74&F}*W!RGZJJSq*NVQxfGBzIFNUj^*9>RZs(^{XxWU?*nsR`-j$D<2kb$U0!(uIc{bUb#eRT!) z_@bJDfshA6vcEt98t+7lv*smTn`GrFnqH=>VQ7rr_dp=f461HqN4ECznTg5X!2vrt zfn64knA6A_Td-JX=$_Pdd%K|tMG98}(;_nRBrwn}8)}CH9!&isIl_hIPa=@saU!p~VdXU51s0 zYE8TQwr>{SJ*adjtp}&@rRz+g4$DDy*uLAZrCnmoQl2&!_;2Vv9?8E1vu^mb(@*p! zo07-=2))7(cA2#QeQ!ieIz2rNc=^&yi=9`yUM|_KAf;L>ra<9B*dv3_qXZL@j3fq# zii)nYw*OLoPvex=Gc7i%3@v>)W&O@$#TdD1_;9;SYy5{|2g3$Lo%(P^o#>LSMzoYL zol^$%X~;NUX`A*y48>BoKa!;=tYgipt_g>KP)tit!^4ffKwhq;B!k;(&zG|$?)ERG zR()E9^`g<41n_VFA49>ixSnd!voGhPMLx?^G}HnCp%!;r29fIteT>OsZvG@Jq7=ucaA}{X{=#@+g!UNQA4%va1 zG~{yhbg)_cNZJxoiuXflz*4-rwbV>Zh#BSkfr zhX*+`ExwaUE#lkkdgTEC>*(ZF)WKj)-`U|5 z7m|vf!dC3+K0okoc{j)!t(NXw41R5e+v_V z!4R~~$)=IP>88+Q`tUG6I(-F(iSlFnXM*@tRwZg3(!ic3dJ zOE*jQ%SDAXL)YQ{Jr`rLAKXy`3>4k44j*`S}Hri(efM()7K;7tZ>BVrw-srQx|~o_#(FGdZY% zu|C5?lhQS>%)~?@#;{%622n8;=*<8o$?9bY1Cx{l#}{;l$)?M3_I$@CK%0jX`q|UN zm0gT&in7UJrv|ReKh>T7dGq>OL~*(8%ehcX;fe&&AeY|TL+i)Ena+nx>36OrUeibR z|8_HJlZ$yvi?DVf76JteK`PJhr#R{5 zdM}c*ozvLY0@{OD*W%}{5l_P&|CSC{R(BuzoW@glHr(x5`<$9~{O(-3X5dP#bIrEn z)z22^@tA%|9*c=`Cu<9vEK&JgQ}a!4cfhFpE9_t49n1wZEj7>Pq2WmBIGvk<9rtja zVF33;`cl%Py*%{s?grsHBqxW<2 znvJ_a($lAjbW)=ti9eR@^KX07tF7CSEstePZXrwxv{}vk5F6oskkiO!t5d<+c+rcJ z^753H3ZL9c3lph}k0_+k*rhrDXkVInt=$sWGxx~evD}fVE9<`E9?XF0+R}qcn1Ods z`dGo^os(m3aG704@1)Ql6O)pX5@C2)nq?OIklWnZbAYwlw@1m-RIArySMbNju$jT zL+Qx4^qcOry9#Scv+~*lK4oY3?*9JWveDkwR#7>Z0(1Ecg(B%H*@@Ux{Y@mm)xvFs z%(c;Y@h`;H?q^6OJsnp%!iTfWy<7TKpnFIZJ{Crhg~#`a=K^t+`z=erp!D=Za-)M< zXe@R>j0F@$!J#!8d{a!=a)_&B1Jc&Eph*3Sj;nKd5$vSi1Og?_Id*UN4);``#53CF z&{!cZs`tq+4wL_&wKiJQcdm@J`R{A#18qIjV>h7aYz!1{2wVO6Af2vAnjq{jIQ~2Q zdM!TqYAG=I@{cL*;X3P_~N2&Xs8@$4z#(s zDgAuI>{Q*(E_#a7IzW?{RpzJnI0lh$j( zl$n1j1TL$*d&l=iyq}VdKB4{s7x5fl)2%=RjMXAe)fse#KmW$u-5UgD1E?EnA?IDn zk7}<|(K%Hki56QqG&G0JHMBr|FY^_eI={&+q?vtE;=R%PD?v>G%D~apX=Ep^zUZII|4cv)K9_i85_H?m%he7A%YzGnz?YyUnjA zeniR+c7>xv^E*oABa9B;FfPh3Ufmq@H|U~^GF8jL@xG%98Cuc@V^1GzgP0fD58VWL;BULCBgjI+oZ@k)}0{6Kc(cQ85`C*iZm^^MA2 zT$4cNn;D53L=UNTe2oZST{J?r1~j*}o{W1}M0<2HnV96gLr%4o z26-^|;vsyW`0vEj0^}?AsKOwpZV9|HAsmG);vR%Erlt=XPO7*s-ud`73FP;kbMdao z`W`Vy2HsS$38|O3(9%h|6;@S2c#JrU_mP-KKJArCW^|@J*!7`T9%yC+gNeG&({O{| zmh%{64>Zi4r5>*6=SVV0+}6+bX`uxc?)x;6(vpxLT4|QXYm*k!f2Mo?3{z5lVb&o9 zyFsi>Oy=j!pP=Jd-(i5<7c($x@r9TsiGf37Cr(HxUfhe(F1{h;DLfLsaa(|EqsH0~ z4qxi%VAgK(1zU1KqxPIV5hG3}@T&pQ);SqKQ}egy6I~TBM+iG@A%?SCHP)Mh1JiI_GD5keM$dw!go9;x-cA9? z1J{zcy(;?C*GGT#*mCfp-6WtT(8Zx{;;bPv)+3tG$yot{OLlI zzY8ssx?JVGN&C$qr1Q702tdF&zb>Jp&uuFuhNW! zYni6H`ldZgL;a4;8S%=}M!y7H_-7 zV{~=y`dqH6V!2Uno@XfLg{`E=?9Z>UgqokTh`i6e<$~O7>hbg^!xn$Ztb==I@=g#O zVUss4XdQERSr_T>D++saXD2-)!wCg96l;OOTwey~qDwwA{%G>bBgo78bzh6LWr>lP zURoI)eTp@A(xrIEmZ=o})5KWhRE&Y7X$QJMbt7@rwedCJc3CW}Qmu+TuhKpBqkyA{ ziHdC4L+U30DD7}gvMfPo>R{li@3ghwaB8yQz*#13Gna?Oc2|~@G8;DM4ktdI@@E)o zI$v(!w>2wk9255=>gwL|QGb{Bw4F@M?^gEBR}~m(Lt|s!peUMhw)yixCS8sm-kzaQR; zW-#vh2oXfxM+mm3`L#vT(LK)L9b zX>4p<=t8@`X1%S?eJ-h^Jz<_6GC8s|_zws*|KF=t56pFp|K3`Pzu>O|8(Wp(cLGWsUX7vLJvG-IiDP`iw zCROCSpA37BYn$}bo8ouw0^fs~f6jEg9L}pkdf9>$cM@MI8wT51ljuDFq)e07;v*MF zl=K$CCJQl){O;KE&y1 z2Gk+#^Iq4=a&OL`JPS!Xc_nk-_cX;*X3~P#3Z!dGad=FB5x#wQz(qs|lhY1YdTQEm zI-ToDh3Fd}+SaLUuhpwgHCN{VZQ1Bw%uRQ!Qx_ypz=Hl{lCp9o74j!U<9QUFsUv|E!V~tY@Qh7lp=zid0->rXt zj=I;)m(Mb_3XVlAhrAn)K-ZFjgIn!j{(*swL8oug|KR=k^T&G+d#Hh%pT7j1e$iBG zzwUdC;+k%v4HFdG!^GCnP?8}uu>L4oz|9%avIZM+fyw=huDesRx?bxPts2(}hQ`}S z_fuO-?!kKQPC>b;^qbq(-_>Tn#04(S8E*&Ac7{?>>1Y3ZyxDSwIT_NZ>~_0zdn1bFJAxA335J+I5S#WG?t;Hzzj5?Uc$mpKOj$1>Npp{ zmAez?!TxOD(z^5IN-OZ!RqdN$AyZE$Z7W`-$9pSUMDuy$v1ON$&|NIASkiHXHwIZ4 zBcvZkn`SU6RI6JwW>+TdGhOsc9d7Q@!kqB#9V4m>NF}H&DRy^ z@SA1m;Wy2^3A=30>@x2KcLdz#S5!-9bnQMl1%-DHg=wPm#BaEU1$=qh5FaP{b4G?3 zI-RSa_=mt^jc*lhznEId*z1oc;-p<@WsaCPPrVVQe33HCM;>Ci8Ek^|3lNnRimy)_ zEpa31oVP8Ev}HkWhmd+4b(6|NBH!f_a@Tg%#1UP`zycMMJ!~70g%VGSc#4K4EM?M| zqS0P9#6>XAHla;q=TkvG26V3^?20n)1+qfiB0Gw8NW8hJs98cZd|v$Zk*hkCL$!^l ze{;*8EN$uHCLKRsFKUCYV(%pVFzqCs$U?M*kgK7+Jtf};YwY5@awX(FP9zDo3nQ_= zf2vF{ab%T2-wM@R9F957bQsU*(HkZ&+yaTP8F2uV-d{LB~oMLK;ik*wRJEP=eL`Z)- zCv8wOXT@oMnK%)oE`MgwsFiYY*0@qv?qy88(strzH9W9(k6ClKK~rpY*{5{&tC{!c z_CYUk$S*x(UBkci6D!N40uA%PwA8n8AK`>@p@KLe{J%AibPb<%B5G3>B7T6WI8(Uf zmflf4QB%*ieyQAMu%n#!p%k_l;32|-xj^pj{DfHwR9Y($Q|+SL?|0tGl6Ul}Cvn}v zD#DHIl755@nG}`i7bx*NrY|@`JUr8XwQ~ z?EYT21N$?x`TyA5;D`wRJHnTGyJKYVZ?YP5%CO6XD%@Ui=&YIx12NRIef8M86)4|( zKzH0lgezhnyV-nS!gz-_Qp!BQn{?xpW{Hw&a-QF@nV06yRMY+wn%K~`CoD1FXZ#f> zw7+se4Q5_ClM_9;pi=Bf@M~JW_xJ(R-QnE(CdcclY1~SZ$-q>B23N{RYK?XJK8Ks& z+cS6}XJc+tlb>i#vzON}Mg#H=pCg>yva~T3({l6RP3*Q0i_SPy4m)sP@q4OAy)JRv z`9xp7-bC|^wD=KyRAsCE;VoH6ud^(~G0p1UR9@pfrpy%0H_xYvBPC*Pli~r2GKcNs z79O-|1l%yti7#Iww45;3jh=4Zu`&Tf zjN_DQ>d&U1rOLD~t~3y0 z2FBHj392{fii<_O^Sn`J*?$IoD06M0Ik|42*A$vZB2s>;r9k!p3v zA-31RY?->J==(gLh)f*{Ox3+}@dca=iY8@2CfG4$pgVuqJ{b+yDumul_HEEY>_{!A>uYWfVE4dy_*}?eUyfRsFfdC?r(zVpaJqZ!upBwtR|XFn?)T z+w$j8QNR)QZjL6W5u`QSbCJTjm9Zn91V`*G|0We(Yo zPYbK~#5x`_r+l`FO%}T{Z|3SIwxCnTYAK1%tsARh0=Hkvql+=S^D>l6FL+N$u3nzJIXt z1NI|Vh)fp3+MMoq<+Z-n$I>?j01!%x5B_(G4IWZLy^|Vrl#K*yZ_b(m@~#QK^TgSVK&pfd#I@C(#-U z>pp@qPp6bIesQgROwBqa zXrnN$-KEZ#^Rxoa4W057f_pNOTl~wgqEh=Od|AYV)@lZ?_4chJj>I5{kaKNbl!4=W zvi7tR$3IzS{$NugtoEe$ znfPn(`x?xZY23aL^Od!8xggXxsaDUWXP(tUf=Uja|L791siV5L?I~>N3%povac(J2 zJ?9`@n(Cz~*NEmOxH~sozlRJ2 z-5{|3+Kv1-1(6g!>teSCo~iI+F8><1{57+dGWrLju+;EO|L=!!R?qIm*TwVcIi#PM zLH%FlS5CcYNn=l#3B!xaOFz}k`+M$<9i^sz-GZTl!5YK&jGbBa|M~Fj@deTD59js*2i;Jt9V1v8fup zR*lkHrKovPq!cZ0+`JLxHW&dR3y=i>0I-`FgKel| z231Z>4Af|(P>@a?X#8x9^Z=ycOY78x4y9|M3joxmu>M5QQ*<0N=Um^%HwcGDdEx;?&Ovo5<@lT8JP_wraXi}F1Mu4+Co{Fed|t8jxrYxx;5-0M zzGvrl*1wyh{g7S=suc$ycfLxYVy1I!kHBHkSQMaBc;zvbG5#~(ABXe+d_RlY{I^Zt z$J^Tjiw7JGW^_;)!?_KD#(Q}H%D2a4sO!`-0qa5nowxEZUYG3o`rfzyoc>UwUNc#T zzO0%`Bom0t~!9nmx;a5E7MbkdW4Zz z(K^P*ar&$#c^2uDyVnkaw?f$u!vlJqQu;QXc4p_Y{ye&Rvn4+(PvqqEFxT(Bmfy#l zN=k(#<7hWQja_y&HqWpQm$Otvg3-9j9yb4rxl#9kp^)KWXnK zs5yK136qFe9mBR#kgO<*q!6LD@s^MBV_2S-#Io)f-+nlN{J?EEHUULhnt*N8k ztC4lId155CKaHa5;*(tOEpa(T*zvu|?Mh&#Az{3W`_w1=aY}imjG`yX>`8a5WEVIP zO=En8wnIYxRjQUu*Bv1*N|ii=h)sM?3HBlv{^+wM<;eS%)aqzM%LMl(SUC1iEH++e z-I#5kCfADCH|s&J{w08|aDa)~X|^89wvB2SPrPi@V`^=X25)An{uv7Dj9B`iktv&R zZc*XzRj|sqJ|>2PgNe1yJq)Hj3|1;J$vlV>5iUMa4x~(_QRWjfD?q#>WEjtSim5&RyJgu~ zj|!vtn3g#rvaV$oMyH$Ow$za9ebg(cd0j5~!a&q&jK?sce$X@u6%(_^4N(eN6$mdQ zwHe9G9G#XAdMN(BORQa>vCTF_Nxr4r+gWf|E=3Ez4xHxG(_UfIN~~0A)Pp^*^3zkU zowiS2afeID{bUyz^_Ayn7L{2_*ogJCahkJ}7_6zuND0+fJc41nbWzgfPL6Y(YGU>< z;`^OjmA9{P#-SF1Iq-9!@YDXK@cUq`$r`bClkgQeII?aeJlV66pV28L?S4$Ht5EI; z8}T5$=$24&ofn;gc)q!9bDT!pxBh6g#~UqAAWK0ALYiS8j|$MtN;7qgJe|VzSRPAE zJ-jk(AQ)%>N-w2%qr~TE`35Av)%u(i2!-vXT~{xyXh_g*+6Fc+#bPR&(D}0rG@qEk z^k)7`d-RldtCQne!j928uOj8`y(CSp#hsWK2Cp+tO*n|ROI+Iws44VF#H^c<$>VJ|6}TjaUEmid zvNITh%aMOH_68phT6`Q8z!pKIiszuv-#+tZcnYdiH#R7|lt}#Q=9uoQ_`n}>V<9uq|I)3ne79Xr zq}r_8!9)vmtS!eOrcq@bIJ5vPF5!ma4;%dPb6rX0Y^Q;HTIxJP+zO*RKPZtxmMpBH z5qA>dzyYs!i+bUZUik;#d18On$}+lW7@ag*jt5QxX#8C?Vj9(>9l)y zti$(m6s0IiX1zk-O#gi=g+nX&8*kg>{-gY+hL0?+JwlLbQT0i)6Bo71J(vi<&o`De zPiVA=P`sps!GzT8{FuS(V{0Mji-psy);&*cC%bUMq_(}OjF4_)mIlIV*Nv^6Z9;+e zq4cl)Ep4>o2+=uhZiPF_sq-so=)NO?K%NmhMubos;^^n#~+QnSoqNC0?4^sy{ zD&8dxjk-?_MtiF9Dw-QGbzttfD6BL?t_-UuFPGIqTGUHrZl8&}RT{fI6a4`>dG^{` z!p(h~Q$)iuOiMe5o#V4NLpW~#kMfn+U(fp-$5c|bry8Rhuvo$YW@A}3>7OG3?k8Cm zd-`LdY9SaoU7e}~+9dC|U%nBbY-H|1Yl(oKE#_~>C- zgDEx!M%Le})-eG!+0Ms%HF4U6+}hky-H7CP%w0YS+JKO>=QN8txqe8;w4a77Wb{Ce zBLARWeE&UPQS+W$&6(>mz3i?P;{4Crm;1|6s5Qh?J(4t@DzU38c)8${&qqcAByiF# zz0!-JOK;?~D)V#cd>alr>~XsO;URr`yP(ufrZvtu>&xB#8?%6|qhFg8>^zfQb8Sd( zdJs{sb541waEWG?YtJ^u6jY$e50`W+V)wSUwRC@eY}Ct2D${$xvH8lR@%9zZ`7Pm+ z-|x36H|Y)|)43W6)7dOj7s;QHWu;Mvx=EBhVFC0AB_{odc7UF~V{E@Yj|NWbSr(#`ad-$la{{m~GHSPaV v}9NFX+)AW+4t;A7}*(&WF7kqGebT|mIg5-OJs>KgzQ73?8#n2 zvX#MDheC*n-}L!DzrVlF?|FWIoO_=8y6V#V&awc6!G-SkHUC8h4xu`zP@fxRq5$nHLNWm6GYGmn>{ylu54D{ETxUsViiFsC0l=6Rz;(tRptjEcL6TOi zMYeHu1!rcFh%62a8%w|LSG2V`6ZEOedkidSWP+s^KW&_GR%43gcIn?44 z(Nc}xzHjef7!W9SZ}nNigi4o{QF!|459{dt_{)5}FEOTp(z zggk_<-Qdiwu(r*5t@gdNFB@h^cj{9~UGzpiB%%FpX%9Q;PD|@-gz~k96r;Og zHk|g%j%y`~rZ-YJ8AGT<$jN{WGUywXftX>zxTNBpBTwuknm`2 ztMBA?;XyopmL7p}p7)J_H(5eco4=@tR9Dt2kW=vu;*~*Cb&m<|5I+~moFk-zy4Uvm)sTRvQ(a#mHSRm>RN|q%-eQdlUdVDoM8DN zn4+*rK-Dx)Sl+ZH&uQ@MPeZR1m%CI!4|tm3#FVkp0V>eS))7)|-n4U5{X0_=Mm^P9 zg(GDK7|-`b6rp^JkR3Q%I>$csHRCz+M9;FtfQYcOo{KiDOqfG3U3}YOyG6UKPwkcK ztT`A=xf0!KL=;o)eUCm)ZyR_!uT6@~ZH%exl*aPHaBI0-5R zQ5Wp$=9NOi_=l4_w?%RD7Ip56>p};qqKYsZ2f=Z0UC>;>wQ*bf4}&8$bm41CG4)jc z2bNK&J6)fo*I%t(({}<$b(UfIi^V1dudbKasK&T$KG<@=G6*!mXkKOv-*+rvbI zqPKsxFZbS`U9pq?ShLLQYve2-_El~Q*LIN#+gbg?rLKg{3$uF&Trux)WU7x7anfSV z_rSH@OcLDa)todPpkrX$zl02{6ZEYbZu=rN%cE_96 zo{fyv8&{UqUwDB>zy7s~3jVWnJKT)y-?LbVHGBlWjf&UE5d_bH5Q>UC$up+WNq#Lt zP$e*f3Wo1eYfpl!({lNZ(Oa=Knx|&DFm;{zzK4!Xri1DGq_5ViFJ_$9-m~z>KM=WO zG#_&(ZsZwE@7B@L@6f(X`HHF`J-44xI>;(+LUmsw3uA^=psa?5+2?llB5p$C2ffA< zea2rM0V`v(3AqlT;|1B0JEq!?2UpBWwr}L>HPC7~!;-gFmdxLi-E+9?313m1{1}g5sYG<@EdbeNp8`>xlsLACnS|Z40&V-yp5dDd#Jc0jCw~&y5af zJ3FW@#`$K3OpdK24itdOy2I!o7TERDh8)?i8M{B>)_W#sQDg1?{bvw5E02(mZ$=99#QFaoPlPxid3 z{sv*IRHysw#n;C!5=$;pV_pSS_hL|oe1&VT4fLnEm2rm9e0vOVO*!x2P`>`#5m;wn+e=LX|Dwi&D^iLI1|^n;V>OzJlh(qBb-G=aeVgJBsOu*_w^IeR%``{ z%Ttq4FY}cA1Ik^4PSQ@^wp$x&T<(v0uTozTQ`%O*A-?^Ygvs@TrM7(`K+0R$GTarb z#Wm+8#ul5L_N}%nWQ8dzwcl^VDSS0iv7`0w6#N!yhhV#@oEC=uE64zg9)9!oyDPu zuSKNah*y%4jb3Y|Tt9FH@uR+%?|X?gF%b1ra!;r&72h2_w8-4$eWpP<8T*X|8lc`L z#CAto8k$-N9GT1(G0w=3k6gg_myb63dGI4phbzCBUWqAFUIcTXprPmyr@s;6dqV*jOq)*_nTJE$Cv4q-OMkqMIeSv593-IEWeR~5a|v1uD5+5 z{I5Ji3@TIcC!JU0zh!VBP; zxK@#*lGb^*%qkN-Tw6}eNU~zsc53h(vZ~!D!|fv)pIJpc-QM& z)E3iStv7gdh-$G#9CUIb7h=yFL9^1c$)y`uIkW@9Lus-tBG!eJOy-!TUdgYXr*ySgj=m21Z|e{q6MD59iRDjs!&oIj$^f;+n*wo|Ew=7J(~;}c&wnR>PTy}xKv+zMcJE~g~7Q{ z+qKMC(OSE&mWKzyDMwy2mTF&l2Yf*qgM+=lQ};*pBhSP8gm>F(fei8V@j#aM@P^Ti z{)#9vR{^oPHZ97(o?V%%{qcnqUhVEAY@of}9Ul)VnQLW$;KIkf`AxNnhL@kot8qcu z&T7ASaPJHNShx0g&$p&6oII%GOpw wONUh`V)u~iDgZ#xPWk^Bo&FABNcKNq`#%Mah!G Date: Fri, 11 May 2018 11:50:36 -0700 Subject: [PATCH 097/186] fixed broken link --- education/windows/change-to-pro-education.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/windows/change-to-pro-education.md b/education/windows/change-to-pro-education.md index 5f26684f9c..235c356a02 100644 --- a/education/windows/change-to-pro-education.md +++ b/education/windows/change-to-pro-education.md @@ -17,7 +17,7 @@ ms.date: 04/30/2018 Windows 10 Pro Education is a new offering in Windows 10, version 1607. This edition builds on the commercial version of Windows 10 Pro and provides important management controls needed in schools by providing education-specific default settings. If you have an education tenant and use devices with Windows 10 Pro, global administrators can opt-in to a free change to Windows 10 Pro Education depending on your scenario. -- [Switch to Windows 10 Pro Education in S mode from Windows 10 Pro in S mode](https://www.microsoft.com/en-us/education/windows/s-mode-change-to-edu) +- [Switch to Windows 10 Pro Education in S mode from Windows 10 Pro in S mode](https://www.microsoft.com/en-us/education/windows/s-mode-switch-to-edu) To take advantage of this offering, make sure you meet the [requirements for changing](#requirements-for-changing). For academic customers who are eligible to change to Windows 10 Pro Education, but are unable to use the above methods, contact Microsoft Support for assistance. From 6b93adaab281b669899e4a194fcb4287f066cd10 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 18:58:41 +0000 Subject: [PATCH 098/186] Updated educator-tib-get-started.md, Added photos app section and math inking section --- .../educator-tib-get-started.md | 36 +++++++++++++++++-- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index ebb21832b4..cee6109b56 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -29,6 +29,7 @@ ms.date: 03/18/2018 | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | | [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | | [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | +| [![Do Math with Ink](images/edu-tib-setp-7-v1.png)(#edu-task6) | **Attempting to show students how to solve math equations step-by-step?**
Use the [Math Assistant](#edu-task7) in OneNote to show students the steps of solving problems and graph equations. | | | |
@@ -140,10 +141,11 @@ When you're not using the pen, just use the magnet to stick it to the left side

- ![Further collaborate and problem solve with Minecraft: Education Edition](images/edu-TIB-setp-5-jump.png) -##
5. Get kids to further collaborate and problem solve +## 6. Get kids to further collaborate and problem solve > [!VIDEO https://www.youtube.com/embed/QI_bRNUugog] @@ -234,6 +236,34 @@ Today, we'll explore a Minecraft world through the eyes of a student. ![Access and adapt over 300 Minecraft lesson plans](images/minecraft_lesson_plans.png)
+
+
+ +![Help students understand new math concepts with the Math Assistant in OneNote](images/edu-TIB-setp-7-jump.png) +## 7. Go digital in your Math classroom + +
+ +Whether you are an Ink user or prefer to type your math as text, Math Assistant can: +* give your students step-by-step instructions on how to solve their math problems +* help them visualize math functions on an interactive 2D graph. +This digital tutor is available in the OneNote app for Windows 10 and OneNote Online. + +**Try this in OneNote!** +To solve x^2-3x+2=0: +1. Write your equation in ink or type it as text. Use the **Lasso** tool to select the equation and then, on the **Draw** tab, click the **Math** button. +2. From the drop-down menu in the Math pane, select the option to **Solve for x**. You can now see the final solution of the equation. +3. From the second drop down below, choose **Steps Using the Quadratic Formula**, which shows you the step-by-step solution of this equation. +4. Finally, **drag and drop** the steps to your page. +5. On the **View** tab, click the **Replay** button and select the written equation to watch it replay your text. + +To graph y=sin(x): +1. Write your equation in ink or type it as text (make sure the "y" isn't capitalized). Use the **Lasso** tool to select the equation and then, on the **Draw** tab, click the **Math** button. +2. From the drop-down menu in the Math pane, select the option to **Graph in 2D**. + >You can play with the interactive graph of your equation - use a **single finger** to move the graph position or **two fingers** to change the zoom level, or use a mouse to **click and drag** to move the position or use the **magnification** buttons to change the zoom level. +3. Expand **Key Graph Features** to understand the properties of your function, such as minima, maxima, zeros, etc. +4. Finally, click the **Insert on Page** button below the graph to add a screenshot of the graph to your page. + **Watch what Educators say about Microsoft Education delivering better learning outcomes** Bring out the best in students by providing a platform for collaborating, exploring, personalized learning, and getting things done across all devices. From 49e5c4024fbdfd81c501b28886d83e2428b4b4d2 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 19:04:35 +0000 Subject: [PATCH 099/186] Updated edu-tib-setp-6-v4.png --- .../images/edu-tib-setp-6-v4.png | Bin 10170 -> 10334 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/education/trial-in-a-box/images/edu-tib-setp-6-v4.png b/education/trial-in-a-box/images/edu-tib-setp-6-v4.png index f3be9ec13c05c6190d40a64015421de5f5f77aeb..72393bc1eaaf2db845ad50d70c1085c6484879b6 100644 GIT binary patch literal 10334 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 literal 10170 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 Date: Fri, 11 May 2018 19:16:07 +0000 Subject: [PATCH 100/186] Merged PR 8160: fixing UHF for privacy node --- windows/privacy/docfx.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/windows/privacy/docfx.json b/windows/privacy/docfx.json index e1cbc9d653..b801f0325c 100644 --- a/windows/privacy/docfx.json +++ b/windows/privacy/docfx.json @@ -9,8 +9,6 @@ "exclude": [ "**/obj/**", "**/includes/**", - "_themes/**", - "_themes.pdf/**", "README.md", "LICENSE", "LICENSE-CODE", @@ -22,21 +20,28 @@ { "files": [ "**/*.png", - "**/*.jpg" + "**/*.jpg", + "**/*.gif" ], "exclude": [ "**/obj/**", - "**/includes/**", - "_themes/**", - "_themes.pdf/**" + "**/includes/**" ] } ], "overwrite": [], "externalReference": [], "globalMetadata": { + "uhfHeaderId": "MSDocsHeader-WindowsIT", "breadcrumb_path": "/windows/privacy/breadcrumb/toc.json", - "extendBreadcrumb": true + "extendBreadcrumb": true, + "ms.technology": "windows", + "ms.topic": "article", + "ms.author": "daniha", + "ms.date": "05/10/2018", + "feedback_system": "GitHub", + "feedback_github_repo": "MicrosoftDocs/windows-itpro-docs", + "feedback_product_url": "https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app" }, "fileMetadata": {}, "template": [], From 80ed3ec0a8e1102eaa227c7a52c3174508f503f0 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 19:28:29 +0000 Subject: [PATCH 101/186] Updated educator-tib-get-started.md, small adjustments --- education/trial-in-a-box/educator-tib-get-started.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index cee6109b56..165b7a3a94 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -29,7 +29,7 @@ ms.date: 03/18/2018 | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | | [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | | [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | -| [![Do Math with Ink](images/edu-tib-setp-7-v1.png)(#edu-task6) | **Attempting to show students how to solve math equations step-by-step?**
Use the [Math Assistant](#edu-task7) in OneNote to show students the steps of solving problems and graph equations. | +| [![Do Math with Ink](images/edu-tib-setp-7-v1.png)(#edu-task7) | **Attempting to show students how to solve math equations step-by-step?**
Use the [Math Assistant](#edu-task7) in OneNote to show students the steps of solving problems and graph equations. | | | |
@@ -144,7 +144,7 @@ When you're not using the pen, just use the magnet to stick it to the left side ![Inspire your students to tell their stories through video!](images/edu-tib-setp-5-jump2.png) ## 5. Engage with students by creating videos -> [!VIDEO https://youtu.be/Ko7XLM1VBRE] +> [!VIDEO https://www.youtube.com/embed/Ko7XLM1VBRE]
@@ -186,7 +186,7 @@ Use video to create a project summary. Check out this use case video of the Photos team partnering with the Bureau Of Fearless Ideas in Seattle to bring the Photos app to local middle school students: https://www.youtube.com/watch?v=0dFFAu6XwPg

-
--> +
![Further collaborate and problem solve with Minecraft: Education Edition](images/edu-TIB-setp-5-jump.png) ## 6. Get kids to further collaborate and problem solve @@ -242,8 +242,6 @@ Today, we'll explore a Minecraft world through the eyes of a student. ![Help students understand new math concepts with the Math Assistant in OneNote](images/edu-TIB-setp-7-jump.png) ## 7. Go digital in your Math classroom -
- Whether you are an Ink user or prefer to type your math as text, Math Assistant can: * give your students step-by-step instructions on how to solve their math problems * help them visualize math functions on an interactive 2D graph. From fed547a81cf061638476180aefc31520ed5d66c0 Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Fri, 11 May 2018 19:40:47 +0000 Subject: [PATCH 102/186] Merged PR 8163: metadata update update metadata --- store-for-business/notifications-microsoft-store-business.md | 2 ++ .../prerequisites-microsoft-store-for-business.md | 2 ++ .../release-history-microsoft-store-business-education.md | 2 ++ .../roles-and-permissions-microsoft-store-for-business.md | 2 ++ .../settings-reference-microsoft-store-for-business.md | 2 ++ store-for-business/sfb-change-history.md | 1 + .../sign-code-integrity-policy-with-device-guard-signing.md | 2 ++ .../sign-up-microsoft-store-for-business-overview.md | 2 ++ store-for-business/sign-up-microsoft-store-for-business.md | 2 ++ store-for-business/troubleshoot-microsoft-store-for-business.md | 2 ++ .../update-microsoft-store-for-business-account-settings.md | 2 ++ .../whats-new-microsoft-store-business-education.md | 2 ++ store-for-business/working-with-line-of-business-apps.md | 2 ++ .../configuration/stop-employees-from-using-microsoft-store.md | 2 ++ 14 files changed, 27 insertions(+) diff --git a/store-for-business/notifications-microsoft-store-business.md b/store-for-business/notifications-microsoft-store-business.md index 57ea2652f3..f48f641211 100644 --- a/store-for-business/notifications-microsoft-store-business.md +++ b/store-for-business/notifications-microsoft-store-business.md @@ -8,6 +8,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 07/27/2017 --- diff --git a/store-for-business/prerequisites-microsoft-store-for-business.md b/store-for-business/prerequisites-microsoft-store-for-business.md index 48adf681cf..f6c1d85c7c 100644 --- a/store-for-business/prerequisites-microsoft-store-for-business.md +++ b/store-for-business/prerequisites-microsoft-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/13/2017 --- diff --git a/store-for-business/release-history-microsoft-store-business-education.md b/store-for-business/release-history-microsoft-store-business-education.md index bb8c98ae04..59e3fc2354 100644 --- a/store-for-business/release-history-microsoft-store-business-education.md +++ b/store-for-business/release-history-microsoft-store-business-education.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.date: 4/26/2018 --- diff --git a/store-for-business/roles-and-permissions-microsoft-store-for-business.md b/store-for-business/roles-and-permissions-microsoft-store-for-business.md index e5c032895c..c784530f81 100644 --- a/store-for-business/roles-and-permissions-microsoft-store-for-business.md +++ b/store-for-business/roles-and-permissions-microsoft-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 3/30/2018 --- diff --git a/store-for-business/settings-reference-microsoft-store-for-business.md b/store-for-business/settings-reference-microsoft-store-for-business.md index 334a1f8ed5..2e66f7c1d2 100644 --- a/store-for-business/settings-reference-microsoft-store-for-business.md +++ b/store-for-business/settings-reference-microsoft-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 11/01/2017 --- diff --git a/store-for-business/sfb-change-history.md b/store-for-business/sfb-change-history.md index 0d80d2e32a..61ba68f8b6 100644 --- a/store-for-business/sfb-change-history.md +++ b/store-for-business/sfb-change-history.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: store author: TrudyHa ms.author: TrudyHa +ms.topic: conceptual ms.date: 4/26/2018 ms.localizationpriority: high --- diff --git a/store-for-business/sign-code-integrity-policy-with-device-guard-signing.md b/store-for-business/sign-code-integrity-policy-with-device-guard-signing.md index c042b9fa38..3401fb7506 100644 --- a/store-for-business/sign-code-integrity-policy-with-device-guard-signing.md +++ b/store-for-business/sign-code-integrity-policy-with-device-guard-signing.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store, security author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/sign-up-microsoft-store-for-business-overview.md b/store-for-business/sign-up-microsoft-store-for-business-overview.md index cf0109c335..322f58f498 100644 --- a/store-for-business/sign-up-microsoft-store-for-business-overview.md +++ b/store-for-business/sign-up-microsoft-store-for-business-overview.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/13/2017 --- diff --git a/store-for-business/sign-up-microsoft-store-for-business.md b/store-for-business/sign-up-microsoft-store-for-business.md index 2de6dc6f94..92588ae4b9 100644 --- a/store-for-business/sign-up-microsoft-store-for-business.md +++ b/store-for-business/sign-up-microsoft-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/troubleshoot-microsoft-store-for-business.md b/store-for-business/troubleshoot-microsoft-store-for-business.md index cc5eefa7a5..85d37c28cb 100644 --- a/store-for-business/troubleshoot-microsoft-store-for-business.md +++ b/store-for-business/troubleshoot-microsoft-store-for-business.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/13/2017 --- diff --git a/store-for-business/update-microsoft-store-for-business-account-settings.md b/store-for-business/update-microsoft-store-for-business-account-settings.md index 26d293ea41..498e98ef45 100644 --- a/store-for-business/update-microsoft-store-for-business-account-settings.md +++ b/store-for-business/update-microsoft-store-for-business-account-settings.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 10/17/2017 --- diff --git a/store-for-business/whats-new-microsoft-store-business-education.md b/store-for-business/whats-new-microsoft-store-business-education.md index 92debb23e2..22f2d481f3 100644 --- a/store-for-business/whats-new-microsoft-store-business-education.md +++ b/store-for-business/whats-new-microsoft-store-business-education.md @@ -6,6 +6,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.date: 4/26/2018 --- diff --git a/store-for-business/working-with-line-of-business-apps.md b/store-for-business/working-with-line-of-business-apps.md index 0c12c3b9f9..c4c5fb0ad1 100644 --- a/store-for-business/working-with-line-of-business-apps.md +++ b/store-for-business/working-with-line-of-business-apps.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store author: TrudyHa +ms.author: TrudyHa +ms.topic: conceptual ms.localizationpriority: high ms.date: 3/19/2018 --- diff --git a/windows/configuration/stop-employees-from-using-microsoft-store.md b/windows/configuration/stop-employees-from-using-microsoft-store.md index af9099c374..30074759ac 100644 --- a/windows/configuration/stop-employees-from-using-microsoft-store.md +++ b/windows/configuration/stop-employees-from-using-microsoft-store.md @@ -7,6 +7,8 @@ ms.mktglfcycl: manage ms.sitesec: library ms.pagetype: store, mobile author: TrudyHa +ms.author: Trudyha +ms.topic: conceptual ms.localizationpriority: high ms.date: 4/16/2018 --- From ed017e1a80bea3e8ee7dccb615d05a633922429e Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 19:57:17 +0000 Subject: [PATCH 103/186] Updated educator-tib-get-started.md, trying to fix bug --- education/trial-in-a-box/educator-tib-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 165b7a3a94..6129c23311 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -29,7 +29,7 @@ ms.date: 03/18/2018 | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | | [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | | [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | -| [![Do Math with Ink](images/edu-tib-setp-7-v1.png)(#edu-task7) | **Attempting to show students how to solve math equations step-by-step?**
Use the [Math Assistant](#edu-task7) in OneNote to show students the steps of solving problems and graph equations. | +| [![Do Math with Ink](images/edu-tib-setp-7-v1.png) | **Attempting to show students how to solve math equations step-by-step?**
Use the [Math Assistant](#edu-task7) in OneNote to show students the steps of solving problems and graph equations. | | | |
From d3ce5326c7d9da215485b155fdd1aab63e0b0e77 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 20:19:48 +0000 Subject: [PATCH 104/186] Updated educator-tib-get-started.md, fixing anchor bug --- education/trial-in-a-box/educator-tib-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 6129c23311..b5627f3864 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -29,7 +29,7 @@ ms.date: 03/18/2018 | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | | [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | | [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | -| [![Do Math with Ink](images/edu-tib-setp-7-v1.png) | **Attempting to show students how to solve math equations step-by-step?**
Use the [Math Assistant](#edu-task7) in OneNote to show students the steps of solving problems and graph equations. | +| [![Do Math with Ink](images/edu-tib-setp-7-v1.png)(#edu-task7) | **Attempting to show students how to solve math equations step-by-step?**
Use the Math Assistant in OneNote to show students the steps of solving problems and graph equations. | | | |
From a037eaa686d45083fcf3f768bb868bcb95bfe71b Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 20:31:07 +0000 Subject: [PATCH 105/186] Updated educator-tib-get-started.md, trying to fix bug --- education/trial-in-a-box/educator-tib-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index b5627f3864..165b7a3a94 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -29,7 +29,7 @@ ms.date: 03/18/2018 | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | | [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | | [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | -| [![Do Math with Ink](images/edu-tib-setp-7-v1.png)(#edu-task7) | **Attempting to show students how to solve math equations step-by-step?**
Use the Math Assistant in OneNote to show students the steps of solving problems and graph equations. | +| [![Do Math with Ink](images/edu-tib-setp-7-v1.png)(#edu-task7) | **Attempting to show students how to solve math equations step-by-step?**
Use the [Math Assistant](#edu-task7) in OneNote to show students the steps of solving problems and graph equations. | | | |
From bc7ff750beab37b69bb7f243ac4b50a248d8f728 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 20:54:22 +0000 Subject: [PATCH 106/186] Updated educator-tib-get-started.md, trying to fix bug --- education/trial-in-a-box/educator-tib-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 165b7a3a94..0ced97d60a 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -29,7 +29,7 @@ ms.date: 03/18/2018 | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | | [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | | [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | -| [![Do Math with Ink](images/edu-tib-setp-7-v1.png)(#edu-task7) | **Attempting to show students how to solve math equations step-by-step?**
Use the [Math Assistant](#edu-task7) in OneNote to show students the steps of solving problems and graph equations. | +| [![Do Math with Ink](images/edu-tib-setp-7-v1.png) | **Attempting to show students how to solve math equations step-by-step?**
Use the Math Assistant in OneNote to show students the steps of solving problems and graph equations. | | | |
From 095f589a65d439c075f2b98a4720159c7a082c5c Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 21:15:50 +0000 Subject: [PATCH 107/186] Updated educator-tib-get-started.md, fixed bug --- education/trial-in-a-box/educator-tib-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 0ced97d60a..be441f13fe 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -29,7 +29,7 @@ ms.date: 03/18/2018 | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | | [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | | [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | -| [![Do Math with Ink](images/edu-tib-setp-7-v1.png) | **Attempting to show students how to solve math equations step-by-step?**
Use the Math Assistant in OneNote to show students the steps of solving problems and graph equations. | +| [![Do Math with Ink](images/edu-tib-setp-7-v1.png)](#edu-task7) | **Attempting to show students how to solve math equations step-by-step?**
Use the [Math Assistant](#edu-task7) in OneNote to show students the steps of solving problems and graph equations. | | | |
From 89581350f63cbcc1884f60f94109dcb64d7b603a Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 21:38:57 +0000 Subject: [PATCH 108/186] Updated educator-tib-get-started.md, adding images to Math section --- education/trial-in-a-box/educator-tib-get-started.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index be441f13fe..3310b2d03f 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -249,16 +249,18 @@ This digital tutor is available in the OneNote app for Windows 10 and OneNote On **Try this in OneNote!** To solve x^2-3x+2=0: -1. Write your equation in ink or type it as text. Use the **Lasso** tool to select the equation and then, on the **Draw** tab, click the **Math** button. +1. Write your equation in ink or type it as text. Use the **Lasso** tool to select the inked equation (or select the text if you typed it) and then, on the **Draw** tab, click the **Math** button. 2. From the drop-down menu in the Math pane, select the option to **Solve for x**. You can now see the final solution of the equation. 3. From the second drop down below, choose **Steps Using the Quadratic Formula**, which shows you the step-by-step solution of this equation. + ![Select the Math button and use the dropdown menus](images/Math1.png) 4. Finally, **drag and drop** the steps to your page. 5. On the **View** tab, click the **Replay** button and select the written equation to watch it replay your text. To graph y=sin(x): -1. Write your equation in ink or type it as text (make sure the "y" isn't capitalized). Use the **Lasso** tool to select the equation and then, on the **Draw** tab, click the **Math** button. +1. Write your equation in ink or type it as text (make sure the "y" isn't capitalized). Use the **Lasso** tool to select the inked equation (or select the text if you typed it) and then, on the **Draw** tab, click the **Math** button. 2. From the drop-down menu in the Math pane, select the option to **Graph in 2D**. >You can play with the interactive graph of your equation - use a **single finger** to move the graph position or **two fingers** to change the zoom level, or use a mouse to **click and drag** to move the position or use the **magnification** buttons to change the zoom level. + > ![Select the Math button and use the dropdown menu](images/Math2.png) 3. Expand **Key Graph Features** to understand the properties of your function, such as minima, maxima, zeros, etc. 4. Finally, click the **Insert on Page** button below the graph to add a screenshot of the graph to your page. From 80bd20c12b992b40f5dcc3acfc1bf9997c3e20df Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 21:39:18 +0000 Subject: [PATCH 109/186] Added 2 files to images --- education/trial-in-a-box/images/Math1.png | Bin 0 -> 56760 bytes education/trial-in-a-box/images/Math2.png | Bin 0 -> 55532 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 education/trial-in-a-box/images/Math1.png create mode 100644 education/trial-in-a-box/images/Math2.png diff --git a/education/trial-in-a-box/images/Math1.png b/education/trial-in-a-box/images/Math1.png new file mode 100644 index 0000000000000000000000000000000000000000..70891c9c29f837b7a1100e24aec085bf835ae556 GIT binary patch literal 56760 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

$3(Tdl9QAB1jo70ehd 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 NRFyOpGZilS{0|$jxFY}n literal 0 HcmV?d00001 diff --git a/education/trial-in-a-box/images/Math2.png b/education/trial-in-a-box/images/Math2.png new file mode 100644 index 0000000000000000000000000000000000000000..9ffd2638ac601481dd81aa0937eaa1a1130dcd48 GIT binary patch literal 55532 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�KLWv7+y&NeaeJUfi8y^E&MJQtL6>9?~535m56|?(BhBZGwj)s%-38KuvL$?w{7~9(VFAE$EJr07STVNIobOp*!clBNw{M z>}#G?ibj)L&muDekT=Tc>ytZF&0HB>+h275Qdv0%e$m0XEJ)}ac=d{v$TqFIqY-8` zfGvkH>pB1=_9qSXd1+5e` zG#%iTj1F_^*>(!YRxrjd_1Kt9E-jj@2ssDQ1ZoE5XS=cdu_z+PtBgAgWeNbD?fM4QakBuauUr}|n7h1Wo zFCZ$24gz8psM7?WAi<|d`L@2k9-_7u4-xRV+S<+#{Re~(6bb~j{`=)wIiSq}G=bq~ zu`vz`fFq;M2YE@+7Qpk7Bh`j;nifBKA7<9_S+~OJLB0n{i%>WZ7B_r+e2^%FX%GS5 z0ozL$s+yXb8jbu+7(-N{aN;2&5ESengHu!eOwF9%VP62r6%?LmDCn6c11|hPaf^g| zUO~a#h0#0r%#;i04Ra%wL088KMxv5dpGbK$rJ)0wMdXth=Cke}VRM5v6{=CiERR2( z1fY#J-}&2%3It>ZluJ-;ZRa|4Sdf6yZ*y7(x&44@p#l*?$B+OJIxhFEe|LgEL3+@- zI&o23SJ=xD?FzyzS0N$<=m=b4aMIU$;LRVDcZ0I5S9o!t%AXC6zSLB(J`jDYm;>D_ z=mKF(jm9(h6`)p_!{KC|GUbAJXkual$!yv6*l4_v1WSQjbcL>TINrc!0Pec}=z~C5`nj&a!E?J9;nRvsOznf?U!~(kj<|$2>%LCJw*UJ793ZRATsw!bo z)D9@sL8C(l`WAQ1N=sf?pg``H2FC`tsffA;IZ8pPG`O-v)Cl?x00nd4wEx3I+z_m#oFa;EjG2i=bs=W8_quR&WYO_LVs8E^2~&8(H-a(S`6p za|y3CoR~1r8nelgH#awTt-F*m1hf!Hj{_%F^yK6nD4mD_1@rc3+Ub|VQ;sKT^Xa>X zC-=$;MA*+k+Lr_653rx#f$c`78{(7cxj$yJ)yWVu4Ps6t$m5gqT>IrdPv&^xR9Eo*s# zA`eVCa)H8i%EBaq>#;e#O1K}_WLX4)}ODY0lbABd8hn$SL!9QRoH#0L6qBa*# z0%=BrgH89uN%f$407WK;A^ow1CA`2`@1br6c@Xm1oHxR<>+3T@nlJBPRC;X8XbyW& zcT6qxq*pT~bTcvr$2wst(9vGS_*DEhu||NC&A82wlZ$QOwdC*u>w39g=KAcA&DwmN zN$Z4su(#cp@7+2Cx&)<@EH7^}&m>A;3RSsrwOWNMq3d^_$cds7E#vbqDOj2fB^Q6L zO-&t4i@Qkfh&4{7gD4HeZ(z9-{PI@yUaaTS74wI_KOH4}-Ni^{Bk$&|<>s;6HS!K0 z@rtSt-QpYXd;EDg?1g82k`!my3PeDDck_E7A*egDSEX{aTtmHMu0xuqCU7(AUWR9w zuGCf`Va!3cU25KPy**jG{E{Nr$j}#qMK?Ts(%LA0Fv3ok^z$Bd1Bl}8jlA&R6Um52~mT zgjz$Pjs|gntXf`Ngc-%P+Gx8}=Ob(K68~9!NHWE(Rnyfa1(oHf+wARMpryRMisJ&V zGkJNIqY@!4<{*&_Jv$H6rFz-l=mJu~g`KEFmG~k}231(uqBz1Drovfzbb zheM_17Xw9ksv!Z86}>AIWm}fs@L~<;TNMTE_oy2{39zffB@8W5?)w;N4_EyF!F25e zb&~(A=7Mk5gM0c=93O!{ddCxKIys=@Wo4V~qcMi&-h>E}7+ zd}Wo9d3jG`>c?Jnj3bGxQB6>jS&tJl@*f{eRZ`LgSK*IA;5C@uHcKuE#vsc8V#pc6 zg%19O7ja(%M#ssbgki-mOM8LnB3A>d!jkr|94yX4qtop(5&!5|{r#b^_Q2wwh z9<2lFaU_TvLW7~m6Qi4h^a}Qp zx@L%Bz7m2FxHZ?|(l2rF2_jA4aEyzkK1Q-r>Q1-2LAD)a)t$Ka0t2Nwlq}>(jVG~- z4=6K|nFyZHY8j%h2QvGR(0g9{8R=J+KB-uT%?zRrEzjKRte!CN=?LS$ZODxpt5o~* zVJb^TvrAa=aLrlLcg9lXPIGgCwy|+9TmxWnh*dKPn?Y@eRB|hOv*6XK!_ETTH{w{+F$c+iqI41{IC+qWNTeqQ>jJ_ZH}~3%4M>Ft zwkr&GqJn$NuE{%qg>I;-Ch@AW&Vz_c(!D;a$yem=h|&ZM1o6vT{uJ6)?q8|j8223L zn4yZ=b(KrjNSD!6<|0vL`ktp%`Y~Edo9fL&v6O0otRIxO8jc;7CGDBq(jyogGZ`J# zu4EK=zZ)M`60qM~#$&JA&i8HaSE2clR#_BPXdD%cF1qB!Wqme;VPq$W!dc*%=(}Ill+w6^&1XWu8d}ZJB?EdAHZ)@ab zDVdU>`1gFL?Z&k$5DNv0M8MAw0}LpZ5ubEOA9H~-IzBTqx_{wb=OK8KkX`v#oJWPj z#9cT9ElPp2q6#7J5hR>2rzE_JapOC>G}0?nrh!9%;NQnk$^t(JMnhn_?*&HqP;n^h zsV^jeN%qUyJ7PEA`_?~8vEiD0Ve;6_M_dB$9{D1{ zb1ErOY2j@C`Eia%lVZL1rnu+(ZWZU}<-9PKl2TdU6<{_^2x0FHmFT*AH#)(oQf*xY zuh{ihwq)U?c$cXljg_o3^PKe?t({5MM^d))`HIE#tSx<}0Y2${2@*zIubuz&ZfhLZ z8u+?R_^wG=Ta;esop}^Q&3k+?^!m}A@(;VN3Z54u9gDVCdFCU=C`V1y=VWLqFGhSd z%sOK5oNC7Vd)|8Oett2wmGIp4_Fk-%7`jbid-2{2+Z}h8qa>Hj#4p>kjsBgzQta*g zbgXd~Xe!oi8x%EwBufRY~)0BqIwTg0v2OaC<5q9```Kx4;xc2*(nO!o8cj#((N7QC_j_|6R`MHiGk(!z zDSG>FgiJlE{B+XAAbejSdQDPw$62cK;=uPoL^E7%`PzxqgLV5qsjri^yl(p)yPEiJ z$-@K@mN~>}K|hzmXN6>rfd>ErR5k2Hakvfb&)MD&hUod;BhHUz`d&hhF1gbz5Huw{Kt5H2@eZJ_}BVV zKrIf@qVU+AmUBV((?wLML+(4L(=+RyQBxi%Qt;x*SPHHDbm^PQ$`09sTcL?G;;wo z$FaHbTSm1t`10DFDT(c^v)8hP?2RgT(pH;^#?@Tmjwhe4MO@i?8OA;l&HrSY6YGO& z+spmXh{>_Z^4r?lbfW~!qH>2ks)QeUW!EEJ`Iwm!((P^qxL+yMZkoFJXOD)4@dq)J z)EM>;Gzj#%7t`T}9&ea+CS>9oMlc1gat#wvKrMxn!3#UES&FkBgZ*i7Sv;HhGRfjMcsPT}q$IuY0ihzr+X=0KI`5-ANUEo4;2p&Xj5K@A~+(2|O6gO~s zA<^^zHFD^EqNO99hmM=tZ&#C9Exi-+L0}pM;ipEM8_`!odnj^J4O$UkBKq0J{~0Lx zIj9gBkp&|KTxxOfbpipzYb4zPJYkVUt_u6HX1{}pB)BtKS^Ws)GwF9=3>Ah9u<9X* zm&33k5;E%$|29GU(XS8^(g^_*v!WHnD*#eKP7MT9L{f=WNO80yX={*;@!O{we~g+n zm`rd8L&AR7k?=>}6>rz+%BK<*W|t%#g(k~>PBs=i|NGhOiy;dex%ysh!MoAFZ2~F= zlKVR|KMm+5L<`3aFHW<~T=chuFtOa_uDUB+p}g1S9xEmhl_4de)V;-ZZQ{*#6m%h9 zG+qDZ7AZ!eH9j{>#lKE*CqOT)zMQ_PxHJ1s;TMk%g(@-GH;M}%J3iPJuDAYB#U`~L zG8&R!+ITd`aOFCtukUV$Xc6vfTcv{OW!}%jZsi+79RqpHYkL!~96q+`W>vl3&kM_C zL81`nyOYYHWNUz#58vaT92_J#kT&-huq;uasQ_=7-dw^qwH-o0sunVRkarY`Bm=la z@1xFo?S>>6zajY@%34}lMja56i+~j{D&E_usT#;_hY11_woSrq64_=E_L!TLo*()v z^Kw1n`|YBo<33V#@#6bvq;B$P9u?@ig$kWC^B=EkFKVKH=xr`ayA{jJNDg5Gr%{g4gd&d9r0x`rbgV$1Nc0yct2#;%+H|)&!n7$)>5BCFD9iCA6QyoF z?=J40jhQ;Ze_@z6oyvjT5F26_WMjc+>hHwnlL?ytw4~4Cq#{~cgR3NwFT-qPZ$w-? z5v39LNN*8Sw-_WU?@bdzYMZB!pBlAzD3}%naX;mDL(J3x zr_M;uE^hVa)`od1GsK;Ox2xCECwG4Z~Vxk%ZQZcRLSi&+!hL-1&sNcY=i?6?G5oc5zQ{2%Lth%GZ%Up@jO5x5Eq^m8g3fz>Dcg8>yv& zR^Xp@3yvf>^8oHf^LC8rf%qD5ULiP(d+UO<%r7y@L^%W=9F8{DpZBQYCx}$4L3K{Z z?fy7R1l~;M8)1>2N{gV=0MD~qH^}SMn5d8a?^ysOCzn@m=*mgbEiX1Di5ztF&wg7{ zavaTYz;jmkA?Knukk03_d2sW+qNM36wZgVOZq~zHSNdT5EUiL$@=vz+U-sWXb~w0( z*KlR5+Jo1`co<`LCoUKeSfPlVu(013Nl0KO1vdU1T zmkRvIBo^ZlZg(8nmzuM(<=F6@s^t8>yXN7`1_G)A*VB5L1q=@({4C+$AyMV?1!m3C VF(19SQ6>uhQI=PeE0#42`d^!_yD$I% literal 0 HcmV?d00001 From 7e5da2ad49945bafb87440143f141d549fef5334 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 21:42:33 +0000 Subject: [PATCH 110/186] Updated educator-tib-get-started.md, fixing things up --- education/trial-in-a-box/educator-tib-get-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 3310b2d03f..6b5d8a0061 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -263,7 +263,8 @@ To graph y=sin(x): > ![Select the Math button and use the dropdown menu](images/Math2.png) 3. Expand **Key Graph Features** to understand the properties of your function, such as minima, maxima, zeros, etc. 4. Finally, click the **Insert on Page** button below the graph to add a screenshot of the graph to your page. - +
+
**Watch what Educators say about Microsoft Education delivering better learning outcomes** Bring out the best in students by providing a platform for collaborating, exploring, personalized learning, and getting things done across all devices. From 15aa0f67fd7893639eafcc686f33bda9573bccc4 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 21:50:48 +0000 Subject: [PATCH 111/186] Updated educator-tib-get-started.md, trying to fix formatting --- .../educator-tib-get-started.md | 39 +++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 6b5d8a0061..54adb49233 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -70,13 +70,17 @@ Learning Tools and the Immersive Reader can be used in the Microsoft Edge browse **Try this!** 1. On the **Start** menu, click the Word document titled **Design Think**. + 2. Click **Edit Document** and select **Edit in Browser**. + 3. Select the **View** menu. + 4. Select the **Immersive Reader** button. ![Word Online's Immersive Reader](images/word_online_immersive_reader.png) 5. Press the **Play** button to hear text read aloud. + 6. Select these various settings to see different ways to configure Immersive Reader for your students. | Text to Speech | Text Preferences | Grammar Options | Line Focus | @@ -103,6 +107,7 @@ Take a guided tour of Microsoft Teams and test drive this digital hub. **Try this!** 1. Take a guided tour of Microsoft Teams and test drive some teaching tasks. Open the Microsoft Edge browser and navigate to https://msteamsdemo.azurewebsites.net. + 2. Use your school credentials provided in the **Credentials Sheet**.
@@ -123,7 +128,9 @@ See how a group project comes together with opportunities to interact with other When you're not using the pen, just use the magnet to stick it to the left side of the screen until you need it again. 1. On the **Start** menu, click the OneNote shortcut named **Imagine Giza** to open the **Reimagine the Great Pyramid of Giza project**. + 2. Take the digital pen out of the box and make notes or draw. + 3. Follow the instructions for the project. Look for the **Try this!** callouts to experiment with these engaging activities. - Discover the power of digital ink by selecting the Draw tab. Choose your pen and get scribbling. @@ -153,20 +160,29 @@ The Photos app now has a built-in video editor, making it easy for you and your **Try this!** Use video to create a project summary. -1. Check you have the latest version of Microsoft Photos. Open the **Start** menu and search for **Store**. Select the **See more** button (**…**) and select **Downloads and updates**. Select **Get updates**. -2. Open Microsoft Edge and visit http://aka.ms/PhotosTIB to download a zip file of the project media. +1. Check you have the latest version of Microsoft Photos. Open the **Start** menu and search for **Store**. Select the **See more** button (**…**) and select **Downloads and updates**. Select **Get updates**. + +2. Open Microsoft Edge and visit http://aka.ms/PhotosTIB to download a zip file of the project media. + 3. Once the download has completed, open the zip file and select **Extract** > **Extract all**. Select **Browse** and choose the **Pictures** folder as the destination, and then select **Extract**. + 4. In the **Start** menu, search for **Photos** or select the Photos tile to launch the app. + 5. Select the first video to preview it full screen. Select **Edit & Create**, then select **Create a video with text**. 1. If you don't see the **Edit & Create** menu, select the video and the menu will appear at the top of the screen. + 6. Name your project “Laser Maze Project.” Hit Enter to continue. + 7. Select **Add photos and videos** and then **From my collection**. Scroll to select the 6 additional videos and select **Add**. + 8. Drag the videos to the Storyboard, one by one. Your project should look roughly like this: ![Photos app layout showing videos added in previous steps](images/photo_app_1.png) 9. Select the first card in the Storyboard (the video of the project materials) and select **Text**, type a title in, a text style, a layout, and select **Done**. + 10. Select the third card in the Storyboard (the video of the children assembling the maze) and select **Trim**. Drag the trim handle on the left to shorten the duration of the clip and select **Done**. + 11. Select the last card on the Storyboard and select **3D effects**. 1. Position the playback indicator to be roughly 1 second into the video clip, or when the boy moves down to examine the laser. 2. Find the **lightning bolt** effect and click or drag to add it to the scene. Rotate, scale, and position the effect so it looks like the lightning is coming out of the laser beam and hitting the black back of the mirror. @@ -179,8 +195,11 @@ Use video to create a project summary. 12. Select **Music** and select a track from the **Recommended** music collection. 1. The music will update automatically to match the length of your video project, even as you make changes. 2. If you don’t see more than a few music options, confirm that you’re connected to Wi-Fi and then close and re-open Microsoft Photos (returning to your project via the **Albums** tab). Additional music files should download in the background. + 13. You can adjust the volume for the background music using the **Music volume** button. + 14. Preview your video to see how it all came together. + 15. Select **Export or share** and select either the **Small** or **Medium** file size. You can share your video to social media, email, or another apps. Check out this use case video of the Photos team partnering with the Bureau Of Fearless Ideas in Seattle to bring the Photos app to local middle school students: https://www.youtube.com/watch?v=0dFFAu6XwPg @@ -201,24 +220,31 @@ Minecraft: Education Edition provides an immersive environment to develop creati Today, we'll explore a Minecraft world through the eyes of a student. 1. Connect the included mouse to your computer for optimal interaction. + 2. Open Microsoft Edge and visit https://aka.ms/lessonhub. + 3. Scroll down to the **Details** section and select **Download World**. ![Select the download world link](images/mcee_downloadworld.png) 4. When prompted, save the world. + 5. Enter your same teacher username and password and click **Accept**. + 6. Click **OK** on the **Minecraft: Education Edition Free Trial** box. + 7. Click **Play**. + 8. Click **Lesson Hub Vol 1** to enter the downloaded world. + 9. Explore the world by using the keys on your keyboard. * **W** moves forward. * **A** moves left. * **S** moves right. * **D** moves backward. - 10. Use your mouse as your "eyes". Just move it to look around. + 11. For a bird's eye view, double-tap the SPACE BAR. Now press the SPACE BAR to fly higher. And then hold the SHIFT key to safely land. To try more advanced movements or building within Minecraft, use the Minecraft Controls Diagram. @@ -250,18 +276,25 @@ This digital tutor is available in the OneNote app for Windows 10 and OneNote On **Try this in OneNote!** To solve x^2-3x+2=0: 1. Write your equation in ink or type it as text. Use the **Lasso** tool to select the inked equation (or select the text if you typed it) and then, on the **Draw** tab, click the **Math** button. + 2. From the drop-down menu in the Math pane, select the option to **Solve for x**. You can now see the final solution of the equation. + 3. From the second drop down below, choose **Steps Using the Quadratic Formula**, which shows you the step-by-step solution of this equation. ![Select the Math button and use the dropdown menus](images/Math1.png) + 4. Finally, **drag and drop** the steps to your page. + 5. On the **View** tab, click the **Replay** button and select the written equation to watch it replay your text. To graph y=sin(x): 1. Write your equation in ink or type it as text (make sure the "y" isn't capitalized). Use the **Lasso** tool to select the inked equation (or select the text if you typed it) and then, on the **Draw** tab, click the **Math** button. + 2. From the drop-down menu in the Math pane, select the option to **Graph in 2D**. >You can play with the interactive graph of your equation - use a **single finger** to move the graph position or **two fingers** to change the zoom level, or use a mouse to **click and drag** to move the position or use the **magnification** buttons to change the zoom level. > ![Select the Math button and use the dropdown menu](images/Math2.png) + 3. Expand **Key Graph Features** to understand the properties of your function, such as minima, maxima, zeros, etc. + 4. Finally, click the **Insert on Page** button below the graph to add a screenshot of the graph to your page.

From f8bc2c6b4f4dcf9e26a8a3f79dd8409e191347cc Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 22:07:32 +0000 Subject: [PATCH 112/186] Updated educator-tib-get-started.md, fixed math image formatting --- education/trial-in-a-box/educator-tib-get-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 54adb49233..9f22bf7ccf 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -280,6 +280,7 @@ To solve x^2-3x+2=0: 2. From the drop-down menu in the Math pane, select the option to **Solve for x**. You can now see the final solution of the equation. 3. From the second drop down below, choose **Steps Using the Quadratic Formula**, which shows you the step-by-step solution of this equation. + ![Select the Math button and use the dropdown menus](images/Math1.png) 4. Finally, **drag and drop** the steps to your page. @@ -291,6 +292,7 @@ To graph y=sin(x): 2. From the drop-down menu in the Math pane, select the option to **Graph in 2D**. >You can play with the interactive graph of your equation - use a **single finger** to move the graph position or **two fingers** to change the zoom level, or use a mouse to **click and drag** to move the position or use the **magnification** buttons to change the zoom level. + > ![Select the Math button and use the dropdown menu](images/Math2.png) 3. Expand **Key Graph Features** to understand the properties of your function, such as minima, maxima, zeros, etc. From 3342e9c87520302fb9642879d5b006aaca7c2b6a Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Fri, 11 May 2018 22:18:58 +0000 Subject: [PATCH 113/186] Updated educator-tib-get-started.md --- education/trial-in-a-box/educator-tib-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index 9f22bf7ccf..c9418415fc 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -269,7 +269,7 @@ Today, we'll explore a Minecraft world through the eyes of a student. ## 7. Go digital in your Math classroom Whether you are an Ink user or prefer to type your math as text, Math Assistant can: -* give your students step-by-step instructions on how to solve their math problems +* give your students step-by-step instructions on how to solve their math problems. * help them visualize math functions on an interactive 2D graph. This digital tutor is available in the OneNote app for Windows 10 and OneNote Online. From 49883001d51b519f90a842900ebe99ac94e2d603 Mon Sep 17 00:00:00 2001 From: Maricia Alforque Date: Sat, 12 May 2018 16:51:25 +0000 Subject: [PATCH 114/186] Merged PR 8170: Added missing Business SKU information in Policy CSP topics --- .../policy-configuration-service-provider.md | 6 +- .../mdm/policy-csp-abovelock.md | 8 +- .../mdm/policy-csp-accounts.md | 8 +- .../mdm/policy-csp-applicationmanagement.md | 25 +-- .../mdm/policy-csp-authentication.md | 8 +- .../mdm/policy-csp-bitlocker.md | 4 +- .../mdm/policy-csp-bluetooth.md | 19 +-- .../mdm/policy-csp-browser.md | 49 +++--- .../mdm/policy-csp-camera.md | 4 +- .../mdm/policy-csp-connectivity.md | 22 ++- .../mdm/policy-csp-cryptography.md | 6 +- .../mdm/policy-csp-dataprotection.md | 6 +- .../mdm/policy-csp-defender.md | 60 +++---- .../mdm/policy-csp-deliveryoptimization.md | 24 +-- .../mdm/policy-csp-devicelock.md | 29 ++-- .../mdm/policy-csp-enterprisecloudprint.md | 2 +- .../mdm/policy-csp-experience.md | 23 +-- .../mdm/policy-csp-internetexplorer.md | 2 +- .../mdm/policy-csp-kioskbrowser.md | 12 +- .../mdm/policy-csp-licensing.md | 6 +- .../mdm/policy-csp-lockdown.md | 4 +- .../client-management/mdm/policy-csp-maps.md | 6 +- .../mdm/policy-csp-networkisolation.md | 18 +-- .../mdm/policy-csp-notifications.md | 6 +- .../mdm/policy-csp-privacy.md | 148 +++++++++--------- .../mdm/policy-csp-search.md | 23 +-- .../mdm/policy-csp-security.md | 17 +- .../mdm/policy-csp-settings.md | 27 ++-- .../mdm/policy-csp-speech.md | 4 +- .../client-management/mdm/policy-csp-start.md | 56 +++---- .../mdm/policy-csp-system.md | 19 +-- .../mdm/policy-csp-textinput.md | 50 ++---- .../mdm/policy-csp-update.md | 55 +++---- .../client-management/mdm/policy-csp-wifi.md | 12 +- .../mdm/policy-csp-windowsinkworkspace.md | 6 +- .../mdm/policy-csp-windowslogon.md | 4 +- .../mdm/policy-csp-wirelessdisplay.md | 6 +- 37 files changed, 378 insertions(+), 406 deletions(-) diff --git a/windows/client-management/mdm/policy-configuration-service-provider.md b/windows/client-management/mdm/policy-configuration-service-provider.md index 71f83755e0..1e6d2ee5d6 100644 --- a/windows/client-management/mdm/policy-configuration-service-provider.md +++ b/windows/client-management/mdm/policy-configuration-service-provider.md @@ -7,7 +7,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP @@ -1950,10 +1950,10 @@ The following diagram shows the Policy configuration service provider in tree fo KioskBrowser/DefaultURL

- KioskBrowser/EnableEndSessionButton + KioskBrowser/EnableEndSessionButton
- KioskBrowser/EnableHomeButton + KioskBrowser/EnableHomeButton
KioskBrowser/EnableNavigationButtons diff --git a/windows/client-management/mdm/policy-csp-abovelock.md b/windows/client-management/mdm/policy-csp-abovelock.md index 16115c79c9..412df4f61c 100644 --- a/windows/client-management/mdm/policy-csp-abovelock.md +++ b/windows/client-management/mdm/policy-csp-abovelock.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - AboveLock @@ -50,7 +50,7 @@ ms.date: 03/12/2018 cross mark cross mark - + cross mark cross mark cross mark check mark @@ -105,7 +105,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -163,7 +163,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-accounts.md b/windows/client-management/mdm/policy-csp-accounts.md index 5eb439322d..8605cee859 100644 --- a/windows/client-management/mdm/policy-csp-accounts.md +++ b/windows/client-management/mdm/policy-csp-accounts.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Accounts @@ -53,7 +53,7 @@ ms.date: 03/12/2018 cross mark check mark - + check mark check mark check mark check mark @@ -108,7 +108,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -210,7 +210,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-applicationmanagement.md b/windows/client-management/mdm/policy-csp-applicationmanagement.md index e96fc68705..f3a8a70475 100644 --- a/windows/client-management/mdm/policy-csp-applicationmanagement.md +++ b/windows/client-management/mdm/policy-csp-applicationmanagement.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP - ApplicationManagement +
@@ -79,7 +80,7 @@ ms.date: 04/16/2018 check mark check mark - + check mark check mark check mark check mark @@ -140,7 +141,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -201,7 +202,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -262,7 +263,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -325,7 +326,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -385,7 +386,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark @@ -437,7 +438,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark @@ -502,7 +503,7 @@ Value evaluation rule - The information for PolicyManager is opaque. There is no cross mark cross mark - + check mark1 check mark1 check mark1 cross mark @@ -687,7 +688,7 @@ This setting supports a range of values between 0 and 1. cross mark cross mark - + check mark check mark check mark check mark @@ -749,7 +750,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -809,7 +810,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-authentication.md b/windows/client-management/mdm/policy-csp-authentication.md index f83bb3905c..4a85773cf3 100644 --- a/windows/client-management/mdm/policy-csp-authentication.md +++ b/windows/client-management/mdm/policy-csp-authentication.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Authentication @@ -106,7 +106,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -156,7 +156,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark @@ -262,7 +262,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 diff --git a/windows/client-management/mdm/policy-csp-bitlocker.md b/windows/client-management/mdm/policy-csp-bitlocker.md index fa358dcb81..b5de3554d7 100644 --- a/windows/client-management/mdm/policy-csp-bitlocker.md +++ b/windows/client-management/mdm/policy-csp-bitlocker.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Bitlocker @@ -44,7 +44,7 @@ ms.date: 03/12/2018 cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-bluetooth.md b/windows/client-management/mdm/policy-csp-bluetooth.md index 762903da37..b8b766d089 100644 --- a/windows/client-management/mdm/policy-csp-bluetooth.md +++ b/windows/client-management/mdm/policy-csp-bluetooth.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/06/2018 +ms.date: 05/03/2018 --- # Policy CSP - Bluetooth +
@@ -58,7 +59,7 @@ ms.date: 04/06/2018 cross mark check mark - + check mark check mark check mark check mark @@ -112,7 +113,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -166,7 +167,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -245,12 +246,6 @@ The following list shows the supported values: - 1 - Allow. Allow users on these managed devices to use Quick Pair and other proximity based scenarios - - - - - -
@@ -272,7 +267,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -319,7 +314,7 @@ If this policy is not set or it is deleted, the default local radio name is used cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-browser.md b/windows/client-management/mdm/policy-csp-browser.md index ab3d44948e..2d261eec93 100644 --- a/windows/client-management/mdm/policy-csp-browser.md +++ b/windows/client-management/mdm/policy-csp-browser.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP - Browser +
@@ -224,7 +225,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -294,7 +295,7 @@ To verify AllowAutofill is set to 0 (not allowed): cross mark cross mark - + cross mark cross mark cross mark check mark @@ -404,7 +405,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -477,7 +478,7 @@ To verify AllowCookies is set to 0 (not allowed): cross mark check mark - + check mark check mark check mark cross mark @@ -542,7 +543,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -612,7 +613,7 @@ To verify AllowDoNotTrack is set to 0 (not allowed): cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -671,7 +672,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -730,7 +731,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -789,7 +790,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark @@ -914,7 +915,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -984,7 +985,7 @@ To verify AllowPasswordManager is set to 0 (not allowed): cross mark check mark - + check mark check mark check mark cross mark @@ -1117,7 +1118,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -1178,7 +1179,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -1575,7 +1576,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -1639,7 +1640,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark @@ -1684,7 +1685,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark @@ -1736,7 +1737,7 @@ The default value is an empty string. Otherwise, the string should contain the U check mark check mark - + check mark check mark check mark cross mark @@ -1867,7 +1868,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -2048,7 +2049,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -2109,7 +2110,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -2227,7 +2228,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -2356,7 +2357,7 @@ ADMX Info: check mark check mark - + check mark check mark check mark cross mark @@ -2491,7 +2492,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark diff --git a/windows/client-management/mdm/policy-csp-camera.md b/windows/client-management/mdm/policy-csp-camera.md index 3cbf216e52..bccde5d10c 100644 --- a/windows/client-management/mdm/policy-csp-camera.md +++ b/windows/client-management/mdm/policy-csp-camera.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Camera @@ -44,7 +44,7 @@ ms.date: 03/12/2018 cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-connectivity.md b/windows/client-management/mdm/policy-csp-connectivity.md index bfd371ead5..cd8e25d82d 100644 --- a/windows/client-management/mdm/policy-csp-connectivity.md +++ b/windows/client-management/mdm/policy-csp-connectivity.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/14/2018 +ms.date: 05/03/2018 --- # Policy CSP - Connectivity +
@@ -85,7 +86,7 @@ ms.date: 03/14/2018 cross mark check mark - + check mark check mark check mark check mark @@ -143,7 +144,7 @@ The following list shows the supported values: cross mark cross mark - + check mark cross mark cross mark check mark @@ -194,7 +195,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -318,7 +319,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark @@ -411,17 +412,14 @@ This setting supports a range of values between 0 and 1. - 0 - Do not link - 1 (default) - Allow phone-PC linking - - - - Validation: If the Connectivity/AllowPhonePCLinking policy is configured to value 0, the add a phone button in the Phones section in settings will be greyed out and clicking it will not launch the window for a user to enter their phone number. Device that has previously opt-in to MMX will also stop showing on the device list. + @@ -444,7 +442,7 @@ Device that has previously opt-in to MMX will also stop showing on the device li cross mark cross mark - + cross mark cross mark cross mark check mark @@ -502,7 +500,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -554,7 +552,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-cryptography.md b/windows/client-management/mdm/policy-csp-cryptography.md index 7dadd07af1..9238085297 100644 --- a/windows/client-management/mdm/policy-csp-cryptography.md +++ b/windows/client-management/mdm/policy-csp-cryptography.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Cryptography @@ -47,7 +47,7 @@ ms.date: 03/12/2018 cross mark check mark - + check mark check mark check mark check mark @@ -103,7 +103,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-dataprotection.md b/windows/client-management/mdm/policy-csp-dataprotection.md index 28ad8aaca3..2ccf93ac6f 100644 --- a/windows/client-management/mdm/policy-csp-dataprotection.md +++ b/windows/client-management/mdm/policy-csp-dataprotection.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - DataProtection @@ -47,7 +47,7 @@ ms.date: 03/12/2018 cross mark check mark - + check mark check mark check mark check mark @@ -99,7 +99,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark diff --git a/windows/client-management/mdm/policy-csp-defender.md b/windows/client-management/mdm/policy-csp-defender.md index a0edded74d..91d988d8dc 100644 --- a/windows/client-management/mdm/policy-csp-defender.md +++ b/windows/client-management/mdm/policy-csp-defender.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Defender @@ -146,7 +146,7 @@ ms.date: 03/12/2018 check mark check mark - + check mark check mark check mark cross mark @@ -208,7 +208,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -270,7 +270,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -333,7 +333,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -395,7 +395,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -457,7 +457,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -519,7 +519,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -581,7 +581,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -635,7 +635,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -697,7 +697,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -759,7 +759,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -821,7 +821,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -875,7 +875,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -936,7 +936,7 @@ The following list shows the supported values: cross mark - check mark + cross mark check mark3 check mark3 check mark3 @@ -994,7 +994,7 @@ ADMX Info: cross mark - check mark + cross mark check mark3 check mark3 check mark3 @@ -1055,7 +1055,7 @@ ADMX Info: check mark check mark - + check mark check mark check mark cross mark @@ -1362,7 +1362,7 @@ ADMX Info: check mark check mark - + check mark check mark check mark cross mark @@ -1557,7 +1557,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -1613,7 +1613,7 @@ ADMX Info: check mark check mark - + check mark check mark check mark cross mark @@ -1669,7 +1669,7 @@ ADMX Info: check mark check mark - + check mark check mark check mark cross mark @@ -1731,7 +1731,7 @@ ADMX Info: check mark check mark - + check mark check mark check mark cross mark @@ -1786,7 +1786,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -1853,7 +1853,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -1916,7 +1916,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -1985,7 +1985,7 @@ Valid values: 0–1380 check mark check mark - + check mark check mark check mark cross mark @@ -2058,7 +2058,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark @@ -2127,7 +2127,7 @@ Valid values: 0–1380. check mark check mark - + check mark check mark check mark cross mark @@ -2192,7 +2192,7 @@ Valid values: 0–24. check mark check mark - + check mark check mark check mark cross mark @@ -2257,7 +2257,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark cross mark diff --git a/windows/client-management/mdm/policy-csp-deliveryoptimization.md b/windows/client-management/mdm/policy-csp-deliveryoptimization.md index 29a7886fbb..ae2f7c9c6c 100644 --- a/windows/client-management/mdm/policy-csp-deliveryoptimization.md +++ b/windows/client-management/mdm/policy-csp-deliveryoptimization.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP - DeliveryOptimization +
@@ -112,7 +113,7 @@ ms.date: 04/16/2018 cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -353,7 +354,7 @@ The following list shows the supported values as number of seconds: cross mark check mark - + check mark check mark check mark cross mark @@ -420,7 +421,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -548,7 +549,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -606,7 +607,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark cross mark @@ -664,7 +665,7 @@ ADMX Info: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -722,7 +723,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark cross mark @@ -780,7 +781,7 @@ ADMX Info: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -1072,7 +1073,7 @@ ADMX Info: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -1130,7 +1131,7 @@ ADMX Info: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -1230,6 +1231,7 @@ ADMX Info: **DeliveryOptimization/DOPercentageMaxDownloadBandwidth** + [Scope](./policy-configuration-service-provider.md#policy-scope): diff --git a/windows/client-management/mdm/policy-csp-devicelock.md b/windows/client-management/mdm/policy-csp-devicelock.md index 98974c6cb0..ee458aee37 100644 --- a/windows/client-management/mdm/policy-csp-devicelock.md +++ b/windows/client-management/mdm/policy-csp-devicelock.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP - DeviceLock +
@@ -94,7 +95,7 @@ ms.date: 04/16/2018 cross mark cross mark - + cross mark cross mark cross mark check mark @@ -151,7 +152,7 @@ The following list shows the supported values: cross mark cross mark - + check mark cross mark cross mark check mark @@ -213,7 +214,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark @@ -270,7 +271,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark @@ -333,7 +334,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark @@ -424,7 +425,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark @@ -483,7 +484,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark @@ -593,7 +594,7 @@ Value type is a string, which is the full image filepath and filename. cross mark cross mark - + cross mark cross mark cross mark check mark1 @@ -642,7 +643,7 @@ Value type is a string, which is the AppID. check mark check mark - + check mark check mark check mark check mark @@ -708,7 +709,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark @@ -818,7 +819,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark @@ -932,7 +933,7 @@ For additional information about this policy, see [Exchange ActiveSync Policy En check mark check mark - + check mark check mark check mark check mark @@ -1171,7 +1172,7 @@ ADMX Info: cross mark cross mark - + cross mark cross mark cross mark check mark diff --git a/windows/client-management/mdm/policy-csp-enterprisecloudprint.md b/windows/client-management/mdm/policy-csp-enterprisecloudprint.md index 4b5b961ad9..384c1c6363 100644 --- a/windows/client-management/mdm/policy-csp-enterprisecloudprint.md +++ b/windows/client-management/mdm/policy-csp-enterprisecloudprint.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - EnterpriseCloudPrint diff --git a/windows/client-management/mdm/policy-csp-experience.md b/windows/client-management/mdm/policy-csp-experience.md index 528d2b70fb..6293ce79cf 100644 --- a/windows/client-management/mdm/policy-csp-experience.md +++ b/windows/client-management/mdm/policy-csp-experience.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP - Experience +
@@ -106,7 +107,7 @@ ms.date: 04/16/2018 cross mark cross mark - + cross mark cross mark cross mark check mark @@ -161,7 +162,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -221,7 +222,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -337,7 +338,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -393,7 +394,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark @@ -467,7 +468,7 @@ This policy is deprecated. cross mark cross mark - + cross mark cross mark cross mark check mark @@ -543,7 +544,7 @@ This policy is deprecated. cross mark check mark - + check mark check mark check mark check mark @@ -660,7 +661,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark @@ -776,7 +777,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark @@ -1270,7 +1271,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 diff --git a/windows/client-management/mdm/policy-csp-internetexplorer.md b/windows/client-management/mdm/policy-csp-internetexplorer.md index 580431a0ff..7d2f32b36d 100644 --- a/windows/client-management/mdm/policy-csp-internetexplorer.md +++ b/windows/client-management/mdm/policy-csp-internetexplorer.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP - InternetExplorer diff --git a/windows/client-management/mdm/policy-csp-kioskbrowser.md b/windows/client-management/mdm/policy-csp-kioskbrowser.md index cfe6ce478c..a5278c3597 100644 --- a/windows/client-management/mdm/policy-csp-kioskbrowser.md +++ b/windows/client-management/mdm/policy-csp-kioskbrowser.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/11/2018 +ms.date: 05/03/2018 --- # Policy CSP - KioskBrowser + These policies currently only apply to Kiosk Browser app. Kiosk Browser is a Microsoft Store app, added in Windows 10 version 1803, that provides IT a way to customize the end user’s browsing experience to fulfill kiosk, signage, and shared device scenarios. Application developers can also create their own kiosk browser and read these policies using [NamedPolicy.GetPolicyFromPath(String, String) Method](https://docs.microsoft.com/en-us/uwp/api/windows.management.policies.namedpolicy.getpolicyfrompath#Windows_Management_Policies_NamedPolicy_GetPolicyFromPath_System_String_System_String_). @@ -224,15 +225,6 @@ Added in Windows 10, version 1803. Configures the default URL kiosk browsers to Shows the Kiosk Browser's end session button. When the policy is enabled, the Kiosk Browser app shows a button to reset the browser. When the user clicks on the button, the app will prompt the user for confirmation to end the session. When the user confirms, the Kiosk broswser will clear all browsing data (cache, cookies, etc.) and navigate back to the default URL. - - - - - - - - -
diff --git a/windows/client-management/mdm/policy-csp-licensing.md b/windows/client-management/mdm/policy-csp-licensing.md index eae5cdc5d7..1c489fde30 100644 --- a/windows/client-management/mdm/policy-csp-licensing.md +++ b/windows/client-management/mdm/policy-csp-licensing.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Licensing @@ -47,7 +47,7 @@ ms.date: 03/12/2018 cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -105,7 +105,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark diff --git a/windows/client-management/mdm/policy-csp-lockdown.md b/windows/client-management/mdm/policy-csp-lockdown.md index 228d2f75ec..47c15afc2b 100644 --- a/windows/client-management/mdm/policy-csp-lockdown.md +++ b/windows/client-management/mdm/policy-csp-lockdown.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - LockDown @@ -44,7 +44,7 @@ ms.date: 03/12/2018 cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark diff --git a/windows/client-management/mdm/policy-csp-maps.md b/windows/client-management/mdm/policy-csp-maps.md index 8b44913146..cbc97f28a7 100644 --- a/windows/client-management/mdm/policy-csp-maps.md +++ b/windows/client-management/mdm/policy-csp-maps.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Maps @@ -47,7 +47,7 @@ ms.date: 03/12/2018 cross mark check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -100,7 +100,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 check mark1 diff --git a/windows/client-management/mdm/policy-csp-networkisolation.md b/windows/client-management/mdm/policy-csp-networkisolation.md index d5d98f64b1..c3beb4e495 100644 --- a/windows/client-management/mdm/policy-csp-networkisolation.md +++ b/windows/client-management/mdm/policy-csp-networkisolation.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - NetworkIsolation @@ -65,7 +65,7 @@ ms.date: 03/12/2018 cross mark check mark - + check mark check mark check mark check mark @@ -117,7 +117,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark check mark @@ -182,7 +182,7 @@ fd00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff cross mark check mark - + check mark check mark check mark check mark @@ -233,7 +233,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark check mark @@ -285,7 +285,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark check mark @@ -338,7 +338,7 @@ Here are the steps to create canonical domain names: cross mark check mark - + check mark check mark check mark check mark @@ -390,7 +390,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark check mark @@ -441,7 +441,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-notifications.md b/windows/client-management/mdm/policy-csp-notifications.md index 51caa36965..ac4a787ad5 100644 --- a/windows/client-management/mdm/policy-csp-notifications.md +++ b/windows/client-management/mdm/policy-csp-notifications.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP - Notifications +
@@ -98,7 +99,6 @@ Validation: 3. Ensure that you can't receive a notification from Facebook app while FB app isn't running -
@@ -120,7 +120,7 @@ Validation: cross mark check mark1 - + check mark1 check mark1 check mark1 check mark1 diff --git a/windows/client-management/mdm/policy-csp-privacy.md b/windows/client-management/mdm/policy-csp-privacy.md index 18b6e20034..abb1d2a75b 100644 --- a/windows/client-management/mdm/policy-csp-privacy.md +++ b/windows/client-management/mdm/policy-csp-privacy.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/19/2018 +ms.date: 05/03/2018 --- # Policy CSP - Privacy @@ -272,11 +272,11 @@ ms.date: 04/19/2018 check mark3 check mark3 - check mark3 check mark3 - check mark - check mark + check mark3 + check mark3 + check mark3 @@ -328,7 +328,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -388,7 +388,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -507,7 +507,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -570,7 +570,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -622,7 +622,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -674,7 +674,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -726,7 +726,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -789,7 +789,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -841,7 +841,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -893,7 +893,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -945,7 +945,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1008,7 +1008,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1060,7 +1060,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1112,7 +1112,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1164,7 +1164,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1227,7 +1227,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1279,7 +1279,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1331,7 +1331,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1383,7 +1383,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1446,7 +1446,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1498,7 +1498,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1550,7 +1550,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1602,7 +1602,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1665,7 +1665,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1717,7 +1717,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1769,7 +1769,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1821,7 +1821,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1884,7 +1884,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1936,7 +1936,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -1988,7 +1988,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2040,7 +2040,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2103,7 +2103,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2155,7 +2155,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2207,7 +2207,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2259,7 +2259,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2322,7 +2322,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2374,7 +2374,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2426,7 +2426,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2478,7 +2478,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2541,7 +2541,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2593,7 +2593,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2645,7 +2645,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2697,7 +2697,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2760,7 +2760,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2812,7 +2812,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2864,7 +2864,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2916,7 +2916,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -2979,7 +2979,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3031,7 +3031,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3083,7 +3083,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3135,7 +3135,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3198,7 +3198,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3250,7 +3250,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3302,7 +3302,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3562,7 +3562,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3625,7 +3625,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3677,7 +3677,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3729,7 +3729,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -3781,7 +3781,7 @@ ADMX Info: check mark2 check mark2 - + check mark2 check mark2 check mark2 check mark2 @@ -3844,7 +3844,7 @@ The following list shows the supported values: check mark2 check mark2 - + check mark2 check mark2 check mark2 check mark2 @@ -3896,7 +3896,7 @@ ADMX Info: check mark2 check mark2 - + check mark2 check mark2 check mark2 check mark2 @@ -3948,7 +3948,7 @@ ADMX Info: check mark2 check mark2 - + check mark2 check mark2 check mark2 check mark2 @@ -4000,7 +4000,7 @@ ADMX Info: check mark2 check mark2 - + check mark2 check mark2 check mark2 check mark2 @@ -4065,7 +4065,7 @@ The following list shows the supported values: check mark2 check mark2 - + check mark2 check mark2 check mark2 check mark2 @@ -4117,7 +4117,7 @@ ADMX Info: check mark2 check mark2 - + check mark2 check mark2 check mark2 check mark2 @@ -4169,7 +4169,7 @@ ADMX Info: check mark2 check mark2 - + check mark2 check mark2 check mark2 check mark2 @@ -4221,7 +4221,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -4284,7 +4284,7 @@ The following list shows the supported values: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -4336,7 +4336,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 @@ -4388,7 +4388,7 @@ ADMX Info: check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 diff --git a/windows/client-management/mdm/policy-csp-search.md b/windows/client-management/mdm/policy-csp-search.md index aea6133ba1..c8bd3e02a1 100644 --- a/windows/client-management/mdm/policy-csp-search.md +++ b/windows/client-management/mdm/policy-csp-search.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Search +
@@ -199,7 +200,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -263,7 +264,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -343,7 +344,7 @@ This policy has been deprecated. cross mark check mark - + check mark check mark check mark check mark @@ -404,7 +405,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -447,7 +448,7 @@ Allow Windows indexer. Value type is integer. cross mark check mark - + check mark check mark check mark check mark @@ -508,7 +509,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -566,7 +567,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -691,7 +692,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -753,7 +754,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -811,7 +812,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark diff --git a/windows/client-management/mdm/policy-csp-security.md b/windows/client-management/mdm/policy-csp-security.md index 1549210b82..a59039f446 100644 --- a/windows/client-management/mdm/policy-csp-security.md +++ b/windows/client-management/mdm/policy-csp-security.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Security +
@@ -73,7 +74,7 @@ ms.date: 03/12/2018 cross mark check mark - + check mark check mark check mark check mark @@ -173,7 +174,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark @@ -229,7 +230,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -279,7 +280,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark @@ -448,7 +449,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -560,7 +561,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -610,7 +611,7 @@ The following list shows the supported values: check mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-settings.md b/windows/client-management/mdm/policy-csp-settings.md index 1c445ea4d5..a4451316dc 100644 --- a/windows/client-management/mdm/policy-csp-settings.md +++ b/windows/client-management/mdm/policy-csp-settings.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Settings +
@@ -82,7 +83,7 @@ ms.date: 03/12/2018 cross mark check mark - + check mark check mark check mark cross mark @@ -139,7 +140,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -189,7 +190,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -239,7 +240,7 @@ The following list shows the supported values: cross mark cross mark - + cross mark cross mark cross mark check mark1 @@ -289,7 +290,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -343,7 +344,7 @@ The following list shows the supported values: cross mark check mark3 - check mark3 + check mark check mark3 check mark3 cross mark @@ -397,7 +398,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark cross mark @@ -451,7 +452,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -505,7 +506,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -559,7 +560,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -609,7 +610,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -663,7 +664,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-speech.md b/windows/client-management/mdm/policy-csp-speech.md index 33cdd64750..8b6b37171c 100644 --- a/windows/client-management/mdm/policy-csp-speech.md +++ b/windows/client-management/mdm/policy-csp-speech.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Speech @@ -44,7 +44,7 @@ ms.date: 03/12/2018 check mark1 check mark1 - + check mark1 check mark1 check mark1 check mark1 diff --git a/windows/client-management/mdm/policy-csp-start.md b/windows/client-management/mdm/policy-csp-start.md index d9d149dd3a..77e9740678 100644 --- a/windows/client-management/mdm/policy-csp-start.md +++ b/windows/client-management/mdm/policy-csp-start.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Start @@ -128,7 +128,7 @@ ms.date: 03/12/2018 cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -179,7 +179,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -230,7 +230,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -281,7 +281,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -332,7 +332,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -383,7 +383,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -434,7 +434,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -485,7 +485,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -536,7 +536,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -587,7 +587,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -638,7 +638,7 @@ The following list shows the supported values: cross mark cross mark - + check mark check mark check mark cross mark @@ -696,7 +696,7 @@ The following list shows the supported values: cross mark check mark3 - + check mark3 check mark3 check mark3 cross mark @@ -762,7 +762,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -819,7 +819,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -883,7 +883,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -944,7 +944,7 @@ To validate on Laptop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1054,7 +1054,7 @@ ADMX Info: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1114,7 +1114,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1181,7 +1181,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1253,7 +1253,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1310,7 +1310,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1367,7 +1367,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1424,7 +1424,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1481,7 +1481,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1538,7 +1538,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1659,7 +1659,7 @@ To validate on Desktop, do the following: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -1719,7 +1719,7 @@ To validate on Desktop, do the following: cross mark cross mark - + check mark check mark check mark cross mark diff --git a/windows/client-management/mdm/policy-csp-system.md b/windows/client-management/mdm/policy-csp-system.md index 5aa3adb08a..7a9373fa95 100644 --- a/windows/client-management/mdm/policy-csp-system.md +++ b/windows/client-management/mdm/policy-csp-system.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - System +
@@ -85,7 +86,7 @@ ms.date: 03/12/2018 cross mark check mark - + check mark check mark check mark check mark @@ -150,7 +151,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -202,7 +203,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -330,7 +331,7 @@ To verify if System/AllowFontProviders is set to true: cross mark check mark - + check mark check mark check mark check mark @@ -398,7 +399,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -450,7 +451,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -578,7 +579,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark check mark @@ -1008,7 +1009,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-textinput.md b/windows/client-management/mdm/policy-csp-textinput.md index affd6a36ac..948971d970 100644 --- a/windows/client-management/mdm/policy-csp-textinput.md +++ b/windows/client-management/mdm/policy-csp-textinput.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP - TextInput +
@@ -98,29 +99,6 @@ ms.date: 04/16/2018 **TextInput/AllowHardwareKeyboardTextSuggestions** - - - - - - - - - - - - - - - - - - - - -
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcross markcross markcross markcross mark
- - [Scope](./policy-configuration-service-provider.md#policy-scope): @@ -134,9 +112,6 @@ ms.date: 04/16/2018 Added in Windows 10, version 1803. Placeholder only. Do not use in production environment. - - -
@@ -158,7 +133,7 @@ Added in Windows 10, version 1803. Placeholder only. Do not use in production e cross mark check mark - + check mark check mark check mark cross mark @@ -268,7 +243,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -324,7 +299,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -381,7 +356,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -437,7 +412,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -493,7 +468,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -623,7 +598,7 @@ This policy has been deprecated. cross mark check mark - + check mark check mark check mark cross mark @@ -683,6 +658,7 @@ The following list shows the supported values: +This policy setting controls the ability to send inking and typing data to Microsoft to improve the language recognition and suggestion capabilities of apps and services running on Windows. @@ -774,7 +750,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -828,7 +804,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -882,7 +858,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark diff --git a/windows/client-management/mdm/policy-csp-update.md b/windows/client-management/mdm/policy-csp-update.md index 9d34d6f2cc..f99bd7694f 100644 --- a/windows/client-management/mdm/policy-csp-update.md +++ b/windows/client-management/mdm/policy-csp-update.md @@ -6,12 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP - Update +
@@ -184,7 +185,7 @@ ms.date: 04/16/2018 cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -299,7 +300,7 @@ ADMX Info: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -358,7 +359,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark cross mark @@ -492,7 +493,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -551,7 +552,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -605,7 +606,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -670,7 +671,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -843,7 +844,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -948,7 +949,7 @@ Added in Windows 10, version 1803. Enable IT admin to configure feature update cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -1007,7 +1008,7 @@ ADMX Info: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -1061,7 +1062,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark cross mark @@ -1204,7 +1205,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark cross mark @@ -1550,7 +1551,7 @@ ADMX Info: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -1611,7 +1612,7 @@ The following list shows the supported values: cross mark check mark2 - cross mark + check mark2 check mark2 check mark2 cross mark @@ -1863,7 +1864,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -1929,7 +1930,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -1991,7 +1992,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -2045,7 +2046,7 @@ ADMX Info: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -2104,7 +2105,7 @@ The following list shows the supported values: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -2178,7 +2179,7 @@ This policy is deprecated. Use [Update/RequireUpdateApproval](#update-requireupd cross mark check mark - + check mark check mark check mark cross mark @@ -2239,7 +2240,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -2415,7 +2416,7 @@ Supported values are 2, 4, 8, 12, or 24 (hours). cross mark check mark - + check mark check mark check mark cross mark @@ -2764,7 +2765,7 @@ ADMX Info: cross mark check mark - + check mark check mark check mark cross mark @@ -2828,7 +2829,7 @@ ADMX Info: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark @@ -2945,7 +2946,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark cross mark @@ -3029,7 +3030,7 @@ Example cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark diff --git a/windows/client-management/mdm/policy-csp-wifi.md b/windows/client-management/mdm/policy-csp-wifi.md index 358dc3fc01..10d1f6f882 100644 --- a/windows/client-management/mdm/policy-csp-wifi.md +++ b/windows/client-management/mdm/policy-csp-wifi.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - Wifi @@ -73,7 +73,7 @@ This policy has been deprecated. cross mark check mark - + check mark check mark check mark check mark @@ -133,7 +133,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark @@ -193,7 +193,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 check mark @@ -248,7 +248,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 check mark @@ -350,7 +350,7 @@ The following list shows the supported values: cross mark check mark - + check mark check mark check mark check mark diff --git a/windows/client-management/mdm/policy-csp-windowsinkworkspace.md b/windows/client-management/mdm/policy-csp-windowsinkworkspace.md index 27f04f2813..0a13cc826e 100644 --- a/windows/client-management/mdm/policy-csp-windowsinkworkspace.md +++ b/windows/client-management/mdm/policy-csp-windowsinkworkspace.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - WindowsInkWorkspace @@ -47,7 +47,7 @@ ms.date: 03/12/2018 cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -105,7 +105,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark diff --git a/windows/client-management/mdm/policy-csp-windowslogon.md b/windows/client-management/mdm/policy-csp-windowslogon.md index 5029554ef7..2aee74c549 100644 --- a/windows/client-management/mdm/policy-csp-windowslogon.md +++ b/windows/client-management/mdm/policy-csp-windowslogon.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 04/16/2018 +ms.date: 05/03/2018 --- # Policy CSP - WindowsLogon @@ -242,7 +242,7 @@ ADMX Info: cross mark check mark2 - + check mark2 check mark2 check mark2 cross mark diff --git a/windows/client-management/mdm/policy-csp-wirelessdisplay.md b/windows/client-management/mdm/policy-csp-wirelessdisplay.md index cafb7be12e..30b8a3afa6 100644 --- a/windows/client-management/mdm/policy-csp-wirelessdisplay.md +++ b/windows/client-management/mdm/policy-csp-wirelessdisplay.md @@ -6,7 +6,7 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 03/12/2018 +ms.date: 05/03/2018 --- # Policy CSP - WirelessDisplay @@ -265,7 +265,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark @@ -404,7 +404,7 @@ The following list shows the supported values: cross mark check mark1 - + check mark1 check mark1 check mark1 cross mark From d00bf7c8bd28d3bcbd54b73df9d544b1ce2b9a5f Mon Sep 17 00:00:00 2001 From: Jeanie Decker Date: Sat, 12 May 2018 16:51:33 +0000 Subject: [PATCH 115/186] Merged PR 8166: update config index for moved topics --- windows/configuration/index.md | 11 +---------- .../update/windows-analytics-FAQ-troubleshooting.md | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/windows/configuration/index.md b/windows/configuration/index.md index 439e88dd70..5ed671a894 100644 --- a/windows/configuration/index.md +++ b/windows/configuration/index.md @@ -10,7 +10,7 @@ ms.localizationpriority: high author: jdeckerms ms.author: jdecker ms.topic: article -ms.date: 01/16/2018 +ms.date: 05/11/2018 --- # Configure Windows 10 @@ -21,15 +21,6 @@ Enterprises often need to apply custom configurations to devices for their users | Topic | Description | | --- | --- | -| [Configure Windows diagnostic data in your organization](configure-windows-diagnostic-data-in-your-organization.md) | Use this article to make informed decisions about how you can configure Windows diagnostic data in your organization. | -|[Diagnostic Data Viewer overview](diagnostic-data-viewer-overview.md) |Learn about the categories of diagnostic data your device is sending to Microsoft, along with how it's being used.| -| [Windows 10, version 1709 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields.md) | Learn about diagnostic data that is collected at the basic level in Windows 10, version 1709. | -| [Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md)| Learn about diagnostic data that is collected at the basic level in Windows 10, version 1703.| -| [Windows 10, version 1709 enhanced telemetry events and fields used by Windows Analytics](enhanced-diagnostic-data-windows-analytics-events-and-fields.md)|Learn about diagnostic data that is collected by Windows Analytics.| -| [Windows 10, version 1709 diagnostic data for the Full telemetry level](windows-diagnostic-data.md) | Learn about diagnostic data that is collected at the full level in Windows 10, version 1709. | -| [Windows 10, version 1703 diagnostic data for the Full telemetry level](windows-diagnostic-data-1703.md) | Learn about diagnostic data that is collected at the full level in Windows 10, version 1703. | -|[Beginning your General Data Protection Regulation (GDPR) journey for Windows 10](gdpr-win10-whitepaper.md)|Learn about Windows 10 and the upcoming GDPR-compliance requirements.| -| [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) | Learn about the network connections that Windows components make to Microsoft and also the privacy settings that affect data that is shared with either Microsoft or apps and how they can be managed by an IT Pro. | | [Manage Wi-Fi Sense in your company](manage-wifi-sense-in-enterprise.md) | Wi-Fi Sense automatically connects you to Wi-Fi, so you can get online quickly in more places. It can connect you to open Wi-Fi hotspots it knows about through crowdsourcing, or to Wi-Fi networks your contacts have shared with you by using Wi-Fi Sense. The initial settings for Wi-Fi Sense are determined by the options you chose when you first set up your PC with Windows 10. | | [Configure kiosk and shared devices running Windows 10 desktop editions](kiosk-shared-pc.md) | These topics help you configure Windows 10 devices to be shared by multiple users or to run as a kiosk device that runs a single app. | | [Configure Windows 10 Mobile devices](mobile-devices/configure-mobile.md) | These topics help you configure the features and apps and Start screen for a device running Windows 10 Mobile, as well as how to configure a kiosk device that runs a single app. | diff --git a/windows/deployment/update/windows-analytics-FAQ-troubleshooting.md b/windows/deployment/update/windows-analytics-FAQ-troubleshooting.md index 94cc5759c2..6738eb3517 100644 --- a/windows/deployment/update/windows-analytics-FAQ-troubleshooting.md +++ b/windows/deployment/update/windows-analytics-FAQ-troubleshooting.md @@ -81,7 +81,7 @@ Devices must be able to reach the endpoints specified in [Enrolling devices in W If you are using proxy server authentication, it is worth taking extra care to check the configuration. Prior to Windows 10, version 1703, WER uploads error reports in the machine context. Both user (typically authenticated) and machine (typically anonymous) contexts require access through proxy servers to the diagnostic endpoints. In Windows 10, version 1703, and later WER will attempt to use the context of the user that is logged on for proxy authentication such that only the user account requires proxy access. -Therefore, it's important to ensure that both machine and user accounts have access to the endpoints using authentication (or to whitelist the endpoints so that outbound proxy authentication is not required). For suggested methods, see [Enrolling devices in Windows Analytics](windows-analytics-get-started.md#configuring-endpoint-access-with-proxy-servers). +Therefore, it's important to ensure that both machine and user accounts have access to the endpoints using authentication (or to whitelist the endpoints so that outbound proxy authentication is not required). For suggested methods, see [Enrolling devices in Windows Analytics](windows-analytics-get-started.md#configuring-endpoint-access-with-proxy-server-authentication). To test access as a given user, you can run this Windows PowerShell cmdlet *while logged on as that user*: From 50fee5bc6081b5e77ed72dc9c6b3ffba1f196303 Mon Sep 17 00:00:00 2001 From: Jaromir Kaspar Date: Sun, 13 May 2018 01:03:37 +0200 Subject: [PATCH 116/186] Cleaned "-" that was breaking xml There was "-" leftover that was breaking xml syntax. --- .../microsoft-recommended-block-rules.md | 80 +++++++++---------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md index 4f483a970d..4bbf440bbc 100644 --- a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md +++ b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md @@ -79,30 +79,30 @@ Microsoft recommends that you block the following Microsoft-signed applications ``` -- + 10.0.0.0 {A244370E-44C9-4C06-B551-F6016E563076} {2E07F7E4-194C-4D20-B7C9-6F44A6C5A234} -- -- + + -- + -- + -- + -- -- -- + @@ -159,7 +159,7 @@ Microsoft recommends that you block the following Microsoft-signed applications -- @@ -383,103 +383,103 @@ Microsoft recommends that you block the following Microsoft-signed applications -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- + + + + -- -- -- + + + From dcf97b874a51b3c9cae1848378fc692446c5fe91 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Mon, 14 May 2018 18:51:57 +0000 Subject: [PATCH 117/186] Updated educator-tib-get-started.md, hiding inking section --- education/trial-in-a-box/educator-tib-get-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index c9418415fc..a8ac334b7f 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -29,7 +29,7 @@ ms.date: 03/18/2018 | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | | [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | | [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | -| [![Do Math with Ink](images/edu-tib-setp-7-v1.png)](#edu-task7) | **Attempting to show students how to solve math equations step-by-step?**
Use the [Math Assistant](#edu-task7) in OneNote to show students the steps of solving problems and graph equations. | + | | |
@@ -265,7 +265,7 @@ Today, we'll explore a Minecraft world through the eyes of a student.

-![Help students understand new math concepts with the Math Assistant in OneNote](images/edu-TIB-setp-7-jump.png) + **Watch what Educators say about Microsoft Education delivering better learning outcomes** Bring out the best in students by providing a platform for collaborating, exploring, personalized learning, and getting things done across all devices. From 720f3aa29848e43f19c1f22ba6d9ef160e145222 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Mon, 14 May 2018 19:28:26 +0000 Subject: [PATCH 118/186] Updated educator-tib-get-started.md, hiding inking section --- education/trial-in-a-box/educator-tib-get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index a8ac334b7f..ab3c6ec147 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -28,8 +28,8 @@ ms.date: 03/18/2018 | [![Launch Microsoft Teams](images/edu-TIB-setp-3-v3.png)](#edu-task3) | **Looking to foster collaboration, communication, and critical thinking in the classroom?**
Launch [Microsoft Teams](#edu-task3) and learn how to set up digital classroom discussions, respond to student questions, and organize class content. | | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | | [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | -| [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | - +| [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | | | |
From 176db5e9adf6fe544ed924726e737ec0a9e9fd82 Mon Sep 17 00:00:00 2001 From: Benjamin Howorth Date: Mon, 14 May 2018 19:53:29 +0000 Subject: [PATCH 119/186] Updated educator-tib-get-started.md, hiding inking --- education/trial-in-a-box/educator-tib-get-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/education/trial-in-a-box/educator-tib-get-started.md b/education/trial-in-a-box/educator-tib-get-started.md index ab3c6ec147..1a1f2a36e8 100644 --- a/education/trial-in-a-box/educator-tib-get-started.md +++ b/education/trial-in-a-box/educator-tib-get-started.md @@ -28,8 +28,7 @@ ms.date: 03/18/2018 | [![Launch Microsoft Teams](images/edu-TIB-setp-3-v3.png)](#edu-task3) | **Looking to foster collaboration, communication, and critical thinking in the classroom?**
Launch [Microsoft Teams](#edu-task3) and learn how to set up digital classroom discussions, respond to student questions, and organize class content. | | [![Open OneNote](images/edu-TIB-setp-4-v3.png)](#edu-task4) | **Trying to expand classroom creativity and interaction between students?**
Open [OneNote](#edu-task4) and create an example group project for your class. | | [![Try Photos app](images/edu-tib-setp-5-v4.png)](#edu-task5) | **Curious about telling stories through video?**
Try the [Photos app](#edu-task5) to make your own example video. | -| [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | +| [![Play with Minecraft: Education Edition](images/edu-tib-setp-6-v4.png)](#edu-task6) | **Want to teach kids to further collaborate and problem solve?**
Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. | | | |
@@ -265,7 +264,8 @@ Today, we'll explore a Minecraft world through the eyes of a student.

- ADMX Info: From 813300953fd3cd6fc500ac53ad915171c48d16ab Mon Sep 17 00:00:00 2001 From: Dani Halfin Date: Mon, 21 May 2018 23:32:19 +0000 Subject: [PATCH 186/186] Merged PR 8429: Added a new link to resources on privacy landing page --- windows/privacy/index.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/privacy/index.yml b/windows/privacy/index.yml index a048406c6b..5a42697604 100644 --- a/windows/privacy/index.yml +++ b/windows/privacy/index.yml @@ -145,4 +145,6 @@ sections: html:

Windows 10 on Trust Center

GDPR on Microsoft365 Compliance solutions

+ +

Support for GDPR Accountability on Service Trust Portal

\ No newline at end of file