Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2012-07-23
You can use the EMC or the Shell to manage the list of Microsoft Windows SharePoint Services sites and Windows file shares that Microsoft Exchange ActiveSync users can access from their mobile phones.
Note: |
---|
The lists of Windows SharePoint Services sites and Windows file shares that are allowed and blocked apply to the whole Exchange ActiveSync virtual directory. You can't configure these lists for individual users. But you can disable Windows SharePoint Services sites and Windows file share access for individual users by using Exchange ActiveSync policies. |
Looking for other management tasks related to Exchange ActiveSync? Check out Managing Exchange ActiveSync.
Use the EMC to configure access to Windows SharePoint Services sites and Windows file shares
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Exchange ActiveSync user settings" entry in the Client Access Permissions topic.
- Open the EMC.
- In the console tree, navigate to Server Configuration
> Client Access.
- Select Exchange ActiveSync.
- In the action pane, under Microsoft-Server-ActiveSync,
click Properties.
- Click the Remote File Servers tab.
- Click Block to add host names of sites that clients are
prohibited from accessing.
- Click Allow to add host names of sites that clients are
permitted to access.
- Use the list in the Unknown Servers section to specify
the default action that should be taken when a client tries to
access a file from a server that's not entered in either the Allow
List or Block List.
- Click Configure to enter the domain suffixes that should
be treated as internal.
Note: If you specify that a domain suffix should be treated as internal, the Exchange ActiveSync client will access the content through an intranet connection instead of an Internet connection.
Use the Shell to configure access to Windows SharePoint Services sites and Windows file shares
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the " Exchange ActiveSync user settings" entry in the Client Access Permissions topic.
This example adds two sites to the Block list and one to the Allow list, specifies an internal domain suffix, and configures the default action to take when a client tries to access a file from a server that's not entered in the Allow or Block lists.
Copy Code | |
---|---|
Set-ActiveSyncVirtualDirectory -Identity:"ServerName\Microsoft-Server-ActiveSync (Default Web Site)" -RemoteDocumentsBlockedServers:"ServerName1,ServerName2" -RemoteDocumentsAllowedServers:"ServerName3" - RemoteDocumentsInternalDomainSuffixList:"DomainSuffix" -RemoteDocumentsActionForUnknownServers:"Block" |
For more information about syntax and parameters, see Set-ActiveSyncVirtualDirectory.