Updated: September 12, 2016 | | Tags: Code, Deployment, MDT 2012, SCCM, System Center, UDI, VBs
Deployment solution based on SCCM 2012 intregrated with MDT 2012. The idea was to set up a User Driven Installation (UDI) so the IT department would have to do as little as possible during the installation process.
Part of this solution was to manage the clients names, we decided to use the serial number as an identifier…
Updated: November 16, 2012 | | Tags: Code, SCCM, Script, System Center, Troubleshoot, VBs
There is not enough temporary space reserved to download the software. You can use the Configuration Manager control panel applet to adjust the available temporary space.
Updated: April 20, 2017 | | Tags: Code, Fix, Troubleshoot, WordPress
Been struggling with pagenav for my custom WordPress theme for a few days and finally found a working solution…
Updated: December 29, 2013 | | Tags: Active Directory, Code, HTA, Security
There might come a time where as a IT administrator you get tired of being asked to update peoples personal information in the Active Directory.
Updated: November 16, 2012 | | Tags: Active Directory, Code, Script, VBs
Heres a small VBs script for fast Active Directory group creation.
Paste the following code into a text file and rename it to “CreateADGroups.vbs”.
Updated: November 12, 2012 | | Tags: Code, PHP, WordPress
This tutorial will cover two methods for setting up shortcodes to use in your posts and pages that will allow you to…
Updated: November 12, 2012 | | Tags: Code, PHP, WordPress
If you dislike having unnecessary code in your Wordpress header here are some tips and tricks.