Posts

Web Platform Installer 5.0

Wow! Ok so I am somewhat behind the times here but I was investigating how to "stand up", to use the LINUX community parlance, an instance of the excellent MediaWiki on a Windows 2012 box and came across a Microsoft blog talking about WebPlatform Installer 5.0 So far this is awesome. Basically download it and have a play. You simple select from the lists what you want the installer to download and install - I think it even installs the required Windows features for you too - it happened so quick I'm not sure!? Want MySQL database?  MediaWiki?  Just select em.  Then click install - I had to provide MySQL root credentials to setup MySQL. More when I know how it went - initial thoughts are that this is MAGIC! Happy Friday!

Patching and HTML Tables...

Ok so this isn't really to do with patching well only slightly. I use the awesome, https://www.ultimatewindowssecurity.com/patchanalysis/default.aspx site to assist with understanding the slew of patches which avalanche their way into my world each month. Using the website below I can convert the HTML tables of Randy's analysis into a CSV! http://www.convertcsv.com/ For free! Astounding!

FileSender

Something we use here in Cambridge is FileSender for sending large files around... https://www.assembla.com/spaces/file_sender/wiki Simple straight forward.  Done. Once I implement it myself I will write some more!

Just in Kace

We have a Kace appliance. A Kace 1000. We "found" this a couple of weeks back and I was duly dispatched to set about configuring and understanding it. After some help from Dell we obtained a DVD to re-image the appliance to v6.3 I am now in the process of sorting out the LDAP integration (done) Patching Windows (done) Dell (done) 3rd Party (done) software installation (done) agent provisioning (almost there!) More news when I have finished things. Oh and thanks to those @ ITNinja! http://www.itninja.com/

Office 2013 KMS....Did you click No?

Image
Annoying there is lots of information on activating Office 2013 client side but nothing on activating the KMS host - over the internet... It looks like someone panicked at this question and choose No.... This meant that our Office was not activating as expected. Nothing on the interent showed me how to fix this as no-one it seems chooses No. Well no one who wants to use the internet to activate Office KMS that is. Simply bumbling through led me to try C:\>cscript slmgr.vbs /ato 2E28138A-847F-42BC-9752-61B03FFF33CD And Bingo! After 5 attempts were made to the KMS host all was active!

SCCM Server build not building onto C drive?

I've recently come into contact with SCCM. I love it. I also love MDT.  So I was pleased to see that they are tightly integrated!  Hoorah! I set about creating an MDT build task within SCCM, easy right? Well...yes. Initially. Err you can't PXE boot to MDT and SCCM.  Unless you follow this website.  Awesome! http://blogs.technet.com/b/deploymentguys/archive/2011/09/07/co-existing-pxe-boot-for-mdt-standalone-image-capture-amp-configmgr-image-deployment-environments.aspx Once I'd got MDT responding to MDT known computers I got the MDT server 2012 build working and was able to get a captured image.  Straight forward an no different to the hundreds of MDT tasks I've set up before. I then had some learning to get this MDT capture into SCCM.  First there was the requirement for an MDT package...This turns out to be the entire MDT deployment point folder structure - including all the scripts.  Far enough.  Then I needed an MDT configurati...

Finding MAC address of Hyper V network interfaces

Using Hyper-V here @ new place! To find the mac address of the interfaces you cannot use ipconfig /all (the interfaces are grabbed by Hyper-V and hidden) and systeminfo doesnt seem to list them either.  However you can use a simple DOS command, getmac c:\>getmac /fo list /v Bingo.