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

What would you use to make a 100mb network ? budget is low.

1 Answers  


What is arp main job?

0 Answers  


Can you perform the OSI model seven layer functions in either two layer or three layer.

6 Answers  


what is the difference between between win 2000 and win 2003 and win 2008

6 Answers   Airtel,


You try "ping server1" and you get "no answer from server1". Why ? (assume that your machine resolved the name correctly).

1 Answers  






True/False: Each record in the DHCP network database has an associated DHCP server's IP address .

1 Answers  


PLEASE SEND FAQ FOR NETWORK ADMINISTRATOR

0 Answers  


Which protocol is used typically within an AS ?

1 Answers  


Which RFC defines the SMI ?

1 Answers  


You can ping servers on the subnet your workstation is on, but not other subnets. What is wrong?

7 Answers   Primaccess,


Where would you find DHCP information about supported network 128.251.144.0 ?

1 Answers  


Explain about the job of the network layer under the osi reference model?

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)