PowerShell Logo Small

New-WebManagedModule



This is the built-in help made by Microsoft for the command 'New-WebManagedModule', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Adds a new managed module to the IIS request pipeline.

SYNTAX


New-WebManagedModule [-Name] <String> [[-PSPath] <String[]>] [-Force] [-Location <String[]>] [-Precondition <String>] [-Type <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Adds a new managed module to the IIS request pipeline.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid=287878

REMARKS

<

Examples


-------------- EXAMPLE 1: Add a new managed module to the Default Web Site --------------

IIS:\>New-WebManagedModule -Name ContosoModule -Type Contoso.MyModule



The example demonstrates how to add a new module named "ContosoModule" to the Default Web Site.