#Find-SPOFile 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 *.masterWill return all masterpages located in the current web.