File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,21 +60,21 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
6060
6161### Example 1
6262``` powershell
63- Set-ActiveSyncVirtualDirectory -Identity "contoso\Microsoft-Server-ActiveSync" -BasicAuthEnabled $false
63+ Set-ActiveSyncVirtualDirectory -Identity "contoso\Microsoft-Server-ActiveSync (Default Web Site) " -BasicAuthEnabled $false
6464```
6565
6666This example disables Basic authentication on the default Exchange ActiveSync virtual directory on the server Contoso.
6767
6868### Example 2
6969``` powershell
70- Set-ActiveSyncVirtualDirectory -Identity "contoso\Microsoft-Server-ActiveSync" -BadItemReportingEnabled $true -SendWatsonReport:$true
70+ Set-ActiveSyncVirtualDirectory -Identity "contoso\Microsoft-Server-ActiveSync (Default Web Site) " -BadItemReportingEnabled $true -SendWatsonReport:$true
7171```
7272
7373This example enables bad item reporting and turns on the option to send Watson reports for errors on the server Contoso.
7474
7575### Example 3
7676``` powershell
77- Set-ActiveSyncVirtualDirectory -Identity "contoso\Microsoft-Server-ActiveSync" -ExternalUrl "https://contoso.com/mail"
77+ Set-ActiveSyncVirtualDirectory -Identity "contoso\Microsoft-Server-ActiveSync (Default Web Site) " -ExternalUrl "https://contoso.com/mail"
7878```
7979
8080This example configures the external URL on the default Exchange ActiveSync virtual directory on the server Contoso.
You can’t perform that action at this time.
0 commit comments