Skip to content

Commit 590bf0b

Browse files
authored
Merge pull request MicrosoftDocs#11244 from dahager/patch-3
Update Set-ActiveSyncVirtualDirectory.md
2 parents aa71a6e + 9f05094 commit 590bf0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/Set-ActiveSyncVirtualDirectory.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6666
This 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

7373
This 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

8080
This example configures the external URL on the default Exchange ActiveSync virtual directory on the server Contoso.

0 commit comments

Comments
 (0)