Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Actually, this is a little better,
get-navol | ? {$_.used -gt 80} | Select Name,Aggregate,@{Name="Used";E={Convertto-formattednumber $_.used percent}},@{Name="Available (GB)";E={convertto-formattednumber $_.available Datasize "0.00"}} | ft -autosize
You should always pipe in your where clause before you do any sorting.. Selecting...
12
Replies
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Cheers!
I'll give this and the filer_report a spin soon and let you know
BTW, the filer_report script looks awesome
Joel
Highlighted
- « Previous
-
- 1
- 2
- Next »