2 函数是自定义的Powershell代码,有三个原则: 简短:函数名简短,并且显而 […] Powershell定义函数2012年1月29日 在 Powershell 标签 Powershell教程 / 函数 / 别名 / 导出 来自 Mooser Lee
3 Switch 本是多路分支的关键字,但是在Powershell中由于Switch […] Powershell Switch 循环2012年1月26日 在 Powershell 标签 Powershell教程 / 循环 / 条件 / 集合 来自 Mooser Lee
如果你知道循环的确切次数可以使用For循环,For循环属于计数型循环,一旦达到最 […] Powershell For 循环2012年1月25日 在 Powershell 标签 Powershell教程 / 循环 / 文本 来自 Mooser Lee
Do和While可能产生死循环,为了防止死循环的发生,你必须确切的指定循环终止的 […] Powershell Do While 循环2012年1月24日 在 Powershell 标签 Powershell教程 / 循环 / 条件 来自 Mooser Lee
6 Foreach-object 为cmdlet命令,使用在管道中,对管道结果逐个处 […] Powershell Foreach 循环2012年1月23日 在 Powershell 标签 Powershell教程 / 循环 / 管道 来自 Mooser Lee
2 Powershell管道就像流水线,对于数据的处理是一个环节接着一个环节,如果你 […] Powershell ForEach-Object 循环2012年1月22日 在 Powershell 标签 Powershell / 循环 / 方法 / 管道 来自 Mooser Lee
8 如果语句中有多路分支,使用IF-ELSEIF-ELSE不友好,可以使用Switc […] Powershell Switch 条件2012年1月21日 在 Powershell 标签 Powershell教程 / 分支 / 字符串 / 数字 / 条件 来自 Mooser Lee
5 Where-Object 进行条件判断很方便,如果在判断后执行很多代码可以使用I […] Powershell IF-ELSEIF-ELSE 条件2012年1月18日 在 Powershell 标签 Powershell教程 / 条件 / 语句 来自 Mooser Lee
12 本篇会对条件判断进行实际应用。在管道中可以通过条件判断过滤管道结果,Where- […] Powershell Where-Object 条件过滤2012年1月17日 在 Powershell 标签 Powershell教程 / 属性 / 条件 / 过滤 / 进程 来自 Mooser Lee
3 Powershell 中的比较运算符 -eq :等于 -ne :不等于 -gt […] Powershell 条件操作符2012年1月16日 在 Powershell 标签 Powershell教程 / 布尔 / 数组 / 条件 / 比较 / 集合 来自 Mooser Lee
12 .Net类型中的方法功能很强大。可以通过类型的构造函数创建新的对象,也可以将已存 […] Powershell创建对象2012年1月15日 在 Powershell 标签 COM对象 / Powershell教程 / 对象 / 方法 / 注册表 / 静态 来自 Mooser Lee
7 Powershell将信息存储在对象中,每个对象都会有一个具体的类型,简单的文本 […] Powershell调用静态方法2012年1月14日 在 Powershell 标签 Powershell教程 / 实例 / 对象 / 方法 / 程序集 / 类型 / 静态 来自 Mooser Lee