mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-03 11:13:50 +00:00
Merge pull request #2034 from MicrosoftDocs/sfc
Fix issue with non-escaped characters and note indentation
This commit is contained in:
@ -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:
|
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 <name of msi> /quiet /norestart**
|
- **Msiexec.exe /i \<path to msi file\> /quiet /norestart**
|
||||||
|
|
||||||
|
For example:
|
||||||
|
```
|
||||||
|
msiexec /i "\\share\folder\Surface_Dock_FwUpdate_1.42.139_Win10_17134_19.084.31680_0.msi" /quiet /norestart
|
||||||
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!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 <name of msi> /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 \<path to msi file\> /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.
|
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).
|
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:
|
Use the following command:
|
||||||
- **msiexec /i <name of msi> /quiet /q**
|
- **msiexec /i \<path to msi file\> /quiet /q**
|
||||||
|
|
||||||
## How to verify completion of the firmware update
|
## How to verify completion of the firmware update
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@ ms.mktglfcycl: deploy
|
|||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
audience: itpro
|
audience: itpro
|
||||||
author: greg-lindsay
|
author: greg-lindsay
|
||||||
ms.date: 04/19/2017
|
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -21,9 +20,7 @@ It is important to carefully consider how you plan to migrate users. By default,
|
|||||||
## In This Topic
|
## In This Topic
|
||||||
|
|
||||||
- [Migrating Local Accounts](#bkmk-8)
|
- [Migrating Local Accounts](#bkmk-8)
|
||||||
|
|
||||||
- [Migrating Domain Accounts](#bkmk-9)
|
- [Migrating Domain Accounts](#bkmk-9)
|
||||||
|
|
||||||
- [Command-Line Options](#bkmk-7)
|
- [Command-Line Options](#bkmk-7)
|
||||||
|
|
||||||
## <a href="" id="bkmk-8"></a>Migrating Local Accounts
|
## <a href="" id="bkmk-8"></a>Migrating Local Accounts
|
||||||
@ -63,8 +60,6 @@ USMT provides several options to migrate multiple users on a single computer. Th
|
|||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
[Determine What to Migrate](usmt-determine-what-to-migrate.md)
|
[Determine What to Migrate](usmt-determine-what-to-migrate.md)<br>
|
||||||
|
[ScanState Syntax](usmt-scanstate-syntax.md)<br>
|
||||||
[ScanState Syntax](usmt-scanstate-syntax.md)
|
|
||||||
|
|
||||||
[LoadState Syntax](usmt-loadstate-syntax.md)
|
[LoadState Syntax](usmt-loadstate-syntax.md)
|
||||||
|
Reference in New Issue
Block a user