Disable-WmsWebLimiting
Disables web limiting for a session.
Syntax
Disable-WmsWebLimiting
[-SessionId] <UInt32[]>
[-Server <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Disable-WmsWebLimiting
[-All]
[-Server <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Disable-WmsWebLimiting cmdlet disables web limiting for the specified sessions.
Examples
Example 1: Disable web limiting for specified sessions
PS C:\> Disable-WmsWebLimiting -SessionId 2,4,5,6
This command disables web limiting for sessions 2, 4, 5, and 6 on the local computer.
Example 2: Disable web limiting for all sessions
PS C:\> Disable-WmsWebLimiting -Server "sampleserver.microsoft.com" -All
This command disables web limiting for all sessions on the computer sampleserver.microsoft.com.
Parameters
-All
Indicates that this operation applies to all sessions on the target host.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Server
Specifies the fully qualified host name of the MultiPoint Server that is the target of the command. The default is localhost.
Type: | String |
Aliases: | ComputerName |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-SessionId
Specifies an array of MultiPoint session IDs.
Type: | UInt32[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
uint[]
You can pipe an array of session IDs to this cmdlet.