Posts

Showing posts from November, 2013

Getting server roles and features using WMI on Windows Server 2012 and 2012R2 using the MSFT_ServerManagerDeploymentTasks method GetServerComponentsAsync

I've recently been trying to understand what's happened to the Win32_ServerFeature which Microsoft appear to have ditched in Windows Server 2012.   What's happened seems indicative of Microsoft's current attitude towards half finished products and documentation so I'm going to try and help clarify what has happened.   Win32_ServerFeature is still available on Windows Server 2012 and R2 however new server features that have been added to the operating system will not appear in the results.   The replacement is the GetServerComponentsAsync() method of the MSFT_ServerManagerDeploymentTasks class http://msdn.microsoft.com/en-us/library/hh872466(v=vs.85).aspx   Unfortunately Microsoft haven't actually bothered to document any of these methods. More scarily they seem to have written incorrect documentation stating that parameters are Strings for example, when they clearly aren't.   I've put together a quick WMI call to get the Windows se

Server Documentation Tool

This video demonstrates the installation and use of our Server Documentation Tool, XIA Configuration Server.

Hyper-V Documentation

We've now released a video showing how to automate Hyper-V documentation using XIA Configuration Server version 5. Please see the video below.

Win32_RDCentralPublishedRemoteDesktop

When looking to upgrade XIA Configuration to support the latest Remote Desktop found in Windows Server 2012 it seems that the new WMI classes used by session collections are now actually documented on WMI - for example Win32_RDCentralPublishedRemoteDesktop. This is true of 18/11/2013. I've posted on a couple of Microsoft forums and will see what comes back - has anyone else had this issue? Dave