July 20, 2010 2:53 AM
Posted by: Richard Siddaway
PowerShell v2,
User GroupHow we can use PowerShell, WMI and .NET to work with the registry
Notes
Richard Siddaway has invited you to attend an online meeting using Live Meeting.
July 18, 2010 12:03 PM
Posted by: Richard Siddaway
Operating System,
PowerShell v2A simple function to retrieve page file details
function Get-PageFile {
param(
[string]$computer="."
)
Get-WmiObject -Class Win32_PageFileUsage -ComputerName...
July 16, 2010 6:59 AM
Posted by: Richard Siddaway
Automation,
PowerShell v2,
Software,
WMIThe Win32_Product class can be used to list the installed software (what shows in Control panel Programmes and Featurs) on a machine. it can also be used to uninstall software.
We can see the installed software
Get-WmiObject -Class Win32_Product
we can filter down to the results we...
July 13, 2010 2:57 PM
Posted by: Richard Siddaway
PowerShell v2,
User GroupNext meetings are:
27 July 7.30 BST – Registry, Transactions, Provider, WMI
14 September 8.30 BST – Jonathan Medd MVP on Remoting – Note the time change