Help for this page
Select Code to Download
Select
or
download this
$list = "net use \\\\$Machine $password /USER:$domain\\$user"; system ("$list");
Select
or
download this
$regKey = $Registry->Connect( $Machine, $target, { Access=>KEY_READ } );