RunAs.psd1
@{ RootModule = 'RunAs.psm1' ModuleVersion = '1.3' GUID = 'e8e6b3a6-1660-49f9-990b-f98b90849231' Author = 'Gordy' Description = 'A version of the Windows ''runas'' command that accepts a PSCredential instead of prompting for a password.' FunctionsToExport = 'RunAs' PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/gfody/PowershellModules/tree/master/RunAs' ReleaseNotes = 'wrap exception with write-error' } } } |