Tag Archives: external url

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