次の方法で共有


サンプル サーバーの XML 構成ファイル

この記事は、Dynamics 365 Customer Engagement (on-premises) バージョン 9.1 更新プログラムには適用されません。 更新プログラム 9.1 の新機能については、新機能を参照してください。

Dynamics 365 Customer Engagement (on-premises) バージョン 9.0 のこのトピックについては、左側のナビゲーション ウィンドウの上にあるバージョンを選択します。

バージョン セレクター

次の構成ファイルでは、内部共有にある更新ファイルがインストールされ、すべての Dynamics 365 Server 機能と共にフル サーバーがインストールされ、SQL Server の SQLServer という名前の既定のインスタンスに新しいデータベースが作成されます。

<CRMSetup>  
<Server>  
<Patch update="true">\\ServerName\ShareName\patchfile.msp</Patch>  
<LicenseKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</LicenseKey>  
<SqlServer>SQLServer</SqlServer>  
<Database create="true"/>  
<Reporting URL="https://MyReportingServer/ReportServer"/>  
<OrganizationCollation>Latin1_General_CI_AI</OrganizationCollation>  
<basecurrency isocurrencycode="USD" currencyname="US Dollar" currencysymbol="$" currencyprecision="2"/>  
<Organization>Organization Display Name</Organization>  
<OrganizationUniqueName>Organization-Name</OrganizationUniqueName>  
<OU>OU=value,DC=subdomain,DC=subdomain,DC=subdomain,DC=com</OU>  
<WebsiteUrl create="true" port="5555"> </WebsiteUrl>  
<InstallDir>c:\Program Files\Microsoft Dynamics CRM</InstallDir>  

<CrmServiceAccount type="DomainUser">  
  <ServiceAccountLogin>Contoso\CRMAppService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</CrmServiceAccount>  

<SandboxServiceAccount type="DomainUser">  
  <ServiceAccountLogin>Contoso\CRMSandboxService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</SandboxServiceAccount>  

<DeploymentServiceAccount type="DomainUser">  
  <ServiceAccountLogin>Contoso\CRMDeploymentService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</DeploymentServiceAccount>  

<AsyncServiceAccount type="DomainUser">  
  <ServiceAccountLogin>Contoso\CRMAsyncService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</AsyncServiceAccount>  

<VSSWriterServiceAccount type="DomainUser">   
  <ServiceAccountLogin>Contoso\CRMVSSWriterService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</VSSWriterServiceAccount>  

<MonitoringServiceAccount type="DomainUser">  
  <ServiceAccountLogin>Contoso\CRMMonitoringService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</MonitoringServiceAccount>  

  <SQM optin="true"/>  
 <muoptin optin="true"/>  

<!-- Settings for IFD installation. May be skipped for intranet-only deployment or to configure IFD later. -->  
 <ifdsettings enabled="false">  
      <!-- Define what address considered internal, required only if enabled=true -->  
      <internalnetworkaddress>10.0.0.1-255.0.0.0</internalnetworkaddress>  
      <!-- Define URLs with IFD authentication, required only if enabled=true -->  
      <rootdomainscheme>http</rootdomainscheme>  
      <sdkrootdomain>api.contoso.com</sdkrootdomain>  
      <webapplicationrootdomain>app.contoso.com</webapplicationrootdomain>  
      <discoveryrootdomain>disc.contoso.com</discoveryrootdomain>  
 </ifdsettings>  

 <Email>  
  <IncomingExchangeServer name="ExchangeServerName"/>  
 </Email>  

 </Server>  
</CRMSetup>  

注意

ServiceAccountLogin 値と ServiceAccountPassword 値のある構成ファイルを管理する場合は、パスワードがテキスト形式で格納されるため、セキュリティ上のリスクがあります。 このような構成ファイルを使用して Dynamics 365 Server をインストールした後は、速やかにこれらの要素を削除してください。

関連項目

Microsoft Dynamics 365 Server の XML 構成ファイル
作成済みのグループを使用したインストールにおける Server の XML 構成ファイルのサンプル