Archives

Author Archive for: ‘Daniel Davies’

Recently we wanted to install SCOM agents on a customer site to talk to a SCOM gateway , so that we were able to monitor them. We weren’t able to install multiple agents via the SCOM console as it was a remote site. So we managed to install the agents via PSEXEC with a pretty …

Recently we wanted to install SCOM agents on a customer site to talk to a SCOM gateway , so that we were able to monitor them. We weren’t able to install multiple agents via the SCOM console as it was a remote site. So we managed to install the agents via PSEXEC with a pretty …

When implementing Direct Access you will have to allow name resolution for ISATAP addresses as by default this is not enabled. You can do this by doing the following change on all your DNS servers. Open RegEdit.exe Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDNSParameters Right-Click modify on the  GlobalQueryBlockList value. Remove ISATAP from list Restart the DNS service

Recently we had an issue when running a CRM 2011 setup , we got the following error on the System Checks page of the install “Unable to open the physical file "C:Program FilesMicrosoft SQL ServerMSSQL10_50.MSSQLSERVERMSSQLDATAMSCRM_CONFIG.mdf". Operating system error 32: "32(failed to retrieve text for this error. Reason: 15105)".” To resolve this follow the below steps …

We had an issue recently where our customers Exchange 2010 servers arbitrations mailboxes had become corrupt and were giving the below errors when running “Get-mailbox –arbitration”   WARNING: The object SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9} has been corrupted, and it’s in an inconsistent state. The following validation errors happened: WARNING: Database is mandatory on UserMailbox. WARNING: Database is mandatory …

Recently we ran Setup.com /preparead on a Exchange 2010 server to recreate an arbitration mailbox and got the below error. A reboot from a previous installation is pending. Please restart the system and rerun setup. To Resolve this do the following Open Regedit Navigate to HKLMCurrentControlSetControlSessionManager Delete PendingFileRenameOperations String   After you have done that …