Skip to content

powercode/PSChart

Repository files navigation

PSChart

Very basic charting for PowerShell

Usage

Import-Module PSChart $data=Get-CimInstance Win32_LogicalDisk |where DriveType -eq3$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