mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-23 14:23:38 +00:00
revised [!note] to a subheading
The combination of code block + note block + indentation caused strange spacing issues within the powershell code samples. Following the lead of other steps, this note was reformatted into a subheading entitled, "### Optional: "
This commit is contained in:
committed by
GitHub
parent
38b3c884c5
commit
67c0d6b382
@ -121,10 +121,12 @@ The following steps show you how to create a deployment share for Windows 10 tha
|
|||||||

|

|
||||||
|
|
||||||
*Figure 5. The Installation Progress window*
|
*Figure 5. The Installation Progress window*
|
||||||
>[!NOTE]
|
|
||||||
>The following error message may be hit while Installing the latest ADK or MDT: "An exception occurred during a WebClient request.". This is due to incompatibility between SDA and BITS. Here is the workaround for this:
|
### Optional: Workaround for Webclient exception
|
||||||
|
|
||||||
|
You may see this error message while installing the latest version of ADK or MDT: _An exception occurred during a WebClient request._ This is due to incompatibility between the Surface Deployment Accelerator (SDA) and Background Intelligent Transfer Service (BITS). To work around this issue, do the following.
|
||||||
|
|
||||||
In the following two PowerShell scripts:
|
In the two PowerShell scripts:
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
%ProgramFiles%\Microsoft\Surface\Deployment Accelerator\Data\PowerShell\Install-MDT.ps1
|
%ProgramFiles%\Microsoft\Surface\Deployment Accelerator\Data\PowerShell\Install-MDT.ps1
|
||||||
|
Reference in New Issue
Block a user