Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 589 Bytes

AddSPOFolder.md

File metadata and controls

23 lines (18 loc) · 589 Bytes

#Add-SPOFolder Topic automatically generated on: 2015-10-13

Creates a folder within a parent folder ##Syntax

Add-SPOFolder -Name <String> -Folder <String> [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Folder String True The parent folder in the site
Name String True The folder name
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

PS:> Add-SPOFolder -Name NewFolder -Folder _catalogs/masterpage/newfolder