PowerShell Logo Small

Remove-NetQosPolicy



This is the built-in help made by Microsoft for the command 'Remove-NetQosPolicy', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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] [-CimSession <CimSession[]>] [-PassThru] [-PolicyStore <String>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
[<CommonParameters>]
Remove-NetQosPolicy [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf] [<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

Online Version: http://go.microsoft.com/fwlink/?linkid=287436
Get-NetQosPolicy
New-NetQosPolicy
Set-NetQosPolicy

REMARKS

<

Examples


EXAMPLE 1

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



This example removes a policy named as Backup.