Skip to content

powercode/PSChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSChart

Very basic charting for PowerShell

Usage

Import-Module PSChart
$data = Get-CimInstance Win32_LogicalDisk | where DriveType -eq 3 
$data | out-chart -ChartType Column -Property DeviceId,Size,Freespace -Title 'FreeDiskSpace'`
     -SeriesColor Orange ,MediumAquamarine -ChartSettings @{LabelFormatString = 'N0'} 

sample chart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published