Get-WebGlobalModule

Get-WebGlobalModule

Gets the global modules configured in IIS, or information about a specific module.

Syntax

Parameter Set: Default
Get-WebGlobalModule [[-Name] <String> ] [-Image <String> ] [-Precondition <String> ] [ <CommonParameters>]

Detailed Description

The Get-WebGlobalModule cmdlet gets the global modules configured in Internet Information Services (IIS), or information about a specific module.

Parameters

-Image<String>

Specifies the name of the image file associated with the module.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

Specifies the name of a module about which this cmdlet gets information.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Precondition<String>

Specifies a precondition for the module.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Getting configuration information about a module

This command returns information about the configuration of the module named UriCacheModule.

IIS:\>Get-WebGlobalModule -Name "UriCacheModule" 

Disable-WebGlobalModule

Enable-WebGlobalModule

New-WebGlobalModule

Remove-WebGlobalModule

Set-WebGlobalModule