Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: ADSI problem

    Meu Email Dois (7/21/2005)


    another solution:

    Get group distinguishedname:

    SELECT name,

    FROM OPENQUERY( ADSI,

    'SELECT Name, distinguishedname

    FROM ''LDAP://

    WHERE objectCategory = ''GROUP'' and CN = ''* *''')

    order by name

    Get group membership:

    SELECT...

  • RE: TiVo Killers

    I have a similar setup. DirecTiVo’s have multiple outputs. What I did was run a line upstairs to that TV. I have universal RF remote that I...

Viewing 2 posts - 1 through 2 (of 2 total)