過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > コマンド > tarantella object rename コマンド

tarantella object rename コマンド

構文

過去のコマンド構文またはプログラムコードのスキップtarantella object rename { --name obj
                           --newname newobj
                         } | --file file

説明

組織階層内のオブジェクトの名前を変更します。またはオブジェクトを移動します。

引数 説明
--name obj 名前を変更する、または移動するオブジェクトの TFN 名を指定します。
--newname newobj オブジェクトの新しい TFN 名を指定します。
--file file オブジェクトを移動する、またはオブジェクト名を変更する一式のコマンドを格納したバッチファイルを指定します。

オブジェクト名に空白文字が含まれている場合は、二重引用符 (") か一重引用符 (') で囲む必要があります (たとえば、".../_ens/o=Indigo Insurance")。

過去のコマンド構文またはプログラムコードのスキップtarantella object rename \
  --name ".../_ens/o=Indigo Insurance/ou=Sales/cn=Elizabeth Blue" \
  --newname ".../_ens/o=Indigo Insurance/ou=Sales/cn=Liz Blue"

人物オブジェクト Elizabeth Blue の名前を Liz Blue に変更します。

過去のコマンド構文またはプログラムコードのスキップtarantella object rename \
  --name ".../_ens/o=Indigo Insurance/ou=IT/cn=Ginger Butcher" \
  --newname ".../_ens/o=Indigo Insurance/ou=Sales/cn=Ginger Butcher"

Ginger Butcher を 組織単位 IT から Sales に移動します。

関連トピック