Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

アクティブ ディレクトリー ドメイン サービスをインストールし、サーバーをドメイン コントローラーに移行させる

Summary: この記事では、Windows PowerShellを使用してActive Directory Domain Servicesをインストールし、Windows Server Core Serverをドメイン コントローラーに移行する方法について説明します

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

Windows Server Coreで、Windows PowerShellを使用してActive Directory Domain Servicesをインストールします。
 

  1. Start PowerShellと入力し、[Command Prompt(コマンド プロンプト)]ウィンドウ内でEnterキーを押して、新しいWindows PowerShellコンソール ウィンドウを開きます。

    HOW10253_en_US__1start ps

  2. Add-WindowsFeature AD-Domain-Servicesと入力し、Enterキーを押して、アクティブ ディレクトリー ドメイン サービスをインストールします。

    HOW10253_en_US__2W_ps_install adds_JM_V1

    HOW10253_en_US__3W_ps_install adds 2_JM_V1

新しいActive Directoryのフォレストとドメインを作成し、Windows Server CoreのWindows PowerShellを使用して、Domain Name Services (DNS)をインストールし、サーバーをドメイン コントローラーに移行させます。
 
  1. Start PowerShellと入力し、[Command Prompt(コマンド プロンプト)]ウィンドウ内でEnterキーを押して、新しいWindows PowerShellコンソール ウィンドウを開きます。

    HOW10253_en_US__6W_ps_start ps_JM_V1

  2. Install-ADDSForest -DomainName vdom.local -InstallDNSと入力し、Enterキーを押して、vdom.localという名前の新しいフォレストとドメインを作成します。

    HOW10253_en_US__7W_ps_install forest 1_JM_V1

     
    注:vdom.localをフォレストとドメインの正しい名前に置き換えます。
  3. ディレクトリー サービス復元モード(DSRM)パスワードを2回入力して、Enterキーを押してパスワードを保存します。DSRMパスワードは、Windows PowerShellSafeModeAdministratorPasswordと呼ばれます。

    HOW10253_en_US__8W_ps_install forest 2_JM_V1

  4. Aと入力し、Enterキーを押して、サーバーをドメイン コントローラーとして設定し、DNSをインストールします。

    HOW10253_en_US__10W_ps_install forest 3_JM_V1

  5. ドメイン コントローラーの移行が完了し、サーバーが再起動されてプロセスが完了します。

    HOW10253_en_US__11W_ps_install forest 4_JM_V1


その他の情報:

この記事は、Windows Serverに適用されます。

Article Properties


Affected Product

Microsoft Windows 2012 Server, Microsoft Windows 2012 Server R2

Last Published Date

10 Jun 2024

Version

8

Article Type

How To