User State Migration
Answers (1)
Hello,
I think that is possible for sure to capture the user states using the K2000 but deploy them to a different user name is not something that I think you can achieve out of the box.
I made some searches and I found that LoadStates.exe accept a parameter to deploy the state to different user name.
The parameter is /mu:
The user states (in form of MIG files) are saved under \\K2000\peinst\user_states
The information about every profile captured can be found in the K2000 database in the table IM_USER_PROFILES
So I think that you can create a VBS script that queries the K2000 database (you can enable the K2000 database access under the Settings -> Security menu), finds the ID of the scanned state and so fid the MIG file as well in the \\K2000\peinst\user_states folder and invoke the LoadState passing to it the right file and parameters.
Seems a bit complex and I haven’t personally tried it but i think that it can be done.
kind regards,
Marco - StockTrader
so to clarify: the user name of the user that you scan from the device is different from the user name where you'd like to apply the scanned profile..
Have I understood well?
Kind regards,
Marco - StockTrader - StockTrader 8 years ago
Yeah you are correct. It will go from Brian Koldy to BRK7 - KOLDY 8 years ago