forked from AutomatedLab/AutomatedLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutomatedLab.sln
404 lines (404 loc) · 31.4 KB
/
AutomatedLab.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "Installer\Installer.wixproj", "{F9ED990E-1D1D-4F11-B1A7-6ACC8D3C40C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "TestClient\TestClient.csproj", "{3662119A-C291-4BEC-8C6C-EBE802042E7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{F53EE2B3-B14E-4266-9018-18CDEC02D2DA}"
ProjectSection(SolutionItems) = preProject
Documentation\AL Tutorial Series Part 1 - Architecture.md = Documentation\AL Tutorial Series Part 1 - Architecture.md
Documentation\AL Tutorial Series Part 2 - Creating a Simple Lab with AutomatedLab.md = Documentation\AL Tutorial Series Part 2 - Creating a Simple Lab with AutomatedLab.md
Documentation\AL Tutorial Series Part 3 - Working with Predefined Server Roles.md = Documentation\AL Tutorial Series Part 3 - Working with Predefined Server Roles.md
Documentation\AL Tutorial Series Part 4 - Installing a simple PKI environment.md = Documentation\AL Tutorial Series Part 4 - Installing a simple PKI environment.md
Documentation\AL Tutorial Series Part 5 - Installing a 2-tier Certificate Authority (PKI) hierarchy using AutomatedLab.md = Documentation\AL Tutorial Series Part 5 - Installing a 2-tier Certificate Authority (PKI) hierarchy using AutomatedLab.md
Documentation\AL Tutorial Series Part 6 - Installing Software and Running Custom Activities.md = Documentation\AL Tutorial Series Part 6 - Installing Software and Running Custom Activities.md
Documentation\AutomatedLab Documentation.md = Documentation\AutomatedLab Documentation.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample Scripts", "Sample Scripts", "{0EFBFD4C-D963-4AFC-8C75-D6DBD05DA4C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LabSources", "LabSources", "{D1448154-F3BD-4E59-9B97-B8E83767336F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{BF2C3317-327C-4552-8C6B-18A07307D977}"
ProjectSection(SolutionItems) = preProject
LabSources\Tools\_The tools folder gets copied into each VM to a directory named Tools in root of C drive.txt = LabSources\Tools\_The tools folder gets copied into each VM to a directory named Tools in root of C drive.txt
LabSources\Tools\oscdimg.exe = LabSources\Tools\oscdimg.exe
LabSources\Tools\RepAll.bat = LabSources\Tools\RepAll.bat
LabSources\Tools\WinSAT.exe = LabSources\Tools\WinSAT.exe
LabSources\Tools\WinSATAPI.dll = LabSources\Tools\WinSATAPI.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HostsFile", "HostsFile", "{02FAEEE2-57BE-41C6-85BB-6B60F9D1983A}"
ProjectSection(SolutionItems) = preProject
HostsFile\HostsFile.psd1 = HostsFile\HostsFile.psd1
HostsFile\HostsFile.psm1 = HostsFile\HostsFile.psm1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AutomatedLabWorker", "AutomatedLabWorker", "{B7B1933B-77D7-4310-9049-7744B1F07154}"
ProjectSection(SolutionItems) = preProject
AutomatedLabWorker\AutomatedLabAzureWorkerNetwork.psm1 = AutomatedLabWorker\AutomatedLabAzureWorkerNetwork.psm1
AutomatedLabWorker\AutomatedLabAzureWorkerVirtualMachines.psm1 = AutomatedLabWorker\AutomatedLabAzureWorkerVirtualMachines.psm1
AutomatedLabWorker\AutomatedLabVMWareWorkerNetwork.psm1 = AutomatedLabWorker\AutomatedLabVMWareWorkerNetwork.psm1
AutomatedLabWorker\AutomatedLabVMWareWorkerVirtualMachines.psm1 = AutomatedLabWorker\AutomatedLabVMWareWorkerVirtualMachines.psm1
AutomatedLabWorker\AutomatedLabWorker.psd1 = AutomatedLabWorker\AutomatedLabWorker.psd1
AutomatedLabWorker\AutomatedLabWorker.psm1 = AutomatedLabWorker\AutomatedLabWorker.psm1
AutomatedLabWorker\AutomatedLabWorkerADCS.psm1 = AutomatedLabWorker\AutomatedLabWorkerADCS.psm1
AutomatedLabWorker\AutomatedLabWorkerDisks.psm1 = AutomatedLabWorker\AutomatedLabWorkerDisks.psm1
AutomatedLabWorker\AutomatedLabWorkerInternals.psm1 = AutomatedLabWorker\AutomatedLabWorkerInternals.psm1
AutomatedLabWorker\AutomatedLabWorkerNetwork.psm1 = AutomatedLabWorker\AutomatedLabWorkerNetwork.psm1
AutomatedLabWorker\AutomatedLabWorkerVirtualMachines.psm1 = AutomatedLabWorker\AutomatedLabWorkerVirtualMachines.psm1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AutomatedLabDefinition", "AutomatedLabDefinition", "{688118CF-DFF0-484C-B9DA-EE9B99B6CBD6}"
ProjectSection(SolutionItems) = preProject
AutomatedLabDefinition\AutomatedLabDefinition.Help.xml = AutomatedLabDefinition\AutomatedLabDefinition.Help.xml
AutomatedLabDefinition\AutomatedLabDefinition.init.ps1 = AutomatedLabDefinition\AutomatedLabDefinition.init.ps1
AutomatedLabDefinition\AutomatedLabDefinition.psd1 = AutomatedLabDefinition\AutomatedLabDefinition.psd1
AutomatedLabDefinition\AutomatedLabDefinition.psm1 = AutomatedLabDefinition\AutomatedLabDefinition.psm1
AutomatedLabDefinition\AutomatedLabDefinitionNetwork.psm1 = AutomatedLabDefinition\AutomatedLabDefinitionNetwork.psm1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AutomatedLabUnattended", "AutomatedLabUnattended", "{631E3AA3-71BA-4BE2-BEEE-8B96AE7E60F6}"
ProjectSection(SolutionItems) = preProject
AutomatedLabUnattended\AutomatedLabUnattended.psd1 = AutomatedLabUnattended\AutomatedLabUnattended.psd1
AutomatedLabUnattended\AutomatedLabUnattended.psm1 = AutomatedLabUnattended\AutomatedLabUnattended.psm1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PSFileTransfer", "PSFileTransfer", "{39ADBCFF-AD67-47BF-B8BB-B928F1FB7892}"
ProjectSection(SolutionItems) = preProject
PSFileTransfer\PSFileTransfer.psd1 = PSFileTransfer\PSFileTransfer.psd1
PSFileTransfer\PSFileTransfer.psm1 = PSFileTransfer\PSFileTransfer.psm1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PSLog", "PSLog", "{81D0BB90-CDB0-42DF-AE54-473027485151}"
ProjectSection(SolutionItems) = preProject
PSLog\PSLog.psd1 = PSLog\PSLog.psd1
PSLog\PSLog.psm1 = PSLog\PSLog.psm1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AutomatedLab", "AutomatedLab", "{03FEFD6A-B999-4BBA-875B-6CFA083E43CC}"
ProjectSection(SolutionItems) = preProject
AutomatedLab\AutomatedLab.format.ps1xml = AutomatedLab\AutomatedLab.format.ps1xml
AutomatedLab\AutomatedLab.Help.xml = AutomatedLab\AutomatedLab.Help.xml
AutomatedLab\AutomatedLab.init.ps1 = AutomatedLab\AutomatedLab.init.ps1
AutomatedLab\AutomatedLab.psd1 = AutomatedLab\AutomatedLab.psd1
AutomatedLab\AutomatedLab.psm1 = AutomatedLab\AutomatedLab.psm1
AutomatedLab\AutomatedLabADCS.psm1 = AutomatedLab\AutomatedLabADCS.psm1
AutomatedLab\AutomatedLabADDS.psm1 = AutomatedLab\AutomatedLabADDS.psm1
AutomatedLab\AutomatedLabADFS.psm1 = AutomatedLab\AutomatedLabADFS.psm1
AutomatedLab\AutomatedLabAzure.psm1 = AutomatedLab\AutomatedLabAzure.psm1
AutomatedLab\AutomatedLabDisks.psm1 = AutomatedLab\AutomatedLabDisks.psm1
AutomatedLab\AutomatedLabDsc.psm1 = AutomatedLab\AutomatedLabDsc.psm1
AutomatedLab\AutomatedLabExchange2013.psm1 = AutomatedLab\AutomatedLabExchange2013.psm1
AutomatedLab\AutomatedLabExchange2016.psm1 = AutomatedLab\AutomatedLabExchange2016.psm1
AutomatedLab\AutomatedLabInternals.psm1 = AutomatedLab\AutomatedLabInternals.psm1
AutomatedLab\AutomatedLabNetwork.psm1 = AutomatedLab\AutomatedLabNetwork.psm1
AutomatedLab\AutomatedLabOffice.psm1 = AutomatedLab\AutomatedLabOffice.psm1
AutomatedLab\AutomatedLabRouting.psm1 = AutomatedLab\AutomatedLabRouting.psm1
AutomatedLab\AutomatedLabSharePoint.psm1 = AutomatedLab\AutomatedLabSharePoint.psm1
AutomatedLab\AutomatedLabSQL.psm1 = AutomatedLab\AutomatedLabSQL.psm1
AutomatedLab\AutomatedLabVirtualMachines.psm1 = AutomatedLab\AutomatedLabVirtualMachines.psm1
AutomatedLab\AutomatedLabVMWare.psm1 = AutomatedLab\AutomatedLabVMWare.psm1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISOs", "ISOs", "{02DDCCD0-7EAA-450B-AE8A-67D54E8EF30C}"
ProjectSection(SolutionItems) = preProject
LabSources\ISOs\_Put all ISO images in here.txt = LabSources\ISOs\_Put all ISO images in here.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SoftwarePackages", "SoftwarePackages", "{51120906-7BD4-4855-912D-56DBF8812578}"
ProjectSection(SolutionItems) = preProject
LabSources\SoftwarePackages\_Put all software you want to install to the VMs here.txt = LabSources\SoftwarePackages\_Put all software you want to install to the VMs here.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PostInstallationActivities", "PostInstallationActivities", "{1130E19B-F91C-493B-AC50-8B7862716FB6}"
ProjectSection(SolutionItems) = preProject
LabSources\PostInstallationActivities\_This is the place for all scripts to customize the roles after installation.txt = LabSources\PostInstallationActivities\_This is the place for all scripts to customize the roles after installation.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DnsAndTrustSetup", "DnsAndTrustSetup", "{06858CF6-B9DA-4FB1-8188-624E6D63F824}"
ProjectSection(SolutionItems) = preProject
LabSources\PostInstallationActivities\DnsAndTrustSetup\DnsAndTrustSetup.ps1 = LabSources\PostInstallationActivities\DnsAndTrustSetup\DnsAndTrustSetup.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DotNet35Client", "DotNet35Client", "{084EEAC4-687E-49BA-BD42-6464DCDE4894}"
ProjectSection(SolutionItems) = preProject
LabSources\PostInstallationActivities\DotNet35Client\DotNet35Client.ps1 = LabSources\PostInstallationActivities\DotNet35Client\DotNet35Client.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PrepareFirstChildDomain", "PrepareFirstChildDomain", "{F6BA00ED-F4BA-4D03-908A-FA07433D65C3}"
ProjectSection(SolutionItems) = preProject
LabSources\PostInstallationActivities\PrepareFirstChildDomain\LabUsers.txt = LabSources\PostInstallationActivities\PrepareFirstChildDomain\LabUsers.txt
LabSources\PostInstallationActivities\PrepareFirstChildDomain\New-ADLabAccounts 2.0.ps1 = LabSources\PostInstallationActivities\PrepareFirstChildDomain\New-ADLabAccounts 2.0.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PrepareRootDomain", "PrepareRootDomain", "{BC03E484-C1F9-4BF7-9D25-2E546EDABB3B}"
ProjectSection(SolutionItems) = preProject
LabSources\PostInstallationActivities\PrepareRootDomain\PrepareRootDomain.ps1 = LabSources\PostInstallationActivities\PrepareRootDomain\PrepareRootDomain.ps1
LabSources\PostInstallationActivities\PrepareRootDomain\RepAll.bat = LabSources\PostInstallationActivities\PrepareRootDomain\RepAll.bat
LabSources\PostInstallationActivities\PrepareRootDomain\Sites.txt = LabSources\PostInstallationActivities\PrepareRootDomain\Sites.txt
LabSources\PostInstallationActivities\PrepareRootDomain\Subnets.txt = LabSources\PostInstallationActivities\PrepareRootDomain\Subnets.txt
LabSources\PostInstallationActivities\PrepareRootDomain\users.csv = LabSources\PostInstallationActivities\PrepareRootDomain\users.csv
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PrepareSqlServer", "PrepareSqlServer", "{3E54B63E-54DF-47C0-80C7-C2CB0A5D3E55}"
ProjectSection(SolutionItems) = preProject
LabSources\PostInstallationActivities\PrepareSqlServer\InstallSampleDBs.ps1 = LabSources\PostInstallationActivities\PrepareSqlServer\InstallSampleDBs.ps1
LabSources\PostInstallationActivities\PrepareSqlServer\instnwnd.sql = LabSources\PostInstallationActivities\PrepareSqlServer\instnwnd.sql
LabSources\PostInstallationActivities\PrepareSqlServer\instpubs.sql = LabSources\PostInstallationActivities\PrepareSqlServer\instpubs.sql
LabSources\PostInstallationActivities\PrepareSqlServer\Script.txt = LabSources\PostInstallationActivities\PrepareSqlServer\Script.txt
LabSources\PostInstallationActivities\PrepareSqlServer\SQL2000SampleDb.msi = LabSources\PostInstallationActivities\PrepareSqlServer\SQL2000SampleDb.msi
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A33ABAA2-AE00-4951-9A9C-727C11FE2C03}"
ProjectSection(SolutionItems) = preProject
Changes.txt = Changes.txt
Temp.txt = Temp.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{35796C10-DDB9-4E04-A2CD-FE3D00A0E361}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workshops", "Workshops", "{F283AF3D-956C-4CE2-ABBF-273D38810E2D}"
ProjectSection(SolutionItems) = preProject
SampleScripts\Workshops\ADPowerShellWorkshopLab.ps1 = SampleScripts\Workshops\ADPowerShellWorkshopLab.ps1
SampleScripts\Workshops\ADRecoveryLab - Azure.ps1 = SampleScripts\Workshops\ADRecoveryLab - Azure.ps1
SampleScripts\Workshops\ADRecoveryLab - HyperV.ps1 = SampleScripts\Workshops\ADRecoveryLab - HyperV.ps1
SampleScripts\Workshops\DFSHC - Azure.ps1 = SampleScripts\Workshops\DFSHC - Azure.ps1
SampleScripts\Workshops\DFSHC - HyperV.ps1 = SampleScripts\Workshops\DFSHC - HyperV.ps1
SampleScripts\Workshops\Kerberos 101 Lab - HyperV.ps1 = SampleScripts\Workshops\Kerberos 101 Lab - HyperV.ps1
SampleScripts\Workshops\PowerShell Lab - Azure.ps1 = SampleScripts\Workshops\PowerShell Lab - Azure.ps1
SampleScripts\Workshops\PowerShell Lab - HyperV with Internet.ps1 = SampleScripts\Workshops\PowerShell Lab - HyperV with Internet.ps1
SampleScripts\Workshops\PowerShell Lab - HyperV.ps1 = SampleScripts\Workshops\PowerShell Lab - HyperV.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LabXml", "LabXml\LabXml.csproj", "{A27BCDC6-9D37-46D2-805F-930A509EFC9D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HyperV", "HyperV", "{F808D90D-4D58-4532-8041-ED753492C589}"
ProjectSection(SolutionItems) = preProject
AutomatedLab\Tools\HyperV\BGInfo.bgi = AutomatedLab\Tools\HyperV\BGInfo.bgi
AutomatedLab\Tools\HyperV\Bginfo.exe = AutomatedLab\Tools\HyperV\Bginfo.exe
AutomatedLab\Tools\HyperV\nvspbind.exe = AutomatedLab\Tools\HyperV\nvspbind.exe
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Azure", "Azure", "{00FED816-9139-4579-85CC-DB74A5BA6981}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HyperV", "HyperV", "{4121F376-E671-41E2-97D7-8C1DAEA4BBF2}"
ProjectSection(SolutionItems) = preProject
SampleScripts\HyperV\BigLab 2012R2 EX SQL ORCH VS OFF.ps1 = SampleScripts\HyperV\BigLab 2012R2 EX SQL ORCH VS OFF.ps1
SampleScripts\HyperV\MediumLab 2012R2 SQL EX.ps1 = SampleScripts\HyperV\MediumLab 2012R2 SQL EX.ps1
SampleScripts\HyperV\MediumLab 2012R2 SQL.ps1 = SampleScripts\HyperV\MediumLab 2012R2 SQL.ps1
SampleScripts\HyperV\MultiForestLab 2008R2.ps1 = SampleScripts\HyperV\MultiForestLab 2008R2.ps1
SampleScripts\HyperV\MultiForestLab 2012R2.ps1 = SampleScripts\HyperV\MultiForestLab 2012R2.ps1
SampleScripts\HyperV\PKI Custom.ps1 = SampleScripts\HyperV\PKI Custom.ps1
SampleScripts\HyperV\PKI Simple.ps1 = SampleScripts\HyperV\PKI Simple.ps1
SampleScripts\HyperV\PKI Two Tier - Workgroup and Domain - Custom Production Deployment.ps1 = SampleScripts\HyperV\PKI Two Tier - Workgroup and Domain - Custom Production Deployment.ps1
SampleScripts\HyperV\PKI Two Tier - Workgroup and Domain - Typical Production Deployment.ps1 = SampleScripts\HyperV\PKI Two Tier - Workgroup and Domain - Typical Production Deployment.ps1
SampleScripts\HyperV\Single 10 Client with Office, VS and Reflector.ps1 = SampleScripts\HyperV\Single 10 Client with Office, VS and Reflector.ps1
SampleScripts\HyperV\Single 10 Client.ps1 = SampleScripts\HyperV\Single 10 Client.ps1
SampleScripts\HyperV\Single 2008R2 Server.ps1 = SampleScripts\HyperV\Single 2008R2 Server.ps1
SampleScripts\HyperV\Single 2012R2 Server DC SQL2014 Web CA.ps1 = SampleScripts\HyperV\Single 2012R2 Server DC SQL2014 Web CA.ps1
SampleScripts\HyperV\Single 2012R2 Server.ps1 = SampleScripts\HyperV\Single 2012R2 Server.ps1
SampleScripts\HyperV\Single 81 Client with Office.ps1 = SampleScripts\HyperV\Single 81 Client with Office.ps1
SampleScripts\HyperV\Single 81 Client.ps1 = SampleScripts\HyperV\Single 81 Client.ps1
SampleScripts\HyperV\SmallLab 2012R2 EX.ps1 = SampleScripts\HyperV\SmallLab 2012R2 EX.ps1
SampleScripts\HyperV\SmallLab 2012R2 Single Client.ps1 = SampleScripts\HyperV\SmallLab 2012R2 Single Client.ps1
SampleScripts\HyperV\SmallLab 2012R2 Single Server.ps1 = SampleScripts\HyperV\SmallLab 2012R2 Single Server.ps1
SampleScripts\HyperV\SmallLab 2012R2 SQL.ps1 = SampleScripts\HyperV\SmallLab 2012R2 SQL.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Azure", "Azure", "{8BD962AE-3F32-4704-8F5C-AA159589C6A3}"
ProjectSection(SolutionItems) = preProject
SampleScripts\Azure\MultiForestLab 2012R2.ps1 = SampleScripts\Azure\MultiForestLab 2012R2.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AutomatedLabTest", "AutomatedLabTest", "{390023B7-CB2C-4D70-800F-8D1B6AE916CC}"
ProjectSection(SolutionItems) = preProject
AutomatedLabTest\AutomatedLabTest.format.ps1xml = AutomatedLabTest\AutomatedLabTest.format.ps1xml
AutomatedLabTest\AutomatedLabTest.psd1 = AutomatedLabTest\AutomatedLabTest.psd1
AutomatedLabTest\AutomatedLabTest.psm1 = AutomatedLabTest\AutomatedLabTest.psm1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scenarios", "Scenarios", "{CA050EFB-B967-4AC6-9F7B-1AC6B63895F2}"
ProjectSection(SolutionItems) = preProject
SampleScripts\Scenarios\DSC Pull Scenario 1 (Pull Configuration).ps1 = SampleScripts\Scenarios\DSC Pull Scenario 1 (Pull Configuration).ps1
SampleScripts\Scenarios\DSC Pull Scenario 1 (Pull Configuration, SQL Reporting).ps1 = SampleScripts\Scenarios\DSC Pull Scenario 1 (Pull Configuration, SQL Reporting).ps1
SampleScripts\Scenarios\DSC Pull Scenario 2 (Pull Partial Configuration).ps1 = SampleScripts\Scenarios\DSC Pull Scenario 2 (Pull Partial Configuration).ps1
SampleScripts\Scenarios\Multi-AD Forest with Trusts.ps1 = SampleScripts\Scenarios\Multi-AD Forest with Trusts.ps1
SampleScripts\Scenarios\ProGet Lab - HyperV.ps1 = SampleScripts\Scenarios\ProGet Lab - HyperV.ps1
SampleScripts\Scenarios\WinRM clients with SSL.ps1 = SampleScripts\Scenarios\WinRM clients with SSL.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OSUpdates", "OSUpdates", "{BB2F6956-209C-40CB-8877-07E3F5C79F76}"
ProjectSection(SolutionItems) = preProject
LabSources\OSUpdates\_Put all OS updates in here for offline patching.txt = LabSources\OSUpdates\_Put all OS updates in here for offline patching.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SetupDscClients", "SetupDscClients", "{6BF9A116-7E73-4D94-8E57-4E1CCBC5DA62}"
ProjectSection(SolutionItems) = preProject
LabSources\PostInstallationActivities\SetupDscClients\SetupDscClients.ps1 = LabSources\PostInstallationActivities\SetupDscClients\SetupDscClients.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SetupDscPullServer", "SetupDscPullServer", "{1D008E01-0359-4EF9-AB13-ADC357240D25}"
ProjectSection(SolutionItems) = preProject
LabSources\PostInstallationActivities\SetupDscPullServer\DscTestConfig.ps1 = LabSources\PostInstallationActivities\SetupDscPullServer\DscTestConfig.ps1
LabSources\PostInstallationActivities\SetupDscPullServer\SetupDscPullServer.ps1 = LabSources\PostInstallationActivities\SetupDscPullServer\SetupDscPullServer.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SetupDscClients", "SetupDscClients", "{42F1CA14-387C-4DC0-BF14-0DFEA2681105}"
ProjectSection(SolutionItems) = preProject
LabSources\PostInstallationActivities\SetupDscClients\SetupDscClients.ps1 = LabSources\PostInstallationActivities\SetupDscClients\SetupDscClients.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SetupDscPullServer", "SetupDscPullServer", "{2E4C28D0-0A96-453D-AE4B-22ED3284966C}"
ProjectSection(SolutionItems) = preProject
LabSources\PostInstallationActivities\SetupDscPullServer\CreateDscSqlDatabase.ps1 = LabSources\PostInstallationActivities\SetupDscPullServer\CreateDscSqlDatabase.ps1
LabSources\PostInstallationActivities\SetupDscPullServer\Devices.mdb = LabSources\PostInstallationActivities\SetupDscPullServer\Devices.mdb
LabSources\PostInstallationActivities\SetupDscPullServer\DSC Dashboard.pbix = LabSources\PostInstallationActivities\SetupDscPullServer\DSC Dashboard.pbix
LabSources\PostInstallationActivities\SetupDscPullServer\DscTestConfig.ps1 = LabSources\PostInstallationActivities\SetupDscPullServer\DscTestConfig.ps1
LabSources\PostInstallationActivities\SetupDscPullServer\SetupDscPullServerEdb.ps1 = LabSources\PostInstallationActivities\SetupDscPullServer\SetupDscPullServerEdb.ps1
LabSources\PostInstallationActivities\SetupDscPullServer\SetupDscPullServerMdb.ps1 = LabSources\PostInstallationActivities\SetupDscPullServer\SetupDscPullServerMdb.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Introduction", "Introduction", "{45F867E3-BF98-47D0-8B12-D6F75A4C8D1B}"
ProjectSection(SolutionItems) = preProject
SampleScripts\Introduction\01 Single Win10 Client.ps1 = SampleScripts\Introduction\01 Single Win10 Client.ps1
SampleScripts\Introduction\02 Single Win10 Client (internet facing).ps1 = SampleScripts\Introduction\02 Single Win10 Client (internet facing).ps1
SampleScripts\Introduction\03 PowerShell 5 on Windows 7.ps1 = SampleScripts\Introduction\03 PowerShell 5 on Windows 7.ps1
SampleScripts\Introduction\04 Single domain-joined server.ps1 = SampleScripts\Introduction\04 Single domain-joined server.ps1
SampleScripts\Introduction\05 Single domain-joined server (internet facing).ps1 = SampleScripts\Introduction\05 Single domain-joined server (internet facing).ps1
SampleScripts\Introduction\06 SQL Server and client, domain joined.ps1 = SampleScripts\Introduction\06 SQL Server and client, domain joined.ps1
SampleScripts\Introduction\07 Exchange Server and client, domain joined.ps1 = SampleScripts\Introduction\07 Exchange Server and client, domain joined.ps1
SampleScripts\Introduction\08 Standalone Root CA, Sub Ca domain joined.ps1 = SampleScripts\Introduction\08 Standalone Root CA, Sub Ca domain joined.ps1
SampleScripts\Introduction\09 Web Servers with SSL certs, Root CA, domain joined.ps1 = SampleScripts\Introduction\09 Web Servers with SSL certs, Root CA, domain joined.ps1
SampleScripts\Introduction\10 Development Client, domain joined (internet facing).ps1 = SampleScripts\Introduction\10 Development Client, domain joined (internet facing).ps1
SampleScripts\Introduction\11 ISO Offline Patching.ps1 = SampleScripts\Introduction\11 ISO Offline Patching.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Help", "Help", "{A93F6FB3-EDE3-4069-9B4C-310FDE3EDF19}"
ProjectSection(SolutionItems) = preProject
Help\AutomatedLab.Help.pshproj = Help\AutomatedLab.Help.pshproj
Help\AutomatedLabDefinition.Help.pshproj = Help\AutomatedLabDefinition.Help.pshproj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "media", "media", "{99649F48-1216-41A4-9315-22EA5706AAA4}"
ProjectSection(SolutionItems) = preProject
Documentation\media\al2_image1.png = Documentation\media\al2_image1.png
Documentation\media\AL2_image2.png = Documentation\media\AL2_image2.png
Documentation\media\AL2_image3.png = Documentation\media\AL2_image3.png
Documentation\media\AL2_image4.png = Documentation\media\AL2_image4.png
Documentation\media\al3_image1.png = Documentation\media\al3_image1.png
Documentation\media\al3_image2.png = Documentation\media\al3_image2.png
Documentation\media\al4_image1.png = Documentation\media\al4_image1.png
Documentation\media\al4_image10.png = Documentation\media\al4_image10.png
Documentation\media\al4_image11.png = Documentation\media\al4_image11.png
Documentation\media\al4_image12.png = Documentation\media\al4_image12.png
Documentation\media\al4_image13.png = Documentation\media\al4_image13.png
Documentation\media\al4_image14.png = Documentation\media\al4_image14.png
Documentation\media\al4_image15.png = Documentation\media\al4_image15.png
Documentation\media\al4_image16.png = Documentation\media\al4_image16.png
Documentation\media\al4_image17.png = Documentation\media\al4_image17.png
Documentation\media\al4_image18.png = Documentation\media\al4_image18.png
Documentation\media\al4_image19.png = Documentation\media\al4_image19.png
Documentation\media\al4_image2.png = Documentation\media\al4_image2.png
Documentation\media\al4_image20.png = Documentation\media\al4_image20.png
Documentation\media\al4_image21.png = Documentation\media\al4_image21.png
Documentation\media\al4_image22.png = Documentation\media\al4_image22.png
Documentation\media\al4_image23.png = Documentation\media\al4_image23.png
Documentation\media\al4_image24.png = Documentation\media\al4_image24.png
Documentation\media\al4_image25.png = Documentation\media\al4_image25.png
Documentation\media\al4_image26.png = Documentation\media\al4_image26.png
Documentation\media\al4_image27.png = Documentation\media\al4_image27.png
Documentation\media\al4_image28.png = Documentation\media\al4_image28.png
Documentation\media\al4_image29.png = Documentation\media\al4_image29.png
Documentation\media\al4_image3.png = Documentation\media\al4_image3.png
Documentation\media\al4_image30.png = Documentation\media\al4_image30.png
Documentation\media\al4_image31.png = Documentation\media\al4_image31.png
Documentation\media\al4_image32.png = Documentation\media\al4_image32.png
Documentation\media\al4_image33.png = Documentation\media\al4_image33.png
Documentation\media\al4_image34.png = Documentation\media\al4_image34.png
Documentation\media\al4_image35.png = Documentation\media\al4_image35.png
Documentation\media\al4_image36.png = Documentation\media\al4_image36.png
Documentation\media\al4_image37.png = Documentation\media\al4_image37.png
Documentation\media\al4_image38.png = Documentation\media\al4_image38.png
Documentation\media\al4_image39.png = Documentation\media\al4_image39.png
Documentation\media\al4_image4.png = Documentation\media\al4_image4.png
Documentation\media\al4_image5.png = Documentation\media\al4_image5.png
Documentation\media\al4_image6.png = Documentation\media\al4_image6.png
Documentation\media\al4_image7.png = Documentation\media\al4_image7.png
Documentation\media\al4_image8.png = Documentation\media\al4_image8.png
Documentation\media\al4_image9.png = Documentation\media\al4_image9.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9ED990E-1D1D-4F11-B1A7-6ACC8D3C40C2}.Debug|Any CPU.ActiveCfg = Debug|x64
{F9ED990E-1D1D-4F11-B1A7-6ACC8D3C40C2}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{F9ED990E-1D1D-4F11-B1A7-6ACC8D3C40C2}.Debug|Mixed Platforms.Build.0 = Debug|x64
{F9ED990E-1D1D-4F11-B1A7-6ACC8D3C40C2}.Debug|x86.ActiveCfg = Debug|x64
{F9ED990E-1D1D-4F11-B1A7-6ACC8D3C40C2}.Release|Any CPU.ActiveCfg = Release|x64
{F9ED990E-1D1D-4F11-B1A7-6ACC8D3C40C2}.Release|Mixed Platforms.ActiveCfg = Release|x64
{F9ED990E-1D1D-4F11-B1A7-6ACC8D3C40C2}.Release|Mixed Platforms.Build.0 = Release|x64
{F9ED990E-1D1D-4F11-B1A7-6ACC8D3C40C2}.Release|x86.ActiveCfg = Release|x64
{3662119A-C291-4BEC-8C6C-EBE802042E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3662119A-C291-4BEC-8C6C-EBE802042E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3662119A-C291-4BEC-8C6C-EBE802042E7B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3662119A-C291-4BEC-8C6C-EBE802042E7B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3662119A-C291-4BEC-8C6C-EBE802042E7B}.Debug|x86.ActiveCfg = Debug|Any CPU
{3662119A-C291-4BEC-8C6C-EBE802042E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3662119A-C291-4BEC-8C6C-EBE802042E7B}.Release|Any CPU.Build.0 = Release|Any CPU
{3662119A-C291-4BEC-8C6C-EBE802042E7B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3662119A-C291-4BEC-8C6C-EBE802042E7B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3662119A-C291-4BEC-8C6C-EBE802042E7B}.Release|x86.ActiveCfg = Release|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Debug|x86.ActiveCfg = Debug|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Debug|x86.Build.0 = Debug|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Release|Any CPU.Build.0 = Release|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Release|x86.ActiveCfg = Release|Any CPU
{A27BCDC6-9D37-46D2-805F-930A509EFC9D}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BF2C3317-327C-4552-8C6B-18A07307D977} = {D1448154-F3BD-4E59-9B97-B8E83767336F}
{02DDCCD0-7EAA-450B-AE8A-67D54E8EF30C} = {D1448154-F3BD-4E59-9B97-B8E83767336F}
{51120906-7BD4-4855-912D-56DBF8812578} = {D1448154-F3BD-4E59-9B97-B8E83767336F}
{1130E19B-F91C-493B-AC50-8B7862716FB6} = {D1448154-F3BD-4E59-9B97-B8E83767336F}
{06858CF6-B9DA-4FB1-8188-624E6D63F824} = {1130E19B-F91C-493B-AC50-8B7862716FB6}
{084EEAC4-687E-49BA-BD42-6464DCDE4894} = {1130E19B-F91C-493B-AC50-8B7862716FB6}
{F6BA00ED-F4BA-4D03-908A-FA07433D65C3} = {1130E19B-F91C-493B-AC50-8B7862716FB6}
{BC03E484-C1F9-4BF7-9D25-2E546EDABB3B} = {1130E19B-F91C-493B-AC50-8B7862716FB6}
{3E54B63E-54DF-47C0-80C7-C2CB0A5D3E55} = {1130E19B-F91C-493B-AC50-8B7862716FB6}
{35796C10-DDB9-4E04-A2CD-FE3D00A0E361} = {03FEFD6A-B999-4BBA-875B-6CFA083E43CC}
{F283AF3D-956C-4CE2-ABBF-273D38810E2D} = {0EFBFD4C-D963-4AFC-8C75-D6DBD05DA4C9}
{F808D90D-4D58-4532-8041-ED753492C589} = {35796C10-DDB9-4E04-A2CD-FE3D00A0E361}
{00FED816-9139-4579-85CC-DB74A5BA6981} = {35796C10-DDB9-4E04-A2CD-FE3D00A0E361}
{4121F376-E671-41E2-97D7-8C1DAEA4BBF2} = {0EFBFD4C-D963-4AFC-8C75-D6DBD05DA4C9}
{8BD962AE-3F32-4704-8F5C-AA159589C6A3} = {0EFBFD4C-D963-4AFC-8C75-D6DBD05DA4C9}
{CA050EFB-B967-4AC6-9F7B-1AC6B63895F2} = {0EFBFD4C-D963-4AFC-8C75-D6DBD05DA4C9}
{BB2F6956-209C-40CB-8877-07E3F5C79F76} = {D1448154-F3BD-4E59-9B97-B8E83767336F}
{6BF9A116-7E73-4D94-8E57-4E1CCBC5DA62} = {1130E19B-F91C-493B-AC50-8B7862716FB6}
{1D008E01-0359-4EF9-AB13-ADC357240D25} = {1130E19B-F91C-493B-AC50-8B7862716FB6}
{42F1CA14-387C-4DC0-BF14-0DFEA2681105} = {D1448154-F3BD-4E59-9B97-B8E83767336F}
{2E4C28D0-0A96-453D-AE4B-22ED3284966C} = {D1448154-F3BD-4E59-9B97-B8E83767336F}
{45F867E3-BF98-47D0-8B12-D6F75A4C8D1B} = {0EFBFD4C-D963-4AFC-8C75-D6DBD05DA4C9}
{99649F48-1216-41A4-9315-22EA5706AAA4} = {F53EE2B3-B14E-4266-9018-18CDEC02D2DA}
EndGlobalSection
EndGlobal