-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename Readme.txt to Readme.md
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# PowerShdll | ||
Run PowerShell with dlls only. | ||
Does not require access to powershell.exe as it uses powershell automation dlls. | ||
|
||
## dll mode: | ||
|
||
``` | ||
Usage: | ||
rundll32 PowerShdll,main <script> | ||
rundll32 PowerShdll,main -f <path> Run the script passed as argument | ||
rundll32 PowerShdll,main -w Start an interactive console in a new window | ||
rundll32 PowerShdll,main -i Start an interactive console in this console | ||
``` | ||
|
||
## exe mode | ||
|
||
``` | ||
Usage: | ||
PowerShdll.exe <script> | ||
PowerShdll.exe -f <path> Run the script passed as argument | ||
PowerShdll.exe -i Start an interactive console in this console | ||
``` | ||
|
||
## Known Issues | ||
|
||
Some errors do not seem to show in the output. May be confusing as commands such as Import-Module do not output an error on failure. | ||
Make sure you have typed your commands correctly! |
This file was deleted.
Oops, something went wrong.