Reflecting changes to user display name in “Primary admin” on the SharePoint admin center “Active site” screen
*English follows Japanese
■Title(件名):
ユーザー表示名を変更した場合の SharePoint 管理センターの ""アクティブなサイト"" 画面内 ""第一管理者"" への反映について
Reflecting changes to user display name in “Primary admin” on the SharePoint admin center “Active site” screen
■Description(内容):
ユーザーの表示名変更の為、以下のコマンドレットを実行することで、Azure Active Directory や SharePoint サイトには即時反映することを確認している。
コマンドレット : Set-AzureADUser -ObjectId <対象ユーザーの UPN> -Displayname $user.Displayname
しかしながら SharePoint 管理センターの ""アクティブなサイト"" 画面内 ""第一管理者"" の表示は反映まで 24 時間程度を要する
管理が煩雑になるため、""第一管理者"" の値も即時反映するよう、オプションの拡充を希望する
You can immediately reflect changes to user display names to Azure Active Directory and SharePoint sites using the following cmdlet:
Set-AzureADUser -ObjectId <UPN of user in question> -Displayname $user.Displayname
However it takes about 24 hours for it to be reflected in the “Primary admin” display on the SharePoint admin center “Active site” page.
This complicates management, so please make it so that this field is also updated immediately.
