Viewing group maps

Applies To: Windows Server 2003 R2

To view group maps from the Windows interface

  1. Open Microsoft Services for Network File System: click Start, point to Programs, point to Administrative Tools, and then click Microsoft Services for Network File System.

  2. If necessary, connect to the computer you want to manage.

  3. Expand Username Mapping Server and select Group Maps.

    Note

    Maps are displayed in the Mapped users and Mapped groups lists in the order in which the maps are evaluated. Primary maps are always listed and evaluated first, followed by secondary maps. To change the order in which maps are evaluated within the list of secondary maps, right-click Username Mapping Server and click Properties. Then, click the Simple Maps tab and use the Move up or Move down buttons to reposition the map within the list.

To view group maps from the command line

  1. Open the command prompt.

  2. At the command prompt, type one of the following:

    mapadmin [ComputerName] [–uUser**] [–pPassword] list {–all|–advanced|–simple}**

    mapadmin [ComputerName] [–uUser**] [–pPassword] list –wg**WindowsGroupName

    mapadmin [ComputerName] [–uUser**] [–pPassword] list –ug**UnixGroupName

    Argument Description

    ComputerName

    The name of the computer you want to manage.

    User

    The name of the user who has administrative credentials on the computer, if different from the current user.

    Password

    The password for the person who has administrative credentials on the computer, if different from the current user.

    –all

    View details of both simple and advanced maps.

    –advanced

    View all advanced maps for users and groups.

    –simple

    View the simple-mapped domains.

    WindowsGroupName

    The Windows group for which you want to see details.

    UnixGroupName

    The UNIX group for which you want to see details.

    Note

    Maps are displayed in the order in which the maps are evaluated. Primary maps are always listed and evaluated first, followed by secondary maps. You can use the Windows interface to change the order in which secondary maps are evaluated. For information about how to do this, see "Using the Windows interface" in this topic. To view the complete syntax for this command, at a command prompt, type: mapadmin /?