Event – SCUG.SE Enterprise client day Oct 2016

  On the 27th of October, System Center user group Sweden (www.scug.se) organized a day filled with great speakers with the focus on Clients. The day before they also had an event but with focus on Cloud and Datacenter with MVP speakers like Mikael Nyström, Stefan Schörling, Markus Lassfolk and more. I wasn’t able

Alternative workaround if SUP Endpoint definition deployment fails

  There will come a day when something isn’t working as it should any more, when that day arrives  we have to be able to estimate the situation and also preparing to do the necessary action to solve it. A big part of our job as administrators is to solve

SCCM Client Setting – Powershell Execution policy bypass not working on POSH v1.0

  Edit, Mystery solved, thanks to Eskonr over at /r/sccm Just turns out that Posh 1.0 doesnt support the Bypass parameter as stated in link below: PowerShell 1.0 does not support Undefined and Bypass execution policies. https://technet.microsoft.com/en-us/library/hh846237.aspx?f=255&MSPPError=-2147217396#BKMK_RunPowerShellScript And bypass ins’t included in the documentation for the Cmdlet Set-executionpolicy for V1.0 https://technet.microsoft.com/en-us/library/ee176961.aspx

ConfigMgr related videos from MS Ignite 2016

  If you’re an IT Pro and are somewhat active on social media i don’t think you missed that MS Ignite just finished up last week and with that MS has released a bunch of videos from the event. Here is a few of the videos I’ve watched and recommend you

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.

Guide – Configuration Item with Powershell discovery and remediation – String Compliance

This is a guide for Configuration Item and Powershell, if you are new to Configuration Item and baselines i recommend you look at my previous blog post that’s more of a overview and in this post i will go more in to depth on Powershell discovery and remediation with String compliance rule.