#Author: Jailman #Generate log cmd /c "p […]
Powershell小技巧
#首先开启源目录的电脑powershell远程管理 Enable-PSRemot […]
PowerShell 服务器之间的文档拷贝(带权限)
Import-Module activedirectory $old="**** […]
PowerShell LDAP密码修改
$user = "lang.wang@slbcopower.com" $PWor […]
PowerShell邮件发送完成版
$xl=New-Object -ComObject excel.applicat […]
PowerShell Excel自动化报表
Import-Module ActiveDirectory #导入AD模块 wh […]
PowerShell LDAP信息查询
$xl=New-Object -ComObject excel.applicat […]
PwerShell Excel 列值遍历

PowerShell库平台的地址为https://www.powershellg […]
使用PowerShell库平台分享自己的脚本
一直用source insight 读代码,尤其是源码数量巨大的时候。但是这个软 […]
如何让source insight 支持 .ps1 的脚本??

呵呵,当然是用Dell的PowerGUI Script Editor了,完全免费 […]
一个更简单的ps1脚本编译为exe的方法
翻完了,学到了很多,感谢Mooser Lee,感谢微软,感谢全中国! 本文链接: […]
这个博客基本上被我翻了个底朝天
其实这个例子跟bash shell的watch命令也很像 foreach($i […]