Remove-IISSite
Syntax
Remove-IISSite
[-Name] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Remove-IISSite cmdlet removes a web site with the given name from an Internet Information Services (IIS) server.
Examples
Example 1: Remove a web site from an IIS server
PS C:\> Remove-IISSite -Name "TestSite"
This command removes a website named TestSite from an IIS server.
Required Parameters
Specifies the name of the IIS website to remove.
| Type: | String |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName, ByValue) |
| 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 |
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 |
Inputs
string, string[]