PowerShell Logo Small

Get-WebGlobalModule



This is the built-in help made by Microsoft for the command 'Get-WebGlobalModule', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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

SYNTAX


Get-WebGlobalModule [[-Name] <String>] [-Image <String>] [-Precondition <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS


REMARKS

<

Examples


-------------- EXAMPLE 1: Getting configuration information about a module --------------

IIS:\>Get-WebGlobalModule -Name UriCacheModule



Returns information about the configuration of the module named UriCacheModule.