Skip to content

2. Prerequisites

nikskhubani edited this page Jul 25, 2018 · 1 revision
  1. You have Admin rights to SharePoint Online (Note: This script does not work for SharePoint On-Premise environment)
  2. You have a basic understanding on how to run PowerShell script;
  3. You have downloaded the PowerShell script .zip file and extracted it to your local drive;
  4. You have admin rights at the machine you plan to run the script on;
  5. Your PowerShell ExecutionPolicy is set to RemoteSigned (From your PowerShell console, you can run Set-ExecutionPolicy RemoteSigned –Force)
Clone this wiki locally