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

add wsm dans source os mdt?

Publié le par damcuvelier

très utile quand on fait un boot usb pour mdt (sans passer par le pxe, pour ne pas être géné par le réseau) avec une wim de ref de plus de 4 Go (FAT32) : dans LTIApply.wsf, si swm (wim splitée): modifier ltiapplu.swf pour prendre dans OS fldr swm avec...

Lire la suite

BNC CS.ini

Publié le par damcuvelier

[Settings] Priority=Default Properties=LangCode,SkipOfficeInstall,OfficeInstall ; LangCode=fr-fr ; LangCode=es-es ; LangCode=de-de ; LangCode=en-gb ; LangCode=it-it ; LangCode=en-us [00:15:5d:04:6b:%%] SkipApplications=YES SkipAppsOnUpgrade=YES SkipUserData=YES...

Lire la suite

batch kill task in background

Publié le par damcuvelier

REM Batch2: killtask.cmd set exetask1=%1 set exetask2=%2 SETLOCAL EnableExtensions :exe1 SET EXE=%exetask1%.exe GOTO LOOP GOTO exe2 :exe2 SET EXE=%exetask2%.exe GOTO LOOP GOTO end :LOOP FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF NOT...

Lire la suite

PS1 Perso Functions

Publié le par damcuvelier

# \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ # Début des scripts: # $erroractionpreference = 'silentlycontinue' # Set-ExecutionPolicy bypass -force # $scriptpath = split-path -parent $MyInvocation.MyCommand.Path # # Get Fonctions & Variables #...

Lire la suite

Specialize cs.ini

Publié le par damcuvelier

param($cible) $erroractionpreference = 'silentlycontinue' Set-ExecutionPolicy bypass -force $scriptpath = split-path -parent $MyInvocation.MyCommand.Path $Country = $cible.replace("MEDIA","") $Country = $cible.replace("UNC","") $MDTCentral = "F:\DSLocal_France"...

Lire la suite

function to survey if files in a folder change today:

Publié le par damcuvelier

function SurveyUpdt($fldr){ $SurveyUpdt=$false $today = (Get-Date).Date $SurveyFiles = (Get-ChildItem -Path $fldr -recurse) foreach($SurveyFile in $SurveyFiles){ $LastWrite = (Get-ItemProperty -Path $Controlfile.FullName).LastWriteTime.Date if($LastWrite...

Lire la suite

script to make bootstrap.ini universal

Publié le par damcuvelier

On error resume Next Dim WshShell, fso, ControlPath, Source Dim scriptpath, ScriptName, ScriptFullName, DeployFldr, MDTDSshareName, BS Dim UserDomain, UserID, UserPassword, cred, CentralDEPLOYROOT, DSCentral dim LocalMDTSRV Set WshShell = CreateObject("WScript.Shell")...

Lire la suite

<< < 1 2 3 4 5 6 7 8 9 10 20 30 40 > >>