Why am I getting this error messege when I'm trying to
Sincronize user accounts....ERROR MESSEGE- Invalid Target
Answer Posted / 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 View All Answers
Give some private network addresses examples?
Which protocol can be applied when you want to transfer files between different platforms, such between unix systems and windows servers?
Define nat?
Please list the types of Firewalls, Routers, Switches, and Servers that you have managed.
Define proxy servers?
Define one basic requirement for establishing vlans?
how to add additional instances sar r3, what are the steps to take server is down.
Explain the importance of encryption on a network?
Define rsa algorithm?
Explain routers?
Draw network configuration and protocol layer interface architecture for a multiprotocol bridge that interconnects an Ethernet LAN to a token-ring LAN.
Which application protocol can not be blocked by the Switch?
Give one disadvantage of a peer to peer network?
Describe a recent short term stressful situation and how you managed it?
Do you know about the job of the network layer under the osi reference model?