Exchange 2010 Powershell指令碼攻略(四)

ImSunkist發表於2011-07-12

AntispamCommon

filter topN

{

param (

$top = 10)

if ($script:count -lt $top)

{

write-output ($_)

$script:count = $script:count + 1

}

}

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23700676/viewspace-1052330/,如需轉載,請註明出處,否則將追究法律責任。

相關文章