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

IEEE 802.3 defines what type of standards.

1 Answers  


ATM uses howmany bytes long cells.

1 Answers  


What is the maximum number of hops allowed in RIP ?

1 Answers  


Which command will packets between server1 and server2 from logfile /home/adm/packets?

1 Answers  


List 3 types of email addresses (for the mailer):

1 Answers  






In the "Flags" column of the arp table, "P" means ?

1 Answers  


How to telnet customer router from cisco MPLS 7200 router ? tell me the commands?

3 Answers   HCL,


You just simply want to kill the sendail deamon. What's the easiest way ?

1 Answers  


T/F: TCP/IP has a formal session layer ?

1 Answers  


Explain the role of ieee in computer networking?

0 Answers  


You have an account in your machine with user id of 0, but it is not root. Will this user have superuser previleges ?

1 Answers  


Which file does a workstation consult to find out which DNS servers shiuld be consulted to resolve names ?

1 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)