PowerShell
エスケープ
エスケープシーケンス:
\`
条件分岐
code: powershell
If (条件) {
内容
}
否定:
-not(式)