Closed
|
Case #
|
10036
|
|
Affiliated Job:
|
New Trier Township District 2031
|
|
Opened:
|
Friday, May 23, 2008
|
|
Closed:
|
Friday, May 23, 2008
|
Total Hit Count:
|
17416
|
|
Last Hit:
|
Friday, December 20, 2024 9:21:09 AM
|
Unique Hit Count:
|
5670
|
|
Last Unique Hit:
|
Friday, December 20, 2024 9:21:09 AM
|
Case Type(s):
|
Development, Server
|
|
Case Notes(s):
|
All cases are posted for review purposes only. Any implementations should be performed at your own risk.
|
|
|
Problem:
|
During a technical call with Microsoft, one of the issues they noticed is we were not running the "User Profile Hive Cleanup Service." They asked we deploy this throughout the network computers to assist in releasing the user profiles so another task we have in place which removes student profiles on shutdown could execute accordingly.
|
|
Resolution:
|
To deploy, simply add both to a Group Policy's Computer Startup Script - initiating the uphclean.bat file. Make sure to adjust the appropriate settings for your environment.
- | uphclean.bat | | o | @ECHO OFF | o | IF EXIST "C:\Windows\System32\uphclean.exe" GOTO END | o | :INSTALL | o | ECHO Setting up the UPH Clean Service... | o | COPY "\\somedomain.com\SysVol\nths.net\Policies\{GUID of Group Policy}\Machine\Scripts\Startup\uphclean.exe" C:\windows\system32\uphclean.exe | o | C: | o | CD\windows\system32 | o | uphclean.exe -install | o | GOTO COMPLETE | o | :END | o | ECHO File Already Exists... | o | :COMPLETE | o | ECHO Setup Complete... |
| - | uphclean.exe | | |
|
|
|
|
|
|
|