How to use Microsoft Intune to deploy scripts

As you know you can deploy only .exe and .msi files via Microsoft Intune.

The question is how to deploy script if you need to add a registry key, delete some files via script or deploy application with different then .exe format?

The short answer is using built-in packager IExpress or uploading cmd.exe with your script.

So, IExpress:

Be careful with version of IExpress: package created in Windows 7 will not work in Windows 10 and vice versa, so if you need a package for Windows 7 use IExpress from Windows 7. Easy rule!

Continue reading “How to use Microsoft Intune to deploy scripts”

Microsoft BitLocker Administration and Monitoring 2.5 installation and Configuration Manager 2012 R2 integration

First, a bit of official documentation is here:

MBAM 2.5 has the following features:

  • Enables administrators to automate the process of encrypting volumes on client computers across the enterprise.
  • Enables security officers to quickly determine the compliance state of individual computers or even of the enterprise itself.
  • Provides centralized reporting and hardware management with Microsoft System Center Configuration Manager.
  • Reduces the workload on the Help Desk to assist end users with BitLocker PIN and recovery key requests.
  • Enables end users to recover encrypted devices independently by using the Self-Service Portal.
  • Enables security officers to easily audit access to recover key information.
  • Empowers Windows Enterprise users to continue working anywhere with the assurance that their corporate data is protected.

MBAM enforces the BitLocker encryption policy options that you set for your enterprise, monitors the compliance of client computers with those policies, and reports on the encryption status of the enterprise’s and individual’s computers. In addition, MBAM lets you access the recovery key information when users forget their PIN or password, or when their BIOS or boot records change.

The following groups might be interested in using MBAM to manage BitLocker:

  • Administrators, IT security professionals, and compliance officers who are responsible for ensuring that confidential data is not disclosed without authorization
  • Administrators who are responsible for computer security in remote or branch offices
  • Administrators who are responsible for client computers that are running Windows

Architecture of MBAM service:

113

In this article I will describe the installation of MBAM 2.5 and integration with Configuration Manager 2012 R2.

This installation will involve three virtual servers: the domain controller, the ConfigMgr site server and SQL server, which will store the MBAM databases.

My SQL server already has default MSSQLSERVER instance with:

  • Database engine
  • Reporting services (native)
  • Management tools complete

and several instances for the family of products System Center. I need to add the Analysis services:

1
2

Continue reading “Microsoft BitLocker Administration and Monitoring 2.5 installation and Configuration Manager 2012 R2 integration”