SCCM, Application Mapping new PC scenario questions..
So I have USMT and package/application mapping working. Works great for a pc refresh scenario.
Computer "A" Data and applications/programs
to.......
Computer "A" New OS with previously install data and applications/Programs using USMT and package/application mapping.
I want to do:
Computer "A" Data and applications/programs
to.......
Computer "B" New OS with previously install data and applications/Programs using USMT and package/application mapping.
I see that "Gather" passes the "MACADDRESS" variable to the stored proc in my custom settings.ini listed in the "gather" activity, therefor getting the ARP data on said MACADDRESS/SYSTEM. Is there a way to either prompt for the MAC and change it to the MAC of computer "A" before or after "Gather" passes it to the stored proc? That way I get the ARP data from computer "A" used to install application/programs on computer "B".
I was thinking I could modify the stored proc to check the SCCM DB for computer associations with computer "B/destination" MAC and grab the source computers "A/source" MAC, then use it in the stored proc for the source MAC. Conceptually I think it will work but currently I don't have the knowledge to build this.
Suggestions???
tconners