cmdlets
美
英 
例句
When SupportsShouldProcess is specified, cmdlets that attempt to declare these parameters will fail when trying to register the cmdlet.
如果指定了SupportsShouldProcess,则尝试注册Cmdlet时,将无法声明这些参数。
When you're ready to go much deeper into creating your own custom cmdlets, be sure to check out the Windows PowerShell SDK.
当您准备好更深入地了解如何创建自己的自定义Cmdlet时,请务必查看WindowsPowerShellSDK。
You may not know, however, that you can extend Windows PowerShell by writing your own cmdlets.
但是,您可能并不知道可以通过编写自己的Cmdlet扩展WindowsPowerShell。
You can use the Get-Message cmdlet to retrieve a set of messages and then pipe the results to one of the intrusive cmdlets.
可以使用Get-Messagecmdlet检索一组邮件,然后通过管道将结果传递给一个突出的cmdlet。
This allows you to create formatting directives for the objects that the cmdlets emit.
这可用于为Cmdlet生成的对象创建格式化指令。
Sometimes it's useful to convert the output of a cmdlet to a string to interoperate with native cmdlets.
有时,将cmdlet的输出转换成字符串与本机cmdlet互操作很有用。
For most general tasks, running cmdlets one at a time or together through pipelines is sufficient.
对于大多数常见的任务,一次运行一个cmdlet或通过管道一起运行就足够了。
Finally, cmdlets are record-oriented and generally process a single object at a time.
而且,Cmdlet是面向记录的,并且一般一次处理一个对象。
For more information about Exchange Management Shell cmdlets for routing group connectors, see Routing Group Connector Cmdlets.
有关路由组连接器的Exchange命令行管理程序cmdlet的详细信息,请参阅路由组连接器Cmdlet。
This section does not discuss the rights that are needed to run the New-MailContact and Remove-MailContact cmdlets.
本节并不是要讨论运行New-MailContact和Remove-MailContactcmdlet所需的权限。
Cmdlets derived from the Cmdlet class offer only the fewest dependencies on the Windows PowerShell runtime.
从Cmdlet类派生的Cmdlet只提供对WindowsPowerShell运行时的最少依赖关系。
The advanced paging parameters are used with the Get-Message and Get-Queue cmdlets to control how the result set is sorted and displayed.
通过将高级分页参数与Get-Message和Get-Queuecmdlet一起使用,可以控制结果集的排序和显示方式。
This section provides information about the recipient cmdlets that are available in the Microsoft Exchange Management Shell.
本节提供有关在MicrosoftExchange命令行管理程序中可用的收件人cmdlet的信息。
Although the specific requirements for each cmdlet may be different, you use templates in the same manner for all cmdlets.
尽管每个cmdlet的特定要求可能不同,但是可以对所有cmdlet以相同方式使用模板。
Cmdlets generally output objects rather than text and should not format their output.
Cmdlet一般会输出对象而不是文本,并且不可以对其输出内容进行格式化。
Each has its own distinct output style that differs from the other formatting cmdlets.
每一个cmdlet都有其不同于其他格式设置cmdlet的输出样式。
In addition, these cmdlets can be easily included in other applications without the Windows PowerShell runtime.
此外,可以很轻松地将这些Cmdlet包含到没有WindowsPowerShell运行时的其他应用程序中。
Cmdlets that end in "Config" manage singleton configuration, either one per server or organization.
以“Config”结尾的cmdlet管理单个配置,或者是每个服务器,或者是一个组织。
The Identity parameter is a special parameter that you can use with most cmdlets.
Identity参数是可以与大多数cmdlet一起使用的特殊参数。
Three additional parameters, WhatIf, Confirm, and ValidateOnly, may also be added to cmdlets.
还可将其他三个参数WhatIf、Confirm和ValidateOnly添加到cmdlet中。
Provides a remote procedure call (RPC) server that can be used to invoke diagnostic cmdlets.
提供远程过程调用(RPC)服务器,可以用于调用诊断cmdlet。
Exchange 2007 includes a set of cmdlets to create, request, and manage TLS certificates.
Exchange2007包括一组用于创建、请求和管理TLS证书的cmdlet。
Windows PowerShell supports cmdlets that are derived from two different base classes: PSCmdlet and Cmdlet.
WindowsPowerShell支持从以下两个不同基类派生的Cmdlet:PSCmdlet和Cmdlet。
For more information about cmdlets, see Understanding Cmdlets.
有关cmdlets的详细信息,请参阅了解Cmdlet。
Test cmdlets test specific Exchange 2007 components and provide log files that you can examine.
Testcmdlet可以测试特定的Exchange2007组件并提供可以检查的日志文件。
Cmdlets have a specific structure; they must be attributed in a particular way and they must be derived from a specific base class.
Cmdlet具有特定的结构,必须以一种特别的方式进行属性化,并且必须从特定的基类派生。
The following list of cmdlets is an example of a complete cmdlet set.
以下cmdlet列表是完整cmdlet集的示例。
Such aliases can be useful when you frequently use certain cmdlets and want to reduce the typing that you must do.
在频繁使用某些cmdlet并且希望减少必须键入的内容时,这样的别名很有用。
Get cmdlets retrieve information about a particular Exchange 2007 object.
Getcmdlet可以检索有关特定Exchange2007对象的信息。
Now I need to create the code that will implement my cmdlets, starting with my Set-IsolatedStorageData cmdlet.
现在我需要创建实现Cmdlet的代码,从Set-IsolatedStorageDataCmdlet开始。
Set cmdlets modify the properties of an existing Exchange 2007 object.
Setcmdlet可以修改现有Exchange2007对象的属性。
The Format-Wide cmdlet provides a much simpler output control than the other format cmdlets.
Format-Widecmdlet提供比其他格式cmdlet都更简单的输出控制。
Use the Update-AddressList and Update-EmailAddressPolicy Exchange Management Shell cmdlets.
使用Update-AddressList和Update-EmailAddressPolicyExchange命令行管理程序cmdlet。
You can use suitable cmdlets in the Exchange Management Shell to set limits and permissions for the Organizational Forms Library folder.
可用于合适cmdletsExchange管理Shell来设置限制和组织表单库文件夹权限。
Most Get cmdlets only return summary information when you run them.
大多数Getcmdlet在运行时仅返回摘要信息。
This cmdlet is implemented for other Exchange 2007 diagnostic cmdlets.
其他Exchange2007诊断cmdlet实现了此参数。
For more information about how to manage administrator commands, see Mailbox Server Cmdlets.
有关如何管理管理员命令的详细信息,请参阅邮箱服务器Cmdlet。
The Confirm and WhatIf cmdlet parameters are available only for cmdlets that support ShouldProcess calls.
Confirm和WhatIfCmdlet参数仅可用于支持ShouldProcess调用的Cmdlet。
PowerShell is based on Cmdlets, lightweight commands that typically return a. Net object.
PowerShell基于Cmdlets,这是一种轻量级的命令,通常会返回.Net对象。
This parameter accepts pipeline input from the Get-ExchangeServer and Get-MailboxServer cmdlets.
此参数接受来自Get-ExchangeServer和Get-MailboxServercmdlet的管道输入。