Skip to content

1. Installation of SfbAutomatedLab

Raimund Andée [MSFT] edited this page Feb 6, 2017 · 5 revisions

Requirements

Installing SfBAutomatedLab

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

Verify the installation

The module should be visible after the installation when you run Get-Module -ListAvailable.

Get-Module

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.

Clone this wiki locally