In microsoft.public.win2000.registry Heelen Diyond wrote:
> "paw" <(E-Mail Removed)> 写入消息新闻
>:(E-Mail Removed)...
>> Does anyone know of a good way to get the security settings on
>> specific registry keys? I need to audit the registry on several
>> hundred Windows 2000 machines, part of which is looking at the
>> security settings of specific keys.
>>
>> I have Python code using WMI and the win32all package to get some
>> of this information, but I was curious if anyone knew of a
>> commandline tool that would get this information remotely.
>> Thanks for any help,
> Hi,
> Use the following command:
> "telnet ip port"
> "reg export keyname filename"
> You can use them in a *.bat file.
I think the OP wanted the registry ACLs, not content. And I suspect
that a telnet server is not very likely running on "several hundred",
most probably, LAN-client systems.
psexec.exe (Sysinternals) and setacl.exe (Sourceforge) might be
useful in this case perhaps. I do not think the OP gave enough
details to be certain.
|