This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
既存のアプリケーションプロファイルの自動移行
Profile Management は、既存のアプリケーションプロファイルを自動的に移行できるソリューションを提供します。アプリケーションプロファイルには、AppData フォルダー内のアプリケーションデータと、HKEY_CURRENT_USER\SOFTWARE の下のレジストリエントリの両方が含まれます。
この機能は、異なるオペレーティングシステム (OS) 間でアプリケーションプロファイルを移行したい場合に役立ちます。たとえば、OS を Windows 10 バージョン 1803 から Windows 10 バージョン 1809 にアップグレードするとします。この機能が有効になっている場合、各ユーザーが最初にログオンしたときに、Profile Management は既存のアプリケーション設定を Windows 10 バージョン 1809 に自動的に移行します。その結果、AppData フォルダー内のアプリケーションデータと、HKEY_CURRENT_USER\SOFTWARE の下のレジストリエントリが移行されます。ユーザーはアプリケーションを再度構成する必要がなくなります。
注:
この機能では、ユーザーストアパスに
!CTX_OSNAME!変数を含めることで、OS の短い名前を指定する必要があります。
この機能は現在、Windows 10 1909 以前、Windows Server 2019、Windows Server 2016、および Windows Server 2012 R2 をサポートしています。
この機能はデフォルトで無効になっています。グループポリシーで有効にするには、次の手順を実行します。
- グループポリシー管理エディターを開きます。
- ポリシー > 管理用テンプレート: ポリシー定義 (ADMX ファイル) > Citrix コンポーネント > Profile Management > プロファイル処理の下で、既存のアプリケーションプロファイルの自動移行ポリシーをダブルクリックします。
- 有効を選択し、OKをクリックします。
変更を有効にするには、コマンドプロンプトから gpupdate /force コマンドを実行します。すべてのセッションからログオフし、再度ログオンします。詳細については、https://docs.microsoft.com/ja-jp/windows-server/administration/windows-commands/gpupdate を参照してください。
Citrix Studio で Profile Management ポリシーを構成することもできます。これを行うには、次の手順を実行します。
- Citrix Studio の左ペインで、ポリシーをクリックします。
- ポリシーの作成ウィンドウで、検索ボックスにポリシーを入力します。たとえば、「既存のアプリケーションプロファイルの自動移行」と入力します。
- 選択をクリックして、既存のアプリケーションプロファイルの自動移行ポリシーを開きます。
- 有効を選択し、OKをクリックします。
仕組み
プロファイル管理は、ユーザーがログオンし、ユーザー ストアにユーザー プロファイルがない場合に移行を実行します。移行が開始される前に、プロファイル管理は移行するアプリケーション プロファイルを特定します。これは自動検出によって行われます。次のものを自動的に特定して移行します。
-
%userprofile%\Appdata\Local\ および %userprofile%\Appdata\Roaming. の下のアプリケーション設定。現在のOSプラットフォーム情報を含む以下のMicrosoftフォルダーは無視されます。
- %userprofile%\AppData\Local\Temp - %userprofile%\AppData\Local\Packages - %userprofile%\AppData\Local\TileDataLayer - %userprofile%\AppData\Local\Microsoft\Temp - %userprofile%\AppData\Local\Microsoft\Credentials - %userprofile%\AppData\Local\Microsoft\Windows - %userprofile%\AppData\Local\Microsoft\Windows\InputPersonalization - %userprofile%\AppData\Local\Microsoft\Windows\Side bars - %userprofile%\AppData\Local\Microsoft\WindowsApps - %userprofile%\Appdata\Roaming\Microsoft\Credentials - %userprofile%\Appdata\Roaming\Microsoft\SystemCertificates - %userprofile%\Appdata\Roaming\Microsoft\Crypto - %userprofile%\Appdata\Roaming\Microsoft\Vault - %userprofile%\Appdata\Roaming\Microsoft\Windows -
HKEY_CURRENT_USER\SOFTWAREおよびHKEY_CURRENT_USER\SOFTWARE\Wow6432Nodeの下のレジストリキー (ただし、HKEY_CURRENT_USER\SOFTWARE\MicrosoftおよびHKEY_CURRENT_USER\SOFTWARE\Classesを除く)
既存のアプリケーション プロファイルが複数ある場合、プロファイル管理は次の優先順位で移行を実行します。
- 同じOSタイプのプロファイル (シングルセッションOSからシングルセッションOSへ、マルチセッションOSからマルチセッションOSへ)。
- 同じWindows OSファミリーのプロファイル (たとえば、Windows 10からWindows 10へ、またはWindows Server 2016からWindows Server 2016へ)。
- 以前のバージョンのOSのプロファイル (たとえば、Windows 7からWindows 10へ、またはWindows Server 2012からWindows 2016へ)。
- 最も近いOSのプロファイル。
注:
ユーザー ストア パスに
!CTX_OSNAME!変数を含めることで、OSの短い名前を指定する必要があります。これにより、プロファイル管理は既存のアプリケーション プロファイルを特定できます。
ユーザー ストア パスを \\fileserver\userstore\%username%\!CTX_OSNAME!!CTX_OSBITNESS! として構成し、OSがWindows 10バージョン1803 64ビット (Win10RS4x64) であるとします。プロファイル管理はまず以前のプロファイル フォルダーを特定し、次に、次の順序でユーザー ストア内のアプリケーション プロファイル フォルダーに移行します。
- \fileserver\userstore\user1\Win10RS3x64
- \fileserver\userstore\user1\Win10RS2x64
- \fileserver\userstore\user1\Win10RS1x64
- \fileserver\userstore\user1\Win10x64
- \fileserver\userstore\user1\Win10RS5x64
- \fileserver\userstore\user1\Win10RS6x64
- \fileserver\userstore\user1\Win8x64
- \fileserver\userstore\user1\Win7x64
- \fileserver\userstore\user1\Win2016
- \fileserver\userstore\user1\Win2012R2
- \fileserver\userstore\user1\Win2012
- \fileserver\userstore\user1\Win2008
- \fileserver\userstore\user1\Win2019
それらのいずれも利用できない場合、プロファイル管理は移行プロセスを終了し、エラーを返します。
共有
共有
この記事の概要
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.