first test migration build of MDOP

This commit is contained in:
Brian Lich
2016-04-06 16:10:59 -07:00
parent 625389552a
commit 11674e7a1b
1517 changed files with 149817 additions and 2 deletions

View File

@ -0,0 +1,47 @@
---
title: Administering DaRT 10 Using PowerShell
description: Administering DaRT 10 Using PowerShell
ms.assetid: eefe992f-077b-4e4b-8a5d-45b451614d7b
author: MaggiePucciEvans
---
# Administering DaRT 10 Using PowerShell
Microsoft Diagnostics and Recovery Toolset (DaRT) 10 lets you use PowerShell commands to complete various DaRT 10 administrative tasks or to create the DaRT recovery image.
## Perform DaRT tasks by using PowerShell commands
DaRT 10 provides four PowerShell commands that let you do the following:
- Burn an ISO to a CD, DVD, or USB drive.
- Allow the source WIM file, which contains a DaRT image, to be converted into an ISO file.
- Create a DaRT configuration object that is needed to apply a DaRT toolset to a Windows Image.
- Apply a DartConfiguration object to a mounted Windows Image.
[How to Perform DaRT Tasks by Using PowerShell Commands](how-to-perform-dart-tasks-by-using-powershell-commands-dart-10.md)
## Use a PowerShell script to create the recovery image
Rather than use the DaRT Recovery Image wizard to create the recovery image, you can use a PowerShell script and specify the parameters you want.
[How to Use a PowerShell Script to Create the Recovery Image](how-to-use-a-powershell-script-to-create-the-recovery-image-dart-10.md)
## Other resources for administering DaRT 10 using PowerShell
[Operations for DaRT 10](operations-for-dart-10.md)