Archive for December, 2008

WSendmail - useful little mail utility

WSendmail is a very useful tool that allows you to send emails. I use this a lot in my scripts or batch files. For example, you can use WSendmail in a batch file to send you an email whenever your hard drives are running out of space.
Here is an example of using WSendmail:
C:\Program Files\Mailutil\wsendmail -td:\admin\log\test.log -sThis [...]

Outlook Sperry add-ins

You can make your Outlook client more useful by installing add-ins. Sperry Software has up to 37 Outlook add-ins that can enhance and expand the capabilities of your Outlook client no matter what the version. One of my favorites is the “Attachment Save” add-in.
The “Attachment Save” add-in allows you to extract attachments from your emails [...]

How safe are your websites?

How safe are your websites and your network in general? Especially if your websites handle credit card payments. Companies need to be compliant in regards to this issue as people financial information is at stake.
Last month my company had a request from the Bank to do a vulnerability scan of our network, more specifically our two [...]

Standard Ubuntu Server Install

There are two versions of Ubuntu - one desktop and one server edition. The desktop edition comes with a GUI. Ubuntu OS is a good alternative if you hate or cannot afford MS Windows. The desktop version is very user friendly, however if you are new to Linux you might find it hard to use. [...]

Net Time

It is important to keep the time on your servers in sync. Net Time is a free time synchronization tool that can be used on Windows machines. It is very easy to install and use.

Make sure you have a proper time server and the port 123(SNTP) is allowed in the firewall.

Add to Bookmark: [...]

Workstation migration to a new domain

Two months ago my company migrated their domain from NT4 to Wndows 2003 AD, and I had to prepare a tasks list for the workstations migration. When you join or change a workstation to a new domain, a completely new profile is created, for example you will lose all your email configurations and browser settings. [...]

Migrating email from Linux to MS Exchange 2007

To migrate emails from a Linux system to MS Exchange 2007 server, use the Microsoft Transporter Suite. There are some prerequisites but the installation itself is straight forward. You can get a copy of this tool, both 32 or 64 bits from Microsoft Website. This tool is really good as it allows to keep the [...]

MS Outlook - outlook.nk2 file

When my company upgraded their email system from Linux Squirrel to MS Exchange 2007 server, I was involved in reconfiguring all the workstation email client (outlook 2003) to the new system. Apart from migrating all the emails, contacts, and calendar across, one of the things I had to do was to migrate the email addresses [...]

AIDA 32 - Hardware and Software Auditing

AIDA 32 is freeware that allows you to do an audit both hardware and software on any pcs. It is useful for system administrators of small networks.
AIDA 32 is useful especially when you inherit a new network infrastructure and need to an audit of what hardware and software are installed on your servers. It is [...]

Backup and restore Active Directory

Two months ago, my company upgraded their domain from NT4 to Windows AD 2003. The final stage of the project was to plan a disaster recovery solution for the domain controllers.
Facts about AD backup and restore

When you reboot after restoring, Active Directory replication replicates changes.
Items restored non-authoritatively will be overwritten during replication.
Use an authoritative restore to [...]