Displaying 3 results from an estimated 3 matches for "regenum".
Did you mean:
  reg_num
  
2002 Aug 28
1
rpcclient regenum
I need a rpcclient which understans the command "regenum". In Samba 2.2 
and the current HEAD CVS branch (as well as the SAMBA_3_0 branch), this 
command does not work, and is commented out:
 #if 0 /* Simo: reg functions need to be updated to the new cmd interface */
 ...
 static void cmd_reg_enum(struct client_info *info)
Any plans for fixing thi...
1998 Nov 10
0
unix registry command
...dit.exe and regedt32.exe, except
more so.
obtain from: http://samba.anu.edu.au/cvs.html
syntax: rpcclient -S nt_hostname -U username[%passwd] -W domain -l logfile
rpcclient now has some _preliminary_ commands which work with
HKEY_LOCAL_MACHINE and will in the near future work with HKEY_USERS
- regenum keyname
enumerates subkeys and values in a key named "keyname".
the last modified date is shown against the enumerated subkeys
the value type and the value data is shown against the enumerated values
- regquery keyname
shows the last modified date, the number of keys and values etc
-...
2000 Apr 18
1
rpcclient Shutdown
...sing the last CVS, and have some questions
regarding it.
I would like to use rpcclient with perl to do a remote shutdown to NT
Workstations on lan.
>From my linux box ( Running Samba 2.0.6 ) I can successfully connect to
the remote NT4.0 Wks, but
the list of commands that I have access is only
regenum        regdeletekey   regcreatekey   regquerykey    regdeleteval
regcreateval   reggetsec      regtestsec     ntlogin        wksinfo
srvinfo        srvsessions    srvshares      srvconnections srvfiles
lsaquery       lookupsids     enumusers      ntpass         samuser
samtest        enumaliase...