MS CRM 2011 中的用户日志记录历史记录?

发布于 2024-12-12 18:34:20 字数 179 浏览 1 评论 0 原文

我想知道如何获取 MS Dynamics CRM 2011 的用户登录历史记录?例如,用户如何访问 CRM 以及他们的详细信息和日期时间是什么。

我尝试查看 IIS 日志、CRM 跟踪日志,但无法获取上周或特定日期访问 CRM 服务器的用户列表。

如果您能帮助我解决这个问题,我将不胜感激。

谢谢

I want to know how to get the user loggin history for MS Dynamics CRM 2011? e.g. How manu user access to the CRM and what are their details and datetime be greate.

I have tried looked in IIS log, CRM Trace log but cann't manage to get the list of users who access CRM server in Last week or in certain dates.

It would be appreciated if you help me to solve this problem.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

动听の歌 2024-12-19 18:34:20

您需要最新的汇总包,然后是本机功能。

可以找到关于此的好博客 此处

编辑:
根据您下面的评论,安装汇总包 5 不是一个选项。其原因并未给出,您应该单独查看。

您需要在组织中启用审核,然后编写一个报告/自定义应用程序来搜索审核日志并筛选以下操作类型:

AuditAction.UserAccessAuditStarted
AuditAction.UserAccessAuditStopped
AuditAction.UserAccessviaWebServices
AuditAction.UserAccessviaWeb

示例为 此处
虽然有点啰嗦,但是评论得很好。

You need the latest rollup pack and then it is a native feature.

A good blog on this can be found here

Edit:
Based on your comment below, installing rollup pack 5 is not an option. The reasons for that are not given and is something you should look at separately.

You would need to enabled auditing on your organisation and then write a report/custom application that searches auditing logs and filters on the action types below:

AuditAction.UserAccessAuditStarted
AuditAction.UserAccessAuditStopped
AuditAction.UserAccessviaWebServices
AuditAction.UserAccessviaWeb

Example is here.
It is a bit long winded, but well commented.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文