Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

: here http://technet.microsoft.com/en-us/library/cc749023(WS.10).aspx and here http://technet.microsoft.com/fr-fr/library/dd560751(WS.10).aspx the url for conflicts and priority for usmt xml configuration... "> Error in technet: conflict Management

Publié le par damcuvelier

: here http://technet.microsoft.com/en-us/library/cc749023(WS.10).aspx and here http://technet.microsoft.com/fr-fr/library/dd560751(WS.10).aspx the url for conflicts and priority for usmt xml configuration...

Lire la suite

Error in technet : Release state store hardlink in sccm

Publié le par damcuvelier

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...

Lire la suite

Sccm 2007 : Replace

Publié le par damcuvelier

computer association: http://nicosienaert.blogspot.com/2010_05_01_archive.html or this tutorial -------->>> ComputerAssocation SCCM.docx

Lire la suite

USMT: script for both scanstate and loadstate in VBScript

Publié le par damcuvelier

(A little thanks for you is a big gift for me) this script in compatible with both cscript and deployment TaskSequence : On Error Resume NextstrComputer = "."const HKEY_LOCAL_MACHINE = &H80000002Const TIMEOUT = 3 ' Detect and configure execution environment...

Lire la suite

SCCM 2007 : Sysprep: An Unattend replace sysprep and got logs:

Publié le par damcuvelier

The logs of Unattend in the deploiement are in this folder: C:\Windows\Panther\UnattendGC The 2 log files are: setupact.log (log all what it is done) setuperr.log (log all errors) For example, if your computer do not join the domain, the information is...

Lire la suite

SCCM 2007 : USMT 4.0 interested

Publié le par damcuvelier

I was investigated about usmt 4.0 to do a better refresh, and i find some blog interested about: Frank Rojas | System Center Support Escalation Engineer Blog and the investigate of LionelG: on Supinfo lab microsoft forum: http://www.forum-microsoft.org/topic108500.html...

Lire la suite

[SCRIPTING] Cheat: where am i?

Publié le par damcuvelier

if you want to use something in the folder of your script, but you don't know what will be the path of your script when it will be run, use: VBSCRIPT or VBA: here=left(WScript.ScriptFullName,len(WScript.ScriptFullName)-len(WScript.ScriptName)-1) & "\"this...

Lire la suite

SCCM 2007 : Error: You create a run command line with a vbs and you obtain error: cannot find script file x:\sms\bin\i386\

Publié le par damcuvelier

Sometimes i lose my brain and: I create a run command line with a vbs "toto.vbs" and i obtain error: cannot find script file "x:\sms\bin\i386\toto.vbs" Do not forget to create a package with your script in this package and in TS give the name of the OSD...

Lire la suite

"Y" then oShell.Popup "The Deployment Wizard was cancelled or did not complete successfully. The deployment will not proceed.", 0, "Wizard Error", 16... "> SCCM 2007 : MDT: Wizard error code on cancel. If you want to manage the cancel or error on wizard

Publié le par damcuvelier

Add this to your process and add a quit on this condition: If oEnvironment.Item("WizardComplete") <> "Y" then oShell.Popup "The Deployment Wizard was cancelled or did not complete successfully. The deployment will not proceed.", 0, "Wizard Error", 16...

Lire la suite

<< < 10 20 30 40 41 42 43 44 > >>