Redirecting Paths
One of the best uses of OSDBuilder Settings is to redirect paths. In this example I have two OSDBuilder Home directories for keeping Development and Production separate. The issue with this is the duplicated work. For example I need to import identical Operating Systems, and download identical Updates. Keeping some things in sync can be quite a challenge

%ProgramData%\OSDeploy\OSDBuilder.json
{
"PathContent": "C:\\OSDBuilder\\Shared\\Content",
"PathContentPacks": "C:\\OSDBuilder\\Shared\\ContentPacks",
"PathFeatureUpdates": "C:\\OSDBuilder\\Shared\\FeatureUpdates",
"PathMount": "C:\\OSDBuilder\\Shared\\Mount",
"PathOSImport": "C:\\OSDBuilder\\Shared\\OSImport",
"PathOSMedia": "C:\\OSDBuilder\\Shared\\OSMedia",
"PathUpdates": "C:\\OSDBuilder\\Shared\\Updates"
}
OSDBuilder -Initialize -Verbose


Last modified 3yr ago