Hardware inventory – Add firmware property to WMI class Win32_Diskdrive in ConfigMgr

There was a question on the Tech konnect facebook group the other day if there was any way of collecting disk name and firmware version from your clients in ConfigMgr. Yes you can do this with the help of Hardware inventory and the Win32_DiskDrive WMI Class and use the following

Invoke OSD Task sequence remotely with Powershell

  Earlier blog posts on invoking Installations: Applications  Software Updates   This is a continuation on how to invoke or trigger installations in Software center remotely with the help of Powershell. This blog post came about after i got a question from a user called Sonik on the Application post i

Q&A – Invoke Baseline evaluation on a device collection

    So i got this question under the comments on my blogpost where i made a Powershell function that would invoke baseline evaluation on a single machine https://timmyit.com/2016/07/26/sccm-and-powershell-trigger-baseline-evaluation-on-client/ and i thought i would answer it through this blog post.   Question:   Looking for This same powershell script for this one.