Computer mismatch
Edmon Uyan
I have a command that does a list of their internal IP address. Here's the command
for /f "tokens=14" %%a in ('ipconfig ^| findstr IPv4') do echo %%a>\\Public\temp\%computername%---%%a.txt
One problem I am getting in this is that the target doesn't match the hostname reported. One thing for me to find this out is by providing a soft-of %target variable. But I do not know if such variable is supported?
Wonder how can i get around this?
0
Comments
I've been trying to research on Custom variables. Can it include the Target computer?