
Powershell
OnlyQi
我是一只蜗牛
展开
-
Using exchange server to send email in Powershell
http://www.mikepfeiffer.net/2010/04/sending-email-with-powershell-and-the-ews-managed-api/转载 2013-04-25 15:34:03 · 1317 阅读 · 0 评论 -
Powershell function的结构
Function Do-Something { [CmdletBinding()] param( [Parameter(Mandatory=$True, ValueFromPipeline=$True)] [string[]]$computername ) BEGIN {} PROCESS {}原创 2013-05-01 15:43:28 · 996 阅读 · 0 评论 -
powershell guide
https://www.simple-talk.com/sql/database-administration/practical-powershell-for-sql-server-developers-and-dbas-%E2%80%93-part-1/转载 2013-10-24 17:06:09 · 1124 阅读 · 0 评论 -
Using Format Commands to Change Output View in powershell
不过总的来说很烂。。。。 http://technet.microsoft.com/en-us/library/dd347677.aspx转载 2013-11-04 16:24:08 · 739 阅读 · 0 评论 -
Powsershell tutorial
http://www.powershellpro.com/powershell-tutorial-introduction/转载 2013-04-17 17:38:07 · 909 阅读 · 0 评论