I'm Rob Marshall, a consultant who specialises in the Microsoft System Center Configuration Manager product. I like to share, i do so by blogging and helping out when I can in the MS SMS newsgroups and participating in the ConfigMgr MVP program.
I was awarded and joined the program in 2009. It'd be an understatement to say it has to be one of the best experiences an IT engineer can have, if they really enjoy specialising in a product.
My biggest weapon for troubleshooting is, my formidable knowledge, no, only joking, you, the community. I find if I cannot answer a question, then I can usually find the answer from using Bing\Google, pouring over the documentation, and if that doesn't work, tinkering in mine or someone elses virtual lab.
The blogs pretty much about ConfigMgr, but it is also a platform for me to express my random urges to display something I've stumbled across, and that I imagine would entertain you or what not as equally as it did me.
John Nelson (MVP ConfigMgr) has turned out a really cool SQL query, which converts a byte value in to a given unit of measure such as MB or GB. This is useful if you want to express a byte value in GB form for example.
If you write SQL queries for your ConfigMgr reports, this is one useful function to have.
Check it out here: http://myitforum.com/cs2/blogs/jnelson/archive/2009/07/06/139462.aspx
Another query from John that I used recently was to convert Bytes in to a human readable form (whatever the byte value represents, MB, GB etc), this one is dynamic and turns out KB, MB or GB values so you don't get to choose the resulting unit of measure.
Check it out here: http://myitforum.com/cs2/blogs/jnelson/archive/2008/01/11/111351.aspx