This section describes the Update-MDTLinkedDS 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
Update-MDTLinkedDS -Path <String> [<CommonParameters>]
Description
This cmdlet replicates content from a deployment share to a linked deployment share using the selection profile used to define the linked deployment share. The replication behavior is determined based on the configuration settings for the linked deployment share.
Parameters
This subsection provides information about the various parameters that can be used with the Update-MDTLinkedDS cmdlet.
-Path <String>
This parameter specifies the fully qualified path to the linked deployment share that is being updated.
Note If this parameter is not provided, then the Windows PowerShell working directory must default to the desired location within the deployment share.
Parameter |
Value |
Required? |
True |
Position? |
Named |
Default value |
– |
Accept pipeline input? |
False |
Accept wildcard characters? |
False |
<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 String type data and produces additional String type data if the Verbose common parameter is included.
Example 1
Update-MDTLinkedDS -Path "DS001:\Linked Deployment Shares\LINKED001"
Description
This example replicates content from the deployment share to the linked deployment share at the Windows PowerShell path DS001:\Linked Deployment Shares\LINKED001 folder.
Related Topics