Set-Web
Global
Module
Syntax
Set-WebGlobalModule
[-Name] <String>
[-Precondition <String>]
[-Image <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Set-WebGlobalModule cmdlet specifies configuration settings for an Internet Information Services (IIS) module.
Examples
Example 1: Change a property of a global module
IIS:\> Set-WebGlobalModule -Name "UriCacheModule" -Image "c:\test.dll"
This command changes the image name of the UriCacheModule to c:\test.dll.
Required Parameters
Specifies the name of the module for which this cmdlet sets configuration settings.
Type: | String |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True (ByPropertyName) |
Accept wildcard characters: | False |
Optional Parameters
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the path to a DLL image file for the module.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True (ByPropertyName) |
Accept wildcard characters: | False |
Specifies a precondition for the module.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True (ByPropertyName) |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |