🏠
Working from home
Pinned Loading
-
Encode your powershell code with pas...
Encode your powershell code with password! 1If ($host.version.major -ne 2) {
2$params = ($PSBoundParameters.GetEnumerator() | % {"-{0} {1}" -f $_.Key,$_.Value}) -join " "
3Start-Process -File PowerShell.exe -Argument "-Version 2 -noprofile -noexit -file $($myinvocation.mycommand.definition) $params"
4Break
5}
-
-
ps.js
ps.js 1function arguments() {
2$dict = iex('gv PSBoundParameters -scope 1 -ValueOnly');
3$dict = iex('@($dict[$dict.keys])');
4$pars = iex('(gv myinvocation -Scope 1 -ValueOnly).MyCommand.parameters');
5$en = $pars.GetEnumerator();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.