PC Review Forums Newsgroups Windows 2000 Microsoft Windows 2000 Registry Exporting the security settings associated with specific keys.

Reply

Exporting the security settings associated with specific keys.

 
Thread Tools Rate Thread
Old 01-10-2004, 07:37 PM   #1
paw
Guest
 
Posts: n/a
Default Exporting the security settings associated with specific keys.


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,

Wayne

  Reply With Quote
Old 03-10-2004, 04:43 AM   #2
Heelen Diyond
Guest
 
Posts: n/a
Default Re: Exporting the security settings associated with specific keys.

Hi,
Use the following command:
"telnet ip port"
"reg export keyname filename"
You can use them in a *.bat file.



"paw" <wayne@mishre.com> дÈëÏûÏ¢ÐÂÎÅ
:1096652234.067577.142980@h37g2000oda.googlegroups.com...
> 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,
>
> Wayne
>



  Reply With Quote
Old 03-10-2004, 07:39 AM   #3
Mark V
Guest
 
Posts: n/a
Default Re: Exporting the security settings associated with specific keys.

In microsoft.public.win2000.registry Heelen Diyond wrote:


> "paw" <wayne@mishre.com> дÈëÏûÏ¢ÐÂÎÅ
>:1096652234.067577.142980@h37g2000oda.googlegroups.com...
>> 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.


  Reply With Quote
Old 11-10-2004, 02:54 PM   #4
paw
Guest
 
Posts: n/a
Default Re: Exporting the security settings associated with specific keys.

Sorry for the delay, I was AFK for a little while.

I am looking for way to export who has access to read, edit or delete
specific registry keys. Someone pointed me to a program called
DumpACLL, which works but the output is in a binary format that my
program cannot read.

I'll take a look at the two programs you suggested and see if they
work. Thanks for the informaiton.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off