PowerShell Logo Small

Remove-SmbBandwidthLimit



This is the built-in help made by Microsoft for the command 'Remove-SmbBandwidthLimit', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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 SMB bandwidth caps.

SYNTAX


Remove-SmbBandwidthLimit [[-Category] <BandwidthLimitCategory[]>] [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] [<CommonParameters>]
Remove-SmbBandwidthLimit [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-SmbBandwidthLimit cmdlet removes Server Message Block (SMB) bandwidth caps for the traffic categories that you specify. SMB bandwidth caps limit the amount
of data that the server can send for each traffic category.



<

RELATED LINKS

Online Version: http://go.micrr/>
PS C:\> Remove-SmbBandwidthLimit -Category LiveMigration



This command removes the limit for SMB traffic for Live Migration category.