Enable-WmsWebLimiting

Enables web limiting for a session.

Syntax

Enable-WmsWebLimiting
      [-SessionId] <UInt32[]>
      [-Server <String>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Enable-WmsWebLimiting
      [-All]
      [-Server <String>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Enable-WmsWebLimiting cmdlet enables web limiting for the specified sessions.

Examples

Example 1: Enable web limiting for a session

PS C:\> Enable-WmsWebLimiting -SessionId 2

This command enables web access restrictions for session 2 on the local computer.

Example 2: Enable web limiting for all sessions

PS C:\> Enable-WmsWebLimiting -Server "Sample.microsoft.com" -All

This command enables web access restrictions for all sessions on the computer Sample.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 system that is the target of the command. The parameter is optional and if omitted defaults to 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 that are the target of the command.

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

UInt32[]

String

Outputs

Object