How to change CI type of an Asset

How to change CI type of an Asset


- Navigate to CMDB->Servers.

- Search for the asset to which you need the CI type to be changed.

- Choose the asset with their corresponding checkbox from the list and click on Actions->Modify CI type.

- Choose the CI type from the list and click on save.

- Now, scan this specific asset and check if the CI type is retained.

- You can try this for one asset, and once your requirement is met, you can update in bulk

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Asset Ownership History Report

                        Please use the below query to get the report on Asset Ownership History. SELECT r.resourcename AS "Workstation Name", ct.componenttypename AS "Product type", rs.displaystate AS "Asset State", aa.first_name AS "Assigned User", LONGTODATE(sh.starttime) ...
                      • To send an acknowledgement email notifications to change owner for every reply conversation in change.

                        Overview The below document explains the steps that need to be configured for sending notifications to change owner for every reply conversation in changes. (i.e) When a reply is sent and a conversation is added to a change then the acknowledgment ...
                      • Query to show all asset details ( MSSQL )

                        Tested in build MSSQL (14306) SELECT MAX("resource"."RESOURCENAME") AS "Asset Name", MAX("resource"."ASSETTAG") AS "Asset Tag",MAX(resource.SERIALNO) AS "Org Serial Number", MAX("product"."COMPONENTNAME") AS "Product", ...
                      • Query to show number of requests raised per Asset (MSSQL)

                        Tested in Build MSSQL (14306) SELECT ci.ciname 'Asset Name', cd.COMPONENTNAME 'Product', cty.COMPONENTTYPENAME 'Product Type',COUNT(wo.ciid) 'Total Requests raised for this asset' FROM workorder wo left join CI ON ci.ciid=wo.ciid LEFT JOIN RESOURCES ...
                      • Query on current asset value (MSSQL & PGSQL)

                        Tested in build PGSQL (14300) and MSSQL (14306) PGSQL: SELECT productType.COMPONENTTYPENAME AS "Product Type", resource.RESOURCENAME AS "Asset Name1", resource.RESOURCENAME AS "Asset Name", product.COMPONENTNAME AS "Product", ...