Archive for June, 2008

Exchange 2007 Public Folders

Friday, June 27th, 2008

To view current permissions on a public folder:
Get-PublicFolderClientPermission -Identity “\FOLDER NAME HERE”

To view current permissions for a particular user:
Get-PublicFolderClientPermission -Identity “\FOLDER NAME HERE” -User USERNAME

To add a new permission for a user:
Add-PublicFolderClientPermission -Identity “\FOLDER NAME HERE” -User USERNAME -AccessRights PublishingEditor

You can view definitions of permissions and obtain more information at this URL: http://technet.microsoft.com/en-us/library/aa998834(EXCHG.80).aspx

When reconnecting to a non-existant host, Shadowprotect takes a long time to fail

Sunday, June 1st, 2008

Because Shadowprotect uses a method known as DCOM in order to connect to each Windows service it “manages” (and by manage I use that loosely until Version 4.0), the DCOM connection needs to time out before the connection fails as it were.

There is a solution to this, and that is to go to the registry (usual warning about backups first if you’re butter fingered) at this location:

HKEY_CURRENT_USER\Software\ShadowStor\ShadowProtect\nodes

and to delete the value within the LastConnected REG_SZ key.

 

Just make sure Shadowprotect is shut down first, either gracefully or forced.

Brightstor running within a VMware virtual machine fails a network backup or runs slowly

Sunday, June 1st, 2008

VMware is a virtualisation technology allowing server or desktop consolidation on modern hardware.  Unfortunately, some software engines written before VMware was popular still wish to use antiquated network calls in order to complete their tasks.

One of these programs is Brightstor, which – if you experience network slowness or job failures – needs some registry love in order to work correctly.  Frequent users of Brightstor will know the pain, and the problem is made worse using network switches that seem to make the issue worse (i.e. Linksys or Dlink).

To correct the problem, you need to go to the registry at:

HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\BrightStor ARCserve Backup\ClientAgent\Parameters

and adjust the following registry keys:

UseAsyncIO change from 1 to 0
SetWSSendBuffSize from X to 1
SetWSTCPnoDelay from 1 to 0
MaxSendPacketSize from X to 48

Re-run your backup as required, and typically all of your problems will go away.

Microsoft Money Deluxe won’t update

Sunday, June 1st, 2008

As part of my TechNet subscription, Microsoft Money is an inclusion.  I had a play with it recently, and despite the US-centric tendencies of the program (to date, Microsoft still hasn’t announced a globalised version of the program) it works pretty well.

That is, once you have it installed and updated.

There is an issue with the update procedure and Windows Vista.  If you’re uninstalled, reinstalled and still can’t update the thing, try the following:

1.  Uninstall your version of Money, remembering to keep your data file safe
2.  Reboot your PC
3.  Navigate to C:\Program Files and delete the Money Plus directory
4.  Re-install your software.

The issue is caused by the MNYCoreFiles directory which is usually hidden.  There are some nasty routines on the Internet to delete this folder, but there are numerous reports also which indicate the deletion causes bigger issues with mismatches executables.

 

Installing Windows Server 2003 on an A-bit IC7 (or IC7-G) motherboard

Sunday, June 1st, 2008

Unfortunately due to the absence of SATA drivers en-masse when Windows XP and Windows Server 2003 came out, a vast majority of residential (aka consumer) motherboards fail to detect the hard drive when attempting to install these operating systems.  This issue isn’t new, it’s quite common and there are various ways of dealing with it.

One method I have found effective since the first time I tried it was using nLite.  This program will extract the good bits from your Windows CD (which unfortunately is the entire lot) and give you a set of dialog boxes to allow you to inject drivers into the CD installation.

You will need to ensure that you have a version of Microsoft .Net 2.0 (preferably the latest service pack for it) in order to use the software.

Essentially, you need to perform the following:

1.  Obtain from either your motherboard manufacturer (e.g. A-bit, Asus) or hardware vendor (e.g. Intel, AMD) the drivers for your storage controller.  For the IC7 (or IC7-G), you just need to find a version of the Storage Matrix drivers for the ICH5.  Extract the contents of these drivers somewhere on your hard drive (C:\Temp\Drivers) and ensure it contains the usual .sys, txtsetup.oem and equivalent files.

2.  Install nLite and configure it to capture your Windows CD.  It will cache (copy) the contents of it to a local folder, so nominate a drive with space.

3. Ensure that you tick the Drivers button as well as Bootable CD

4. On the Drivers page, you will need to insert the folder where you stored your files (hint: click insert!).

5. Press Finish, and it will begin burning your new CD.

That’s all there is to it.

You can check this site out if you need a graphical walkthrough.

Alter (or remove) the Common Feeds for Windows Vista

Sunday, June 1st, 2008

Windows Vista has popularised a notion that feeds are stored centrally and called upon by a range of programs.  Unfortunately, Microsoft decided to force upon its users a couple of default feeds that mean everytime you setup or configure a feed client (be that Outlook, Live or otherwise) those feeds are automatically imported.

Not so great.

To delete them, the easiest method is to open Internet Explorer, press ALT+C and then press the Feeds button.  From there, you can delete them as needed.