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

Which command will increase the TCP transmit and receive buffers ?

1 Answers  


Which freeware program will let you have fine-grain control over which machines can or can not telnet/rlogin into your machine ?

1 Answers  


You have a class C subnet. You would like to divide it up into 10 more Subnets by "subnetting" . How many hosts can you have per subnet?

1 Answers  


What are the fields of VLAN tag?

0 Answers   HCL, Juniper Networks,


what is diffrents betweeen ntfs and fat ?

6 Answers   Infosys, PCS,






You have divided your class C network into 6 subnets. Your subnet mask is 255.255.255.224. What are the ranges of IPs for your subnets ? Your Network address before subnetting was 200.252.144.0 a. 32-62, 64-93, 96-125, 128-157, 160-189, 192-221 b. 33-63, 65-94, 97-126, 129-158, 161-190, 193-222 c. 34-64, 66-95, 98-127, 130-159, 162-191, 194-223 d. 35-65, 67-96, 99-128, 131-160, 163-192, 195-224

1 Answers  


Port modes [trunk and access] have any influence on VLAN tagging and un-tagging?

0 Answers   HCL,


Explain the osi role in computer networking?

0 Answers  


The cold start file is consulted if :

1 Answers  


The 2 most popular cable access methods are Token passing and other ??

1 Answers  


Your workstation can ping itself by ip, but it can't ping ip of the others on the same subnet. why? (The physical connection is OK).

1 Answers  


Which option of the dhtadm command creates the DHCP service configuration table, dhcptab ?

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)