Deploy Macromedia Flash Player via MSI in Group Policy
I was having issues with users who are limited to user or power user levels and unable to view flash based sites, my solution was to deploy the MSI of flash via group policy.
i have linked to the MSI on Macromedias site below.
Set NTP Time on Windows Server 2003
When you have multiple servers it is best to only have one going out to the internet for NTP and the rest of your servers feeding off that box (as long as its reliable) to reduce network traffic and NTP traffic. Below i list all the commands i found handy in doing this, please note that server.ip is the ip address of the box that is getting time from the internet.
These commands can be as useful when trying to change the ntp server that your windows servers use or to check what server they use.
---------------------------------------------------------------
Short List of Commands
net time /setsntp:server.ip
net stop w32time
net start w32time
net time /querysntp
net time \\server.ip
Example commands in Action
net time /setsntp:server.ip
The command completed successfully.
net stop w32time
The Windows Time service is stopping.
The Windows Time service was stopped successfully.
net start w32time
The Windows Time service is starting.
The Windows Time service was started successfully.
net time /querysntp
The current SNTP value is: server.ip
The command completed successfully.
net time \\server.ip
Current time at \\server.ip is 24/07/2007 5:18 PM
The command completed successfully.
Microsoft Exchange 0x8004010F error
I had a friend call me asking me about a problem that he was having where he did a migration of users from one exchange server to another and removed the original exchange server from the domain.
He removed the server properly through demotions but the outlook clients would always give an 0x8004010F error when they did a send and receive.
This error relates to the offline address book that the server holds for clients, when he moved the users the address book was still caching entries from the original server.
Error Message:
When you try to synchronize the offline address list on a Microsoft Exchange Server “0x8004010F An object could not be found”
If you try to send an e-mail message after you receive this error message, you may receive the following error message in Outlook 2003:
Task ‘Microsoft Exchange Server’ reported error (0x8004010F): ‘The operation failed. An object could not be found.’
I’ve linked to the KB article below that you need to finish off, but basically you need to follow the steps below first.
Exchange System Manager -> Offline Address Lists -> (Delete) “Default Offline Address List”
Once this has been removed you will need to add it again, this is done with the following steps:
Right Click “Offline Address Lists” -> New -> Offline Address List -> make the name “Default Offline Address List” ->
Choose your offline address list server as the exchange server -> click next -> Select the address list as the “default global address list” -> Next**
-> Finish
**Note the message here where it says “The Public folder that will contain this Offline Address List will be created during store maintenance period on [servername]. Therefore this Offline Address List will not be available to clients until that time.
- This message indicates that the rebuild will not occur until the maintenance cycle and for most people that will mean, come back tomorrow.
This KB Link is only relevant if the above did not fix your issues, depending on how you went about the removal the below may or may not be applicable.
MS KB Link
Microsoft KB 905813
Deploying Vista using WDS
Or maybe you are just curious to see how the new XML format has turned out as i was, this gives you a good indication of what you can expect to have to do to get things running.
I’m using WDS to deploy XP myself, so this isn’t exactly how i do my deployments but its good to see where its going and maybe by the time vistas replacement comes out i’ll be ready to replace the desktop OS in my company.
Link to article HERE.
Printers Not Appearing In Active Directory When Published
So Printers are being added but they aren’t appearing in AD even when you tick the box in the sharing tab “List in the Directory” they still do not appear.
Of note is when you add a new printer into your printer list the local events will show an Event ID 9 (System Event Log). What should happen when its added to AD is you see an Event ID 36, In my case I didn’t see this event at all.
Googling around I noticed that the fix most people were going for is to reboot the server, in my case fortunately that is a primary file server in one of my larger sites so was not an option. The issue is actually stemming from the good ol’ Print Spooler Service; all you need to do is restart that service and all those printers that you added and haven’t appeared will now all be there. Event ID 36 will also appear in logs if you are doing this remote and can’t actually see the list for whatever reason. The problem seems to just happen over time as after a print spooler service restart i can still add printers and they update straight away but if i leave the server up for a lengthy period of time (Days/Weeks) i notice i have to restart the service, im not sure if this is by design or one of MS little ‘quirks’ but its a hacky solution to an unfixable problem from what i found.
Printers Dissapearing From Active Directory
Whilst looking through issues for another printing problem closely related I came across an old issue I had that I thought best I put up here for safe keeping as I’m sure it will happen to me or someone else again.
Printers in the Active Directory printer list can sometimes just disappear for no reason at all; this is actually due to a bigger problem in your network. In my case it was one site where AD was not replicating properly and as such it couldn’t contact the main print server and just deleted all the printers. This is known as Printer Pruning, I’ve got the official MS article HERE
The quick and easy fix for this is just to go into the printers sharing tab, un-tick the List in the Directory option, hit apply and re-tick it. If that doesn’t work un-tick, restart spooler, tick again and restart spooler to be 100% sure it’s applying.
Please note this is exposing a bigger issue where AD is not communicating properly and should be investigated straight away (now that your printers are working and your users aren’t screaming at you anymore because they can’t print their tenders). You should be seeing logs reporting problems in replication and fix them as soon as possible.
Windows XP SP3 - Release Notes Reviewed And Simplified
Windows XP SP3 (Service Pack) entered RC2 (Release Candidate), that means a registry key change and uninstalling any previous versions to install it.
The notable add-ons which have been “back ported” from 2008 and Vista are the following:
Black Hole Router Detection – http://support.microsoft.com/kb/159211
Resource reference helps you to understand technically what a black hole router is and what to do to detect one. This seems really out there to me as I have never come across this myself (that I know of). But oh well one more thing running in the background can’t hurt…. Can it?
Network Access Protection (NAP)
NAP FAQ - http://www.microsoft.com/technet/network/nap/napfaq.mspx
Lashed straight from the FAQ:
NAP is one of the most desired and highly anticipated features of Microsoft® Windows® Server 2008. NAP is a new platform and solution that controls access to network resources based on a client computer’s identity and compliance with corporate governance policy. NAP allows network administrators to define granular levels of network access based on who a client is, the groups to which the client belongs, and the degree to which that client is compliant with corporate governance policy. If a client is not compliant, NAP provides a mechanism to automatically bring the client back into compliance and then dynamically increase its level of network access.
The NAP platform is built into Windows Vista™, Windows Server 2008, and Windows® XP Service Pack 3.
Windows Imaging Component – http://go.microsoft.com/fwlink/?LinkId=110598
Another image writer, enough said and really who cares when there are so many other alternatives out there already.
WPA2 Support
WPA2 will be part of this service pack and will make many admins sigh with relief that its no longer an issue of a single hotfix.
Apple Bootcamp
Wow i hope this is planned to be fixed by the final release!
On a variety of systems running bootcamp will get an “out of disk space” error will occur and the fix is a registry key change. Instructions given below from msoft.
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup
3. On the Edit menu, point to New, and click String Value.
4. In the text box under the Name column, type BootDir and press ENTER.
5. Right-click the name BootDir, and then click Modify.
6. In the Edit String Value dialog box, type the drive letter for your system drive, and then click OK. For example, if your system drive is C:, type C:\.
7. Close Registry Editor.
After you have created this registry key (or if you created this key when you installed a previous version of this Service Pack), you can proceed with the installation.
Dell Latitude D430 SSD Lockups
We recently got our hot sticky mits on a brand new Latitude D430 with the sexy 36gb SSD (Solid State Disk)
Problem: Throwing Down XP with outlook 2007 seemed to cause all manner of issues, lockups galore! A move to vista saw the lockups fall back to just Outlook, it seems the that the way in which Outlook stores and writes to the file is affecting the SSD’s ability to write to such a big file. The next test will be to drop back to outlook 2003 and see if the issue goes away.
The only assistance I can give is that a big OST makes the issue more and more apparent, dropping down the size to below 200mb got rid of all the freezing issues. Its a limitation of the write speeds of big files to the current SSD tech
Windows XP Offline Files Cache Error
I use offline files and folder redirection for users my documents folders, it’s also used by users creatively, to cache large parts of the corporate directory on the file server.
Every now and then I will run into an issue where the offline file cache will break, the completely useless error message is in the window below.
There is no choice but to do a full reset of cache.
Error Message:
Offline files (directory path): Unable to merge offline changes on ‘directory path’ The Parameter is incorrect.
Solution
Open My computer -> Tools -> Folder Options -> Offline Files (tab)
Down the bottom you will see a “Delete Files” button, you must press and hold CTRL+Shift and then press that button. You will get a prompt telling you the offline cache will be “Re-Initialized”. Depending on the factors of your offline cache size, your speed of your machine and the last time you went to confession, the cache re-initialisation will complete and tell you to reboot. This completes the most trivial and out of the ordinary process of key presses (considering there is a confirm dialog).
Veritas Backup Exec 11d
Synchronisation between backup server and a single host is failing, i’ve tried restarting all the services but thats not helping at all.
Eventid.net has some references but the only one related to my specific problem referenced this on an XP machine and said his reboot fixed it.
There was one mention of this issue being seen where its a vault in VSS (Volume Shadow Copy Service) and was fixed with a hotfix or SP2 so i ran SP2 and so far so good but it usually takes overnight to fail as thats when an incremental push of the backups occurs.
Error Message:
The pair on source computer ‘Backup Client’, destination computer ‘Backup Server’ for job ‘Backup Job Label’ canceled due to an error. : A VSS snapshot error has occurred. Please verify that the ‘Microsoft Software Shadow Copy Provider’ and ‘Volume Shadow Copy’ services are installed and running. Check the System or Application Event Log for any unexpected errors or warnings.
EventID:
Event ID 12289
Source - VSS
Description - Volume Shadow Copy Service error: Unexpected error DeviceIoControl(\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy16915 - 000000F4,0x00090020,0003A838,0,007571D8,4096,[0]). hr = 0x80070005.
Platform(s) Affected: Windows Server 2003 32-bit, Windows Server 2003 64-bit
Click here for the solution
Veritas Backup Exec 11d