CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2010
    Posts
    7

    Lightbulb Enumerate network machines on win2k8 server

    Hi..

    I 'm VC++ programmer.

    Please help me enumerating network computers on win2k8 server.
    I have already done this using Net32API and works fine on WinXP,
    win2k3 server but not on win2k8 ent server.

    Any kind of help is appreciated.


    Thanks,
    KS(Knowledge Seeker)

  2. #2
    Join Date
    Mar 2010
    Posts
    7

    Re: Enumerate network machines on win2k8 server

    computer browser service need to start

  3. #3
    Join Date
    Mar 2003
    Location
    India {Mumbai};
    Posts
    3,871

    Re: Enumerate network machines on win2k8 server

    Probably on Windows 2008, the UAC is preventing your process from doing so. Try running your application with Admin (high integrity) mode.

    IF Net* APIs succeeded on lower versions, it should succeed in Windows 2008.
    My latest article: Explicating the new C++ standard (C++0x)

    Do rate the posts you find useful.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured