PowerShell Logo Small

Remove-NetQosPolicy



This is the built-in help made by Microsoft for the command 'Remove-NetQosPolicy', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Removes a network Quality of Service (QoS) policy.

SYNTAX


Remove-NetQosPolicy [[-Name] <String[]>] [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-PassThru [<SwitchParameter>]]
[-PolicyStore <String>] [-ThrottleLimit <Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Remove-NetQosPolicy [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-PassThru [<SwitchParameter>]] [-ThrottleLimit <Int32>]
-InputObject <CimInstance[]> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-NetQosPolicy cmdlet removes the network Quality of Service (QoS) policies. All the policies, in a policy store, are removed unless
a specific policy is named. If the PolicyStore parameter is not specified, then this cmdlet will remove policies from local computer
(localhost).



<

RELATED LINKS

Get-NetQosPolicy
New-NetQosPolicy
Set-NetQosPolicy

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Remove-NetQosPolicy –Name "Backup"



This example removes a policy named as Backup.