PDA

View Full Version : PowerShell Question


Aukiman
24th August 2008, 10:57 AM
I usually get an answer on the vistax64 forums from the devs quite quickly, but either my post got missed or no one wanted to take it :)

Any powershell scripters here who might want to have a go at answering it? THe concept is fairly simple ... folow the link to my original post


http://www.vistax64.com/powershell/176040-remote-hku-registry-values.html

CyberCrypt
24th August 2008, 01:52 PM
cant just use "net use" ?

possibly write it to a file ...

net use>drives.txt

then you should be able to remotely view them hey?

juniormet
1st September 2008, 04:43 AM
Im presuming u want to do this without any user interaction Aukiman?

Aukiman
4th September 2008, 04:15 PM
Im presuming u want to do this without any user interaction Aukiman?

correct-a-mundo :yep: the less client interaction the better

psexec'ing and doing a net use will only show the profile of the psexec credentials hence the need to use the clients SID to access the registry settings under HKU

I can use Regular Expressions to filter results from a registry dump of the network key but then the only way I can see forward is to parse the remaining info to a second text file and interrogate again.

Must be a neater way of doing this