Link to home
Start Free TrialLog in
Avatar of dbrs_helpdesk
dbrs_helpdesk

asked on

2008 DST patch

I am looking all over for a 2008 DST Patch for exchange and or outlook. Does anyone have any information on this.  I have had no luck on the Microsoft site.  
Avatar of sliiconman
sliiconman
Flag of United States of America image

Do you mean the DST patches for the changes that congress put into place in 2007 .

If so depending on what versions of software you have follow this link.

http://support.microsoft.com/gp/cp_dst
Avatar of dbrs_helpdesk
dbrs_helpdesk

ASKER

Well, we are in 2008.  Is there anything for march 2008?
N o that patch was just for the change congress made. Thats all that is needed unless they revert it and change their mind.
I have noticed that appointments for march are 1 hour off.  Will it adjust automatically?
you need to apply the patches that address the issue. You may need to use the TZMove tool to move appointments already created.

can you verify the DST patches were applied?
I will have to inquire tomorrow about this.  I will get back to you shortly.
Sure they made it much easier it looks like. Let us know and we can help you out more if needed. The exchange server will need a patch too .  That link should be pretty helpful and we do not the specifices to your environment.
/sm
Alright guys,  I have checked and the patches have been applied.  If the patches have been applied and everything was working fine, how can appointments within outlook be off an hour starting in march 2008?
To be on the safe side, I went to the website that you had mentioned.  I have downloaded the TZMove patch for my PC and the windows xp patch WindowsXP-KB933360-x86-ENU.exe.  Before I had installed them I had received an appointment that was 1 hour behind.  It was suppose to be for 8am but it listed for 7am on my calendar.  I then installed the two patches rebooted my PC and it stayed there.

Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of sliiconman
sliiconman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
After checking out a few things you guys are correct.  The patches have not been applied as of yet.  I have downloaded the patch and I want to use this apart of my login script.  The problem is that when it runs, it needs admin rights to work.

If (IsMember(objUser, "DST Patch") = True) Then
intReturnCode = objShell.Run("\\beaches\NETLOGON\kb933360.exe /quite /norestart",  0, False)
End If

Open in new window

Yes it does need admin rights and since MS was so nice not to make it an MSI it becomes a challanged.  If you have an SUS server or SMS at hand it wil make it easier. I am not the king at VBS so the scripting guys on EE are probably better suited to help.
How do I get the scripting guys from EE to help out?
Hopefully they will read the link. May want to cross post between server and XP zone
Does that mean I just create a new question and add the zones?
Sure you can do that - adding to more zones gets better reviews...its kind of a seperate quetion anyways and others may not look at it.  Put a good title like Scripting Help wiith DST patch or something
Thank you.
well.............you could use the msi wrapper http://n.ethz.ch/student/heim/msi/WIWW_0-0-0-1.zip and create an msi package for AD Deployment.