Incident Management Tools and How-To Information
This section contains information regarding helpful tools and how-to information that you may need when working with our engineers.
How to send a screenshot
To send us a screenshot, please follow these steps.
To send the entire display (full screenshot) - used when more than window is needed or the window needed is very large.
- Press Print Screen (PrtScr) key
To send only the active window (partial screen) - most useful for error message pop-up dialog windows and the like.
- Make the portion of the screen that you want to record be in front of any other windows.
- Press and hold the ALT key and tap Print Screen (PrtScr) key.
To save the image
- If you have a graphics editing program (PaintShop Pro or similar) that can create .GIF or .JPG images, start it now. Otherwise, Windows comes with Microsoft Paint - go to Start > Run and type mspaint.exe and click OK.
- Create a new, blank, image in the graphics editor.
- Paste the screen shot into the new image. In most programs, this is done by going to Edit > Paste.
- Save the image to your hard drive. Give it a descriptive filename, for example, "Outlook error.jpg" If the option is available, you should save the image in .GIF or .JPG format. You can save it in .BMP format, but it may be very large.
To send the image
- Once you have created your screen shot, you can attach it to an email message. If you are working on an open case, please attach your image file to the reply message. If this is a new issue, please Open a Hardware / Software Incident .
Locating your machine name with Windows XP
To identify your machine name using Windows XP:
-
Right-click My Computer on the Windows Desktop.
A small menu will pop up.
-
Click Properties.
The System Properties dialog box will display.
-
Click the Computer Name tab.
The Full computer name field contains the machine name.

Click Cancel to exit this dialog box
How to determine your IP Address
Windows 2000, XP, or Vista
By default, Windows Vista is not set to show the Run command from the Start menu. You can change this in Vista Preferences or use Search to find the Run command.
To use the Search command in Windows Vista type:
- From the Start menu click Search
- Type Run
- Double-click the Run shortcut
Once you have the Run command window start with step 2 below
- From the Start menu select Run
- Type cmd in the Run window field
- Type ipconfig /all
Macintosh OS X
- Open the System Preferences application
- Click the Network icon
- Select Network Status from the Show drop down field
- Look for the Built-in Ethernet item, or other applicable network interface
- Look for the IP address that is shown to the right
UNIX
- In a terminal window, use the command
ifconfig -a
or, if this is not found use,
/usr/sbin/ifconfig -a
You may get a variety of responses. The one you want is one that includes the words "BROADCAST" and "inet," where "inet" introduces the IP address -- e.g.,
le0: flags=<863UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500 inet 128.8.10.95 netmask ffffff00 broadcast 128.8.10.255