Monthly Archives: 2007年11月

Windows powershell CTP2.0安装后使用get-help 或者Help获取帮助出错的解决方法

执行cp $pshome\en-us\*.xml $pshome\ 即可解决上面 … 继续阅读

发表在 powershell | 留下评论

在powershell 判断,循环的条件部分使用管道

Powershell中的管道使用真是灵活,而且几乎任何地方都可以使用 在使用if … 继续阅读

发表在 powershell | 留下评论

windows Powershell中自动产生的几个有用的变量

1.$args 包含传送给函数的参数列表,类型为array 2.$pshome … 继续阅读

发表在 powershell | 留下评论

PC will reboot itself while printing from Visio 2003,2007 file Or Word contains visio graph

现象1: 我在Visio2003裡如果列印到HP 列表機 1320 &#8211 … 继续阅读

发表在 疑难杂症 | 留下评论

在不切换环境的情况下在其他身份下面运行程序的vbs脚本和powershell脚本

第一种是vbs程序,是使用runas 命令来执行,因为runas 不能够提供密码 … 继续阅读

发表在 powershell | 3条评论

Powershell中获得当前进程对象

1.$Pid 变量提供当前进程的ID值,因此我们可以通过get-process … 继续阅读

发表在 powershell | 留下评论

Powershell中的操作符号和表达式2

powershell中的操作符号和表达式非常的强大和灵活 下面我们就看看我们经常 … 继续阅读

发表在 powershell | 留下评论

Powershell中的操作符和表达式1

PS C:\> ${c:old.txt}Hello t … 继续阅读

发表在 powershell | 留下评论

POWERSHELL 中直接使用kb,mb,gb单位

PS C:\> 1kb1024PS C:\> 2mb2097152P … 继续阅读

发表在 未分类 | 留下评论

powershell和nemesis利用ARP欺骗踢掉内网中毒的主机

######################################## … 继续阅读

发表在 powershell | 留下评论