|
|
|||
|
About
You arrived at the weblog of Geert Baeke. I am the technology manager for a company called Xylos (Belgium). I mostly work with Microsoft technologies such as Windows, Active Directory, Exchange, Sharepoint, MSCS, and more. I am also actively busy with VMware's products, focussing on VMware ESX.
Sections
Search
XBOX 360
|
Re: Combining the VI3 Perl Toolkit, PowerShell and PowerGadgets
by
jsnover
Try this: Add
-ToolTip Disk
to the Out-Chart command and then put your mouse over the bars. You can even give a set of properties:
-ToolTip Disk,PercFee
PowerGadgets is awesome.
By the way, you can save yourself some programming if you have you perl script write a header first:
print "Server,Disk,Capacity,Free\n"
and then you can redirect the output to a file and then use PowerShell's Import-CSV
perl c:\diskfree.pl > c:\diskfree.csv
import-CSV c:\diskfree.csv
Give that a try and see if you like it.
Cheers!
Jeffrey Snover [MSFT]
Windows PowerShell/MMC Architect
Visit the Windows PowerShell Team blog at: http://blogs.msdn.com/PowerShell
Visit the Windows PowerShell ScriptCenter at: http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx
|
Login
This Month
Month Archive
StatCounter
|
|



