Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 541 Bytes

AddSPOFolder.md

File metadata and controls

21 lines (17 loc) · 541 Bytes

#Add-SPOFolder 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