Windows – Certificate Enrollment Fails
KB ID 0000921 Problem I first saw this problem a few years ago trying to get some Windows clients to auto enrol with server 2008, then this week my colleagues could not get new 2019 Domain Controller to enrol for a Kerberos certificate, and the this was caused by the same problem. Symtoms (RPC Error) 1. Test to make sure the client can see the CA, and is able to communicate with it, issue the following command; certutil -pulse As...
Outlook OAB download fails with 0x80004005 and/or 0x8004010F
KB ID 0000035 Problem 0x8004010F is caused by client not being able to see the Offline Address Book. 0x8004010F Error With Exchange 2013/2016/2019 Firstly make sure your autodiscover is correct, on the Exchange server open the Exchange management shell, and issue the following command. Get-clientAccessServer | fl Name,AutoDiscoverServiceInternalUri If you need to fix/change it, use the following syntax. Set-ClientAccessServer...
Windows Server – Sysprep
KB ID 0000729 Problem I don’t deploy large amounts of servers at once, so Windows Server sysprep is not as important as it is with the client operating systems I deploy. But I do need to create virtual machine templates, (mostly for testing), but some clients like to have server templates. I prefer to manually sysprep and shutdown a server then either convert or clone it to a template. Thankfully sysprep is in the same place as...
Exchange 2000 / 2003 – Exporting Mail to .pst files with ExMerge
KB ID 0000091 Problem ExMerge has been around for a long time, its used (as the name implies) to merge pst files into existing mailbox’s. However its also a great tool to export/backup users mail box’s if you’re doing a migration, or if you have got your “Disaster Recovery” hat on. The following is a run through of how to export from a mail store to pst files – Note on a live system this can take...
Windows Server – Install and Configure NDES
KB ID 0000947 Problem NDES, is the name for what we used to call MSCEP, which was an ‘add-on’ for the Server 2003 family of servers. In Server 2008 it was renamed to NDES. It is a role service that runs on a Certificate Services Server, and is used to create a registration authority (RA) that can issue certificates from your PKI infrastructure to network devices, i.e. Routers, Firewalls and Switches. Solution Installing...