Windows 7 readiness with user information
I am trying to run the Windows 7 Readiness report but need to include some user data. I need to add the Budget Code from the User Table each user is apart of so we can give each department the proper cost to upgrade their area.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
11 years ago
We went to adding the departments under the computer comments. We have k1000 scripts to enforce the registry setting for this. All we had to do is identify the machines once and add them to the appropriate kscript.
Comments:
-
How did you do that? We are pulling the Budget code from Active Directory. We have about 4000 machines in the enviornment (Globally) and it is difficult to do this for each machine. - svierneisel 11 years ago
-
We have smart labels for the machines and apply the scripts based on the smart label. Some "enforce registry settings" run at every login and the department setting is one.
here is the reg poke for our section.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters]
"srvcomment"="Computer_Technologies" - SMal.tmcc 11 years ago