THIS MODULE IS NOT IN ACTIVE DEVELOPMENT ANY LONGER DUE TO LACK OF FUNDING NONE OF ITS FUNCTIONALITY WAS OR WILL BE TESTED OUTSIDE OF THE OUTLINED PARAMETERS
Building lab environments is a time-consuming task. First you are creating your topology using the SfB Topology Builder. Then you need to create the virtual machines, configure the networking, setup Active Directory, a PKI, IIS, Office Online Server and SQL Server. This takes a lot of time and it is easy to forget a configuration item or click the wrong button.
SfBAutomatedLab does it all for you. It reads the topology file (tbxml) created by the Topology Builder and creates all the machines defined there. It also sets up Active Directory with an Enterprise PKI and SQL Server, all according to what is defined in the topology file. After that, the SfB components are installed on the edge and frontend servers.
These lines are all it requires, assuming you use the Topology Builder to export the topology to D:\export.tbxml
:
if (-not (Test-SfBLabRequirements))
{
Set-SfBLabRequirements
}
Start-SfBLabDeployment -LabName SfbTest1 -TopologyFilePath D:\export.tbxml