文章分类 -  powershell

摘要:1. Get-Help *:列出所有的主题,包括指令和概念2. Get-Command *: 得到Powshell所有命令3. PowerShell命令不区分大小写4. PowerShell的命令叫做cmdlet5. 它有一致的命名规范,都采用动词-名词形式,如New-Item;动词部分一般为Add... 阅读全文
posted @ 2014-07-01 16:02 IT麦兜 阅读(115) 评论(0) 推荐(0)
摘要:1.http://msdn.microsoft.com/zh-cn/library/cc281945.aspx2.http://msdn.microsoft.com/en-us/library/ff458115(v=vs.85).aspx3.http://technet.microsoft.com/... 阅读全文
posted @ 2014-06-16 20:49 IT麦兜 阅读(94) 评论(0) 推荐(0)
摘要:转自:http://exchangeserverpro.com/powershell-how-to-send-email/Simple Powershell function to send emailA useful technique for Exchange Server administra... 阅读全文
posted @ 2014-06-16 14:27 IT麦兜 阅读(710) 评论(0) 推荐(0)
摘要:VMware vSphere PowerCLI包含了微软PowerShell的cmdlets,提供了C#和PowerShell访问控制VMware vSphere与vClould APIs的接口。通过它可以实现自动管理VMware环境。一、Microsoft PowerShell简介 PowerS... 阅读全文
posted @ 2014-06-09 17:07 IT麦兜 阅读(456) 评论(0) 推荐(0)
摘要:Using vSphere PowerCli Script to Find HBA WWN in VMware Environmenthttps://community.emc.com/people/wwn/blog/2011/11/16/using-vsphere-powercli-script-... 阅读全文
posted @ 2014-05-09 16:06 IT麦兜 阅读(124) 评论(0) 推荐(0)