Running script block with elevated permissions

I wan to run following script block as admin. I tried couple of ways to run it but it is failing. please suggest

provisioner “powershell” {
script = “Install-software.ps1”

}