Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 547 Bytes

FindSPOFile.md

File metadata and controls

22 lines (18 loc) · 547 Bytes

#Find-SPOFile Topic automatically generated on: 2015-10-13

Finds a file in the virtual file system of the web. ##Syntax

Find-SPOFile -Match <String> [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Match String True Wildcard query
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

PS:> Find-SPOFile -Match *.master

Will return all masterpages located in the current web.