November 20, 2010 8:29 AM
Posted by: Richard Siddaway
PowerShell v2,
PSAM,
WMIPowerShell Admin Modules 0.4 is now available. This adds a PAMSysInfo module to the download that includes the following functions:
Get-BIOSInfo
Get-Bus
Get-CDROM
Get-ComputerSystem
Get-CPU
Get-MemIrq
Get-OSInfo
November 20, 2010 6:59 AM
Posted by: Richard Siddaway
Hardware,
PowerShell v2One of our most valuable system resources is memory. Back in the day we also used to worry about IRQs as we only had 16 but modern Windows gets round this for us.
If you want to know what memory is being used by which device then try this. We also get IRQ as a bonus
$source...
November 18, 2010 1:25 PM
Posted by: Richard Siddaway
PowerShell v2,
Windows 2008 R2I was creating a new virtual machine and decided to test the JoinDomainOrWorkgroup method of the Win32_ComputerSystem class
The syntax is relatively straight forward
$comp = Get-WmiObject Win32_ComputerSystem
$password = "Gu3ssWh4t"
$user =...
November 14, 2010 2:07 PM
Posted by: Richard Siddaway
PowerShell v2,
PSAMI’ve added another module to the PSAM project on codeplex.
Version 0.3 now has:
PAMShares – for working with shares
PAMMath – for working with binary and hex
PAMEnv – for working with environmental variables
The modules can be downloaded from...
November 14, 2010 4:46 AM
Posted by: Richard Siddaway
Books,
PowerShell v2,
WMIA few months ago I started work on a follow up to PowerShell in Practice – http://www.manning.com/siddaway/ .
This book will also be published by Manning. It covers PowerShell and WMI. These...
November 12, 2010 1:46 PM
Posted by: Richard Siddaway
Books,
PowerShell v2PowerShell in Practice is now available in mobi and epub formats for use on Kindle, iPhone, Sony Reader etc etc
If you have a copy of the book you should be getting emailed about the availability of these new formats. Otherwise check out
November 8, 2010 4:38 PM
Posted by: Richard Siddaway
Hardware
Processors have cache memory as we saw when we looked at Win32_Processor. We can find more details about the cache memory using the Win32_CacheMemory class