Windows power shell(条件判断、过滤、循环、函数、脚本)

一、Powershell 条件判断 条件表达式 比较运算符 -eq:等于 -ne:不等于 -gt :大于 -ge :大于等于 -lt:小于 -le:小于等于。 - contains :包含 - notcontains :不包含 条件表达式 逻辑运算 -and:和 -or:或 -xor: 异或 -not 或者!:逆 Where- 0bject 条件过滤 \ IF ELSEIF ELSE 条件判断必须
相关文章
相关标签/搜索