Overblog
Suivre ce blog Administration + Créer mon blog

[MDT] How to dynamically install Active Setup in MDT

Publié le par damcuvelier

Installation Download my script ZTIPopulateActiveSetup.wsf For even more ease/laziness, you should also download the good old CopyOEM.wsf script from Michael Niehaus (Not Mandatory, an xcopy and a package will lead you to the same goal). The script mimics...

Lire la suite

Active Setup

Publié le par damcuvelier

Active Setup is similar to RunOnce, it allows you to launch a command at logon. This command will be launched once and only once for users (existing or new) when logging in . The registry keys to set up to use ActiveSetup can be found in: HKEY_LOCAL_MACHINE...

Lire la suite

[Intune] Créer un groupe pour gérer les utilisateurs

Publié le par damcuvelier

Si vous n’avez pas d’abonnement Intune, inscrivez-vous à un compte d’essai gratuit . [!NOTE] Intune fournit des groupes Tous les utilisateurs et Tous les appareils précréés dans la console avec des optimisations intégrées pour votre commodité. Configuration...

Lire la suite

[Intune] Essayer gratuitement Microsoft Intune

Publié le par damcuvelier

Microsoft Intune vous aide à protéger les données d’entreprise de vos équipes en vous permettant de gérer les appareils et les applications. Dans ce guide de démarrage rapide, vous allez créer un abonnement gratuit pour essayer Intune dans un environnement...

Lire la suite

[Bitlocker] SCCM MBAM

Publié le par damcuvelier

Prerequisi tes: 1. Administrator rights on SCCM and SQL 2. Configuration Manager build 1910 installed or more 3. Microsoft ASP.NET MVC 4.0 4. Certificate Authority PKI* 5. SQL reporting services 6. Three security groups: o BitLocker Helpdesk Admins o...

Lire la suite

[Bitlocker] Use PowerShell to get the recovery key

Publié le par damcuvelier

Get-BitLockerVolume | ForEach-Object { $MountPoint = $_.MountPoint $RecoveryKey = [string]($_.KeyProtector).RecoveryPassword if ($RecoveryKey.Length -gt 5) { Write-Output ("$MountPoint recovery key is $RecoveryKey.") } }

Lire la suite

1 2 > >>