Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.

已答复 MDT 2012 - Process Rules after some Wizard Input

  • Tuesday, November 20, 2012 4:01 PM
     
     
    I have some rules that are dependant on wizard input. The problem is that they are getting processed before the input is taken by the wizard. Is there a way to have some rules processed after the input is received, or have all of the rules reprocessed?

All Replies

  • Tuesday, November 20, 2012 5:42 PM
     
     Answered

    Have you looked at http://www.deployvista.com/home/tabid/36/entryid/139/language/en-us/default.aspx

    This might not help in every case, but if you could explain more - there could be a different way.


    Regards, Vik Singh "If this thread answered your question, please click on "Mark as Answer"

    • Marked As Answer by Scott 43 Wednesday, December 19, 2012 2:03 PM
    •  
  • Tuesday, November 20, 2012 7:27 PM
     
     

    I have a custom wizard screen that takes in computerLocation, and computerDepartment. I have seperate TaskSequences that install a different custom WIM file. I want the TaskSequences to be chosen based on department first, then I also have some settings by location, and if not Billing or Customer Support, I want teh TS chose by Desktop, Laptop, or VM.  Note, that my wizard only asks for credentials to the share, ComputerLocation, and CmputerDepartement, and tha is all. Here is what I have in my customsettings.ini.

    [Settings]
    Priority=Init, Default, WizardScreens, ComputerDepartment, ComputerLocation
    Properties=ComputerDepartment, ComputerLocation, ComputerTypeName, MYCOMPANY_ImageBuild, Deployment_Date

    [Init]
    _SMSTSOrgName=MYCOMPANY Louisville IT
    DomainAdmin=%UserID%
    DomainAdminDomain=***************
    DomainAdminPassword=%UserPassword%
    JoinDomain=***********
    Deployment_Date=#month(date) & "/" & day(date) & "/" & year(date)#

    [WizardScreens]
    SkipComputerLocation=NO
    SkipComputerDepartment=NO
    SkipComputerName=NO

    [ComputerDepartment]
    Affiliate Relations=ByLaptop
    Affiliate Services & Support=ByLaptop
    Billing=BillingSettings
    Broadcast Engineering=ByLaptop
    Customer Care Unit=CsSettings
    Customer Support=CsSettings
    Development=ByLaptop
    DR Operations=ByLaptop
    Engineering=ByLaptop
    Finance=BillingSettings
    Global Support=ByLaptop
    Human Resources=ByLaptop
    Information Systems=ByLaptop
    IT=ByLaptop
    IT - Corporate Support=ByLaptop
    IT - Network Engineering=ByLaptop
    IT - Systems Administrators=ByLaptop
    Legal=ByLaptop
    Marketing=ByLaptop
    Operations=ByLaptop
    Operations - Client Services=ByLaptop
    Operations - Distribution=ByLaptop
    Operations - Order Processing=ByLaptop
    Operations - Production=ByLaptop
    Payroll=BillingSettings
    Product Management=ByLaptop
    Production=ByLaptop
    Project Management=ByLaptop
    QA=ByLaptop
    Sales=ByLaptop
    Satellite=ByLaptop
    Shipping=ByLaptop
    Software Engineering=ByLaptop
    Syndication=ByLaptop

    [ByLaptop]
    SubSection=Laptop-%IsLapTop%
    ComputerTypeName=LT
    TaskSequenceID=X86LT
    MYCOMPANY_ImageBuild=x86 MYCOMPANY Laptop 4.5

    [ByDesktop]
    SubSection=Desktop-%IsDesktop%
    ComputerTypeName=DT
    TaskSequenceID=X86DT
    MYCOMPANY_ImageBuild=x86 MYCOMPANY Desktop 4.5

    [ByVM]
    SubSection=VM-%IsVM%
    ComputerTypeName=VM
    TaskSequenceID=X86LT
    MYCOMPANY_ImageBuild=x86 MYCOMPANY Virtual Machine 4.5

    [BillingSettings]
    TaskSequenceID=86BILL
    MYCOMPANY_ImageBuild=x86 MYCOMPANY Billing Desktop 4.5

    [CsSettings]
    TaskSequenceID=X86CS
    MYCOMPANY_ImageBuild=x86 MYCOMPANY CS Desktop 4.5

    [ComputerLocation]
    Atlanta=AtlSettings
    Austin=AusSettings
    Boca Raton=BocSettings
    Burbank=BurSettings
    Chicago=ChiSettings
    Dallas=DalSettings
    Detroit=DetSettings
    Irving=IrvSettings
    Los Angeles=LacSettings
    Louisville=LouSettings
    New York=NycSettings
    Newark=NwkSettings
    Roswell=RswSettings
    San Francisco=SfoSettings
    Seattle=SeaSettings

    [AtlSettings]
    TimeZone=035
    TimeZoneName=Eastern Standard Time
    AdminPassword=*********
    MachineObjectOU=OU=Computers,OU=Atlanta,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [AusSettings]
    TimeZone=020
    TimeZoneName=Central Standard Time
    AdminPassword=************
    MachineObjectOU=OU=Computers,OU=Austin,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [BocSettings]
    TimeZone=035
    TimeZoneName=Eastern Standard Time
    AdminPassword=************
    MachineObjectOU=OU=Computers,OU=Boca,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [BurSettings]
    TimeZone=004
    TimeZoneName=Pacific Standard Time
    AdminPassword=*********
    MachineObjectOU=OU=Computers,OU=Burbank,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [ChiSettings]
    TimeZone=020
    TimeZoneName=Central Standard Time
    AdminPassword=*********
    MachineObjectOU=OU=Computers,OU=Chicago,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [DalSettings]
    TimeZone=020
    TimeZoneName=Central Standard Time
    AdminPassword=**********
    MachineObjectOU=OU=Computers,OU=Dallas,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [DetSettings]
    TimeZone=035
    TimeZoneName=Eastern Standard Time
    AdminPassword=*********
    MachineObjectOU=OU=Computers,OU=Detroit,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [IrvSettings]
    TimeZone=020
    TimeZoneName=Central Standard Time
    AdminPassword=********
    MachineObjectOU=OU=Computers,OU=Irving,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [LacSettings]
    TimeZone=004
    TimeZoneName=Pacific Standard Time
    AdminPassword=*********
    MachineObjectOU=OU=Computers,OU=Los Angeles,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [LouSettings]
    TimeZone=035
    TimeZoneName=Eastern Standard Time
    AdminPassword=***********
    MachineObjectOU=OU=Computers,OU=Louisville,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [NycSettings]
    TimeZone=035
    TimeZoneName=Eastern Standard Time
    AdminPassword=**********
    MachineObjectOU=OU=Computers,OU=New York,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [NwkSettings]
    TimeZone=035
    TimeZoneName=Eastern Standard Time
    AdminPassword=*********
    MachineObjectOU=OU=Computers,OU=Newark,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [RswSettings]
    TimeZone=035
    TimeZoneName=Eastern Standard Time
    AdminPassword=********
    MachineObjectOU=OU=Computers,OU=Roswell,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [SfoSettings]
    TimeZone=004
    TimeZoneName=Pacific Standard Time
    AdminPassword=*******
    MachineObjectOU=OU=Computers,OU=San Francisco,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [SeaSettings]
    TimeZone=004
    TimeZoneName=Pacific Standard Time
    AdminPassword=*******
    MachineObjectOU=OU=Computers,OU=Seattle,OU=Offices,DC=MYCOMPANYs,DC=MYCOMPANYsystems,DC=com

    [Default]
    DeploymentType=NEWCOMPUTER
    OSInstall=YES
    SkipAppsOnUpgrade=YES
    SkipCapture=YES
    SkipAdminPassword=YES
    SkipProductKey=YES
    SkipBDDWelcome=YES
    SkipBitLocker=YES
    SkipLocaleSelection=YES
    KeyboardLocale=en-US
    UserLocale=en-US
    UILanguage=en-US
    SkipPackageDisplay=YES
    SkipSummary=YES
    SkipTaskSequence=YES
    SkipTimeZone=YES
    SkipUserData=YES
    SkipComputerBackup=YES
    SkipDeploymentType=YES
    SkipDomainMembership=YES
    SkipFinalSummary=YES
    SkipApplications=YES
    FinishAction=RESTART
    EventService=http://SERVERNAME:9800


    • Edited by Scott 43 Tuesday, November 20, 2012 7:27 PM
    •  
  • Friday, November 23, 2012 10:07 AM
     
     
    I just re-run ztigather.wsf for my custom wizard screens.
  • Monday, November 26, 2012 9:47 PM
     
     
    When I do that, it processes the settings like it should. However, after it is done processing settings the system reboots. It does not go to a task sequence.