-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathLab.xml
19 lines (19 loc) · 988 Bytes
/
Lab.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Lab xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContentFramework.Core.Models">
<Id>DeployingActiveDirectoryPS</Id>
<Technologies>
<Technology>Windows Azure</Technology>
</Technologies>
<Author>
<Name>mwasham</Name>
</Author>
<Description>In this Hands-on lab you will walk through the steps necessary to deploy a stand-alone domain in the cloud using Windows Azure Virtual Machines and Virtual Networks using PowerShell.</Description>
<Document ConversionType="Html">.\HOL.md</Document>
<Title>Deploying Active Directory in Windows Azure (PowerShell)</Title>
<Version>1.0.0</Version>
<Source>.\Source</Source>
<DependencyChecker>.\Source\Setup\Dependencies.depi</DependencyChecker>
<CustomProperties>
<Property Name="GitHubRepository" Value="https://github.com/WindowsAzure-TrainingKit/HOL-DeployingActiveDirectoryPS/" />
</CustomProperties>
</Lab>