*START*
New-AutoDiscoverVirtualDirectory -websitename "Default Web
Site" -WindowsAuthentication $true -DigestAuthentication $true
New-AutodiscoverVirtualDirectory : An error occurred while creating the IIS
virtual directory 'IIS://ServerName.MyCompany.com/W3SVC/1/ROOT/Autodiscover'
on 'ServerName'.
At line:1 char:33
+ New-AutoDiscoverVirtualDirectory <<<< -websitename "Default Web
Site" -WindowsAuthentication $true -DigestAuthentication $true
*END*
After the error came up, i also noticed that the W3Svc had stopped and the
default web site wasn't started. I was able to start them again, however
there was no Autodiscover virtual directory.
I'm copying the code directly from the latest Ex2k7 help file.
"jim" <j...@nospam.com> wrote in message
news:uNdI7dzk...@TK2MSFTNGP02.phx.gbl...