I need a solution
Does anyone have experience with the Call Web Service task? I'd like to create an automation policy which uses the Call Web Service task. I'm not having any success using the task. Can the automation policy pass parameters to the task?
I'd like to delete resources which are listed in a report. I've seen some C# code to delete resources and I've see TSQL statement to delete resources. I'm surprised there isn't a task for deleting resources. There is a task for deleting items.
Using the C# code or TSQL would have the query in two places (the report and the task) rather than one place. I'd imagine I should be able to automate the removal of resources based on a report in a very simple straighforward manner.