#Get-SPOView Returns one or all views from a list ##Syntax
Get-SPOView [-Identity <ViewPipeBind>] [-Web <WebPipeBind>] -List <ListPipeBind>##Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Identity | ViewPipeBind | False | |
| List | ListPipeBind | True | The ID or Url of the list. |
| Web | WebPipeBind | False | The web to apply the command to. Omit this parameter to use the current web. |