Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 549 Bytes

RemoveSPOWeb.md

File metadata and controls

23 lines (19 loc) · 549 Bytes

#Remove-SPOWeb Topic automatically generated on: 2015-10-13

Removes a subweb in the current web ##Syntax

Remove-SPOWeb -Url <String> [-Force [<SwitchParameter>]] [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Force SwitchParameter False
Url String True The Url of the web
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

PS:> Remove-SPOWeb -Url projectA

Remove a web