Skip navigation

JSI Tip 0287 - Test for group membership.

Downloads
testgrp.zip

Somar's (tm) Testgrp is a freeware Windows NT console utility that can be used to test for group membership in logon scripts. For example:

    testgrp "domain admins"
    if errorlevel 1 goto skip
    call domadmin.bat
    :skip

If you have Windows 95 clients, see tip 120.

to index
Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish