HD video for some users
-
Monday, April 09, 2012 6:23 PM
Hello,
I am trying to enable HD video for only select users. All users are in a single site and pool and I've found the cmdlet to enable (Set-CsMediaConfiguration –Identity Global -MaxVideoRateAllowed Hd720p15M), but that would enable it for all users. I've found that I can create a new MediaConfiguration policy (New-CsMediaConfiguration -Identity HDVideo -MaxVideoRateAllowed Hd720p15M), but how can assign it to users or a group and then put users in that group?
Thanks,
Jeff
Jeffrey Kalfut, Unified Communications Team Lead, Volkswagen Group of America, Inc.
All Replies
-
Tuesday, April 10, 2012 6:32 AMModerator
Unfortunately a media configuration can only be applied to a site (site:<site name>) or service (<server role>:<fqdn>) rather than a user or client policy.
Mike Stacy | http://mikestacy.typepad.com
- Edited by .Mike StacyMVP, Moderator Tuesday, April 10, 2012 6:44 AM
- Proposed As Answer by Sean_XiaoMicrosoft Contingent Staff, Moderator Thursday, April 12, 2012 4:20 AM
- Marked As Answer by Sean_XiaoMicrosoft Contingent Staff, Moderator Monday, April 16, 2012 1:27 AM
-
Tuesday, April 10, 2012 10:09 AMModerator
Hi,
You can not assigned a policy to a group. But you can assign the policy to the users in a groups one by one with powershell script.
Please refer the following article about assign a Policy to All the Users in a Security Group:
http://blogs.technet.com/b/csps/archive/2010/06/06/scriptassignpolicytoallusers.aspx
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
-
Tuesday, April 10, 2012 2:46 PMModeratorSean - from what I can tell that assigns a client policy, not a media policy. Am I missing something?
Mike Stacy | http://mikestacy.typepad.com
-
Thursday, April 12, 2012 4:20 AMModerator
Hi Mike,
You are right. This media policy can not be applied by user level, just for global, site, or service.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

