# PowerShell Modules

### Module Locations:

{% code lineNumbers="true" %}

```powershell
$env:PSModulePath -split ';'

C:\Users\Administrator\Documents\WindowsPowerShell\Modules
C:\Program Files\WindowsPowerShell\Modules
C:\Windows\system32\WindowsPowerShell\v1.0\Modules
```

{% endcode %}
