March 15, 2011 1:20 PM
Posted by: Richard Siddaway
Books,
PowerShell v2,
WMIChapters 6 and 7 have been released for PowerShell and WMI. It is available through the Manning Early Access Program (MEAP) at http://www.manning.com/siddaway2/
The available chapters cover:
- Solving Administrative...
March 13, 2011 1:38 PM
Posted by: Richard Siddaway
Network,
PowerShell v2,
Windows 2008 R2,
WMII’m currently writing Chapter 11 of PowerShell and WMI and its about using the WMI classes related to networking. I tried the Win32_NetworkAdapter on the HP laptop I use for writing and everything worked fine. Tried it on my Lenovo that I use as a Hyper-V server and got a Provider Load failure...
March 7, 2011 4:18 PM
Posted by: Richard Siddaway
PowerShell v2,
WMII’ve previously mentioned the PowerShell Deep Dive in April -
February 28, 2011 1:32 PM
Posted by: Richard Siddaway
WMI
We normally use WMI to either return information about our systems
Get-WmiObject -Class Win32_Process | sort KernelModeTime -desc | Format-Table Name, KernelModeTime –AutoSize
or to perform some action
Get-WmiObject -Class Win32_Process -Filter...
February 23, 2011 1:18 PM
Posted by: Richard Siddaway
Books,
PowerShell,
WMIChapter 5 has been released for PowerShell and WMI. It is available through the Manning Early Access Program (MEAP) at http://www.manning.com/siddaway2/
The available chapters cover:
- Solving Administrative...