集中访问硬件信息

发布于 2024-09-14 07:09:58 字数 141 浏览 8 评论 0原文

我们的 PC 技术人员必须走遍公司并记下公司内每台 PC 的信息(操作系统、CPU 速度、内存)。

有什么方法可以通过 ASP.Net 收集这些信息吗?我知道你可以使用 Winforms 来做到这一点,而且我知道也存在安全风险,但除此之外这仍然可能吗?

Our PC Tech's are having to go around our company and write down information about every PC within the company (OS, CPU Speed, Memory).

Is there any way to gather this information through ASP.Net? I know you can do it using Winforms, and i know there is also a security risk, but all that aside is it still possible?

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

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

发布评论

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

评论(1

知足的幸福 2024-09-21 07:09:58

正如我在评论中所说,我建议在您的域上使用 AD 进行查询。我必须执行类似的操作来查看域中的所有计算机以及登录者。我们创建了一个登录脚本,将计算机的描述设置为当前用户。无论如何,如果您想这样做,您可以尝试此链接来获取有关在 AD 中创建查询的更多信息。华泰

As I said in the comment, I'd recommend doing a query with AD on your domain. I had to do something similar to see all computers on the domain and who logged in. We created a login script that set the description of the computer to the current user. Anyway, if you'd like to do this, you can try this link to get some more information on creating the query in AD. HTH

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