Working at a customer (you know who you are) I asked – How do you update all PXE\WDS servers around the globe? – We logon and update them – Would you like […]
Working in the Datacenter – Get the Serial number on the SSD drives from Seagate and check for firmware upgrades using PowerShell

So, I’m currently working with a customer (you know who you are) implementing Storage Spaces and one of the things i do before we put everything in production is to check if […]
Working in the Datacenter – Deploying HP Servers and configure BIOS for High Performance using PowerShell

If you have a HP ProLiant Gen 8 or Gen 9 it is possible to use PowerShell to configure the BIOS. One of the items I really like to configure is the […]
Working in the Datacenter – Application Wrapper for HP BIOS CmdLets – Deploy it during OSD

In a previous blogpost a shortly described what you can do with the “HP BIOS CmdLets for Windows PowerShell (x64)” and in this post I’ll give you a PowerShell wrapper for LTI/ZTI […]
PowerShell is King – Get MDT Monitor data using the OData Feed using a PowerShell Function

I have done same blogposts that includes the usage of the MDT Monitor: https://deploymentbunny.com/2013/03/06/powershell-is-king-i-need-to-monitor-os-deployment-in-mdt-2012-not-using-deployment-workbench/ https://deploymentbunny.com/2013/12/09/nice-to-know-dumping-mdt-monitor-data-to-a-webpage-using-powershell/ https://deploymentbunny.com/2013/12/13/nice-to-know-dumping-mdt-monitor-data-to-a-webpage-using-powershell-update/ and they all use the same basic function. During class last week I’ve got the question […]
Working in the Datacenter – HP BIOS Cmdlets for Windows PowerShell (x64)

For customers running HP ProLiant servers in the datacenter (many of my customers do) it is now possible to modify the BIOS settings using PowerShell much easier then it used to be. […]
Windows Server 2016 – Create a NAT network using the Hyper-V switch

In Windows Server 2016 (TP4) and Windows 10 1511 it is possible to create a Hyper-V Switch with NAT functionality, including publishing rules. The purpose is to run containers, but it can […]
Inside the Task Sequence – Generate Application Migration File

Today during class we worked on Refresh and Replace scenarios. We touched based on a tiny step in the Task Sequence that is actually really cool. In the Task Sequence for Lite […]