You are currently browsing the Abussi Technical Blog weblog archives for the day 22/01/2007.
- Apps and Tools (3)
- Citrix (2)
- Data Recovery (3)
- Exchange (6)
- Internet (1)
- IT Management (3)
- Malware (2)
- Microsoft Partner / SBSC (1)
- News (3)
- Office 2007 (2)
- Outlook (3)
- Remote & Mobile Working (6)
- Security (1)
- Server Tips (17)
- Sharepoint (9)
- Training (3)
- Uncategorised (2)
- Vista (3)
- WDS (1)
- Web Hosting (1)
- Windows 7 (2)
- 17/06/2009: Troubleshoot Logon Delays
- 24/04/2009: Recovering missing LMI Backup Sets
- 19/04/2009: How To Test SMTP Services Manually using Telnet
- 26/03/2009: Save disk time by disabling Java Quick Start
- 18/03/2009: UBitMenu adds classic menu to Microsoft Office 2007
- 16/03/2009: Windows 7: RDP changes improve remote desktop performance
- 12/03/2009: Recover Deleted Files with Free Software
- 25/02/2009: Manually Configure a 3rd Party Router for O2's ADSL2+ Service
- 25/02/2009: How to find and remove inactive computer accounts from active-directory
- 25/02/2009: Citrix Access Essentials - AV recommended settings
Archive for 22/01/2007
Adding a confidentiality message into exchange 2003
22/01/2007 by Paul.
If you require all outgoing messages to include a confidentiality statement there are three options.
1 - Safe and Simple - Add the text onto the end of the Business Signature. If you don’t already have a Business Signature now is a great time to get one setup and do the confidentiality message at the same time.
2 - Get some software - PolicyPatrol - This software offers automation of Confidentiality statements and Signatures. The cost of this software is about $250 for a 25 user network.
3 - Get your hands dirty - KB317327 - This gives you the code to write your own .DLL file and attach it to the SMTP feed of your exchange server. As I can’t even begin to think about attempting this I really can’t recommend it unless you know what you are doing. My rule is normally - “If YOU can’t fix it - don’t do it.”
Posted in Exchange | Print | No Comments »
Telnet client in Vista…
22/01/2007 by Paul.
If you need to diagnose something by using Telnet you could be a little disappointed when you get command not recognised.
Good news however - the telnet client is there just not installed by default.
See here for more information -
http://blogs.msdn.com/shamit/archive/2006/07/07/659513.aspx
Posted in Vista | Print | No Comments »
Installing a self signed certificate on Windows Vista
22/01/2007 by Paul.
If you need to install a self signed certificate on a windows vista computer then you can follow these instructions -
Visit the website with the untrusted certificate. You will see the warning message as shown below, choose continue anyway.
On the address bar you will see a message for a certificate error. Click on this and choose view certificate.

You will now see a certificate just like in windows XP except the option to Install Certificate is missing… This is because I.E. no longer runs with administrative privilages - even if you are an administrator.
You can launch IE with administrative privilages by right clicking on the IE icon and choosing run as administrator.

Once you click on “Run as Administrator” you will get a security warning which you must agree to.
You can then navigate back to the secure website and click to view the certificate. This time you will recive the option to install the certificate.
On the Install certificate wizard you should choose to specify where the certificate should be installed and add it to the trustsed root store.
You will get one final warning message and then you will be ready to go
Posted in Vista, Remote & Mobile Working | Print | No Comments »