Storage QoS Cmdlets for Windows PowerShell

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

Storage QoS cmdlets

This reference provides the cmdlet description and syntax for the Storage QoS cmdlets.

Name Description

Get-StorageQoSFlow

Retrieves performance metrics on a I/O flow that is monitored by Storage QoS.

Get-StorageQosPolicy

Retrieves a Storage QoS policy from the policy manager.

Get-StorageQosPolicyStore

Gets the object representing the policy store, which contains global QoS settings.

Get-StorageQosVolume

Retrieves per-volume performance metrics on a volume that is monitored by Storage QoS.

New-StorageQosPolicy

Creates a Storage QoS policy.

Remove-StorageQosPolicy

Deletes a Storage QoS policy from the policy manager.

Set-StorageQosPolicy

Modifies an existing Storage QoS policy.

Set-StorageQosPolicyStore

Sets the fields on the policy store object.

注意

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

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

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