Get-WmsWebLimiting
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.
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 |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-SessionId
Specifies an array of MultiPoint session IDs.
Type: | UInt32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Nullable<T>[[System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
Outputs
Microsoft.WindowsServerSolutions.MultipointServer.PowerShell.Commands.Library.WebLimitSetting