🏠
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();
3 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More