diff --git a/windows/deployment/deploy-windows-mdt/get-started-with-the-microsoft-deployment-toolkit.md b/windows/deployment/deploy-windows-mdt/get-started-with-the-microsoft-deployment-toolkit.md index a178e2f7e5..73c2d4b629 100644 --- a/windows/deployment/deploy-windows-mdt/get-started-with-the-microsoft-deployment-toolkit.md +++ b/windows/deployment/deploy-windows-mdt/get-started-with-the-microsoft-deployment-toolkit.md @@ -147,7 +147,7 @@ You can think of a task sequence as a list of actions that need to be executed i - **Gather**: Reads configuration settings from the deployment server. - **Format and Partition**: Creates the partition(s) and formats them. - **Inject Drivers**: Finds out which drivers the machine needs and downloads them from the central driver repository. -- **Apply Operating System**: Uses ImageX to apply the image. +- **Apply Operating System**: Applies the Windows image. - **Windows Update**: Connects to a WSUS server and updates the machine. ## Task sequence templates diff --git a/windows/deployment/deploy-windows-mdt/use-web-services-in-mdt.md b/windows/deployment/deploy-windows-mdt/use-web-services-in-mdt.md index 3f9a73aaa4..02770d5644 100644 --- a/windows/deployment/deploy-windows-mdt/use-web-services-in-mdt.md +++ b/windows/deployment/deploy-windows-mdt/use-web-services-in-mdt.md @@ -83,7 +83,7 @@ This section assumes that you've enabled the Web Server (IIS) role on MDT01. ## Test the web service in Internet Explorer -1. On PC0001, using Internet Explorer, navigate to: **`http://MDT01/MDTSample/mdtsample.asmx**`. +1. On PC0001, using Internet Explorer, navigate to: **`http://MDT01/MDTSample/mdtsample.asmx'**. 2. Select the **GetComputerName** link.