Error in technet : Release state store hardlink in sccm
here "http://technet.microsoft.com/en-us/library/ee344267.aspx" it is write
that to release the statestore by SCCM hardlink user state migration:
use:
.\%PROCESSOR_ARCHITECTURE%\usmtutils.exe /rd %OSDStateStorePath%
and some have this problem:
stay in this position and not pass with on error in log:
"Failed to set log directory. Some execution history may be lost.
The system cannot find the file specified. (Error: 80070002; Source: Windows)"
the solution, is to add "echo y|" before that command line, like this:
"echo y|.\%PROCESSOR_ARCHITECTURE%\usmtutils.exe /rd %OSDStateStorePath%"
because "usmtutils.exe" prompt a yes/no and wait for answer.
/image%2F0881799%2F20140610%2Fob_a8c7fe_logo2.jpg)
Commenter cet article