VBScript获取DC SYSVOL信息(路径、大小、可用空间)

发布于 2024-10-17 19:27:03 字数 101 浏览 2 评论 0原文

我正在获取有关我的 DC 的信息,并且需要提取 sysvol 的路径、总大小和剩余可用空间。

不能用 VBScript 来完成吗?如果可以的话怎么做?

谢谢

I am obtaining information about my DCs and need to pull in the path to sysvol, total size, and free space remaining.

Cant his be done in VBScript and if so how?

Thanks

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

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

发布评论

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

评论(2

娇柔作态 2024-10-24 19:27:03

看看这个 Microsoft 支持页面 - 注册表项位于此文档中,其中 SYSVOL 和存储其他 NTDS 目录。

您可能会发现您也可以通过 Active Directory 获取此信息,但我不确定 - 我将很快检查 ADSIEdit。

Have a look at this Microsoft support page - the registry entries are in this document of where the SYSVOL and other NTDS directories are stored.

You might find that you can also get this information through Active Directory however I'm not sure - I will check ADSIEdit shorly.

榕城若虚 2024-10-24 19:27:03

您可以通过 WMI 来完成此操作。请参阅此处的示例:http://www.computerperformance.co.uk/vbscript/wmi_disks。嗯

You can do it through the WMI. See an example here: http://www.computerperformance.co.uk/vbscript/wmi_disks.htm

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