Credentials
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
Credentials
is an optional setting used to access the Universal Naming Convention (UNC) path specified by the Path.
Child Elements
Specifies the domain of the account used for authentication. If the account is not a domain account, then the computer name should be used instead of the domain name. |
|
Specifies the password of the account used for authentication. |
|
Specifies the user name of the account. |
Valid Passes
windowsPE
Parent Hierarchy
Microsoft-Windows-PnpCustomizationsWinPE | DriverPaths | PathAndCredentials | Credentials
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-PnpCustomizationsWinPE.
XML Example
The following XML output specifies the UNC paths to additional locations for device drivers and the credentials used to access those paths.
<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>