> For the complete documentation index, see [llms.txt](https://www.breaching-defenses.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.breaching-defenses.com/lab/deploying-full-lab.md).

# Deploying Full Lab

We open a **powershell as administrator** and type:

```
powershell -ep bypass
Import-Module AutomatedLab
cd C:\Users\$($env:USERNAME)\Desktop\Breaching-Defenses.com
git pull
powershell -f C:\Users\$($env:USERNAME)\Desktop\Breaching-Defenses.com\breaching-defenses_lab_full.ps1
```
