SkillAgentSearch skills...

SfBAutomatedLab

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

Install / Use

/learn @AutomatedLab/SfBAutomatedLab
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

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.

1. Installation of SfbAutomatedLab

2. Getting Ready for the Automated Deployment

3. Starting an Automated Deployment (Part 1)

4. Starting an Automated Deployment (Part 2)

Version History

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
View on GitHub
GitHub Stars14
CategoryOperations
Updated4y ago
Forks4

Languages

PowerShell

Security Score

65/100

Audited on Dec 21, 2021

No findings