Physical Computer System View (PCSV) Device Cmdlets in Windows PowerShell

Windows PowerShell® 是基于任务的命令行 shell 和脚本语言,专为系统管理而设计。本参考主题面向信息技术 (IT) 专业人员,可在利用 Windows PowerShell cmdlet 编写脚本和对任务实施自动化时提供协助。

Physical Computer System View (PCSV) Cmdlets

This reference provides cmdlet descriptions and syntax for all Physical Computer System View cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Get-PcsvDevice

Gets information about a remote hardware device.

Restart-PcsvDevice

Restarts a remote hardware device.

Set-PcsvDeviceBootConfiguration

Modifies the boot configuration on the remote hardware device.

Start-PcsvDevice

Starts the specified remote hardware device.

Stop-PcsvDevice

Shuts down a remote hardware device.

备注

To list all the cmdlets that are available, use the Get-Command –Module PcsvDevice cmdlet.

有关任何 cmdlet 或其语法的详细信息,请使用 Get-Help <cmdlet 名称> cmdlet,其中 *<cmdlet 名称>*是你要搜索的 cmdlet 的名称。若需了解详细信息,可以运行以下任一 cmdlet:

Get-Help <cmdlet 名称> -Detailed
Get-Help <cmdlet 名称> -Examples
Get-Help <cmdlet 名称> -Full