チャプタープレビュー
00:38 ~ 01:10 → 01_PowerShell ver.5 以上の場合
01:11 ~ 03:47 → 02_PowerShell 下位バージョンの場合(2012R2)
03:48 ~ 04:00 → 03_PowerShell 下位バージョンの場合(その他OS)
$PSVersionTable.PSVersion.Major
Get-WmiObject Win32_OperatingSystem | Select -Property Name
reg add “HKLM\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging” /v “EnableScriptBlockLogging” /t REG_DWORD /d 1 /f
reg delete “HKLM\SOFTWARE\Policies\Microsoft\Windows\PowerShell” /f
reg query “HKLM\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging” /v “EnableScriptBlockLogging”
WMF 5.1 インストール及び構成ダウンロードリンク