Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 370 Bytes

File metadata and controls

13 lines (10 loc) · 370 Bytes

PwrSudo

Implements Unix/sudo (Execute-Elevated) for powershell

Screenshoot

Installation

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.