├── LICENSE ├── PowerRunAsSystem ├── PowerRunAsSystem.psd1 └── PowerRunAsSystem.psm1 ├── README.md └── images ├── ImpersonateSystem.png ├── InteractiveSystem.png ├── ReverseInteractive.png └── RevertToSelf.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAsSystem/HEAD/LICENSE -------------------------------------------------------------------------------- /PowerRunAsSystem/PowerRunAsSystem.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAsSystem/HEAD/PowerRunAsSystem/PowerRunAsSystem.psd1 -------------------------------------------------------------------------------- /PowerRunAsSystem/PowerRunAsSystem.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAsSystem/HEAD/PowerRunAsSystem/PowerRunAsSystem.psm1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAsSystem/HEAD/README.md -------------------------------------------------------------------------------- /images/ImpersonateSystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAsSystem/HEAD/images/ImpersonateSystem.png -------------------------------------------------------------------------------- /images/InteractiveSystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAsSystem/HEAD/images/InteractiveSystem.png -------------------------------------------------------------------------------- /images/ReverseInteractive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAsSystem/HEAD/images/ReverseInteractive.png -------------------------------------------------------------------------------- /images/RevertToSelf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PhrozenIO/PowerRunAsSystem/HEAD/images/RevertToSelf.png --------------------------------------------------------------------------------