I have written about the ability to control file transfer from the Lync Edge for federated users using MSPL but with the CU 6 update there are some new features. So in addition to being able to select the domains you want to block there is now the ability to block file transfers altogether, URL’s and specific files over the Lync Edge.
http://support.microsoft.com/kb/2621840
- To block URL style links:
New-CsImFilterconfiguration -Identity EdgePoolIdentity -BlockFileExtension $True -Action Block -Enabled $True
- To block the transfer of files with common extensions:
New-CsFileTransferFilterConfiguration -Identity EdgePoolIdentity -BlockFileExtension $True -Action Block -Enabled $True
- To block the transfer of all files:
New-CsFileTransferFilterConfiguration -Identity EdgePoolIdentity -BlockFileExtension $True -Action BlockAll -Enabled $True
This is a great enhancement to controlling the Lync Edge.
VoIPNorm
No comments:
Post a Comment