教程 Powershell 教程 Powershell - 邏輯運算子示例 Powershell - 邏輯運算子示例 Created: November-02, 2018 以下指令碼演示了邏輯運算子。 > $a = 10 > $b = 20 > $a -AND $b True > $a -OR $b True > -NOT ($a -AND $b) False Powershell - 刪除資料夾Powershell - 檢索專案