Windows power shell(條件判斷、過濾、循環、函數、腳本)

一、Powershell 條件判斷 條件表達式 比較運算符 -eq:等於 -ne:不等於 -gt :大於 -ge :大於等於 -lt:小於 -le:小於等於。 - contains :包含 - notcontains :不包含 條件表達式 邏輯運算 -and:和 -or:或 -xor: 異或 -not 或者!:逆 Where- 0bject 條件過濾 \ IF ELSEIF ELSE 條件判斷必須
相關文章
相關標籤/搜索