-
Notifications
You must be signed in to change notification settings - Fork 23
Usage
Rich5 edited this page Sep 30, 2015
·
9 revisions
^import-module <path to ps1 file>
- Allows the user to seamlessly import any PowerShell module remotely without requiring staging.
^end
- Breaks out of multi-line input. Emulates break (Ctrl-C) behavior to prevent losing a shell over a syntax error.
^sleep [+Xd|h|m|s] | [dd/mm/yyyy hh:mm ]
-
Cause the shell to sleep and schedule a callback for a future time.
Examples:
^sleep +30s ^sleep 09/25/2015 02:55
^enable-format
- Appends
Out-String
to end of pipeline. Enable by default
^disable-format
- Removes
Out-String
from end of pipeline