MDT code block standardization plus style updates 2

This commit is contained in:
Frank Rojas 2022-11-29 13:56:29 -05:00
parent f2128073a3
commit 3dba4cda72
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.