-
Notifications
You must be signed in to change notification settings - Fork 4
1. Installation of SfbAutomatedLab
Raimund Andée [MSFT] edited this page Feb 7, 2017
·
5 revisions
- SfBAutomatedLab required PowerShell 5.0 or higher.
- SfbAutomatedLab requires AutomatedLab. Please install this first before proceeding with the installation of SfbAutomatedLab. You can find a detailed description about how to install AutomatedLab here: https://github.com/AutomatedLab/AutomatedLab/wiki/1.-Installation
- For the deployment SfbAutomatedLab (AutomatedLab) requires some ISO files. AutomatedLab expects all ISOs to be in LabSources\ISOs. If you have not changed the location of the LabSources folder during the installation of AutomatedLab, the folder should be in C:\LabSources. Please refer to the AutomatedLab documentation for further details. The ISOs required are
- Windows Server 2012 R2 or 2016
- SQL Server 2014 SP2
- Skype for Business 2015
- Office Online Server (November 2016 or later)
Your LabSources folder should look like this:
The easiest way to install SfbAutomatedLab is from the PowerShell Gallery and using the Cmdlet Install-Module. This will put the module in one of the paths configured in the environment variable PSModulePath ($env:PSModulePath)
Install-Module -Name SfBAutomatedLab -Verbose
The module should be visible after the installation when you run Get-Module -ListAvailable.
If the module is visible like shown in the screenshot, everything is set.
if this all worked, please go ahead to section 2. Getting Ready for the Automated Deployment.