Merge branch 'master' into bl-7841309

This commit is contained in:
Brian Lich 2016-07-20 09:59:13 -07:00
commit 84b402bedf
4 changed files with 24 additions and 8 deletions

View File

@ -1,8 +1,21 @@
{ {
"locales": [ "zh-cn" ],
"filters": [
{
"metadata": {
"localizationpriority": [ "high", "medium" ]
}
}
],
"locales": [ "ja-jp", "de-de", "fr-fr", "zh-cn", "zh-tw", "ko-kr", "es-es", "it-it", "ru-ru", "pt-br" ],
"files": ["!/*.md", "**/**/*.md", "**/*.md"], "files": ["!/*.md", "**/**/*.md", "**/*.md"],
"includeDependencies": true, "includeDependencies": true,
"autoPush": true, "autoPush": true,
"xliffVersion": "2.0", "xliffVersion": "2.0",
"useJavascriptMarkdownTransformer": true "useJavascriptMarkdownTransformer": true,
"markdownTransformerOptions": {
"lockBackslashEscapeChars": false
}
} }

View File

@ -81,6 +81,7 @@ UE-V settings location templates cannot be created from virtualized applications
- Windows operating system files that are located in %Systemroot% - Windows operating system files that are located in %Systemroot%
If registry keys and files that are stored in excluded locations are required to synchronize application settings, you can manually add the locations to the settings location template during the template creation process. If registry keys and files that are stored in excluded locations are required to synchronize application settings, you can manually add the locations to the settings location template during the template creation process.
However, only changes to the HKEY\_CURRENT\_USER hive will be sync-ed.
### Replace the default Microsoft templates ### Replace the default Microsoft templates

View File

@ -49,7 +49,8 @@ The UE-V Generator excludes locations, which commonly store application software
- Windows operating system files that are located in %Systemroot%, which requires administrator rights and might require to set a UAC agreement - Windows operating system files that are located in %Systemroot%, which requires administrator rights and might require to set a UAC agreement
If registry keys and files that are stored in these locations are required to synchronize application settings, you can manually add the excluded locations to the settings location template during the template creation process. If registry keys and files that are stored in these locations are required to synchronize application settings, you can manually add the excluded locations to the settings location template during the template creation process
(except for registry entries in the HKEY\_LOCAL\_MACHINE hive).
## <a href="" id="edit"></a>Edit Settings Location Templates with the UE-V Generator ## <a href="" id="edit"></a>Edit Settings Location Templates with the UE-V Generator

View File

@ -45,6 +45,7 @@ For security reasons, the package used to offboard endpoints will expire 30 days
1. Get the offboarding package from the [Windows Defender ATP portal](https://securitycenter.windows.com/): 1. Get the offboarding package from the [Windows Defender ATP portal](https://securitycenter.windows.com/):
a. Click **Endpoint Management** on the **Navigation pane**. a. Click **Endpoint Management** on the **Navigation pane**.
b. Under **Endpoint offboarding** section, select **Group Policy**, click **Download package** and save the .zip file. b. Under **Endpoint offboarding** section, select **Group Policy**, click **Download package** and save the .zip file.
2. Extract the contents of the .zip file to a shared, read-only location that can be accessed by the endpoints. You should have a file named *WindowsDefenderATPOffboardingScript_valid_until_YYYY-MM-DD.cmd*. 2. Extract the contents of the .zip file to a shared, read-only location that can be accessed by the endpoints. You should have a file named *WindowsDefenderATPOffboardingScript_valid_until_YYYY-MM-DD.cmd*.