mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 21:11:53 +00:00
17 lines
1.1 KiB
Plaintext
17 lines
1.1 KiB
Plaintext
---
|
|
title: 'Installing PowerShell'
|
|
---
|
|
|
|
PowerShell is required by this provider because it is the only way to retrieve data from certain Microsoft 365 services.
|
|
|
|
## Installing PowerShell
|
|
|
|
If you are using Prowler Cloud, you don't need to worry about PowerShell — it is already installed in our infrastructure.
|
|
However, if you want to run Prowler on your own, you must have PowerShell installed to execute the full M365 provider and retrieve all findings.
|
|
To learn more about how to install PowerShell and which versions are supported, click [here](/user-guide/providers/microsoft365/authentication#supported-powershell-versions).
|
|
|
|
## Required Modules
|
|
|
|
The necessary modules will not be installed automatically by Prowler. Nevertheless, if you want Prowler to install them for you, you can execute the provider with the flag `--init-modules`, which will run the script to install and import them.
|
|
If you want to learn more about this process or you are running some issues with this, click [here](/user-guide/providers/microsoft365/authentication#required-powershell-modules).
|