Hi there,I have tried to run Fabians inventory script, but I can't figure out the persistent mapping part...
The original posting was: http://kixtart.org/board/Forum2/HTML/000989.html
The part that is not working for me is:
(I have added the \Persistant path, because now I can see the mappings, but not the network path...)
$RK="HKEY_CURRENT_USER\Network\Persistent"
$SKNR=0
$SK=ENUMKEY("$RK",$SKNR)
WHILE @ERROR=0
$VNR=0
$VNM=ENUMVALUE("$RK\$SK",$VNR)
WHILE @ERROR=0
$VD=READVALUE("$RK\$SK\","$VNM")
$VT=READTYPE("$RK\$SK\","$VNM")
IF $VNM="RemotePath"
$MNT=$SK+": "+$VD
WRITELINE(1,"| $MNT"+SUBSTR($FILL,2+LEN($MNT),78-LEN($MNT))+CHR(13)+CHR(10))
$LC=$LC+1
ENDIF
$VNR=$VNR+1
$VNM=ENUMVALUE("$RK\$SK\",$VNR)
LOOP
$SKNR=$SKNR+1
$SK=ENUMKEY("$RK",$SKNR)
LOOP
Maybe the above is not enough to solve the problem, but I think this is what I need...
Thanx in advance!
Grtx, Eric
------------------
A l l Y o u r K I X A r e B e l o n g T o U s ! ! !