Skip to content

Latest commit

 

History

History
102 lines (73 loc) · 2.26 KB

File metadata and controls

102 lines (73 loc) · 2.26 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.IIS.PowerShell.Provider.dll-Help.xml
WebAdministration
12/27/2016
2.0.0
Remove-WebGlobalModule

Remove-WebGlobalModule

SYNOPSIS

Removes an IIS module.

SYNTAX

Remove-WebGlobalModule [-Name] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Remove-WebGlobalModule cmdlet removes an Internet Information Services (IIS) module.

EXAMPLES

Example 1: Remove a module

IIS:\>Remove-WebGlobalModule -Name "testGlobalModule"

This command removes the module named testGlobalModule from the default website.

PARAMETERS

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Name

Specifies the name of the module to remove.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Disable-WebGlobalModule

Enable-WebGlobalModule

Get-WebGlobalModule

New-WebGlobalModule

Set-WebGlobalModule