Create HP BIOS Repository using PowerShell

First off, I love SCConfigMgr Driver / BIOS download tool, super powerful and fully featured. Sometimes you just want a lightweight script to run that will do a specific task over and over. Using the HP Client Management Script Library, Documentation HERE, I’ve created a simple Script that will go through a list of models … Read more

Create Scheduled task to run action in future (Now+XX time)

Ok, so I couldn’t think of a great title, but basically this will allow you to run any action in the future, 15 minutes, 30 minutes, 5 days, whatever you want. Why?  Because you can.  I’ve used this to have actions run post task sequence, either to assist in a rollback, or trigger additional tasks. … Read more

Run PowerShell ISE as System to Test scripts… From Software Center

Yet another post caused by my recent rebuilding of my lab from scratch after I totally hosed my last CM Server.  This time I’m documenting (blogging) a few additional things. So you write a lot of scripts for ConfigMgr?  Notice that they sometimes don’t perform quite as expected because they run as system instead of … Read more