Powershell Fundamentals
Jump to navigation
Jump to search
Get Version
$PSVersionTable
Get Log of session
Start-Transcript // will start a log transcript of everthing that is typed Stop-Transcript // stop the transcirpt transcript file is stored in MyDocuments