Skip to content

Commit ad154bf

Browse files
committed
toc fix
1 parent 0f6868e commit ad154bf

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

HandsOnLabs/01-CreatingFirstLab/readme.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,26 @@
44

55
- [Creating first Lab](#creating-first-lab)
66
- [Task 01: Prepare files](#task-01-prepare-files)
7-
- [Step 01: Download MSLab files](#step-01-download-mslab-files)
8-
- [Step 02: Unblock files and set execution policy](#step-02-unblock-files-and-set-execution-policy)
7+
- [Step 01: Download MSLab files](#step-01-download-mslab-files)
8+
- [Step 02: Unblock files and set execution policy](#step-02-unblock-files-and-set-execution-policy)
99
- [Task 02: Download Required files](#task-02-download-required-files)
1010
- [Task 03: Build the lab Prerequisites](#task-03-build-the-lab-prerequisites)
11-
- [Step 01: Run first MSLab script](#step-01-run-first-mslab-script)
12-
- [Step 02: Create Parent Disks - second MSLab script](#step-02-create-parent-disks---second-mslab-script)
13-
- [Step 03: Create Azure Local Parent Disk](#step-03-create-azure-local-parent-disk)
11+
- [Step 01: Run first MSLab script](#step-01-run-first-mslab-script)
12+
- [Step 02: Create Parent Disks - second MSLab script](#step-02-create-parent-disks---second-mslab-script)
13+
- [Step 03: Create Azure Local Parent Disk](#step-03-create-azure-local-parent-disk)
1414
- [Task 03 - Deploy Azure Local Lab](#task-03---deploy-azure-local-lab)
15-
- [Step 01: Modify LabConfig.ps1](#step-01-modify-labconfigps1)
16-
- [Step 02: Deploy](#step-02-deploy)
17-
- [Step 03: Cleanup Optional](#step-03-cleanup-optional)
15+
- [Step 01: Modify LabConfig.ps1](#step-01-modify-labconfigps1)
16+
- [Step 02: Deploy](#step-02-deploy)
17+
- [Step 03: Cleanup Optional](#step-03-cleanup-optional)
1818
- [Tips & Tricks](#tips--tricks)
1919
- [Add "Default" virtual switch in Windows Server 2025](#add-default-virtual-switch-in-windows-server-2025)
2020

2121
<!-- /TOC -->
2222

23+
2324
## Task 01: Prepare files
2425

25-
#### Step 01: Download MSLab files
26+
### Step 01: Download MSLab files
2627

2728
Note: MSLab files are available at https://aka.ms/mslab/download
2829

@@ -37,7 +38,7 @@ Expand-Archive -Path $env:UserProfile\Downloads\mslab.zip -DestinationPath c:\MS
3738
3839
```
3940

40-
#### Step 02: Unblock files and set execution policy
41+
### Step 02: Unblock files and set execution policy
4142

4243
Note: Since PowerShell scripts are no longer signed (you can push @vladimir [email protected] to request that internally again, and yes, it's a lot of "paperwork"), files needs to be ublocked and execution policy configured
4344

@@ -80,7 +81,7 @@ and ISO files should be downloaded in downloads folder
8081
![](./media/explorer02.png)
8182

8283

83-
#### Step 01: Run first MSLab script
84+
### Step 01: Run first MSLab script
8485

8586
In your MSLab folder right-click at 1_Prereq.ps1 and run with PowerShell.
8687

@@ -97,7 +98,7 @@ Expected output:
9798
![](./media/explorer04.png)
9899

99100

100-
#### Step 02: Create Parent Disks - second MSLab script
101+
### Step 02: Create Parent Disks - second MSLab script
101102

102103
In your MSLab folder right-click at 2_CreateParentDisks.ps1 and run with PowerShell.
103104

@@ -117,7 +118,7 @@ Result:
117118

118119
![](./media/explorer06.png)
119120

120-
#### Step 03: Create Azure Local Parent Disk
121+
### Step 03: Create Azure Local Parent Disk
121122

122123
In your MSLab folder navigate to ParentDisks folder. In ParentDisks folder right-click at CreateParentDisk.ps1 and select run with PowerShell
123124

@@ -137,7 +138,7 @@ Result:
137138

138139
## Task 03 - Deploy Azure Local Lab
139140

140-
#### Step 01: Modify LabConfig.ps1
141+
### Step 01: Modify LabConfig.ps1
141142

142143
In your MSLab folder open LabConfig.ps1 and replace it with following text
143144

@@ -162,15 +163,15 @@ Result:
162163

163164
![](./media/notepad01.png)
164165

165-
#### Step 02: Deploy
166+
### Step 02: Deploy
166167

167168
In your MSLab folder right-click at Deploy.ps1 and run with PowerShell. In ~5 minutes you should have your lab
168169

169170
Result:
170171

171172
![](./media/hvmanager01.png)
172173

173-
#### Step 03: Cleanup (Optional)
174+
### Step 03: Cleanup (Optional)
174175

175176
In your MSLab folder right-click at Cleanup.ps1 and run with PowerShell. In ~10 seconds your lab is gone and ready to deploy again.
176177

0 commit comments

Comments
 (0)