├── LICENSE ├── PowerRunAs ├── PowerRunAs.psd1 └── PowerRunAs.psm1 ├── README.md └── images └── example.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAs/HEAD/LICENSE -------------------------------------------------------------------------------- /PowerRunAs/PowerRunAs.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAs/HEAD/PowerRunAs/PowerRunAs.psd1 -------------------------------------------------------------------------------- /PowerRunAs/PowerRunAs.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAs/HEAD/PowerRunAs/PowerRunAs.psm1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAs/HEAD/README.md -------------------------------------------------------------------------------- /images/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAs/HEAD/images/example.png --------------------------------------------------------------------------------