Storage QoS Cmdlets for Windows PowerShell

Windows PowerShell IT(정보 기술) 전문가를 위한 이 참조 항목에서는 태스크를 스크립팅하고 자동화하는 Windows PowerShell cmdlet 사용에 대한 지원 정보를 제공합니다.

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.

cmdlet에 대한 자세한 내용이나 해당 구문을 확인하려면 Get-Help <cmdlet 이름> cmdlet을 사용하세요. 여기서 *<cmdlet 이름>*은 연구할 cmdlet의 이름입니다. 자세한 내용을 보려면 다음 cmdlet을 실행할 수 있습니다.

Get-Help <cmdlet 이름> -Detailed
Get-Help <cmdlet 이름> -Examples
Get-Help <cmdlet 이름> -Full