簡體   English   中英

在Powershell腳本中調用Powershell cmdlet

[英]Calling powershell cmdlets in powershell script

如何在PS腳本中使用Powershell cmdlet? 我需要使用Get-MailboxStatistics cmdlet使用ps腳本從Exchange Server 2013中檢索郵箱統計信息

我如何調用該cmdlet?

我建議使用PowerShell自身的幫助:

Get-Help Get-MailboxStatistics -Full

然后,您可以研究參數-Server -Identity。

-Full參數將為您提供示例。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM