“Site Provisioning” needs PnP.PowerShell 3.1
The following is required:
- PowerShell version 7.5.3
winget install --id Microsoft.PowerShell --source winget
- PnP.PowerShell version 3.1 or later (
Install-Module -Name PnP.PowerShell) PnP
To determine the current version of PnP.PowerShell
Run pwsh.exe and execute the below command. (Verify that it is 7.5.3 or later of pwsh.exe)
Get-Module -Name PnP.PowerShell -ListAvailable | Select-Object Name, Version, Path
- If you want to assign permission to sites the AzureAD module must be installed version 14.1. Notice the installation of this module can take up to 15 minutes.
Install-Module -Name Az -Force -AllowClobber - Execution policy
(
Set-ExecutionPolicy Unrestricted)
Back Finish – Start the Server
Last modified:
22 September 2025

