Implements Unix/sudo (Execute-Elevated) for powershell
Execute this command on your PowerShell:
Install-Module -Name PwrSudo -CurrentUser
Import-Module PwrSudo
The first time that the script run, it will prompt the UAC dialog box, this is expected and normal.