Difference between revisions of "PowerShell Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 4: | Line 4: | ||
* https://blog.netspi.com/15-ways-to-bypass-the-powershell-execution-policy/ | * https://blog.netspi.com/15-ways-to-bypass-the-powershell-execution-policy/ | ||
* http://www.howtogeek.com/204166/how-to-configure-windows-to-work-with-powershell-scripts-more-easily/ | |||
PS C:\Scripts> Start-Process cmd -ArgumentList "/c 1.cmd" -WorkingDirectory c:\test | PS C:\Scripts> Start-Process cmd -ArgumentList "/c 1.cmd" -WorkingDirectory c:\test |
Revision as of 21:59, 13 October 2015
- https://blog.netspi.com/15-ways-to-bypass-the-powershell-execution-policy/
- http://www.howtogeek.com/204166/how-to-configure-windows-to-work-with-powershell-scripts-more-easily/
PS C:\Scripts> Start-Process cmd -ArgumentList "/c 1.cmd" -WorkingDirectory c:\test