Speaker at TechEd Australia 1 minute read I am quite excited to be chosen as a Speaker at the new TechEd format in Australia. The format will be quite different to what it used to be. Instead of fo...
Add or remove features in MDT WinPE 1 minute readNot going too deep here, just something I found the other day. In your MDT 2013 Deploymentshare, if you go to the share’s properties, you will find the WinP...
Cloud OS MVP Roadshow 2014 - Sydney less than 1 minute read[Update] New date! There has been a new date for the Cloud OS MVP Roadshow announced. The event will now be on 18/09/2014 in Sydney. Register FOR FREE on S...
Powershell DSC 101 - How to add Windows Features 1 minute readPowershell Desired State Configuration is a very powerful feature of Powershell 4.0 and Windows Server 2012 R2. Coming from a very strong Microsoft System Ce...
How to publish URL shortcuts to Windows 8.1 2 minutes readA customer of mine asked me to create a new Windows 8.1 Enterprise SOE (golden image, standard image, whatever) and also customise the Start Menu and Start S...
How to use scripts with ConfigMgr Powershell cmdlets less than 1 minute readThis is a short note to everybody using my scripts for ConfigMgr or who plans on using any automation (Powershell, Orchestrator runbooks, whatever) based on ...
How to - ConfigMgr collection updates 5 minutes readThis is a topic I haven’t seen much covered around but is quite important, especially if you’re managing an environment with a lot of clients, regular change...
How to configure client activity settings in ConfigMgr 1 minute readWhen does the ConfigMgr client become Inactive or Active? Ever wondered what triggers the ConfigMgr client change its Client Activity status from Active to ...
Applications vs Packages, why the ConfigMgr Package model will not go anywhere 5 minutes readDuring my last projects I came across a lot of issues around Software Deployment, mainly with the not-so-new-anymore Application model of Configuration Manag...
Why you shouldn’t use the Powershell pipe when using ConfigMgr 1 minutes readThe other day I was asked why I used the -filter parameter in one of my Powershell scripts with Get-WmiObject instead of just doing a pipe to Where-Object. ...