Overblog
Suivre ce blog Administration + Créer mon blog

... "> WIN7-BuildANDCapture.xml

Publié le par damcuvelier

Replace Packages Name by packageName and save it as WIN7-BuildANDCapture.xml and import it into SCCM’s OSD section… ...

Lire la suite

MDT Bitlocker CustomSettings

Publié le par damcuvelier

[Settings] Priority=Default Properties=MyCustomProperty [Default] OSDBitLockerMode=TPM OSDBitLockerCreateRecoveryPassword=AD OSDBitLockerWaitForEncryption=FALSE BdeDriveSize=1024

Lire la suite

HP Tools to Enable TPM Device in Bios

Publié le par damcuvelier

Dim gethomepath, oWsh Dim iRetVal1,iRetVal2 Dim sCmd1,sCmd2 Set oWsh = CreateObject("WScript.Shell") gethomepath=left(WScript.ScriptFullName,len(WScript.ScriptFullName)-len(WScript.ScriptName)-1) sCmd1 = "cmd /c "& gethomepath &"\BIOSConfigUtility /SetConfig:"&...

Lire la suite

Delete maintenance partition

Publié le par damcuvelier

Dim BOOTTABLE, oWsh, sCmd, iRetVal Dim gethomepath, oOsdV4, ProgressUI, Line, objTextFile Dim objFSO, oCheck, Blocks, GoodBlock, demiblock, OSDRIVE, OSDbdepartition Dim sCmd2,iRetVal2 Const ForReading = 1, ForWriting = 2, ForAppending = 8 Set objFSO =...

Lire la suite

To check if TPM Device is Activated

Publié le par damcuvelier

On error resume Next strComputer = "." Dim oOsdV4 Set oOsdV4 = CreateObject("Microsoft.SMS.TSEnvironment") oOsdV4("OSDTPIValue")="FALSE" Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\CIMV2\Security\MicrosoftTpm") Set colItems = objWMIService.ExecQuery("SELECT...

Lire la suite

To Tatoo the deployed Windows 7

Publié le par damcuvelier

(This tatoo will be used by SCCM hardware inventory) Const Version = 1.0 Dim oShell, osdV4, WshSysEnv Set oShell = CreateObject ("WSCript.shell") Set osdV4 = CreateObject("Microsoft.SMS.TSEnvironment") Set WshSysEnv = oShell.Environment("SYSTEM") Dim...

Lire la suite

Check if DartDrive is installed

Publié le par damcuvelier

dim wshShell, strCmd, oRep, strReponse, oOsdV4 Set wshShell = CreateObject("WScript.Shell") Set oOsdV4 = CreateObject("Microsoft.SMS.TSEnvironment") strCmd = "cmd.exe /C dir /s /AH c:\Recovery\Winre.wim" set oRep = wshShell.Exec(strCmd) strReponse = oRep.StdOut.ReadAll...

Lire la suite

Assign AppV Drive Letter

Publié le par damcuvelier

Dim oWsh, osdV4, objFileDiskPart, objLogFile, strFileDiskPart, iRetVal Set oWsh = CreateObject("WScript.Shell") Set osdV4 = CreateObject("Microsoft.SMS.TSEnvironment") Set objFSO = CreateObject("Scripting.FileSystemObject") strFileDiskPart = osdV4("_SMSTSLogPath")...

Lire la suite

Check windows-bcedit partition

Publié le par damcuvelier

'Check_windows_partition with bcdedit 'On error Resume Next Dim BOOTTABLE, oShell, sCmd, iRetVal Dim gethomepath, oOsdV4, ProgressUI, Line Dim objFSO, oCheck, Blocks, GoodBlock, demiblock, OSDRIVE Const ForReading = 1, ForWriting = 2, ForAppending = 8...

Lire la suite

Check windows partition in windows 7 deployment

Publié le par damcuvelier

'Check_windows_partition with bcdedit 'On error Resume Next Dim BOOTTABLE, oWsh, sCmd, iRetVal Dim gethomepath, oOsdV4, ProgressUI, Line, objTextFile Dim objFSO, oCheck, Blocks, GoodBlock, demiblock, OSDRIVE, OSDbdepartition Dim sCmd2,iRetVal2 Const ForReading...

Lire la suite

1 2 > >>