Skip to content

AutomatedLab/SfBAutomatedLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Summary

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.

Requirements

How to use it

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

About

SfBAutomatedLab deploys Skype for Business labs using PowerShell and AutomatedLab. You just need the topology file and 2 lines of code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published