使用.net查询所有RDP会话

发布于 2024-09-24 12:30:07 字数 156 浏览 3 评论 0原文

我很难找到一种使用 .net 查询所有 RDP 会话的方法。任何人都知道一种无需解析 qwinsta.exe 调用结果即可返回此数据的方法吗?

目前我正在使用 qwinsta 方法,但是在查询不同的操作系统安装(2003/2008/2008r2 等)时,这会返回一些非常意外的结果。

I am a lot of difficulty finding a way to query all RDP sessions using .net. Anyone know of a way to return this data without having to parse the results of a qwinsta.exe call?

Currently i am using the qwinsta method, but this is returning some very unexpected results when querying different os installations (2003/2008/2008r2 etc.).

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

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

发布评论

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

评论(1

转角预定愛 2024-10-01 12:30:07

您可以使用各种 WTS* 函数(WTSEnumerateSessions 等)或使用 Cassia 库,它为那些非托管 API 调用提供了包装器。

You can do this using the various WTS* functions (WTSEnumerateSessions and friends), or using the Cassia library, which provides a wrapper for those unmanaged API calls.

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