You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
####Step 02: Unblock files and set execution policy
41
+
### Step 02: Unblock files and set execution policy
41
42
42
43
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
43
44
@@ -80,7 +81,7 @@ and ISO files should be downloaded in downloads folder
80
81

81
82
82
83
83
-
####Step 01: Run first MSLab script
84
+
### Step 01: Run first MSLab script
84
85
85
86
In your MSLab folder right-click at 1_Prereq.ps1 and run with PowerShell.
86
87
@@ -97,7 +98,7 @@ Expected output:
97
98

98
99
99
100
100
-
####Step 02: Create Parent Disks - second MSLab script
101
+
### Step 02: Create Parent Disks - second MSLab script
101
102
102
103
In your MSLab folder right-click at 2_CreateParentDisks.ps1 and run with PowerShell.
103
104
@@ -117,7 +118,7 @@ Result:
117
118
118
119

119
120
120
-
####Step 03: Create Azure Local Parent Disk
121
+
### Step 03: Create Azure Local Parent Disk
121
122
122
123
In your MSLab folder navigate to ParentDisks folder. In ParentDisks folder right-click at CreateParentDisk.ps1 and select run with PowerShell
123
124
@@ -137,7 +138,7 @@ Result:
137
138
138
139
## Task 03 - Deploy Azure Local Lab
139
140
140
-
####Step 01: Modify LabConfig.ps1
141
+
### Step 01: Modify LabConfig.ps1
141
142
142
143
In your MSLab folder open LabConfig.ps1 and replace it with following text
143
144
@@ -162,15 +163,15 @@ Result:
162
163
163
164

164
165
165
-
####Step 02: Deploy
166
+
### Step 02: Deploy
166
167
167
168
In your MSLab folder right-click at Deploy.ps1 and run with PowerShell. In ~5 minutes you should have your lab
168
169
169
170
Result:
170
171
171
172

172
173
173
-
####Step 03: Cleanup (Optional)
174
+
### Step 03: Cleanup (Optional)
174
175
175
176
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.
0 commit comments