From 0773b81949f3799fa6c10f776f7ca37ae50b18d4 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Tue, 11 Feb 2020 11:12:06 -0800 Subject: [PATCH 1/2] small update --- devices/surface/surface-dock-firmware-update.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/devices/surface/surface-dock-firmware-update.md b/devices/surface/surface-dock-firmware-update.md index ec479afcb6..ca60fcfca8 100644 --- a/devices/surface/surface-dock-firmware-update.md +++ b/devices/surface/surface-dock-firmware-update.md @@ -61,10 +61,15 @@ This section describes how to install the firmware update. You can use Windows Installer commands (Msiexec.exe) to deploy Surface Dock Firmware Update to multiple devices across your network. When using Microsoft Endpoint Configuration Manager or other deployment tool, enter the following syntax to ensure the installation is silent: -- **Msiexec.exe /i /quiet /norestart** +- **Msiexec.exe /i \ /quiet /norestart** + + For example: + ``` + msiexec /i "\\share\folder\Surface_Dock_FwUpdate_1.42.139_Win10_17134_19.084.31680_0.msi" /quiet /norestart + ``` > [!NOTE] -> A log file is not created by default. In order to create a log file, you will need to append "/l*v [path]". For example: Msiexec.exe /i /l*v %windir%\logs\ SurfaceDockFWI.log" +> A log file is not created by default. In order to create a log file, you will need to append "/l*v [path]". For example: Msiexec.exe /i \ /l*v %windir%\logs\ SurfaceDockFWI.log" For more information, refer to [Command line options](https://docs.microsoft.com/windows/win32/msi/command-line-options) documentation. @@ -76,7 +81,7 @@ For more information, refer to [Command line options](https://docs.microsoft.com You can use Intune to distribute Surface Dock Firmware Update to your devices. First you will need to convert the MSI file to the .intunewin format, as described in the following documentation: [Intune Standalone - Win32 app management](https://docs.microsoft.com/intune/apps/apps-win32-app-management). Use the following command: - - **msiexec /i /quiet /q** + - **msiexec /i \ /quiet /q** ## How to verify completion of the firmware update From 36b484eace19a364f249634bd7a9445aeb9c7aa9 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Tue, 11 Feb 2020 11:33:16 -0800 Subject: [PATCH 2/2] fix note issue --- .../deployment/usmt/usmt-identify-users.md | 21 +++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/windows/deployment/usmt/usmt-identify-users.md b/windows/deployment/usmt/usmt-identify-users.md index 445247ab0c..ba68d36951 100644 --- a/windows/deployment/usmt/usmt-identify-users.md +++ b/windows/deployment/usmt/usmt-identify-users.md @@ -10,7 +10,6 @@ ms.mktglfcycl: deploy ms.sitesec: library audience: itpro author: greg-lindsay -ms.date: 04/19/2017 ms.topic: article --- @@ -21,9 +20,7 @@ It is important to carefully consider how you plan to migrate users. By default, ## In This Topic - [Migrating Local Accounts](#bkmk-8) - - [Migrating Domain Accounts](#bkmk-9) - - [Command-Line Options](#bkmk-7) ## Migrating Local Accounts @@ -36,8 +33,8 @@ Before migrating local accounts, note the following: - [Be careful when specifying a password for local accounts.](#bkmk-8) If you create the local account with a blank password, anyone could log on to that account on the destination computer. If you create the local account with a password, the password is available to anyone with access to the USMT command-line tools. -> [!NOTE] -> If there are multiple users on a computer, and you specify a password with the **/lac** option, all migrated users will have the same password. +>[!NOTE] +>If there are multiple users on a computer, and you specify a password with the **/lac** option, all migrated users will have the same password. ## Migrating Domain Accounts @@ -49,8 +46,8 @@ USMT provides several options to migrate multiple users on a single computer. Th - [Specifying users.](#bkmk-8) You can specify which users to migrate with the **/all**, **/ui**, **/uel**, and **/ue** options with both the ScanState and LoadState command-line tools. - > [!IMPORTANT]   - > The **/uel** option excludes users based on the **LastModified** date of the Ntuser.dat file. The **/uel** option is not valid in offline migrations. + >[!IMPORTANT]   + >The **/uel** option excludes users based on the **LastModified** date of the Ntuser.dat file. The **/uel** option is not valid in offline migrations. - [Moving users to another domain.](#bkmk-8) You can move user accounts to another domain using the **/md** option with the LoadState command-line tool. @@ -58,13 +55,11 @@ USMT provides several options to migrate multiple users on a single computer. Th - [Renaming user accounts.](#bkmk-8) You can rename user accounts using the **/mu** option. - > [!NOTE] - > By default, if a user name is not specified in any of the command-line options, the user will be migrated. + >[!NOTE] + >By default, if a user name is not specified in any of the command-line options, the user will be migrated. ## Related topics -[Determine What to Migrate](usmt-determine-what-to-migrate.md) - -[ScanState Syntax](usmt-scanstate-syntax.md) - +[Determine What to Migrate](usmt-determine-what-to-migrate.md)
+[ScanState Syntax](usmt-scanstate-syntax.md)
[LoadState Syntax](usmt-loadstate-syntax.md)