Set-WebGlobalModule
Specifies configuration settings for an IIS 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.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Image
Specifies the path to a DLL image file for the module.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Specifies the name of the module for which this cmdlet sets configuration settings.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Precondition
Specifies a precondition for the module.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |