A friend (You know how you are…) asked me today “I need to have different application bundles in the MDT Wizard based on location, any ideas?” and since I cant refuse to help a friend, here is a solution.
Use WizardSelectionProfile, Selection Profile and Default Gateway
So here is a step by step, kind of.
Configure CustomSettings.ini
You need to add DefaultGateway to the customsettings.ini to match your environment. So it should look something like this:
[Settings]
Priority=DefaultGateway
[DefaultGateway]
192.168.1.1=NewYork
192.168.2.1=Stockholm
[NewYork]
WizardSelectionProfile=Wizard – HQ
[Stockholm]
WizardSelectionProfile=Wizard – BO
Create the Application folder
In the Deployment Workbench, create a Application folder, where you can store the applications that should be available at the BO site, something like this.
Create your WizardSelectionProfile’s
In the Deployment Workbench, Advanced Settings, Selection Profiles – Create a Selection Profile called “Wizard – HQ”. It should contain everything that should be selectable at the HQ site…
Voir l’article original 77 mots de plus