Today is practically mandatory that the mobile devices we deploy have data-at-rest encryption. Microsoft’s Bitlocker is particularly useful for this purpose, assuming your endpoint has a TPM and Windows Professional. In a previous post, I have already posted a set of scripts (available here) to reset the TPM and now I’ll present a simple script that complements these. Although… Read more →
MDT tips: howto to make a USB flash drive to boot in UEFI and legacy BIOS
Microsoft Deployment Toolkit (2013 or SCCM) has a very nice feature that allows you to deploy a task sequence to a flash drive or a CD and end up with a portable storage with all your deployment options. However, MDT does not generate a dual boot solution. The method described here, it’s not a general solution but has proven to… Read more →
BIOS configuration for Lenovo devices
Like most manufacturers, Lenovo provides several tools to automate the BIOS configuration and upgrade. However, apart from WMI interface, these tools require direct access to the device and can be different tools for different devices. Using WMI, not only you’re able access the device remotely but you also get a standard interface that you can leverage to centralize and standardize… Read more →
Little video guide to DevOps
Here goes a sequence of YouTube videos that will introduce you to the world of DevOps using Docker, Jenkins and Kubernetes. To begin, a great introduction from Rackspace: A hands on introduction to Docker with a typical use case, setting up a WordPress site: A great overview of Kubernetes and orchestration from Brendan Burns: Also from Brendan Burns,… Read more →
Apple Keyboard with Windows
Apple did a great job with Bootcamp, a tool that allows us to run Windows easily on Apple hardware. However, if you attempt to run Apple hardware or Apple peripherals on Windows systems, you usually end up a little puzzle to solve. Bootcamp was made for Macs, not PCs. In this post I’ll address the keyboard because I found it… Read more →