November 2013 Entries
There was an open subject after my first post about scripting ConfigMgr. In the meantime I've migrated from SCCM 2012 SP1 to R2, so I am really not sure whether this commandlet works for legacy versions. Here's the good example how to use schedule token while you are creating a device collection. $schedule = New-CMSchedule –RecurInterval Days –RecurCount 1New-CMDeviceCollection -Name testDevCol -LimitToCollectionName "All systems" –RefreshSchedule $ScheduleAdd-CMDeviceCollec... ......
There are two maybe not competitive but parallel products: Microsoft Deployment Toolkit and System Center Configuration manager. Few years ago I was wondering why they are separate, I why I cannot share Task Sequences between them. And how it usually happens in live, when I was focused on other technologies, MDT and SCCM became best friends. Let's integrate MDT with SCCM: If first step you need to download MDT http://www.microsoft.com/en... Install MDT on your SCCM ......