Overblog
Suivre ce blog Administration + Créer mon blog

[SCCM] 2016 Déploiement d'applications

Publié le par damcuvelier

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

Lire la suite

Install SCCM 2016 Step by Step

Publié le par damcuvelier

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

Lire la suite

[Windows] Application GUID

Publié le par damcuvelier

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

Lire la suite

[SCCM] import task sequence

Publié le par damcuvelier

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

Lire la suite

[SCCM] export task sequence

Publié le par damcuvelier

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

Lire la suite

Migrate-WindowsUserProfile

Publié le par damcuvelier

<#.SYNOPSISMigrate user state from one PC to another using USMT..DESCRIPTIONMigrate user state from one PC to another using USMT. Intended for domain joined computers.By default, all user profile data except Favorites and Documents will be included.Tool...

Lire la suite

USMT Script

Publié le par damcuvelier

Add-PSSnapin Microsoft.SharePoint.PowerShell function MigrateUserOrGroups($migrationType, $csvFile) { #Getting the SPFarm object $farm = Get-SPFarm Write-Host $migrationType #Checking whether the user input the type of Migration as Group if($migrationType...

Lire la suite

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