Powershell Fundamentals

From rbachwiki
Revision as of 18:28, 16 October 2024 by Bacchas (talk | contribs)
Jump to navigation Jump to search

Get Version

$PSVersionTable

Get Log of session

Start-Transcript // will start a log transcript of everything that is typed
Stop-Transcript // stop the transcript
transcript file is stored in My Documents

Keyboard Shortcut

ALT-SHIFT + (PLUS)  // Split panes horizonatally
ALT-SHIFT - (MINUS) // Split panes vertically