All Projects → AutomatedLab → SfBAutomatedLab

AutomatedLab / SfBAutomatedLab

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

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to SfBAutomatedLab

Skpy
An unofficial Python library for interacting with the Skype HTTP API.
Stars: ✭ 160 (+1042.86%)
Mutual labels:  skype
Queries
SQLite queries
Stars: ✭ 57 (+307.14%)
Mutual labels:  skype
terraform-installer
Installer for HashiCorp Terraform - Automatic Download, Extract and Install of Latest or Specific Version
Stars: ✭ 74 (+428.57%)
Mutual labels:  automated-deployment
Forensic Tools
A collection of tools for forensic analysis
Stars: ✭ 204 (+1357.14%)
Mutual labels:  skype
Common
SQL FineBuild provides 1-click install and best-practice configuration on Windows of SQL Server 2019 through to SQL Server 2005
Stars: ✭ 32 (+128.57%)
Mutual labels:  automated-deployment
deployserver
Deploy your project automatically when git branch was updated.
Stars: ✭ 24 (+71.43%)
Mutual labels:  automated-deployment
Claudia Bot Builder
Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
Stars: ✭ 1,717 (+12164.29%)
Mutual labels:  skype
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (+314.29%)
Mutual labels:  skype
tvoip
Terminal-based P2P VoIP application (TeamSpeak-/Skype-like voice chatting over LAN or Internet)
Stars: ✭ 34 (+142.86%)
Mutual labels:  skype
skype-to-telegram
Skype to Telegram bot, for receive your message from skype in telegram
Stars: ✭ 14 (+0%)
Mutual labels:  skype
mattermost-plugin-skype4business
No description or website provided.
Stars: ✭ 15 (+7.14%)
Mutual labels:  skype
RebelChat
Rebel Chat 💬 - is a modern way to keep in touch with any team, and keep your messaging under control right in your editor.
Stars: ✭ 19 (+35.71%)
Mutual labels:  skype
Virtual-Health-Templates
SharePoint templates, documentation, and sample code for Office 365 virtual healthcare scenarios
Stars: ✭ 42 (+200%)
Mutual labels:  skype
Stormkitty
🔑 Open source stealer written on C#, all logs will be sent to Telegram bot.
Stars: ✭ 198 (+1314.29%)
Mutual labels:  skype
sbotify
your personal bot that plays spotify music
Stars: ✭ 25 (+78.57%)
Mutual labels:  skype
Magento Chatbot
Magento Chatbot Integration with Telegram, Messenger, Whatsapp, WeChat, Skype and wit.ai.
Stars: ✭ 149 (+964.29%)
Mutual labels:  skype
sagdevops-ci-assets
Software AG DevOps library to support assets CI (continuous integration) with webMethods 9.x and 10.0. Work together with https://github.com/SoftwareAG/webmethods-sample-project-layout
Stars: ✭ 23 (+64.29%)
Mutual labels:  automated-deployment
BotBuilder-Watson
A Microsoft Bot Framework & IBM Watson bot
Stars: ✭ 19 (+35.71%)
Mutual labels:  skype
skype-bot-php
PHP CLI/Library for the Skype Bot API
Stars: ✭ 64 (+357.14%)
Mutual labels:  skype
micro-dockerhub-hook
Automatic docker deployment with webhooks
Stars: ✭ 32 (+128.57%)
Mutual labels:  automated-deployment

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].