Powershell Fundamentals
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