Asset management FAQs

Expand AllCollapse All

Asset scan

Are there any particular ports that should be opened for Asset scan to work? What are the prerequisites for scanning workstations in ServiceDesk Plus - MSP?

For a successful discovery, the target workstation should be pingable from the ServiceDesk Plus - MSP server using the name which the ServiceDesk Plus - MSP discovers. In case of Non-English Operating System, TCP port 7 should be opened in the firewall.

In ServiceDesk Plus - MSP; the scanning for Windows Workstation is done using WMI. Windows Management Instrumentation (WMI) is an interface which allows management information to be shared between management applications so that the data from any source can be accessed in a common way.

The Accessibility of the data using WMI is been controlled by the RPC and DCOM settings.

RPC (Remote Procedure Call)

  • RPC (Remote Procedure Call) dynamic port allocation will instruct the RPC program to use a particular random port above 1024 and the static TCP ports 135 and 445. Customers using firewalls may want to control which ports RPC is using so that their firewall router can be configured to forward only these Transmission Control Protocol (TCP) ports.
  • Opening of all these ports above 1024 might not be feasible. However you can restrict the usage of these random ports to some specific ports (say 5000, 5001, and 5002) by adding manually into the Registry Editor for REG_MULTI_SZ value. Once these ports are been added in the registry, you will have to open these TCP ports including 135 and 445.
  • In case of Windows Firewall, the Remote Administration for the administrators in each workstation has to be enabled.

DCOM (Distributed Component Object Model

  • WMI has default impersonation, authentication, and authentication service (NTLM or Kerberos) settings that the target computer requires. For this ensure that the correct DCOM (Distributed Component Object Model) settings and WMI namespace security settings are enabled for the connection.
  • You can configure DCOM settings for WMI using the DCOM Config utility (DCOMCnfg.exe) found in Administrative Tools in Control Panel. This utility exposes the settings that enable certain users to connect to the computer remotely through DCOM. Members of the Administrators group are allowed to remotely connect to the computer by default. With this utility you can set the security to start, access, and configure the WMI service.

Setting up the RPC and DCOM settings in each target workstation are not so easy. You can run the Scan setup script provided under the troubleshoot section of the Assets tab, to set the default RPC and DCOM settings required by WMI.

How do I configure ServiceDesk Plus - MSP to perform automatic asset scan?

You can schedule periodic scanning of your network, enable regular cleanup of scanned information, and set re-scanning interval for scanning workstation under Admin -> Audit settings [OR] in the Assets tab you can configure the scan schedule.

What is the purpose of Distributed Asset Scan?

ServiceDesk Plus - MSP helps you scan assets distributed across multiple sites (i.e) Assets which are not connected to the network (or) Assets which are not reachable from the central ServiceDesk Plus - MSP server. This can be done with the help of Asset explorer Probe which can be installed in the remote network which helps to scan the Assets in the remote network, export the Asset information into a zip file and then import the information into the Central ServiceDesk Plus - MSP server.

faq-distributed-assets

In order to use Distributed Asset Scan feature we have to understand the following terms.

  • Central Server:

    Your ServiceDesk Plus - MSP installation is the Central Server where you have the Central Asset database.

  • Remote server (or) Asset explorer Probe:

    You can install Asset explorer Probe as Remote server in your remote network where you would like to scan assets. You will be able to scan and export the Asset information from the Remote server and import it in your Central ServiceDesk Plus - MSP server.

You can download and Install Asset Explorer Probe in the remote network by downloading the exe file from the website below.

https://www.manageengine.com/products/service-desk-msp/asset-management.html

On completing the installation, when you start the application and connect to the client for the first time, it will prompt you to run either as a Central server or Probe (Remote server). Choose Remote server.

You will be able to scan assets and perform scan configuration in Remote server as you do in ServiceDesk Plus - MSP.

You can then export scanned Asset information from the Remote server under Admin -> Distributed Asset Scan. This will export the scanned Asset information as a zip file.

These exported assets can be imported into your central ServiceDesk Plus - MSP server under Admin --> Distributed Asset Scan.

By doing this we have a track of all our Assets in the organization in one place which makes it easier for us the manage them. Also Distributed asset scan functionality helps to reduce the load in ServiceDesk Plus - MSP server.

Customers interested in using the Distributed scan feature can get the Asset Explorer Probe (Remote server) license from our licensing team (This license will be equivalent to the number of nodes purchased for ServiceDesk Plus - MSP) which can be applied in the Asset explorer Remote server installations.

Does ServiceDesk Plus - MSP support Macintosh scanning?

Yes, ServiceDesk Plus - MSP supports Macintosh scanning. It scans MAC machines using SSH/TELNET, bring in the hardware details of the MAC machines. These MAC machines can be scanned in ServiceDesk using Network scan option under the Admin tab.

I have workstations scanned in ServiceDesk Plus - MSP. But when I scan a newly purchased workstation, ServiceDesk Plus - MSP overwrites the old workstation with the new information. What is the reason behind this behavior?

Please check if both these machines have either similar

  • Service tag number
  • Mac Address or
  • Workstation number

ServiceDesk Plus - MSP differentiates between workstations with the help of these criteria and assumes the Service tag number, Mac address and workstation number to be a unique for each workstation.

Say, you have allotted a workstation to a new joinee in your organization. In this case, the service tag will be similar but with a different workstation name. So while performing a schedule scan the old workstation information is replaced with the information of the new joinee.

faq-service-tag

Can I scan PCs with older OS say, window 98? If so, how do I do it? I tried to scan a windows 98 PC but got an error: connection to RPC server failed".

Yes, you can scan win 98 machines. Please check if WMI is installed in the PC. If it is not installed then, install WMI by following the instructions provided in the forum post below,

http://forums.manageengine.com/?ftid=49000002657433#

How can I perform individual scan of workstations which are not in the network? We have sales engineers who are not connected to the network, but we need their workstation information to be present in our ServiceDesk Plus - MSP database.

Standalone workstation audit functionality of ServiceDesk Plus - MSP helps you to scan workstations individually by using the script file provided. This script when executed will scan the remote workstation and push the inventory data to the ServiceDesk Plus - MSP server automatically if the server is reachable. If ServiceDesk Plus - MSP server is not reachable from the remote machine, an xml file will be generated which can be imported into ServiceDesk Plus - MSP.

You can find Standalone workstation audit under Quick Actions. Once you click on Standalone workstation audit a pop up window appears where you can download the script file. The instructions of using the script file is also mentioned in the pop up window.

faq-standalone-audit

Since the machine is not in network, you cannot connect to server machine to download script. The script can be stored in a floppy or Usb drive and should be executed in the stand alone PC. The xml file which is generated can be stored in a Usb drive and then imported into the server.

Does workstation scan install any software or agent on the client machines in order to get information like software and hardware? If it does not, how does it get this information?

In ServiceDesk Plus - MSP the scanning for Windows Workstation is done using WMI. Windows Management Instrumentation (WMI) is an interface which allows management information to be shared between management applications so that the data from any source can be accessed in a common way. WMI is a windows component which has all the details about the machine.

Hardware and software information of the workstation are fetched using WMI queries that are sent from ServiceDesk Plus - MSP to WMI. ServiceDesk Plus - MSP does not install any agent for fetching the hardware and software information of the machines at this point of time.

We are working towards implementing support for agent based scanning in near future.

ServiceDesk Plus - MSP uses SSH/TELNET to scan Linux workstations.

How do I perform a domain scan in ServiceDesk Plus - MSP?

When you install and start ServiceDesk Plus - MSP for the first time, it detects all the domains in your network and from the neighbouring network of the server on which it is installed.

Click Admin -> Windows Domain Scan to list all the domains.

You can also enter the domain controller information, login name and password on editing the domain you want to scan. The login name and password should be a domain admin login name and password.

How can I scan new workstation added to the network without performing a complete domain scan?

You have three option,

Manual scan: Click Assets -> Workstation -> New scan -> Provide the details about the workstation and click Scan.

You can have ServiceDesk Plus - MSP look for new workstations added to the network every specified number of days automatically. (Click Admin -> Audit Settings -> Enable Check for newly added workstations and specify the number of days interval in which ServiceDesk Plus - MSP should look for new workstations)

Stand alone workstation audit: Please refer to the previous question which has information about the standalone workstation audit.

Software license management

What is software metering? How is it helpful?

When you click on the Assets tab, the software metering section gives the details about the usage of the softwares.

faq-software-metering

This information is fetched from the Add/Remove programs of the workstations it scans.

faq-addremove-programs

What is the purpose of IT and NON-IT Asset Categorization? How does this correspond to the Max number of Asset or Node license I purchase?

Assets in ServiceDesk Plus - MSP are categorized as,

IT Assets:

All Assets with the product type as IT asset are considered as Nodes. Assets which are discovered during the scan process of ServiceDesk Plus - MSP are listed under IT Assets (or nodes). For example, Workstations, Servers, Routers, Switches and Access points.

Assets listed under IT Assets correspond to the Max. Number of Assets license you purchase. Say, you have purchased a 250 node or asset license which means you can add only 250 IT assets.

Non IT Assets:

All Assets whose product type comes under Non-IT asset categorization will be considered as Non-IT Assets.

Asset Components:

Parts of the asset which do not stand alone are grouped under components. For example, Keyboards, mouse, monitors etc. Every Product listed under Admin -> Product is associated with a Product Type that is listed under Admin -> Product Type. These Product Types can be categorized either as an IT or Non-IT Asset. The ones categorized as IT is calculated as an Asset license.

You can add any number of Non IT assets and Components as it does not correspond to the Asset license you purchase.

How does ServiceDesk Plus - MSP automatically detect and manage softwares installed in different workstations? How do I apply license keys for purchased softwares?

ServiceDesk Plus - MSP will draw all information about the softwares listed in Add/Remove programs of the workstations on performing a workstation scan such as the Domain scan or Network scan. The softwares scanned are listed under Assets -> Software -> Scanned Software.

If you want to view the softwares installed in a particular workstation, Go to Assets -> IT Assets -> Workstations -> Click on the specific workstation-> Software.

faq-software-list

Working of ServiceDesk Plus - MSP on managing softwares:

  1. Service Desk Plus automatically discovers softwares present in workstations.
  2. These softwares by default are identified as "Unidentified" softwares initially under Assets -> Scanned Software.
  3. In order to apply license and manage a software, the software should be of Type 'Managed'.

If the software is not 'Managed' then convert it to Managed software as given below,

Click Assets -> Scanned Software -> Click on the particular software you want to change as Managed -> Click Actions -> Change Software type -> From the pop up window select Managed option.

faq-scanned-software

To apply the license to this Managed software, click on Actions -> Add Software License option.

faq-add-software-license

The Add Software License window pop ups.

faq-adding-license

Specify the Number of licenses in the given text field. There are two types of license.

Enterprise: License for the entire organization (license for unlimited users),

Individual: License for each individual (license for limited users or each installation has its own unique license key). Specify the License Keys in the given text field.

Once you apply the license, the applied license shows up under purchased licenses. You can then allocate these licenses for workstations listed under unlicensed installation and make them licensed installations.

faq-license-installation

Does ServiceDesk Plus - MSP fetch software license keys for all the softwares during the scan?

ServiceDesk Plus - MSP automatically fetches software license keys only for Microsoft products.

If the asset status is changed from In Use to Expired or Disposed, will the asset still be calculated as a node and take up a license? Will licensing for retired or unused assets maintained for historical purposes still be calculated as a node?

In v 7.5 and above of ServiceDesk Plus - MSP, assets moved to Expired or Disposed state will not be taken into account as a node. Currently these assets can be scanned and maintained in the system mainly for historic data.

Is there an option in ServiceDesk Plus - MSP to notify the technicians automatically when a prohibited software is detected?

Yes you can enable the option to automatically notify the technicians on detecting a prohibited software under Admin -> Notification Rules in Purchase/Contract Management -> Notify Technicians when Prohibited Software are identified during Domain/Network Scan.

Can I customize Software Type other than the default software types present in the application?

Yes you can customize your own Software Type. This option is made available from ServiceDesk Plus - MSP version 7.5 and above. You can add new software types under Admin -> Software Type.

Others

What is Auto-assign owner?

ServiceDesk Plus - MSP helps you to automatically assign owners for successfully scanned workstations easily and efficiently. ServiceDesk Plus - MSP provides owner suggestions based on the last logged user for workstations successfully scanned. You also have an option to change the owner during the assignment process. After the Auto-assign owner process, Resource state for workstations is automatically changed from In Store to In Use.

You can find Auto-Assign feature under the Assets tab.

faq-scan-summary

I would like to move some assets from one category to another category say, assets listed under workstation category should be moved to the router/printer category.

You can move assets to different categories by changing the Product Type of the asset. First make note of the Product Name for those workstations you wish to move to the Router/Printer category.

faq-product-type

Search for the same product name under Admin -> Product. Edit and change the product type from workstation to as per your choice (Printer or Router).

How can a Workstation be moved to a Server?

In the latest version of ServiceDesk Plus - MSP (v 7.5 and above), we have an option to select the particular asset from the workstation list view and select 'Change as Server(s)' option under the Actions menu which will move the asset into the Servers section.

How do I change a workstation from being a desktop to a laptop?

Go to Assets -> Workstations -> Click on the workstation which you want to change as Laptop and make a note of the Product name.

faq-product

Now, go to Admin -> Products -> look for the particular product name -> Edit the product and select Laptop.

What is the purpose of Groups in the Assets section of ServiceDesk Plus - MSP?

ServiceDesk Plus - MSP helps you to group assets based on the asset properties. You can group assets of users belonging to the same team and location. Organizing assets based on groups gives you more fine-grained control and helps you manage assets efficiently.

For example, you can group assets based on OS, service packs, memory size and so on. When you are getting ready for migration you will be able to pinpoint assets with 256 MB RAM that needs upgrade before rolling out Windows Vista.

There are two types of Groups.

STATIC GROUP: You have to define the group by listing its members manually say, Grouping all the Printers in first floor (you have to handpick static group members).

DYNAMIC GROUP: Resources are grouped automatically based on certain criteria say, OS, RAM, Vendor and so on.

I would like to view all the assets belonging to a particular site in a single page. Where can I configure it?

Dynamic group helps you to group assets as per your requirement. Go to Assets -> Groups -> New group -> Provide a name for the group -> select Dynamic Group type -> Define Group criteria; say Site is Texas -> Save and view group will list all assets in this particular Texas site.

Where can I find the Remote Assistance feature in ServiceDesk Plus - MSP?

Remote Assistance feature is available in ServiceDesk Plus - MSP version 7.5 and above. Remote control feature of ServiceDesk Plus - MSP helps you to connect remote machines successfully scanned in ServiceDesk Plus - MSP from the application itself.

faq-remote-control

How do I associate different sub versions (or minor versions) of the same software into one major version?

ServiceDesk Plus - MSP allows you to group minor versions of the software into one major version.

Say, you have purchased Adobe Photoshop 7.0 with 4 licenses. The license is applicable for both 7.1 and 7.2 versions and vice versa. In this case 7.0 is the major version and 7.1 and 7.2 are the minor versions. The licenses purchased are the same for all the three versions.

If Adobe Photoshop 7.0 is installed in two different machines and 7.1 & 7.2 is installed in other two different machines. On scanning for Adobe Photoshop software before grouping, the ServiceDesk Plus - MSP shows the list as different single entries. The purchased licenses for the software would be as' 4 ' for the version 7.0 and ' 0 ' purchases for other versions (7.1 & 7.2)

Using associate minor versions option you can group 7.1 & 7.2 minor versions under 7.0 Major version. This shows the software list to be a single entry with the number of Purchased licenses and installations. Thus helps you in avoiding individual entry for each Version of the software.

  1. From the software view list page. Click on the software name. The software details page opens.
  2. Click on the Actions tab on the right hand side upper corner of the page. Click Associate Minor Versions option. The Associate minor versions page opens.
  3. Select the minor versions of the selected software from the list to group under the Major version.

Is there a relationship diagram in ServiceDesk Plus - MSP which captures relationships between assets?

Yes ServiceDesk Plus - MSP does has a relationship diagram which helps to maintain the relationship of assets with other assets in the organization. With the help of the relationship diagram you will be able to define the assets connected (connection relationship), the department or user to whom the asset is assigned to (Usage relationship) and the softwares installed in it (container relationship).

If an asset has all these relationships established and pre configured, assuming the asset is your mail server and it goes down due to some unexpected reasons, you will be able to rebuild a new machine with the exact same configuration as your previous mail server had with the help of this relationship diagram.

faq-relationship

Was your question answered here?

Check the other FAQ modules or you can contact our support team at msp-servicedeskplus-support@manageengine.com