- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 09:39 AM
Looking for options/ideas on automating the Removal of a Software Subscription in the case where the software is technically a Hybrid Software, but in this case, we're not looking at any of the locally installed components. In essence, trying to get these to function like SaaS software. Use cases include the following:
- M365 SaaS (web-only) user subscriptions
- M365 License Optimizations (E3>E1, E5>E3, etc)
- Adobe Dual License Consolidation
- Adobe Cloud Single App > All Apps Optimization
- Adobe Cloud All Apps > Single App Optimization
Can these things be automated via the Direct Integrations with Adobe/M365? The default workflow jumps to looking for SCCM Installations & CSD to automate uninstalls, but if we can flip a switch in the console, that would be much preferred. Am I missing something functionality wise?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 01:35 PM
Hi @icahall1
unfortunately the “Reclamation Flow”, which is part of SAM Pro for pure SaaS applications, is not available for the mentioned hybrid products Adobe & M365. To fulfill your request, you have to automate the steps mentioned in the Reclamation Candidate -> change/remove subscription in the vendor portal).
Fortunately, the assignments of subscriptions for M365 and Adobe are done via the corresponding AD groups of your company and always synchronize. This means that you only have to add a workflow step that changes the user's group membership accordingly.
Example by Adobe: Authenticate your users with Microsoft Azure
Best, Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2024 01:35 PM
Hi @icahall1
unfortunately the “Reclamation Flow”, which is part of SAM Pro for pure SaaS applications, is not available for the mentioned hybrid products Adobe & M365. To fulfill your request, you have to automate the steps mentioned in the Reclamation Candidate -> change/remove subscription in the vendor portal).
Fortunately, the assignments of subscriptions for M365 and Adobe are done via the corresponding AD groups of your company and always synchronize. This means that you only have to add a workflow step that changes the user's group membership accordingly.
Example by Adobe: Authenticate your users with Microsoft Azure
Best, Dennis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 11:56 AM
This was correct. For those who may see this later, using the Removal Candidate record as a trigger for a workflow that updates AD/Entra ID group membership (via the pre-built Actions) is probably the best way to achieve this. Depending on the number of titles and groups involved, the logic can get a bit hairy, so I used a decision table to help with that, but otherwise the process is sound. Thanks @dreinhardt !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 05:33 AM