Reset Permissions IIS folders
Hi. I have a problem with permissions in IIS folders.
Trying configure autodiscover, accidentally change permissions in other folders. Now, not to change their permissions folders.
How I can restore default permissions in all folders in IIS.
I appreciate you help. RegardsCarlos Morales http://itprosmex.blogspot.com/
October 14th, 2010 5:43pm
Quickest way is to remove them all and then recreate them using
New-AutodiscoverVirtualDirectory
New-OWAVirtualDirectory
New-ActiveSyncVirtualDirectory
All of which are documented on Technet.
Simon.Simon Butler, Exchange MVP
Blog |
Exchange Resources
Free Windows Admin Tool Kit Click here and download it now
October 14th, 2010 6:00pm
Hi Sembee, and first delete Folders with Remove-AutodiscoverVirtualDirectory...etc
The problem is in Exchange 2007.
The OWA publication not affect, because Now OWA working succesfully, only Autodiscover not working.
Regards.Carlos Morales http://itprosmex.blogspot.com/
October 14th, 2010 6:05pm
Hi Carlos,
After you remove the Autodiscover virtual directory and recreate a new one, how about your question now?
You can follow steps as below:
1, First run the below command to remove Autodiscover VD:
Remove-AutodiscoverVirtualDirectory –Identity "cas-servername\Autodiscover (Default Web Site)"
2, Then recreate it:
New-AutodiscoverVirtualDirectory -WebsiteName "Default Web Site" -WindowsAuthentication $true -BasicAuthentication $true
Please ensure the authentication method is identical as previous configuration.
3, After that, please restart IISAdmin service.Frank Wang
Free Windows Admin Tool Kit Click here and download it now
October 15th, 2010 2:28am
Hi Carlos,
How about your question? Any updates?
Frank Wang
October 18th, 2010 11:11pm
Hi Frank, the problem continue.
Remove and Create Autodiscover and OWA virtual folders by Shell, but not solved the problema.
The Outlook not configure by autodiscover.
Test Autodiscover in web page
https://www.testexchangeconnectivity.com
The result is:
Attempting to test Autodiscover for
fzuser5@unicovirtual.net
Testing Autodiscover failed.
Test Steps
ExRCA is attempting each method of contacting the Autodiscover service.
Attempting to test potential AutoDiscover URL
https://autodiscover.unicovirtual.net/AutoDiscover/AutoDiscover.xml
Testing of this potential Autodiscover URL failed.
ExRCA is attempting to send an Autodiscover POST request to potential Autodiscover URLs.
Autodiscover settings weren't obtained when the Autodiscover POST request was sent.
Attempting to Retrieve XML AutoDiscover Response from url
https://autodiscover.unicovirtual.net/AutoDiscover/AutoDiscover.xml for user fzuser5@unicovirtual.net
Failed to obtain AutoDiscover XML response.
An error message was returned from the Autodiscover service
XML Response:
<?xml version="1.0"?>
<Autodiscover xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response>
<Error Time="09:56:38.4276605" Id="4074431669">
<ErrorCode>500</ErrorCode>
<Message>The e-mail address cannot be found.</Message>
<DebugData />
</Error>
</Response>
</Autodiscover>
ThanksCarlos Morales http://itprosmex.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
October 21st, 2010 10:57am
Hi ,
IF you want to reinstall IIS this would be very helpful
http://support.microsoft.com/kb/320202
October 21st, 2010 2:10pm