Why am I getting this error messege when I'm trying to
Sincronize user accounts....ERROR MESSEGE- Invalid Target
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 |
What would you use to make a 100mb network ? budget is low.
What is arp main job?
Can you perform the OSI model seven layer functions in either two layer or three layer.
what is the difference between between win 2000 and win 2003 and win 2008
You try "ping server1" and you get "no answer from server1". Why ? (assume that your machine resolved the name correctly).
True/False: Each record in the DHCP network database has an associated DHCP server's IP address .
PLEASE SEND FAQ FOR NETWORK ADMINISTRATOR
Which protocol is used typically within an AS ?
Which RFC defines the SMI ?
You can ping servers on the subnet your workstation is on, but not other subnets. What is wrong?
Where would you find DHCP information about supported network 128.251.144.0 ?
Explain about the job of the network layer under the osi reference model?