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

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

[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 : 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

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

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

Création d’un vbs qui vérifie la présence des répertoires windows et de _SMSTaskSequence, s’ils existent alors : OSDrive=oOsdV4("part") où... "> SCCM 2007 : Je veux faire un REFRESH windows 7 & un USMT des comptes utilisateurs de la machine

Publié le par damcuvelier

J'ai deux partition et au moment de déployer le master, SCCM me dit: "je ne trouve pas la partition OSDrive" => Création d’un vbs qui vérifie la présence des répertoires windows et de _SMSTaskSequence, s’ils existent alors : OSDrive=oOsdV4("part") où...

Lire la suite

SCCM 2007 : Créer la partition de maintenance et y placer WinRE

Publié le par damcuvelier

Activer le WinRE sur une partition de maintenance: créer un package, et dedans un script pour déplacer l'image WinRE dedans Ce script je ne l'ai pas inventé, on peut le trouver là . Sa fonction: - désactive la gestion du WinRE - déplace dans la partition...

Lire la suite

<< < 1 2 3 > >>