Monthly Archives: March 2013

CIM cmdlets

The CIM cmdlets are found in the CIMcmdlets module. Get-Command -Module CimCmdlets  produces this list of names.  I’ve added some information on the tasks they perform Get-CimAssociatedInstance  is for working with WMI associated classes Get-CimClass  is for discovering the properties … Continue reading

Posted in PowerShell and WMI, PowerShell V3 | Leave a comment

WMI vs CIM

An email debate yesterday regarding the use of the CIM cmdlets (new in PowerShell 3) vs the WMI cmdlets made me realise that other people are probably wondering the same thing, The question is really part of a the semi-philosophical … Continue reading

Posted in PowerShell and WMI, PowerShell V3 | 2 Comments

UK PowerShell group session postponement

I’m postponing the 26 March session on PowerShell and Hyper-V until 9 April. Invites will go out shortly

Posted in PowerShell User Group | Leave a comment

PowerShell 3 SDK samples

A sample pack for the SDK is now available –  see http://blogs.msdn.com/b/powershell/archive/2013/03/17/windows-powershell-3-0-sample-pack.aspx

Posted in PowerShell V3 | Leave a comment

Network Adapters–Disable/Enable

Last time we saw the Get-NetAdapter cmdlet from the NetAdapter module PS> Get-NetAdapter | ft Name, InterfaceDescription, Status -a Name     InterfaceDescription                           Status —-     ——————–                           —— Ethernet NVIDIA nForce 10/100/1000 Mbps Ethernet        Up WiFi     Qualcomm Atheros AR5007 802.11b/g WiFi Adapter Up … Continue reading

Posted in PowerShell and WMI, PowerShell V3, Windows 8, Windows Server 2012 | 3 Comments

Network adapters

The WMI classes Win32_NetworkAdapter and Win32_NetworkAdapterConfiguration have seen a lot of use over the years. They can be a bit fiddly to use which is why the NetAdapter module in Windows 8/2012 is a so welcome. Lets start by looking … Continue reading

Posted in PowerShell and WMI, PowerShell V3, Windows 8, Windows Server 2012 | Leave a comment

Windows 8 Kindle app

Amazon have released an update for the Windows 8 Kindle app that appears to have resolved the corrupted display issue that occurred after every few pages of reading. I would recommend updating the app immediately. The app now seems to … Continue reading

Posted in Windows 8 | Leave a comment