From 65decbe44c865c44b4fb141acf271051386cd1df Mon Sep 17 00:00:00 2001 From: Gary Moore Date: Wed, 1 Dec 2021 21:45:05 -0800 Subject: [PATCH] Applied correct style to alerts --- windows/deployment/usmt/usmt-configxml-file.md | 8 ++++---- windows/deployment/usmt/usmt-log-files.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/windows/deployment/usmt/usmt-configxml-file.md b/windows/deployment/usmt/usmt-configxml-file.md index 3d3bc1abf3..ed444aa11e 100644 --- a/windows/deployment/usmt/usmt-configxml-file.md +++ b/windows/deployment/usmt/usmt-configxml-file.md @@ -101,8 +101,8 @@ Additionally, the order in the **<ErrorControl>** section implies priority ``` -**Important**   -The configurable **<ErrorControl>** rules support only the environment variables for the operating system that is running and the currently logged-on user. As a workaround, you can specify a path using the (\*) wildcard character. +> [!IMPORTANT] +> The configurable **<ErrorControl>** rules support only the environment variables for the operating system that is running and the currently logged-on user. As a workaround, you can specify a path using the (\*) wildcard character. ### <fatal> @@ -188,8 +188,8 @@ Syntax: `` The **<HardLinkStoreControl>** sample code below specifies that hard links can be created to locked files only if the locked file resides somewhere under C:\\Users\\. Otherwise, a file-access error occurs when a locked file is encountered that cannot be copied, even though is technically possible for the link to be created. -**Important**   -The **<ErrorControl>** section can be configured to conditionally ignore file access errors, based on the file’s location. +> [!IMPORTANT] +> The **<ErrorControl>** section can be configured to conditionally ignore file access errors, based on the file’s location. ``` xml diff --git a/windows/deployment/usmt/usmt-log-files.md b/windows/deployment/usmt/usmt-log-files.md index b9d5dcf2a1..3d42379783 100644 --- a/windows/deployment/usmt/usmt-log-files.md +++ b/windows/deployment/usmt/usmt-log-files.md @@ -40,8 +40,8 @@ The following table describes each command-line option related to logs, and it p |**/listfiles** *[Path]FileName*|Specifies the path and file name of the Listfiles log.|Provides a list of the files that were migrated.| |Set the environment variable MIG_ENABLE_DIAG to a path to an XML file.|USMTDiag.xml|The diagnostic log contains detailed system environment information, user environment information, and information about the migration units (migunits) being gathered and their contents.| -**Note**   -You cannot store any of the log files in *StorePath*. If you do, the log will be overwritten when USMT is run. +> [!NOTE] +> You cannot store any of the log files in *StorePath*. If you do, the log will be overwritten when USMT is run. ## ScanState and LoadState Logs