mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
69 lines
1.8 KiB
Markdown
69 lines
1.8 KiB
Markdown
---
|
||
title: How to Perform DaRT Tasks by Using PowerShell Commands
|
||
description: How to Perform DaRT Tasks by Using PowerShell Commands
|
||
author: jamiejdt
|
||
ms.assetid: f5a5c5f9-d667-4c85-9e82-7baf0b2aec6e
|
||
ms.pagetype: mdop
|
||
ms.mktglfcycl: support
|
||
ms.sitesec: library
|
||
ms.prod: w10
|
||
---
|
||
|
||
|
||
# How to Perform DaRT Tasks by Using PowerShell Commands
|
||
|
||
|
||
Microsoft Diagnostics and Recovery Toolset (DaRT) 10 provides the following listed set of Windows PowerShell cmdlets. Administrators can use these PowerShell cmdlets to perform various DaRT 10 server tasks from the command prompt rather than from the DaRT Recovery Image wizard.
|
||
|
||
## To administer DaRT by using PowerShell commands
|
||
|
||
|
||
Use the PowerShell cmdlets described here to administer DaRT.
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th align="left">Name</th>
|
||
<th align="left">Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>Copy-DartImage</p></td>
|
||
<td align="left"><p>Burns an ISO to a CD, DVD, or USB drive.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>Export-DartImage</p></td>
|
||
<td align="left"><p>Allows the source WIM file, which contains a DaRT image, to be converted into an ISO file.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>New-DartConfiguration</p></td>
|
||
<td align="left"><p>Creates a DaRT configuration object that is needed to apply a DaRT toolset to a Windows Image.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>Set-DartImage</p></td>
|
||
<td align="left"><p>Applies a DartConfiguration object to a mounted Windows Image. This includes adding all files, configuration, and package dependencies.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
## Related topics
|
||
|
||
|
||
[Administering DaRT 10 Using PowerShell](administering-dart-10-using-powershell.md)
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|