Top articles
-
function to get mdt drive in post oobe in any case (media or unc)
The last version of rufus put deploy directly on * on a partition, not like the n-1 whose put it to *\deploy\ A solution to correct it: $erroractionpreference = 'silentlycontinue' Set-ExecutionPolicy -ExecutionPolicy bypass -force $tsenv = New-Object...
-
Specialize cs.ini
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"...
-
function to survey if files in a folder change today:
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...
-
dynamicOpenLogFile
$Global:GlobLogfile = "c:\chemin\vers\le\fichier\de\log" function isLogFileOpen{ param($logfile) $erroractionpreference = 'SilentlyContinue' $ici = (get-location).path set-location $here $username = $env:username if(!$logfile){$logfile = $Global:GlobLogfile}...
-
[W8] [User Pinned] path pour de la barre des taches... si quelqu'un avait une idée...?
path pour de la barre des taches : %AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu path du menu démarrer: %AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\Taskbar ///////////\\\\\\\\\\\\\\\\ Il n'est pas possible...
-
[SCCM 2012] [W10] some tutos
deploy it:https://execmgr.net/2016/09/05/deploying-windows-10-1607/ AUTOMATIC WINDOWS 10 PC ENROLLMENT IN MICROSOFT INTUNE OR SCCM:https://www.systemcenterdudes.com/windows-10-intune-automatic-enrollment/ CUSTOMIZE WINDOWS 10 TASKBAR CONFIGURATION USING...
-
where are sccm logs file in Windows 7 deployment
On error Resume Next Const ForWriting = 2 Dim fso, oVar, oTSEnv, strLogFile, strComputer, strWinPath Dim osdarchitecture, systpath dim logfolder,strfolder, OSDSTEP, OSDLogPath strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer...
-
SCCM 2007 : change Background on error in Task Sequence
If there is an error on Task Sequence, you can change backround with this script. Add the image that you want in the source as name “backgroundDefault.jpg” script: '-------------------------------------------------------- ' Script pour Changer l'image...
-
VBS : XML WEBSERVICE: SOAP REQUEST
'usage: soap_request.vbs /usr:
Dim colNamedArguments : Set colNamedArguments = WScript.Arguments.Named Const ForReading = 1, ForWriting = 2, ForAppending = 8 VbsPath = Left(WScript.ScriptFullName,InStrRev(WScript.ScriptFullName,"\")) UsrName... -
vbs: AD: List the General Properties of a Group
Const ADS_GROUP_TYPE_GLOBAL_GROUP = &h2 Const ADS_GROUP_TYPE_LOCAL_GROUP = &h4 Const ADS_GROUP_TYPE_UNIVERSAL_GROUP = &h8 Const ADS_GROUP_TYPE_SECURITY_ENABLED = &h80000000 Set objGroup = GetObject _ ("LDAP://cn=Scientists,ou=R&D,dc=NA,dc=fabrikam,dc=com")...
-
Landesk : BOOT PXE: No boot filename received
Description When attempting to PXE boot, the following error appears: PXE-E53: No boot filename received Also, PXE Boot fails. No F8 option is recieved by clients. Unable to PXE Boot machines. Unable to network boot machines. Cause Possible causes: No...
-
Modify xml file
dim valuexml,xmlDoc,Element 'Open logFile Set logFile = fso.OpenTextFile(logFilePath, ForAppending, True) '// String handling Variables dim filexml : filexml = "
" dim newvalue : newvalue = " " ' ... -
HP Tools to Enable TPM Device in Bios
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:"&...
-
VBS: Webservice script
public certificatesubject="AUTHENTIFICATION" public xmlnsvalue="http://webservice.groupdirectorycertificate.com" '========================================================================== ' Name: GetWebService ' Param: samaccountname: username User '==========================================================================...
-
Error Code: 00004005; Source: Unknown, Failed to run the action: Request State Store
Failed to run the action: Request State Store. Unknown error (Error: 00004005; Source: Unknown) C'est super parlant comme code erreur, moi j'aime particulièrement le "Source: Unknown" Et bien il s'agit simplement d'un souci de SMP qui n'est pas à jour,...
-
Comment paramétrer Windows Live Writer pour Overblog
Choisir le type de blog : « Autre service de blog » Url de la page d'accueil : Adresse de votre blog. (ex: http://cdkp.over-blog.org/ ) Nom d'utilisateur : Email de connexion (votre email de connexion pour votre blog sur Overblog ) Mot de passe : Mot...
-
LDMS 9.0 Provisioning - Vboot Sample Template
Problem: LANDesk Provisioning is a very powerful tool that has the ability to perform system migration actions in Windows, reboot into Windows PE for OS Deployment or partitioning actions, and reboot back into Windows for final system configuration actions,...
-
How to troubleshoot applications failing to stream from an App-V management server
Summary This article covers how to troubleshoot virtualized applications in Microsoft Application Virtualization (App-V) that fail to stream from the management server. When an application fails to stream on an App-V client, the application will fail...
-
SCCM 2007 : Comment gérer et optimiser l’utilisation de la bande passante
Il peut s’avérer indispensable de maitriser les flux de réplication entre sites SCCM. Et notamment en journée… Ceci afin d’impacter le moins possible la production d’une entreprise. Ce post vous fournira les vecteurs ou pointeurs qui vous aideront à minimiser...
-
VBS: Get ID of user Active
wscript.echo "user active = " & getidusract() function getidusract() dim objExecObject,strLine,i For i=1 to 100000 Set objExecObject = WshShell.Exec("%comspec% /c qwinsta.exe " & i) Do Until objExecObject.StdOut.AtEndOfStream strLine = objExecObject.StdOut.ReadLine()...
-
OSD : To deploy Windows7 Quicklaunch
1. Configure Pinned items on a Windows 7 system as a reference computer. 2. Export Reigstry Key to pinned.reg file: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband] And copy items in the "%APPDATA%\Microsoft\Internet Explorer\Quick...
-
SCCM 2007: Add a data drive compatible with bitlocker
This script create a partition from the users data, that is compatible with the bitlocker shrink (that don't be regused by bitlocker) if your DVD letter is "G": If you specify in sccm collection variable: OSDNewDVDLetter = "G" & OSDDATADriveLetter = "H",...
-
LANDesk : SDCLIENT.EXE Command Line Switches
SDCLIENT.EXE supports the following command-line parameters: sdclient.exe /p="" [/g=] [/All] [/R] [/N] [/An] [/Ac] [/Ab] [/fui] [/msi] [/exe] [/bat] [/wsh] [/ps1] [/bw=xxx] [/E] [/lan=xxx] [/wan=xxx] [/disableclientqueue] [/runasuser] [/timeout] [/L]...
-
Ghost Will Die: Deploy Vhd like GHO
(A little thanks for you is a big gift for me) First, you need to convert your ghost image to vhd: http://damcuvelier.over-blog.net/article-108983847.html Then, you can deploy it or boot on it: To Boot on it: LOOK AT THIS MICROSOFT’S VIDEO To deploy it...
-
How to reinstall LANDesk Management Suite 9.0 on Windows Server R2 2008 x64
On the core server, run regedit and do a search for cba8inst and delete the parent node for every occurrence. Here is an example of one I found: HKEY_CLASSES_ROOT\Installer\Products Also remove parent nodes using the search "Common Base Agent 8". I found...
/image%2F0881799%2F20140610%2Fob_a8c7fe_logo2.jpg)