Credentials (microsoft-windows-pnpcustomizationsnonwinpe-driverpaths-pathandcredentials-credentials)

Credentials は、Path で指定された UNC (汎用名前付け規則) パスにアクセスするために使われるオプション設定です。

子要素

設定 説明
[ドメイン] 認証に使用するアカウントのドメインを指定します。 必要に応じて、コンピューターの名前の指定に使うことができます。
パスワード 認証に使用するアカウントのパスワードを指定します。
ユーザー名 認証に使用するアカウントのユーザー名を指定します。

有効な構成パス

auditSystem

offlineServicing

[親階層]

Microsoft-Windows-PnpCustomizationsNonWinPE | DriverPaths | PathAndCredentials | Credentials

適用対象

このコンポーネントがサポートしている Windows のサポート対象のエディションとアーキテクチャの一覧については、「Microsoft-Windows-PnpCustomizationsNonWinPE」をご覧ください。

XML の例

次の XML 出力では、デバイス ドライバーの 2 つの追加場所の UNC パスと、それらのパスへのアクセスに使用される資格情報が指定されます。

<DriverPaths>
<!-- First PathAndCredentials list item -->
   <PathAndCredentials wcm:action="add" wcm:keyValue="1">
      <Path>\\myFirstDriverPath\DriversFolder</Path>
      <Credentials>
         <Domain>MyDomain</Domain>
         <Username>MyUsername</Username>
         <Password>MyPassword</Password>
      </Credentials>
   </PathAndCredentials>
<!-- Second PathAndCredentials list item -->
   <PathAndCredentials wcm:action="add" wcm:keyValue="2">
      <Path>C:\Drivers</Path>
      <Credentials>
         <Domain>MyComputerName</Domain>
         <Username>MyUsername</Username>
         <Password>MyPassword</Password>
      </Credentials>
   </PathAndCredentials>
</DriverPaths>

PathAndCredentials