Patrick J. LoPresti wrote:

> VANHERP Wim <[EMAIL PROTECTED]> writes:
> 
> 
>>Is there a way to retreive the network card settings on win 2000 (it's
>>totally different from NT) ?
>>
>>The ip-adress is no problem but the duplex/half-duplex/auto setting
>>is so hard to find in the registry.  If anyone has found this
>>already i should be very happy .
>>
>>p.s: we use intel network cards
> 
> 
> You might be able to use WMI for this.  See:
> 
>   <http://www.intel.com/support/network/adapter/wmi/>
> 
> (Sorry, no sample script this time...)

You can try:
        Win32_NetworkAdapter
        Win32_NetworkAdapterConfiguration
classes, but I don't see anything in mine that shows duplex setting
(could be due to being on autosense).

Here are the properties on my XP Pro:

Win32_NetworkAdapter
        AdapterType
        AdapterTypeId
        AutoSense
        Availability
        Caption
        ConfigManagerErrorCode
        ConfigManagerUserConfig
        CreationClassName
        Description
        DeviceID
        ErrorCleared
        ErrorDescription
        Index
        InstallDate
        Installed
        LastErrorCode
        MACAddress
        Manufacturer
        MaxNumberControlled
        MaxSpeed
        Name
        NetConnectionID
        NetConnectionStatus
        NetworkAddresses
        PermanentAddress
        PNPDeviceID
        PowerManagementCapabilities
        PowerManagementSupported
        ProductName
        ServiceName
        Speed
        Status
        StatusInfo
        SystemCreationClassName
        SystemName
        TimeOfLastReset

Win32_NetworkAdapterConfiguration
        ArpAlwaysSourceRoute
        ArpUseEtherSNAP
        Caption
        DatabasePath
        DeadGWDetectEnabled
        DefaultIPGateway
        DefaultTOS
        DefaultTTL
        Description
        DHCPEnabled
        DHCPLeaseExpires
        DHCPLeaseObtained
        DHCPServer
        DNSDomain
        DNSDomainSuffixSearchOrder
        DNSEnabledForWINSResolution
        DNSHostName
        DNSServerSearchOrder
        DomainDNSRegistrationEnabled
        ForwardBufferMemory
        FullDNSRegistrationEnabled
        GatewayCostMetric
        IGMPLevel
        Index
        IPAddress
        IPConnectionMetric
        IPEnabled
        IPFilterSecurityEnabled
        IPPortSecurityEnabled
        IPSecPermitIPProtocols
        IPSecPermitTCPPorts
        IPSecPermitUDPPorts
        IPSubnet
        IPUseZeroBroadcast
        IPXAddress
        IPXEnabled
        IPXFrameType
        IPXMediaType
        IPXNetworkNumber
        IPXVirtualNetNumber
        KeepAliveInterval
        KeepAliveTime
        MACAddress
        MTU
        NumForwardPackets
        PMTUBHDetectEnabled
        PMTUDiscoveryEnabled
        ServiceName
        SettingID
        TcpipNetbiosOptions
        TcpMaxConnectRetransmissions
        TcpMaxDataRetransmissions
        TcpNumConnections
        TcpUseRFC1122UrgentPointer
        TcpWindowSize
        WINSEnableLMHostsLookup
        WINSHostLookupFile
        WINSPrimaryServer
        WINSScopeID
        WINSSecondaryServer



-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to