\
Size: a a a
\
\
as
[regex]::match('\\pc1\root...="company",name="user"', "name=`"(.*)`"").Groups[1].Value
JS
powershell.exe -ep bypass -file file.ps1 -arg1 -arg2 val -arg3
Start-Process -filepath powershell.exe -ArgumentList "-ep bypass -file file.ps1 -arg1 -arg2 val -arg3"
powershell -ep-bypass -command "Start-Process -filepath powershell.exe -ArgumentList `"-ep bypass -file file.ps1 -arg1 -arg2 val -arg3`" "
AF
SM
powershell.exe -ep bypass -file file.ps1 -arg1 -arg2 val -arg3
Start-Process -filepath powershell.exe -ArgumentList "-ep bypass -file file.ps1 -arg1 -arg2 val -arg3"
powershell -ep-bypass -command "Start-Process -filepath powershell.exe -ArgumentList `"-ep bypass -file file.ps1 -arg1 -arg2 val -arg3`" "
SM
JS
AF
AF
AB
JS
JS
C
C
JS
powershell.exe -ep bypass -file file.ps1 -arg1 -arg2 val -arg3
Start-Process -filepath powershell.exe -ArgumentList "-ep bypass -file file.ps1 -arg1 -arg2 val -arg3"
powershell -ep-bypass -command "Start-Process -filepath powershell.exe -ArgumentList `"-ep bypass -file file.ps1 -arg1 -arg2 val -arg3`" "
C