9 January, 2011 at 11:35 am
by Phil Wiffen · Filed under Android
Want to set an alarm but don’t want the standard (annoying) alarm tones on Android?
Try this:
- Plug your phone into your computer and mount it as a Disk drive.
- Once it’s mounted, browse to the SD card on your Laptop (On mine it appears as E:)
- Browse to E:\Media\audio\
- Add a new folder called: alarms
- Add your mp3 or wav files into the alarms folder.
- Disconnect your phone
You can now choose your custom, personal, alarm sounds when setting an alarm
Permalink
22 October, 2010 at 1:37 pm
by Phil Wiffen · Filed under Miscellaneous, Virtualisation
Yet another “not entirely obvious” VMware thing
If you want to use the VMware vCenter Converter from within the vSphere Client you need to:
- Install vCenter Converter on the vSphere vCenter Server (It’s an option on the vSphere vCenter installer)

- Now log onto your vSphere Client and go to:
- Plugins > Manage Plugins > Install vCenter Converter Client
- Once installed, right click on any ESX host, or ESX Cluster and choose “Import Machine…” from the bottom of the context menu.

- That’s it. The vCenter Converter wizard will then pop up
Note: This is tested and working on VMware vSphere 4.1. Let us know how you get on with other versions of vSphere!
Permalink
25 August, 2010 at 2:14 pm
by Phil Wiffen · Filed under Miscellaneous
This guide will run through how to remotely turn on and activate TPM in the BIOS on a Dell PC using the Dell Client Configuration ToolKit
Setup
First we need to install the Dell Client Configuration Toolkit (CCTK) on the target system.
To do this:
- Log onto the target system via RDP
- Grab the CCTK MSI file
- Install the CCTK onto the target system
Making Configuration Changes
On the target system:
- Log onto the target system via RDP
- Open up a Command Prompt
- Navigate to: C:\Program Files\Dell\CCTK\
- If you’re running 32-bit OS, go into X86 folder
- If you’re running 64-bit OS go into X86_64 folder
- From here, run the relevant command…
- To enable and activate TPM on the target system:
cctk --tpm=on
cctk --tpmactivation=activate
- Reboot, and TPM will be enabled
Bootnote
This process was tested and confirmed working on a Dell Latitude E6410 running Windows 7 32-bit. Let us know in the comments if it works for you too!
More Resources
There’s a page from Dell which covers more background here: http://www.delltechcenter.com/page/Dell+Client+Configuration+Toolkit
Permalink
19 August, 2010 at 4:42 pm
by Phil Wiffen · Filed under Miscellaneous
If you need to Deploy the Outlook Social Connector via GPSI, you’ll need to get your hands on the MSI files.
To do so, follow these instructions…
- Download the OSC file from Microsoft
- Run the following command from a command prompt: outlooksocialconnector-x86-en-us.exe /extract:C:\osc\
- This will extract the msi files to c:\osc\
- You can then use the MSI file to deploy OSC!
If you want to integrate the MSP Patch files are well, just do this:
- msiexec /p c:\osc\osc-x-none-en-us.msp /a \\yourserver\share\osc.msi
- msiexec /p c:\osc\oscintl-en-us.msp /a \\yourserver\share\osc.msi
Then you’ll be deploying the MSI fully patched
Permalink
16 June, 2010 at 2:55 pm
by Phil Wiffen · Filed under Miscellaneous
Earlier today, I was trying to set up a Remote Verification Server on NetApp SnapManager for Exchange 6.0, but came across this error when the remote verification server tried to mount the snapshot:
[SnapDrive Error]:VDS volume object for the LUN s/n ‘<serial>’ has not been found
The error shows up in the Report that SME generates when it runs a snapshot/backup job.
To get around this error, install the latest (apparently not-quite-released-yet) SnapDrive on to your Verification Server. You can get it here: http://now.netapp.com/NOW/download/software/snapdrive_win/6.2P1/
This problem appears to happen on Server 2008 R2 servers, and I can confirm that installing the download above fixed the issues for me.
For the record, this is our configuration:
Exchange 2007 SP2 running on a Server 2008 SP2 box, with a Server 2008 R2 box set up for Remote Verification
The full thread discussing this is here: http://communities.netapp.com/message/24568?tstart=-1
Permalink