• Moved to Github Pages

    Radeck.se has moved to Github

  • How to rollback a microsoft patch

    Sometimes a hotfix needs to be uninstalled and rolled back, this is how I do it. First of all (if it isn’t already done) disable the hotfix. Find the hotfix and then edit membership to disable the current deployment of it. \Software Library\Overview\Software Updates\All Software Updates Now we need to find...

  • Adding date to the captured wim file in mdt two

    Johan Arwidmark wrote a great post on how to create a wim file with the date in the name. That’s great but I want a zero in front of month or date with only one digit. Johan’s post shows BackupFile=%TaskSequenceID%_#year(date) & "-" & day(date) & "-" & month(date)#.wim If you add this to...

  • How old are your computers

    Lately I have been asked “Can you use ConfigMgr to see how old our computers are”. And the answer is: YES with some modifications/limitations, and it only works if you haven’t deleted the computer object in the Active Directory every time you re-install your computers. Step one: Add the Active Directory attribute “whenCreated”...

  • Cleanup the iis logs on a configmgr server

    If you have installed a ConfigMgr on a server a few years ago there might be a lot of IIS log files stored on the C drive (if you used the default settings when installing the IIS). In the sample picture it’s been 246 days since the installation and each...

  • Where is a collection included in

    It’s time for my first public blog post. What should it be about ?? It will be about collections in ConfigMgr 2012. I got a question from a customer: How can I find out which other collections this collection is used in ? It’s very easy to see if there...