Get-Wms Web Limiting

Gets the web limiting configuration.

Syntax

Get-WmsWebLimiting
   [-SessionId <UInt32>]
   [-Server <String>]
   [<CommonParameters>]

Description

The Get-WmsWebLimiting cmdlet gets web limiting configuration, including allowed URLs, blocked URLs, and whether the system is in Allowed or Blocked mode.

Examples

Example 1: Get web limiting information

PS C:\> Get-WmsWebLimiting
Sites             IsInLimiting                IsAllowList
-----             -----------                 ----------
{test.com}        True                        False

This command gets web limiting information for the current computer.

Optional Parameters

-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
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-SessionId

Specifies an array of MultiPoint session IDs.

Type: UInt32
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

Inputs

None.

Outputs

This cmdlet returns WebLimitSetting collection as a PSObject collection.