Storage QoS Cmdlets for Windows PowerShell

Windows PowerShell® ist eine speziell für die Systemverwaltung entwickelte taskbasierte Befehlszeilenshell und Skriptsprache. In diesem Referenzthema für IT-Experten wird die Verwendung der Windows PowerShell-Cmdlets zum Erstellen von Skripts für Tasks und Automatisieren von Tasks erläutert.

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.

Hinweis

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

Weitere Informationen zu den einzelnen Cmdlets (bzw. deren Syntax) erhalten Sie, wenn Sie das Cmdlet Get-Help <Cmdlet-Name> verwenden. Dabei ist <Cmdlet-Name> der Name des Cmdlets, zu dem Informationen gewünscht werden. Führen Sie eines der folgenden Cmdlets aus, um ausführlichere Informationen zu erhalten:

Get-Help <Cmdlet-Name> -Detailed
Get-Help <Cmdlet-Name> -Examples
Get-Help <Cmdlet-Name> -Full