Info

You are currently browsing the Abussi Technical Blog weblog archives for January, 2007.

Calendar
January 2007
M T W T F S S
    Mar »
1234567
891011121314
15161718192021
22232425262728
293031  

Archive for January 2007

Migrating a Sharepoint site between servers

This article gives a very simple and effective way of migrating a sharepoint or parts of a sharepoint between servers.
http://weblogs.asp.net/bsimser/articles/spsmigration.aspx

Sharepoint Reading

Some interesting reading on the new WSS 3.0

Installing WSSv3 onto an SBS Box

Dave Overton has some links on his blog on how to get a WSSv3 site up and running on the SBS box without it breaking companyweb.

http://uksbsguy.com/blogs/doverton/archive/2007/01/12/using-companyweb-with-wss-v3-on-a-sbs-box-and-more-information-on-not-shooting-yourself.aspx

Viewing exchange public folders from Sharepoint

This blog shows how to view exchange public folder data within a sharepoint page.

This could be very useful to aid email archiving for projects as the public folder can be mail enabled.

Also this would allow a public calendar to be updated in Outlook but displayed in sharepoint - this is the opposite from what happens when you mount a sharepoint calendar into outlook.

http://weblogs.asp.net/wkriebel/archive/2004/10/28/249195.aspx

Business Desktop Deployment (BDD) 2007

This could be well worth some time spent to assist with deploying windows Vista machines in a business enviroment.

http://www.microsoft.com/technet/desktopdeployment/bdd/2007/default.mspx

Using sharepoint data in other Office Apps

This is a useful high level sharepoint overview

http://msdn2.microsoft.com/en-us/library/aa159897(office.11).aspx

Print to PDF in Office 2007

Office 2007 doesn’t allow you to save as a PDF as standard :(

Fortunatly a free MS download later and you will be up and running :)

http://www.microsoft.com/downloads/details.aspx?FamilyID=4d951911-3e7e-4ae6-b059-a2e79ed87041&DisplayLang=en

Adding a confidentiality message into exchange 2003

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.”

Telnet client in Vista…

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

Installing a self signed certificate on Windows Vista

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.

First warning

On the address bar you will see a message for a certificate error. Click on this and choose view certificate.

View the 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.

Normal certificate

You can launch IE with administrative privilages by right clicking on the IE icon and choosing run as administrator.

Run IE 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.

certificate viewed as administrator

On the Install certificate wizard you should choose to specify where the certificate should be installed and add it to the trustsed root store.

Choose trusted root in wizard

You will get one final warning message and then you will be ready to go

Final Warning