Yes you can run a powershell script in provisioning. Just use an execute file action to run powershell and point it at your ps1 file in the command parameters. Don't forget powershell script execution is disabled by default in Win7 so you'll need to run the command to enable this first.
Steve