パスワード (microsoft-windows-pnpcustomizationswinpe-driverpaths-pathandcredentials-credentials-password)
Password
によって Path の認証に使用されるアカウントのパスワードが指定されます。
値
パスワード |
認証に使用するアカウントのパスワードを指定します。 Password は文字列です。 |
この文字列の種類は空要素をサポートします。
有効な構成パス
windowsPE
[親階層]
microsoft-windows-pnpcustomizationswinpe- | DriverPaths | PathAndCredentials | Credentials | Password
適用対象
サポートされている Windows のエディションと、このコンポーネントがサポートするアーキテクチャの一覧については、「microsoft-windows-pnpcustomizationswinpe-」を参照してください。
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>