I'm looking to mass delete certain views on a list (about 1000). the naming convention used for the views is [user name] [r#] [view name] view.
the # is a value ranging from 1-5 and the view name has one of 14 values. I am looking to remove about 5 of the views per user from the list, as I believe it is effecting the performance of the site.
Is this possible? I've only used powershell for the most basic tasks (deleting a column, uploading a solution). And if it's not possible with powershell, is there another way?