“Site Provisioning” & “Import Jobs” needs PowerShell

The following is required:

  • PowerShell version 7.5.2 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.2 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
  • Import Excel version 7.8.10 or later (Install-Module -Name ImportExcel) YouTube
  • Execution policy (Set-ExecutionPolicy Unrestricted )

Back Finish – Start the Server

Last modified: 9 August 2025