Ten Quick PowerShell Console Scripts

 

Here you will find ten quick PowerShell console scripts that may be of use to you someday.

 

Ten Quick PowerShell Console Scripts

 

Gwmi -cl win32_Bios

Gwmi -cl Win32_BootConfiguration | Select BootDirectory

Gwmi -cl Win32_logicalDisk | Select DeviceId, ProviderName, Size, FreeSpace

Gwmi -cl win32_OperatingSystem

Gwmi -cl Win32_OperatingSystem | Select SerialNumber

Gwmi -cl Win32_OSRecoveryConfiguration | Select DebugFilePath

Gwmi -cl Win32_Processor | Select Manufacturer, Name

Gwmi -cl Win32_Share

Gwmi -cl Win32_USBController | Select Name

Gwmi -cl Win32_VideoController | Select Name, Description

 

 

Published Sunday, August 26, 2007 11:56 AM by dhite
Filed under:

Comments

No Comments