Overblog
Suivre ce blog Administration + Créer mon blog

Top articles

  • [powershell] block application in firewall

    08 février 2021 ( #block application, #firewall, #powershell )

    #using script: run -appname param ([string]$appname) $ErrorActionPreference = "SilentlyContinue" $progfiles86 = (Get-ChildItem "C:\Program Files (x86)" -Recurse).fullname |Select-String -Pattern...

  • [vbscript] library perso

    04 octobre 2014

    librairie personnelle On Error Resume Next ' ######################################## Déclaration des Variables ######################### Dim strComputer Dim logfile,installsource,strComputerName,strUSERPROFILE,strTEMP Dim extractdotNetFx4,netfxCorex86cmdline,netfxextendedx86cmdline,netfxcorex64cmdline,netfxextendedx64cmdline...

  • [Firefox] Configurer Option "nouvel onglet"

    07 octobre 2014

    Certains addon ou logiciels de spam s'intègrent et pourrissent votre firefox chéri. Pour nettoyer leurs traces après les avoir supprimés: 1) about:config -> cliquer sur "Je ferai attention, promis !" 2) option [browser.newtab.url]= (plusieurs valeurs...

  • Advanced Windows Image Deployment Provisioning Templates - XP, Vista, 7

    29 août 2012

    Purpose This article will discuss some advanced options for deploying Windows. With very few modifications this template should work for deploying Windows XP, Windows Vista (x86 or x64) or Windows 7 (x86 or x64). This document is for use with deploying...

  • USMT: Migrating Wallpapers IN OFFLINE MODE

    25 janvier 2013

    create wallpaper.xml like: Wallpapers...

  • W7: Comment accéder à system32 depuis le compte SYSTEM

    19 avril 2013

    Lorsqu'on déploie du windows 7, les tâches ont lieu le plus souvent depuis le compte LOCAL\SYSTEM. Il arrive parfois que l'on ait besoin de poser des fichiers dans SYSTEM32. Si on utilise SCCM ou MDT, il suffit de cocher la case "ignorer config 64bits"...

  • Ajout d'un serveur en Trusted Site pour l'utilisateur courant

    17 décembre 2013

    Voici une commande très utile pour faire l'Ajout d'un serveur en Trusted Site pour l'utilisateur courant. - Q: à quoi ça sert? - R: à pouvoir mettre en place un extranet qui soit autorisé à travers la sécurité du PC REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet...

  • BOOT BIOS

    13 avril 2014

    Tout les bios de la terre ... (lol) White Paper: http://www.1e.com/fr/wp-content/plugins/1E-Resources_fr/includes/doc_download.php?id=86865831 --------------------------------- Juste sur Dell, parce que c'est ce qu'il y a de mieux pour l'OSD en général...

  • [Windows] [GPO][Winlogon] [script complexe]

    25 septembre 2014

    Il paraît qu'on peut faire du logon script vbs en GPO, oui... Mais... Il faut l'appeler avec un batch et quand il s'agit d'un script long et complexe, vous vous retrouvez face au problème du batch qui n'attend pas la fin du vbs pour continuer. Et rien...

  • [vbscript] [Firefox] ouvrir une page en cache

    04 octobre 2014

    'usage: cscript urlcache.vbs /url:

  • pipeline batch

    12 juillet 2016

    With the pipeline in batch you can give an answer to a command in command line. Example: C:\>echo Y|del /p file.txt C:\file.txt, delete (Y/N) ? Y what is the point? you tell me. just to give an answer to a command in batch, and because, sometime batch...

  • [SCRIPTING] Cheat: where am i?

    16 février 2011

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

  • [sccm 2016] Silent Auto INSTALL OF SCCM2016 + MDT2013U2

    05 juin 2017

    param([Parameter(Mandatory=$false)][string]$FQDom = "LAB.local",[Parameter(Mandatory=$false)][string]$SCCMSRV = "SCCMSRV",[Parameter(Mandatory=$false)][string]$ConfigMgrSource = "C:\ConfigMgrSource",[Parameter(Mandatory=$false)][string]$SetupSQLFold =...

  • [MDT 2013] Autodeploy & Configure Silently MDT 2013 Update 2

    05 juin 2017

    #usage: [optional -sourcepath

  • check if service is running ...

    28 juin 2017

    1) BATCH:check if service (param %1 of batch script) is running in windows: @echo offsc query type= service "%1" | findstr STATE | findstr RUNNING>NULif "%ERRORLEVEL%"=="0" goto activegoto inactive :inactiveecho service %1 is inactivegoto end :activeecho...

  • [PS1] Create Commands with functions and alias

    03 juillet 2017

    si chemin contient ":" alors fonction suivante et que le chemin n'existe pas, on le crée et on attribut ce chemin à la viariable: If path contains ":" then next function and the path does not exist, we create it and we attribute this path to the variable:...

  • [Veille Techno] Du nouveau dans le monde du VDi

    04 juillet 2017

    La solution ndv® vous permet de déployer des milliers de postes de travail virtualisés, windows ou linux, en toute sécurité et en quelques minutes seulement ! Les utilisateurs retrouvent un PC neuf à chaque démarrage, tout en disposant du contenu adapté...

  • [W8] [User Pinned] path pour de la barre des taches... si quelqu'un avait une idée...?

    03 septembre 2017

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

  • [W8] Disable OneDrive

    06 septembre 2017

    follow this: gpedit.msc > administration Models > Windows components > OneDrive, configure like it: Preventing OneDrive from Storing Files = DisablePreventing File Sync ... = Enable Disable Libraries Default Save To OneDrive = Enable or (simpler for me),...

  • [webservices] [mdt] [sql 2012 R2] web service sql server 2012 [powershell] MDT

    21 octobre 2017

    une procédure pour créer un web deploy setup:https://docs.microsoft.com/en-us/iis/publish/using-web-deploy/powershell-scripts-for-automating-web-deploy-setup permet de créer une database dédiée reste à trouver un script pour interroger la base sql depuis...

  • [SCCM 2012] [W10] some tutos

    15 février 2018

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

  • [SCCM] [Windows 10] Prepare your Environment

    21 février 2018

    I will guide you to prepare your environment to welcome windows 10 with your SCCM in 11 points. I Upgrade to SCCM 1511 It’s possible to manage Windows 10 with SCCM 2012 but when it comes to deploying Windows 10, if you want to use the full features, you...

  • [SCCM] [INTUNE] How to install SCCM 2012 R2 Windows Intune Connector

    21 février 2018

    Role Description The WIC is used to sends settings and software deployment information to Micosoft Intune and retrieves inventory messages from mobile devices. The Intune service acts as a gateway that communicates with mobile devices. This role is mandatory...

  • [SCCM] List of TechNet Virtual Labs for SCCM ConfigMgr 2012 R2 and Intune

    22 février 2018

    Device Management (Mobile Device) with Microsoft Intune (Standalone) - Click to Launch the Virtual Lab Device Management (Mobile Device) with Microsoft Intune and SCCM 2012 R2 (Hybrid) - Click to Launch the Virtual Lab Introduction to Microsoft SCCM ConfigMgr...

  • [VMWARE] [PowerCLI] Deploy VMs and Configure the Guest OS

    10 mars 2018

    Here a script to deploy VM and configure Gest OS. To adjust for your infrastructure: # DISCLAIMER: There are no warranties or support provided for this script. Use at you're own discretion. Andy Syrewicze and/or Altaro Software are not liable for any#...

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