How can i Enumerate users on remote machine without logon? I am calling dwResult = NetQueryDisplayInformation ((LPCWSTR)pWideServer, 1, nIndex, 10, 24, &dwCount, &m_pBuffer) but it is returning ERROR_ACCESS_DENIED. is it necessary to connect to the remote machine first? Thanks