Hi
I have a weekly report of staff emailed to me in an XLS format. On Worksheet2 (Global Staff), I have a list of staff (ColumnA) and what their positions are (Junior, Senior, Manager).
I need to upload this to Sharepoint weekly, sorted by role. So I put a filter on for Juniors, copy the contents of A and B, then paste to Sharepoint.
Is there a way to automate this via Powershell? I guess the requirements would be (taking Junior staff as an example)@
i. Get data: Pull data for ColumnA where ColumnB = JUNIOR
ii. Post data: Post data to Sharepoint site (http://work.company.com)
iii. Fill in attributes on Sharepoint site such as Group Name, Owner etc
I have a weekly report of staff emailed to me in an XLS format. On Worksheet2 (Global Staff), I have a list of staff (ColumnA) and what their positions are (Junior, Senior, Manager).
I need to upload this to Sharepoint weekly, sorted by role. So I put a filter on for Juniors, copy the contents of A and B, then paste to Sharepoint.
Is there a way to automate this via Powershell? I guess the requirements would be (taking Junior staff as an example)@
i. Get data: Pull data for ColumnA where ColumnB = JUNIOR
ii. Post data: Post data to Sharepoint site (http://work.company.com)
iii. Fill in attributes on Sharepoint site such as Group Name, Owner etc