Physical Computer System View Device Cmdlets in Windows PowerShell

適用対象: Windows 10, Windows Server Technical Preview

Windows PowerShell® は、特にシステム管理用に設計されている、タスク ベースのコマンド ライン シェルとスクリプト言語です。IT プロフェッショナルを対象としたこのリファレンス トピックは、Windows PowerShell コマンドレットを活用してタスクをスクリプト化および自動化する場合に役立ちます。

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

Clear-PcsvDeviceLog

Clears the System Event Log for a PCSV device.

Get-PcsvDevice

Gets information about a remote hardware device.

Get-PcsvDeviceLog

Gets System Event Log entries from a PCSV device.

Restart-PcsvDevice

Restarts a remote hardware device.

Set-PcsvDeviceBootConfiguration

Modifies the boot configuration on the remote hardware device.

Set-PcsvDeviceNetworkConfiguration

Changes the network configuration of a PCSV device.

Set-PcsvDeviceUserPassword

Changes the password of a user on a PCSV 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.

コマンドレットの詳細や構文を確認するには、Get-Help <コマンドレット名> コマンドレットを使用します。<コマンドレット名> には、調査対象のコマンドレットの名前を指定します。さらに詳しい情報については、次のコマンドレットを実行してください。

Get-Help <コマンドレット名> -Detailed
Get-Help <コマンドレット名> -Examples
Get-Help <コマンドレット名> -Full