We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Import and manage large lists in SCSM
Hi. I was provided a link to a MSFT xls that provided some steps to import a MP with xml to import, replace, manage large lists in SCSM. For example, when you have 40 or more, it's a nightmare to use the GUI.
The link appears to be broken, so do you have a copy of this solution, or better yet, does Cireson have a updated solution? The site I was directed too, the comments indicated it was a problematic solution, but did work well for large lists. This was a few years ago.
Comments
I want a new version... please!
This link seems to work, but as Vagner flags a new version or equivalent would be well received.
https://gallery.technet.microsoft.com/Service-Manager-Enum-43e30552
Have to to admit though, I am moving away from using Enums. I prefer creating / using custom CI classes instead. Is much more efficient, is quicker to update (via powershell) and you can then relate the CIs to any work item without having to create class extensions (as you have to with enums)
and related CIs seem to be much simpler to reporting on / search on in the portal, which we like.
Just my 2 cents.
adrian
@Adrian_Paech Thanks for that. Can you provide an example?
Attached is an example.
This example PS script shows how we auto-updated our enums based on our current list of customers.
So for each separate AD group within a specific OU, we defined each separate customer, along with their members.
This script enumerates all the groups in that OU, with the prefix "U-Syn", and then auto-creates and/or updates the corresponding enums in SCSM.
Before this script will work, you need make sure your Enum exists. (see AGD.List.Customers.zip) for example management pack.
Hope this helps!
Adrian
This could be done either via the portal or a new editor wizard in the console.
The new wizard would need to:
- Add multiple items at once
- Click and drag list items to the correct level
- Import from a CSV or XLS file
Even if the list editor was a XLS addin like we have for the Asset Excel Addin. Anything is better than the out of the box solution.It is the worst.