Microsoft tell us,you can limit user rights in WMS by:
By default, Windows Media Services can only be accessed by users in the Administrators group. To limit user rights effectively while still enabling users to administer Windows Media Services, you can remove users from the Administrators group and then add them to Windows Media Services only. To add users directly to Windows Media Services, you must use Component Services to configure access permissions for the Windows Media Services Component Object Model (COM) object.
To provide a user administrative rights to Windows Media Services
On your server, start the DCOM config utility.
Locate Windows Media Services in the list, and open its properties.
On the Security tab, edit the access permissions.
The Access Permissions list shows the users and user groups that can administer Windows Media Services.
Add the users or groups that you want to be able to administer Windows Media Services, and then close the dialog boxes.
The new settings will take effect when you restart Windows Media Services.
微软告诉我们,可以限制用户权限,使用非管理员的帐号:
默认情况下,只有 Administrators 组中的用户才可以访问 Windows Media Services。若要有效地限制用户权限,同时仍允许用户管理 Windows Media Services,您可以从 Administrators 组中删除用户,然后将其仅添加到 Windows Media Services。若要将用户直接添加到 Windows Media Services,您必须使用“组件服务”为 Windows Media Services 组件对象模型 (COM) 对象配置访问权限。
为用户提供对 Windows Media Services 的管理权限的步骤
在您的服务器上,启动 DCOM 配置实用工具。
在列表中找到 Windows Media Services,并打开其属性。
在“安全”选项卡上,编辑访问权限。
“访问权限”列表显示了可以管理 Windows Media Services 的用户和用户组。
添加希望能够管理 Windows Media Services 的用户或组,然后关闭对话框。
在重新启动 Windows Media Services 后,新的设置将生效。
In fact,when you open DCOMcnfg,you will find that the Security Permission of “Windows Media Services” is grey and disabled.
实际上,当你打开组件管理器,你会发现”Windows Media Services”的权限设置选项是灰色的,无法修改.
This is the new security feather of win2008 R2 x64. Some core system components only grant the local internal account, TrustedInstaller, Full Control permission instead of the local Administrators group.
这个是win2008 R2 x64的安全特性.一些核心系统组件只能允许本地帐号,TrustedInstaller有完全控制权限,而不是本地管理员组.
To be able to modify the settings of “Windows Media Services” on a Windows Server 2008 R2 system, you need to grant the local Administrators group permissions to its registry key as follows:
要在Windows Server 2008 R2 上修改 “Windows Media Services” ,你需要授予本地管理员组有注册表权限:
1. Check the Appid of WMS in “Component Services management console (dcomcnfg.exe)”.On my machine it is {A2EFA5CB-3B0E-11D2-9EFD-006097D2D7CF}
2. Run Regedit.exe and browse to “HKEY_CLASSES_ROOT\AppID\{A2EFA5CB-3B0E-11D2-9EFD-006097D2D7CF}” key.
3. Secondary-mouse click on the {A2EFA5CB-3B0E-11D2-9EFD-006097D2D7CF} key and select Permissions…
4. Click the Advanced button in the Permissions window and select the Owner tab. Under Change owner to select the local Administrators group and click on Apply, then OK.
5. Then under Permissions window, select the local Administrators group and under Permissions for Administrators select Full Control and click on Apply, then OK.
NOTE: DO NOT modify/change any permissions for the TrustedInstaller account.
1.在组件管理器中查到WMS的appid,在我的机器上,它的ID是{A2EFA5CB-3B0E-11D2-9EFD-006097D2D7CF}
2.使用regedit,定位到HKEY_CLASSES_ROOT\AppID\{A2EFA5CB-3B0E-11D2-9EFD-006097D2D7CF}”
3.右键点击{A2EFA5CB-3B0E-11D2-9EFD-006097D2D7CF},选权限
4.在权限设置窗口中点高级,选择所有者标签,选中administrators为所有者
5.授予administrators组有读/写等所有权
注意:务必不要修改TrustedInstaller的权限
Now,re-run Component Services management console (dcomcnfg.exe), you can follow the steps of Microsoft to configure access permissions for the Windows Media Services Component Object Model (COM) object.
现在,重新执行组件管理器,你就能根据前文中微软的步骤来配置Windows Media Services的访问权限了.
PS.There is a bug of Windows Media Services in win2003(not in win2008),if you(limit user) exit the wmsadmin and then start it again, you will get error code 0xc00d0006 and the server no longer shows up in the wmsadmin. You have to once again add it using “localhost” every time .
PS. windows 2003 的 Windows Media Services有个bug(win2008没有):每次退出wmsadmin再次开启,受限用户会收到错误0xc00d0006提示说无法与服务器建立连接,并且服务器不再显示在wmsadmin中,你必须再次添加”localhost”进去.
see more about:
http://technet.microsoft.com/en-us/library/cc753241(WS.10).aspx
http://blogs.msdn.com/b/emeadaxsupport/archive/2010/01/26/unable-to-edit-the-dcom-settings-for-iis-wamreg-admin-service-on-a-windows-server-2008-r2-when-trying-to-configure-kerberos-authentication-for-role-centers.aspx
分享到:
相关推荐
Windows Media Server是一款由微软开发的流媒体服务器软件,主要用于在网络上发布和分发音频、视频和其他媒体内容。在本文中,我们将深入探讨如何构建基于Windows Media Server的流媒体服务器,以及这个平台的一些...
Windows Media Server 搭建流媒体服务器 本文详细介绍了如何在 Windows 2003 Server 环境下搭建流媒体服务器,涵盖了 Windows Media 服务的安装、配置、流媒体文件的制作等方面的知识点。 知识点一:Windows Media...
Windows Media Server是微软提供的一种流媒体服务,它允许用户通过网络传输音频、视频和其他多媒体内容。这个服务在企业环境中常用于在线直播、点播服务,以及远程教育等场景。以下是对"Windows Media Server服务"的...
在Windows Server 2003上搭建流媒体服务器,首先需要安装Windows Media Encoder(WM编码器)。这个工具用于将音视频内容编码为Windows Media Video格式,并将其推送到流媒体服务器。Windows Media Encoder通常安装在...
根据给定文件的信息,本文将详细介绍如何使用Windows Media Server来建立流媒体服务器的过程及关键步骤。Windows Media Server作为一套全面的流媒体制作与发布工具,提供了丰富的功能支持,特别是其在音频处理方面的...
windows media server
Windows Media Player是一款由微软公司开发的多媒体播放器,它提供了丰富的功能来满足用户对音频和视频的播放需求。皮肤是Windows Media Player的一项个性化特性,允许用户根据个人喜好更改播放器的外观和界面风格,...
Windows Media Player是一款由微软公司开发的媒体播放器,它集成了多种功能,旨在提供全面的多媒体体验。在Windows操作系统中,默认情况下预装了这个应用程序,它支持多种音频和视频格式的播放。然而,为了能够播放...
MediaServer.exe
在Windows Server 2008操作系统中,USB 3.0驱动程序的集成是一个重要的步骤,特别是对于那些需要使用高速USB设备的用户来说。由于原版的Windows Server 2008系统并未内置USB 3.0驱动,因此在安装过程中可能会遇到...
Windows Media Player 11是微软公司推出的一款多媒体播放软件,它是Windows操作系统中内置的重要组件,专为提升用户体验而设计。这款软件集音频、视频播放、媒体管理、CD刻录、在线服务集成等多种功能于一体,是...
Windows Media Player是一款由微软公司开发的多媒体播放器,它提供了丰富的功能,包括音频、视频播放、CD刻录、媒体库管理等。对于用户来说,个性化是提升使用体验的重要部分,而皮肤则是实现这一目标的关键。...
本教程将详细介绍如何使用Windows Media Services (WMS),Helix Server,以及VLC搭建流媒体服务器,帮助开发人员理解这些工具的功能及其搭建过程中的注意事项。 2. Windows Media Services流媒体服务器 Windows ...
【标题】"live555MediaServer 循环播放文件" 在IT领域,尤其是多媒体流媒体服务中,live555MediaServer是一个重要的开源工具,它允许开发者创建实时音视频流服务器。本主题将深入探讨如何使用live555MediaServer...
windows server 2008 64位 media encoder
在选择流媒体服务器时,Windows Media Server因其全面的产品线而受到青睐,包括Windows Media Author、Windows Media ASF Indexer、Windows Media Encoder、Windows Media Server以及Windows Media Rights Manager等...
一旦安装完毕,该插件将无缝集成到谷歌浏览器中,使得浏览器能够识别并播放原本不支持的Windows Media格式的文件。 这个插件的核心在于它利用了Windows Media Player的引擎,使得HTML5的多媒体播放器能够处理那些非...
5. **流媒体服务**:Windows Media Services(之前称为Windows Media Server)允许开发者构建和管理大规模的在线流媒体服务。它支持实时广播、点播和动态适应带宽的流媒体技术。 6. **编码与解码**:Windows Media...
《Windows Media Format 9 Series SDK》是微软提供的一套用于开发和处理Windows Media格式的软件开发工具包。这个SDK为开发者提供了丰富的功能,包括编码、解码、播放、流媒体和内容保护等,广泛应用于多媒体应用...