Best of 2008
Everybody and their dog will now soon be writing their "best of 2008" lists. Let's face it - it's an easy way to fill up your web-site with some mindless material, right?
Well - I'm going to try to create something a little useful with mine: a list of the best tips from the Norwegian IT connection site :)
Coming soon... (this week to be more precise.
Outlook: to view /troubleshoot active connections
To view established connections in Outlook

Posted on 9:06 AM by Nathan aka Mysteryn11 and filed under
Microsoft Exchange,
software
| 0 Comments »
- Press the CTRL key and right-click the Outlook icon in the notification area.
- Select Connection Status.
- In the Exchange Server Connection Status window, you can view information about the current connections Outlook has established to the Exchange server.
- The following figure shows the Exchange Server Connection Status window.

FTP: mastering Microsoft's ftp in iis6
http://www.developerfusion.com/article/4660/mastering-iis-ftp/
Windows: Sceduling defrag.exe to run as a scheduled task.
- Go to control panel /scheduled tasks
- add scheduled task
- Browse to windows\system32\defrag.exe
- Specify it to run daily, at a time which does not clash with a backup or other tasks and click to open the advance properties after you enter the administrator username and password
- In the Run field edit it to read C:\WINDOWS\system32\defrag.exe c: -f. The 'F' switch will force the volume to dismount if it is in use and the c: specifies the drive
- Repeat the process for any other drives on your system remembering to leave a decent time window for the first defrag to finish before the next starts.