Hi,
ill try to import a File with a list of computers and the do a psexec remote command.
$dev=Import-CSV C:tempservers.csv
foreach ($element in $dev)
{
& C:tempPStoolspsexec.exe "\"$dev ipconfig
}
Tried it like that, but this didnt work as for psexec \
@{Server=Win7} is used.
Thanks
Marco