How it is possible to add a filter to a list with PowerShell? (I want to add a filter to multiple lists)
Is there any tutorial, articel or example?
|
How it is possible to add a filter to a list with PowerShell? (I want to add a filter to multiple lists) Is there any tutorial, articel or example? |
||||
|
|
|
To simply add filter to default view of existing list you can use:
You can always use different approach and add new view to list:
Note: This script copies fields from default view. This is all just a simple example so feel free to ask additional questions. |
|||
|
|