Skip to content

3. Starting an Automated Deployment (Part 1)

Raimund Andée [MSFT] edited this page Feb 7, 2017 · 5 revisions

This document describes the actual deployment steps.

For the following steps, it is recommended to use the ISE and not the PowerShell console windows.

If this is the first deployment, you need to run the Cmdlet "Set-SfBLabRequirements" first. This Cmdlets makes sure that everything is in the right place. It will ask you for the full paths to the required ISO files. It also checks if the required hotfixes are available in the LabSources\OSUpdates folder:

Set-SfBLabRequirements

You can always test with the Cmdlet "Test-SfBLabRequirements", if the requirements are still good. t


Please copy the following lines into the ISE. This is all it takes to create the lab environment.

if (-not (Test-SfBLabRequirements))
{
    Set-SfBLabRequirements
}

Start-SfBLabDeployment -LabName SfbTest1 -TopologyFilePath D:\export.tbxml

Running the script will be asked for subnet mask until all IP addresses defined in the topology could be mapped to a subnet.

Deplyment Log

asked for external adapter External Virtual Switch

Clone this wiki locally