Why am I getting this error messege when I'm trying to
Sincronize user accounts....ERROR MESSEGE- Invalid Target

Answer Posted / shashi

As a matter of fact, we do know why you’re getting a Type
Mismatch error, and it’s a common problem when working with
the WMI class Win32_NetworkAdapterConfiguration. The line
in your script that’s causing the problem most likely looks
something like this:
Wscript.Echo "IP Address: " & objItem.IPAddress

So what’s the problem? Well, the IPAddress property is
actually stored as an array; that’s because it’s possible
for multiple IP addresses to be assigned to a single
network adapter. You’re treating IPAddress as though it was
a string or numeric variable and it’s not; an array is a
totally different datatype. Hence the Type Mismatch error.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the different network protocols that are supported by windows rras services?

865


Describe a recent short term stressful situation and how you managed it?

1942


Define nic?

647


How frequent the STP information will be exchanged

1966


Define rsa algorithm?

780






Define slip?

670


Suppose when you move the nic cards from one pc to another pc, does the mac address gets transferred as well?

849


if one server is down, whenever restart the machine we get ok prompt what is the problem?

1473


Difference b/w SCSI AND IDE

1718


What is the major disadvantage of a star topology?

659


Explain the difference between hub and a switch?

685


Describe point to point link?

652


What are the fields of VLAN tag?

1597


Do you know what is the maximum segment length of a 100base-fx network?

671


How would you monitor and maintain the local area network, email, internet & intranet systems to ensure data security and prevent occurrence of faults?

1904