This command queries Active Directory domains for groups by name prefix. It returns identifiers for groups whose names share a specified prefix. The identifier for a given group can be provided in a view modify command as --share-ace-sid-str
or --share-ace-uid-or-gid
in order to configure an share-level ACE for the group.
vcli: admin> group query-by-prefix --fqdn ad.arandomorg.com --prefix com +---------------------+--------------------+-----------------+-----------------------------------------------+ | Name | FQDN | Identifier type | Identifier | +---------------------+--------------------+-----------------+-----------------------------------------------+ | Compliance | ad.arandomorg.com | sid_str | S-x-x-xx-xxxxxxxxx-xxxxxxxxxx-xxxxxxxx-xxxxx | | common_group_01 | ad.arandomorg.com | sid_str | S-x-x-xx-xxxxxxxxx-xxxxxxxxxx-xxxxxxxx-xxxxx | +---------------------+--------------------+-----------------+-----------------------------------------------+
Comments
0 comments
Article is closed for comments.