- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- How to Manage ServiceNow licenses in FNMS without SaaS platform
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to Manage ServiceNow licenses in FNMS without SaaS platform
Hello Forum,
what are the possibilities in managing the ServiceNow licenses using FNMS with out FNMS SaaS module. please provide your suggestions.
Regards,
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Manually set up a User or Named User license for each of your ServiceNow user subscriptions. Link a Proof of Purchase record to the license to capture the current Purchased Entitlement Count.
Option A
Log into your ServiceNow Admin Portal. Access the information about that specific User Subscription to see the current list of Users assigned to the subscription. Download the user list to CSV/Excel. Create a Business Adapter to read this list of users and "Allocate" the users to the license to create Consumption. Repeat this process on a scheduled basis so that FNMS has the current list of assigned users.
Option B
Write a PowerShell Script to connect to the ServiceNow API. Through the API, pull down the list of assigned users to that specific subscription. Using PowerShell, convert the API output to CSV. Create a Business Adapter to read the CSV and "Allocate" the users to the license to create consumption. Repeat this process on a scheduled basis so that FNMS has the current list of assigned users.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @kclausen ,
thanks for the inputs and will try which ever is an easy option as suggested.
Regards,
