- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 01:27 AM
Hello Guys,
Please assist what would be best way for this goal: "We only have ITSM Pro" nothing else
1) We want to store and aware of how many Email Exchanges, Servers, Accounts are present . Any way to discover them by any spoke available within ITSM pro?
2) Which table would be standard to store such information in case manually uploaded.
3) Regarding Power consumption (manually such as Electricity) which table should be best to upload data into.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 12:35 PM
Discovering Exchange, Servers, and Accounts with ITSM Pro:
ITSM Pro does not include the Discovery module, so there is no standard spoke available to automatically discover these items. However, you can use IntegrationHub to integrate with external systems. For example, you could build a custom integration using PowerShell scripts to gather Exchange, server, and account information and then import it into ServiceNow.Standard Table for Manual Upload of Information:
- For Exchange servers or general servers, the cmdb_ci_server table is typically used.
- For Mail server, the cmdb_ci_email_server table is typically used.
- For accounts, you can use the cmdb_ci_user_account table.
Best Table for Uploading Power Consumption Data:
For manually uploading power consumption data, it might be best to create a custom table. You could create a table like u_power_consumption with relevant fields (e.g., consumption_date, power_usage, etc.) to store the data effectively.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2024 11:22 AM
' cmdb_ci_user_account' was a CMDB you extended yourself. Create it by extending from CMDB_CI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 02:38 AM
is it a out -of box table or custom? when we create it be a custom one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2024 02:48 AM