グループ情報を表示します。 表示される情報には次のものがあります: グループ名、ID、スコープ、説明、プリンシパル グループ メンバなど。
group info <name> [ --batch ]
情報を表示するグループの名前。 グループがグローバル グループの場合、グループ名の先頭に / を付ける必要があります。
UDL 形式で出力を表示します。
group info my-group
ローカル グループ「my-group」の情報を表示します。
グローバル グループのメンバシップは、過去にログインしたことのあるグローバル ユーザのグローバル メンバシップに基づいて表示されます。
このコマンドの出力は以下のようになります。
--batch が指定されない場合の出力
Group Name = val Group ID = val Scope = val Description = val --- Member Information --- ID Scope Type Name ------------------------------------------------------------------------- val val val val ... The value of Scope is local or global. The value of Type is user or group. If a local user or local group member has been deleted, the value for Scope, Type and Name is *.
--batch が指定された場合の出力
group
{
name = "val"
id = "val"
scope = "val"
description = "val"
members
[
id="val", scope=val, type=val, name="val"
...
]
}
| Copyright © 2011 CA. All rights reserved. | このトピックについて CA Technologies に電子メールを送信する |