They aren't sorted with ft alpabetically, is there a way to pull out the order ft uses? they are shown in this order as intended
MBXs
Database
DBSize(GB)
LogFree(GB)
DBFree(GB)
ServerCount
When I run
$hdr = "html stuff here that this editor keeps converting"
$tmp = $f | gm -membertype noteproperty | select name
$tmp | %{$c=$_.name.tostring();$hdr += "more html stuff this editor is converting"}
$hdr += "more html stuff"
It comes out as
Database
DBFree(GB)
DBSize(GB)
LogFree(GB)
MBXs
ServerCount