Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 429 Bytes

File metadata and controls

14 lines (12 loc) · 429 Bytes

#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.