By default, when installing OnePlace Solutions in a Terminal Services or
Citrix environment, OnePlace Solutions will load for all users, connected to the
Citrix server.
The following procedure details how to configure OnePlace Solutions to only load for a subset of users (either by naming specific users for inclusion or exclusion).
Decide which approach works best in your situation, either to exclude named users (applications will not load for), or to include named users (applications will load for).
Please note, it is only possible to use individual user credentials.
When a user starts the OnePlace Solutions application the UserAvailabilityList.xml file will be detected and user inclusion/exclusion will be evaluated.
1. Create an xml file called UserAvailabilityList.xml in the program installation directory on the server.
This will typically be C:\Program Files\OnePlace
Solutions.
2. Copy and paste from the appropriate example xml file
content below and modify to list your users to include/exclude.
<configuration> <userList listType="inclusion"> <user name="scinaptic\tech11" /> </userList> <userList listType="exclusion" application="LiveClient"> <user name="scinaptic\tech11" /> </userList> <userList listType="exclusion" application="RightClickSaveTo"> <user name="scinaptic\tech11" /> </userList> <userList listType="exclusion" application="Explorer"> <user name="scinaptic\tech11" /> </userList> <userList listType="exclusion" application="Outlook"> <user name="scinaptic\tech11" /> </userList> <userList listType="exclusion" application="Excel"> <user name="scinaptic\tech11" /> </userList> <userList listType="exclusion" application="PowerPoint"> <user name="scinaptic\tech11" /> </userList> <userList listType="exclusion" application="Word"> <user name="scinaptic\tech11" /> </userList> <userList listType="exclusion" application="AdobeReader"> <user name="scinaptic\tech11" /> </userList> <userList listType="exclusion" application="AdobeAcrobat"> <user name="scinaptic\tech11" /> </userList> </configuration>
For versions from R6.1 through to R6.6, OnePlaceMail will by default, be installed for all users, unless a file named OnePlaceMailUserAvailability.xml is created.
Similarly, the list can be created based on whether to include or exclude named members (OnePlaceMail will not load for) or to include named members (OnePlaceMail will load).
Copy and paste from the appropriate example xml file content below and modify
to list your users to include/exclude.
When a user starts Outlook the
OnePlaceMailUserAvailabilityList.xml will be detected and user
inclusion/exclusion will be evaluated.
<?xml version="1.0"?> <userList listType="inclusion"> <user name="scinaptic\testuser1" /> <user name="scinaptic\testuser2" /> <user name="scinaptic\testuser3" /> </userList>
<?xml version="1.0"?> <userList listType="exclusion"> <user name="scinaptic\testuser1" /> <user name="scinaptic\testuser2" /> <user name="scinaptic\testuser3" /> </userList>