Password (microsoft-windows-pnpcustomizationsnonwinpe-driverpaths-pathandcredentials-credentials-password)

Password は、認証に使用するアカウントのパスワードを指定します。

パスワード

Path を認証するアカウントのパスワードを指定します。

Password は文字列です。

この文字列の種類は空要素をサポートします。

有効な構成パス

auditSystem

offlineServicing

[親階層]

Microsoft-Windows-PnpCustomizationsNonWinPE | DriverPaths | PathAndCredentials | Credentials | Password

適用対象

このコンポーネントがサポートしている 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>

資格情報