0

我们办公室的情况是,我们试图确定过去 4 周内用户在家中登录的 IP 地址。

在理想情况下,我只想要这样的东西,我可以要求几天或几周,甚至希望几个月......:

Email/Username | Logged in on | Public IP Address joe@domain.com | May 27th - 16:46 | 192.168.1.3 suzy@domain.com | May 27th - 16:47 | 192.168.1.9 billy@domain.com | May 27th - 16:50 | 192.168.2.13

(使用实际的公共 IP 地址而不是我为这个示例弥补的私有 IP 地址)

我已经与谷歌支持讨论想法,他们把我带到了这里。我已经尝试过 Flash Panel 和 Promevo,但它们无法生成此类信息。

任何想法或帮助将不胜感激!

非常感谢你。

4

1 回答 1

0

You can use the email audit API for login activities. It actually shows you the IP addresses of the machines your user log in from.

https://developers.google.com/admin-sdk/email-audit/#downloading_account_information_files

Additionally, you can use a third party client called Google Apps Manager to easily retrieve this information for your users (https://code.google.com/p/google-apps-manager/wiki/ExamplesAccountAuditing#User_Account_Activity)

于 2013-10-11T22:04:12.590 回答