Powershell COM+设置
我尝试使用 powershell COMAdmin.COMAdminCatalog 设置以下值,但找不到以下红色的设置。任何帮助将不胜感激。
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我尝试使用 powershell COMAdmin.COMAdminCatalog 设置以下值,但找不到以下红色的设置。任何帮助将不胜感激。
谢谢
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
有关相关属性,请参阅 身份验证属性 和 AccessLevelChecks 属性 应用程序集合 rel="nofollow noreferrer ">COM+ 管理集合。
有关如何设置身份验证级别属性的 VBScript 示例,请参阅 通过 vbs 脚本更改现有 COM+ 应用程序身份。
转换为 PowerShell 应该相当简单。这是我的猜测:
For the properties in question see the Authentication property and the AccessLevelChecks property for the Applications Collection under COM+ Administration Collections.
For a VBScript example on how to set the Authentication Level property see the answer to changing existing COM+ applications identity via vbs script.
It should be fairly straight forward to convert to PowerShell. Here's my guess:
这个问题已经得到解答,但这是我的“创建新的 COM+ 应用程序并设置属性”脚本。
This was already answered, but here is my "Create New COM+ Application AND set property" script.