Here is all the scripts that we used to build and demo Azure at Rival, Stockholm on the 4th of Mars 2016 https://github.com/DeploymentBunny/DemoScript/tree/master/2016-04-06%20-%20TrueSec%20Azure%20Summit for more info about the event : http://events.truesec.se/Event/Super_Combo /mike
PowerShell is King – Read HP Bios Sensor data from WMI

I was bored in my hotel room and I ended up browsing WMI, found one cool/fun thing. I have a EliteBook 8570w and it turns out that HP uses WMI to store […]
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. […]
PowerShell is King – Send Email from PowerShell via hotmail or Office 365 using SMTP
In some cases an email as notification is all you need, maybe it is OSD related, monitor related, a script that needs to notify about a change, a friend of mine is […]