2008-04-22

[PowerShell]PowerShell 小筆記

"最近在測試PowerShell 來快速新增,Exchange 裡面的使用者信箱
研究了PowerShell 語法半天,亂寫了一個範例(*.ps1)
結果都跑不起來 一直跟我說錯誤"

"
[PS] C:\>set_mail_enable.ps1
The term 'set_mail_enable.ps1' is not recognized as a cmdlet, function, operabl
e program, or script file. Verify the term and try again.
At line:1 char:19
+ set_mail_enable.ps1 <<<<
[PS] C:\>


今天才發現

使用 Exchange 管理命令介面撰寫指令碼,提到
http://technet.microsoft.com/zh-tw/library/bb123798(EXCHG.80).aspx

指令碼檔案 Get-Date-Script-C.ps1 位於目前位置 C:\ 中。因此,必須在它的前面加上 .\ 才能執行。

哈,終於成功了

"

[Exchange] 關於Exchange 2007相關資源

"關於Exchange 2007相關資源"

"
MicorsoftTechnet Exchange Server 2007 實務管理活用系列
http://www.microsoft.com/taiwan/technet/webcast/exchange2007/exchange01.aspx#001


"