hi
When trying to delete mail in OWA I get the error 'The action you tried to perform couldn't be completed because there's a configuration problem on the server. If the problem continues, contact your helpdesk.'
i Removed WebServicesVirtualDirectory with following Cmdlet command :
Remove-WebServicesVirtualDirectory -Identity "<server name>\EWS (Default Web Site)"
when i create WebServicesVirtualDirectory with following Cmdlet command :
New-WebServicesVirtualDirectory -WebSiteName 'Default Web Site' , i have following error :
"An error occurred while creating the IIS virtual directory 'IIS://SVR2.terotek.co.nz/W3SVC/1/ROOT/EWS' on 'SVR2'.
+ CategoryInfo : InvalidOperation: (SVR2\EWS (Default Web Site):ADObjectId) [New-WebServicesVirtualDirectory], InvalidOperationException
+ FullyQualifiedErrorId : D8706417,Microsoft.Exchange.Management.SystemConfigurationTasks.NewWebServicesVirtualDirectory"
EWS is now not Creating.
Any help greatly appreciated.