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



Why am I getting this error messege when I'm trying to Sincronize user accounts....ERROR MESS..

Answer / 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

More Networking Administration Interview Questions

T/F : FDDI specifies protocols at both MAC sublayer and physical layer ?

1 Answers  


how to check or see device port number?

1 Answers  


How can I install windows xp in Multiple systems at one time. Is there any procedure ? Plz write briefly

5 Answers  


Which layer enables users on different machines to establish sessions between them.

1 Answers  


one server is down it doen't display anything what you do?

0 Answers  






You have a class B subnet. You would like divide it up into 5 more subnets by "subnetting". However you also have to have at least 6000 hosts per subnet. Can you do it ? a. Yes b. No.

1 Answers  


Which protocol translates MAC addresses to IP addresses ?

1 Answers  


3 types of acess list

5 Answers  


what are the advantages and disadvantages of Vlan?

1 Answers   Google, HP, Pepsi,


You have a Class C network. You have subnetted it into 14 subnets. How many hosts per subnet do you have ?

1 Answers  


what is difference between sserver 2003 and 2008

2 Answers   Wipro,


Explain subnet mask?

0 Answers  


Categories
  • Networking Protocols Interview Questions Networking Protocols (671)
  • Networking Administration Interview Questions Networking Administration (1008)
  • Networking Security Interview Questions Networking Security (196)
  • Networking General Interview Questions Networking General (266)
  • Networking AllOther Interview Questions Networking AllOther (430)