Windows How To
Install Perl (CPAN) modules Windows
Discover MX record
Set File Types in Windows 2008
Installing Perl modules - Windows
I use the Perl Package Manager to install Perl modules for Windows from CPAN. Launch a cmd prompt and execute the following:ppm install "Net::SNMP"
Replace Net::SNMP with whatever module you want to install.
TOP
Discover MX record
You can use the nslookup command to determine the MX (mail exchange) record of the SMTP server for your Windows machine, like:nslookup
set type=mx
set
TOP
Set File Types - Windows 2008
1. Launch the Control Panel and double click "Default Programs".2. Click the "Associate a file type or protocol with a program" link.
3. That will launch the "Set Associations" window that you see in the background of the image below. Highlight the .vbs extension name in the left column and click the "Change program..." button.
4. That launches the "Open With" window; if "Microsoft (R) "Console Based Script Host" is listed in the Recommended Programs list, select it and click the OK button. otherwise, click the Browse button and navigate to C:\Windows\System32 and select cscript.exe then click OK and Close.

