Author Archives: Idit Bnaya

Unable to contact the specified host

Vmware converter -  P2V error : “Unable to contact the specified host; The host is not available…”   Check the following:   1. Ports: Open ports between the convertor server to the Source computer – 445, 139, 9089 or 9090 … Continue reading

Posted in p2v, Vmware | Leave a comment

Activesync not working After Migration from Exchange 2007 to Exchange 2010- event ID 1053

Error: event ID 1053: “Exchange Activesync doesn’t have sufficient Open Active Directory – find the user RightClick – properties – Security – Advanced Chack: “Include inheritable permissions from this objects parent” Idit Bnayawww.itblog.co.il

Posted in Exchange 2010, Microsoft Exchange | Tagged , , | Leave a comment

SCCM–Client installation failed with error :Could not access network location %APPDATA%\.

Error: File C:\Windows\ccmsetup\{4D87A80B-6971-43EF-A59F-8088D214378A}\client.msi installation failed. Error text: ExitCode: 1603 Action: CostFinalize. ErrorMessages: Could not access network location %APPDATA%\. Could not access network location %APPDATA%\.   Solution : Change the "AppData" value for the LocalSystem account in registry to – “%USERPROFILE%\AppData\Roaming” … Continue reading

Posted in SCCM 2012, SCCM 2012 R2, SCCM2007, System Center | Tagged , , , | Leave a comment

SCCM 2012 R2 Error 80070057

I got this error on the Apply Operating System Image step when running a Task Sequence. In my case the time wassan`t set correctly in the bios. but, when i searched for solution i also came across this solution : … Continue reading

Posted in SCCM 2012, SCCM 2012 R2, SCCM2007, System Center | Leave a comment

Exchange ActiveSync Error – 1053

“Exchange ActiveSync doesn’t have sufficient permissions to create the “” container under Active Directory user “Active Directory operation failed on dc.domain.com. This error is not retriable. Additional information: Access is denied. Active directory response: 00000005: SecErr: DSID-03152611, problem 4003 (INSUFF_ACCESS_RIGHTS), data … Continue reading

Posted in Exchange 2010, Exchange 2013, Microsoft Exchange | Leave a comment

Released: Exchange Server 2013 Service Pack 1

Upgrading to SP1/Deploying SP1 As with all cumulative updates (CUs), SP1 is a full build of Exchange, and the deployment of SP1 is just like the deployment of a cumulative update. Active Directory Preparation Prior to or concurrent with upgrading … Continue reading

Posted in Exchange 2013 | Tagged | Leave a comment

How to set all virtual directories at once With PowerShell

For internal URLs: $urlpath = Read-Host "Type internal Client Access FQDN starting with http:// or https://" Set-ClientAccessServer –Identity * –AutodiscoverServiceInternalUri “$urlpath/autodiscover/autodiscover.xml” Set-webservicesvirtualdirectory –Identity * –internalurl “$urlpath/ews/exchange.asmx” Set-oabvirtualdirectory –Identity * –internalurl “$urlpath/oab” Set-owavirtualdirectory –Identity * –internalurl “$urlpath/owa” Set-ecpvirtualdirectory –Identity * –internalurl … Continue reading

Posted in Exchange 2010, Exchange 2013, Microsoft Exchange, PowerShell | Tagged , , , | Leave a comment

AD Schema version

The following list show each version: Schema-Version 13 = Windows 2000 RTM  Schema-Version 30 = Windows Server 2003 RTM Schema-Version 31 = Windows Server 2003 R2 RTM Schema-Version 44 = Windows Server 2008 RTM Schema-Version 47 = Windows Server 2008 … Continue reading

Posted in Active Directory | Tagged , , | Leave a comment

How to automate the upgrade of SCCM 2012 clients to SCCM 2012 SP1

Upgrade client automatically -  this option will allow Configuration Manager 2012 to automatically installs the latest version of the Configuration Manager 2012 client and its prerequisites on all clients in the hierarchy To enable this option go to Site Settings … Continue reading

Posted in SCCM 2012, SCCM 2012 R2, System Center | Tagged , , | Leave a comment

VMware: ESXi requires the Execute Disable/No Execute CPU feature to be enabled – HP DL360 G5

Error: While installing Esxi 5.5  I received the following warning message: “The system has found a problem on your machine and cannot continue. VMware ESXi requires the Execute Disable/No Execute CPU feature to be enabled” Solution: 1.Restart the host 2. … Continue reading

Posted in Vmware | Leave a comment