Greetings all,
Our default environment has a lot of Solutions created by SharePoint flows and other miscellaneous Microsoft Apps.
I want to automate some checks with the below logic
1. List all solutions for the default environment
2. Run through each of these solutions and get a list of objects to determine their status (ie connectors, apps, flows etc) We are looking for disabled / stopped / off
3. Delete the objects from the environment
4. Delete the Solution
Any ideas on how this can be accomplished?
I'm going to go out on a limb and assume it will be via the API / PowerShell / Python?
Thank you