-
Notifications
You must be signed in to change notification settings - Fork 4
1. Installation of SfbAutomatedLab
Raimund Andée [MSFT] edited this page Feb 6, 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
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 -VerboseThe 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-Started.