Retrieve an existing sync configuration (FolderPair) either setup via Set-SyncConfig or GUI
Get-SyncConfig [[-engineConfigPath] <Object>]
Reads the and deserializes the Synctoy configuration file
Get-SyncConfig
The full-path where the SyncToy engine configuration should be saved to detaults to default SyncToy configuration path. Defaults to "$env:LOCALAPPDATA\Microsoft\SyncToy\2.0\SyncToyDirPairs.bin".
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: "$env:LOCALAPPDATA\Microsoft\SyncToy\2.0\SyncToyDirPairs.bin"
Accept pipeline input: False
Accept wildcard characters: False