Created
November 7, 2018 11:13
-
-
Save machv/7c8759b528622ba4837f0c76c255dace to your computer and use it in GitHub Desktop.
[MDT] Multi-site deployment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Settings] | |
Priority=FallbackDeployRoot, DefaultGateway, Default | |
[FallbackDeployRoot] | |
; Default deployment root in case of failure in the next step with the gateway selection | |
DeployRoot=\\CZ-PRG-MDT\ClientDeploymentShare$ | |
[DefaultGateway] | |
; Based on the default gateway we will select corresponding location section | |
172.24.39.254=CZ-PRAHA | |
172.24.47.254=CZ-BRNO | |
172.24.55.254=CZ-HRADEC | |
[CZ-PRAHA] | |
; This can be skipped as Praha is also a fallback | |
DeployRoot=\\CZ-PRG-MDT01\ClientDeploymentShare$ | |
[CZ-BRNO] | |
DeployRoot=\\CZ-BNO-SRV02\ClientDeploymentShare$ | |
[CZ-HRADEC] | |
DeployRoot=\\CZ-HKE-SRV01\ClientDeploymentShare$ | |
[Default] | |
; Set default keyboards for PE | |
KeyboardLocalePE=0409:00000409;0405:00000405 | |
; Ignore welcome screen | |
SkipBDDWelcome=YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Settings] | |
Priority=DefaultGateway, Default | |
Properties=DeploymentServer | |
; In this file, DefaultGateway section is optional | |
; we are using it to select local server to store log files | |
; (to avoid storing to central location over the VPN) | |
[DefaultGateway] | |
; Based on the default gateway we will select the corresponding location section | |
172.24.39.254=CZ-PRAHA | |
172.24.47.254=CZ-BRNO | |
172.24.55.254=CZ-HRADEC | |
[CZ-PRAHA] | |
DeploymentServer=CZ-PRG-MDT01 | |
[CZ-BRNO] | |
DeploymentServer=CZ-BNO-SRV02 | |
[CZ-HRADEC] | |
DeploymentServer=CZ-HKE-SRV01 | |
[Default] | |
; Store log files on local Deployment server instead of static central one | |
SLSHAREDynamicLogging=\\%DeploymentServer%\DeploymentLogs$\Active\%OSDComputername% | |
SLShare=\\%DeploymentServer%\DeploymentLogs$\Completed\%OSDComputername% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment