VBScript获取DC SYSVOL信息(路径、大小、可用空间)
我正在获取有关我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个 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.
您可以通过 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