Démarrez la console SCCM, sélectionnez « Bibliothèque de logiciels » en bas à gauche de la fenêtre principale. Dans la liste suivante faites un clic droit sur « packages » puis « Créer le package ». Nous arrivons sur la fenêtre « Assistant de création...
Avec SCCM vous avez la possibilité d’installer une application (ou un package) en mode administrateur ou bien utilisateur. Le mode utilisateur installe l’application avec les permissions de l’utilisateur en cours, qui n’est généralement pas administrateur...
Introduction The environment used for setting up System Center Configuration Manager is a two server farm with one server acting as the domain controller and the second one as the SCCM Server with SQL Server 2016 installation. We will install SCCM on...
Pour récupérer le GUID d'une appli en vue de faire un msiexec /X. Il suffit de faire dans une cmd: wmic product get name,identifyingnumber on obtient un liste des applis et leur GUID
#Requires -Version 3.0<# .SYNOPSIS Imports a Task Sequence from a XML file .DESCRIPTION Imports a Task Sequence from a XML file as used by ConfigMgr 2007 and older. ConfigMgr 2012 and above use a different format for the default export via the ConfigMgr...
#Requires -Version 3.0<# .SYNOPSIS Exports a Task Sequence as an XML file .DESCRIPTION Exports a Task Sequence as an XML file as used by ConfigMgr 2007 and older. ConfigMgr 2012 and above use a different format for the default export via the ConfigMgr...
(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...
Ceci est ma KB perso. Elle n'a pas but de formation. Je l'alimente au fil de mes pérégrinations. Si elle vous aide tant mieux, sinon rien ne vous empêche de m'interroger ;).
/
This is My Personal Knowledge Base. it is not trained. I nourish it in the course of my peregrinations. If it helps you so much better, if nothing prevents you from questioning me;). But I can not train U, i do not have the time to.
Enjoy!