This section describes the Get-MDTPersistentDrive Windows PowerShell cmdlet. Run this cmdlet from a Windows PowerShell console that has the MDT PowerShell snap-in loaded. For more information on how to start a Windows PowerShell console that has the MDT PowerShell snap-in loaded, see Loading the MDT Windows PowerShell Snap-In.
Syntax
Get-MDTPersistentDrive [<CommonParameters>]
Description
This cmdlet displays the list of persisted MDT Windows PowerShell drives. The list of persisted MDT Windows PowerShell drives is managed using the Add-MDTPersistentDrive and Remove-MDTPersistentDrive cmdlets or the Deployment Workbench.
The output from this cmdlet contains the following information:
· Windows PowerShell drive name, such as DS001
· Directory path, such as \\WDG-MDT-01\DeploymentShare$
Persisted MDT Windows PowerShell drives are similar to persisted network drive mappings.
Note This list of persisted MDT Windows PowerShell drives is maintained on a per user basis and are stored in the user profile.
Parameters
This subsection provides information about the various parameters that can be used with the Get- MDTPersistentDrive cmdlet.
<CommonParameters>
This cmdlet supports the following common parameters: Verbose, Debug, ErrorAction, ErrorVariable, OutBuffer, OutVariable, WarningAction, and WarningVariable. For more information, see the topic, “about_CommonParameters,” which you can access by typing the following command, and then pressing ENTER:
Get-Help about_CommonParameters
Outputs
This cmdlet outputs a PSObject type object for each MDT persisted drive that is identical to the PSObject type object that the New-PSDrive cmdlet returns.
Example 1
Get-MDTPersistentDrive
Description
This example displays a list of the MDT persisted drives.
Related Topics