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
60
60
61
61
### Example 1
62
62
``` powershell
63
- Set-ActiveSyncVirtualDirectory -Identity "contoso\Microsoft-Server-ActiveSync" -BasicAuthEnabled $false
63
+ Set-ActiveSyncVirtualDirectory -Identity "contoso\Microsoft-Server-ActiveSync (Default Web Site) " -BasicAuthEnabled $false
64
64
```
65
65
66
66
This example disables Basic authentication on the default Exchange ActiveSync virtual directory on the server Contoso.
67
67
68
68
### Example 2
69
69
``` 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
71
71
```
72
72
73
73
This example enables bad item reporting and turns on the option to send Watson reports for errors on the server Contoso.
74
74
75
75
### Example 3
76
76
``` 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"
78
78
```
79
79
80
80
This 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