Remove-Website

Removes an IIS website.

Syntax

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

Description

The Remove-Website cmdlet removes a website from an Internet Information Services (IIS) server.

Examples

Example 1: Remove a web site

IIS:\> Remove-WebSite -Name "TestSite"

This command removes the site named TestSite.

Required Parameters

-Name

Specifies the name of the website to remove.

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

Optional Parameters

-Confirm

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
-WhatIf

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