Answered by:
How Block file transfer for particular users or by group?

Question
-
I work for a big company and we are currently testing out Lync Server 2010 and may decide to purchase it but there is an isssue, we want to control employee usage and we want to disable the file transfer option for certain people or by group, for example IT department can do file transfers but HR cant.
How do i achieve this?
CMD
Thursday, July 7, 2011 6:52 PM
Answers
-
Hi Cathal,
To disable File Transfer in the Lync Client use the following. This will disable it for all the users but you could create a seperate Conf Policy for that if you like.
Set-CsConferencingPolicy -Identity global -EnableP2PFileTransfer $False
Regards
Keith
- Proposed as answer by -Keith- Thursday, July 28, 2011 8:55 PM
- Marked as answer by mccathal89 Monday, August 8, 2011 8:17 PM
Thursday, July 28, 2011 8:54 PM
All replies
-
Hi,CMD,
You can look at Client policies,they help determine the features of Microsoft Lync 2010 that are made available to users; you can give some users the right to transfer files while denying this right to other users with different client polocies.More syntax please check the links below:
New-CsClientPolicy http://technet.microsoft.com/en-us/library/gg425949.aspx
Set-CsClientPolicy http://technet.microsoft.com/en-us/library/gg398300.aspx
Grant-CsClientPolicy http://technet.microsoft.com/en-us/library/gg412942.aspx
And here is a thread indicate that you could do this in OCS with GPO, this would probably still have the desired effect on Lync clients.
Hope this useful!
Regards,
Sharon
Friday, July 8, 2011 10:56 AM -
Hi, Thanks for your reply, i was able to access the "prevent file transfer" in the OCS but this is only for all users, how can i assign it to single users or groups? CMD.Friday, July 8, 2011 2:37 PM
-
Hi,CMD,
You can use New-CsClient policy to create a policy to block file transfer then use Grant-CSClientPolicy to grant the policy to the users or site you want to block file transfer.
You can look at Elan Shandow's blog to see how to configure client policy at site level or user level for more details.
http://www.shudnow.net/2010/10/28/lync-2010-client-policies/
Additionly,some cmdlets about file transfer for your reference.
New-CsFileTransferConfiguration http://technet.microsoft.com/en-us/library/gg425897.aspx
Regards,
Sharon
- Proposed as answer by Sharon.Shen Wednesday, July 13, 2011 9:04 AM
Tuesday, July 12, 2011 2:42 AM -
You see there's is no command in the "New-CsClientPolicy" to block file transfers, i am looking at this site: http://technet.microsoft.com/en-us/library/gg425949.aspx
The only commmands that have anything to do with file transfers is:
EnableUnencryptedFileTransfer: When set to True, users will be allowed to exchange files with external users whose instant messaging software does not support encrypted file transfers.
I have tried applying this to a user and it makes no difference..as i expected. Is there any other way??
Regards, Cathal.
Thursday, July 14, 2011 3:33 PM -
Hi Cathal,
To disable File Transfer in the Lync Client use the following. This will disable it for all the users but you could create a seperate Conf Policy for that if you like.
Set-CsConferencingPolicy -Identity global -EnableP2PFileTransfer $False
Regards
Keith
- Proposed as answer by -Keith- Thursday, July 28, 2011 8:55 PM
- Marked as answer by mccathal89 Monday, August 8, 2011 8:17 PM
Thursday, July 28, 2011 8:54 PM -
Actiance provide a product called Vantage which allows compliance controls to deployed based on AD groups, including blocking file transfers. If Lync is not sophisticated enough for your needs regarding compliance, Vantage covers many options.
Jed
Wednesday, September 7, 2011 10:33 AM