“Site Provisioning” & “Import Jobs” needs PowerShell
The following is required:
- PowerShell version 7.4 or later (The Microsoft recommended installation procedure) The executable file for PowerShell 7 is named pwsh.exe
- PnP.PowerShell version 2.12.0 or later (
Install-Module -Name PnP.PowerShell
) PnP - If you want to assign permission to sites the AzureAD module must be installed. Notice the installation of this module can take up to 15 minutes.
Install-Module -Name Az -Force -AllowClobber
- Import Excel version 7.10.0 or later (
Install-Module -Name ImportExcel
) YouTube - Execution policy
(
Set-ExecutionPolicy Unrestricted
)
Back Finish – Start the Server
Last modified:
24 January 2025