I have just had another encounter with a piece of software that I manage on our network. I’m not going to name it as I feel that would be unprofessional. Just to set the record straight, I am by no means a fantastic developer, and I admit to ‘bodging’ things every now and then. However,
Continue reading Badly Written Software
Author: Craig
Outlook Send/Receive 0x8004010f
Been having this problem on all machines which use Cached Exchange Mode at work. Was really beginning to get annoying as any of the suggestions that I found on the MSExchange Team blog did not seem to work. For reference, the site is was on is: http://msexchangeteam.com/archive/2007/04/19/437902.aspx After a while of head scratching and null
Continue reading Outlook Send/Receive 0x8004010f
SharePoint Learning Kit
Just been looking SCORM compliance and how we can use SCORM resources on our existing SharePoint sites. A quick google found the following MS resources on the SharePoint Learning Kit (SLK). First of all, the official MS link: http://www.microsoft.com/education/SLK.mspx#E3AAC And a great post by Alex Pearce, of Hillcrest School in Birmingham: http://blogs.technet.com/industry_insiders/pages/introduction-to-scorm-and-sharepoint-learning-kit-slk.aspx I’m really excited
Continue reading SharePoint Learning Kit
VBScript – Create a shortcut with parameters
Hi, This really is something quite simple, but it has taken me ages to find the answer. And it seems to be something that many people are looking for the answer to and not finding easily. I wanted to create a shortcut using a VBScript, part of an installation script. The program had parameters passed
Continue reading VBScript – Create a shortcut with parameters
Convert Legacy Mailbox to User Mailbox
Just had to convert a load of Legacy Mailboxes created accidentally by a colleague who forgot to use the new Exchange 2007 console to create their mailboxes. Had about 350 new users so dong it manually wasn’t really an option! Using the power of pipes in Exchange 2007 Shell you can run the following command
Continue reading Convert Legacy Mailbox to User Mailbox
Sharepoint Google Web Part
Just a quick post to link to and recommend a great web part freely available on the web. The Google Web Part, by Mark Wagner, is a quick and simple add on which allows you to add the power of Google to your Sharepoint site. For me, it was a great way to alleviate all
Continue reading Sharepoint Google Web Part
SharePoint – The Confession
Just remembered too how stupid I was doing the restore. First time round I had installed SQL Server 2008, and then used the Standalone Server option in the SharePoint setup. That installs SQL 2005 and uses that! Means that wehn you try and restore the databases to your SQL 2008 instance, it will error saying
Continue reading SharePoint – The Confession
SharePoint Backup & Restore
We have upgraded our SharePoint server from Windows Server 2003 32bit to Windows 2008 64bit. This, on the face of it seemed like a reasonably effortless task, requiring some planning, but principly, install new server, install SharePoint, move SharePoint using a backup and a restore, and then re-deploy the Application Templates. All was going well.
Continue reading SharePoint Backup & Restore
RIS: Not Adding Computer to Domain – Solved
Just solved my problem with RIS clients not joining the domain following our recent upgrade to Windows Server 2008 on our domain controllers. Aside from the obvious checking that you have got correct DNS, DHCP, domain names, etc check out the following Microsoft KB Article. http://support.microsoft.com/kb/942564 Look for the following lines in your NetSetup.log file
Continue reading RIS: Not Adding Computer to Domain – Solved
ThinStation – Sound & USB!!
Just sorted sound and USB device access with my ThinStation deployment. I inserted the following lines to the thinstation.conf.buildtime file and it all started to work. USB_STORAGE_SYNC=On USB_MOUNT_DIR=”/mnt/usbdevice” SESSION_0_RDESKTOP_OPTIONS=”-r disk:USBDrive=/mnt/usbdevice -r sound:local” Make sure too that you have the necessary modules included for storage device and USB access in the build.conf file. 5 people found
Continue reading ThinStation – Sound & USB!!