SysInfo

1.1.2

SysInfo module will help you get the system information that you need from local and remote machines.
SysInfo will allow you to utilize CIM cmdlets in an easier way. Instead of trying to find the class name and filter
based on the return code to get the exact data that you need, you can get what you need with SysInfo module. It
utilizes CIM cmdlets to get the infor
SysInfo module will help you get the system information that you need from local and remote machines.
SysInfo will allow you to utilize CIM cmdlets in an easier way. Instead of trying to find the class name and filter
based on the return code to get the exact data that you need, you can get what you need with SysInfo module. It
utilizes CIM cmdlets to get the information from local and remote computer but the output of the properties of
the system components has no codes. Codes have been converted into a more readable format, giving you the
actual meaning of each code. As different types of sizes are provided in bytes, which in many times this is not
helpful, additional properties will be included in the output, providing you the size also in other format that
will help you out perform your job.
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name SysInfo -RequiredVersion 1.1.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name SysInfo -Version 1.1.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018 Stephanos Constantinou. All rights reserved.

Package Details

Author(s)

  • Stephanos Constantinou

Tags

System Information 1394 Controller BaseBoard MotherBoard SystemBoard Battery BIOS Bus Cache Memory CD DVD ROM Drive Compact Disc Desktop Monitor Disk Partition Fan Floppy Glide Point HeatPipe IDE Infrared Device Keyboard Local Logical Array Mouse',Network Adapter Configuration Operating OS Optical Sensor Physical Pointing Portable Printer Processor CPU Refrigaration Cooling Cooler Removable USB SD RAM DIMM SCSI Sound Audio Card Enclosure Tape Temperature TouchPad Touch Pad TouchScreen Screen TrackBall TrackPoint Video Graphics Voltage

Functions

Get-1394Controller Get-BaseBoard Get-Battery Get-BIOS Get-Bus Get-CacheMemory Get-CDROMDrive Get-CompactDisc Get-Desktop Get-DesktopMonitor Get-DiskDrive Get-DiskPartition Get-Fan Get-FloppyController Get-FloppyDrive Get-GlidePoint Get-HeatPipe Get-IDEController Get-InfraredDevice Get-Keyboard Get-LocalDisk Get-LogicalDisk Get-MemoryArray Get-MemoryDevice Get-MotherboardDevice Get-Mouse Get-NetworkAdapter Get-NetworkAdapterConfiguration Get-NetworkDrive Get-OperatingSystem Get-OpticalSensor Get-PhysicalMemory Get-PhysicalMemoryArray Get-PointingDevice Get-PortableBattery Get-PrinterInfo Get-PrinterConfiguration Get-Processor Get-RAMDisk Get-Refrigeration Get-RemovableDisk Get-SCSIController Get-SoundDevice Get-SystemEnclosure Get-TapeDrive Get-TemperatureProbe Get-TouchPad Get-TouchScreen Get-TrackBall Get-TrackPoint Get-USBController Get-VideoController Get-VoltageProbe

Dependencies

This module has no dependencies.

Release Notes

1.1.2 13-11-2018
* Fixed Wildcard bug on Properties parameter

1.1.1 12-11-2018
* Removed Miminum PowerShell Version

1.1.0 12-11-2018
* FreeSpacePercentage property added
* UsedSpacePercentage property added
* Added Protocol choice (WinRM, DCOM)
* Added Properties parameter
* Code Improvements

1.0.2 24-10-2018
* Fixed a bug on Get-SCSIController
* Fixed a bug on Get-VideoController

1.0.1 23-10-2018
* Renamed Get-Printer to Get-PrinterInfo
* Fixed a bug on Get-OperatingSystem for not retrieving OS for multiple systems.

1.0.0 22-10-2018
* Initial Realease

FileList

Version History

Version Downloads Last updated
1.2.0 15,188 3/15/2019
1.1.3 650 11/20/2018
1.1.2 (current version) 331 11/13/2018
1.1.1 21 11/12/2018
1.1.0 19 11/12/2018
1.0.2 334 10/24/2018
1.0.1 31 10/23/2018
1.0.0 82 10/22/2018
Show more