-
Notifications
You must be signed in to change notification settings - Fork 4
3. Starting an Automated Deployment (Part 1)
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:

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

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.tbxmlRunning the script will be asked for subnet mask until all IP addresses defined in the topology could be mapped to a subnet.

asked for external adapter
