Hi looking to write a PowerShell script to delete a set of entries from a library list
The first 4 columns of the list are - Created, ID, office, Date
The ID is a column with unique entries. The purpose of the script would to delete selected range on in the list for example from 3 to 10 in the of if column
Created | id | office | date |
1 | |||
2 | |||
3 | |||
4 | |||
5 | |||
6 | |||
7 | |||
8 | |||
9 | |||
10 | |||
11 | |||
12 | |||
13 |