{"id":45,"date":"2004-11-15T15:06:27","date_gmt":"2004-11-15T15:06:27","guid":{"rendered":"http:\/\/gaisan.com\/wordp\/?p=45"},"modified":"2004-11-15T15:06:27","modified_gmt":"2004-11-15T15:06:27","slug":"more-on-msh","status":"publish","type":"post","link":"http:\/\/gaisan.com\/blogs\/?p=45","title":{"rendered":"More on MSH"},"content":{"rendered":"<p>Just reading the complete Udell article again.<br \/>\nCan&#8217;t help but feel that getting an XML representation of system processes over a certain size using a command like: &lt;<br \/>\n<code><br \/>\nMSH> get-process | pick-object name,vs | where { $_.vs -gt 150000000} | convert-xml<br \/>\n<\/code><br \/>\nis extremely neat. Sample results are listed below. I&#8217;m less than convinced about the two-part name\/type syntax for the XML representation <i>(it&#8217;s a bit clunky)<\/i> but this is a small quibble.<br \/>\n<code><br \/>\n&lt;MshObjects&gt;<br \/>\n&lt;MshObject ReferenceID=\"ReferenceId-0\" Version=\"1.1\"&gt;<br \/>\n&lt;MemberSet&gt;<br \/>\n&lt;Note Name=\"name\" IsHidden=\"false\" IsInstance=\"true\" IsSettable=\"true\"&gt;<br \/>\n&lt;string&gt;\tfirefox&lt;\/string&gt;<br \/>\n&lt;\/Note&gt;<br \/>\n&lt;Note Name=\"vs\" IsHidden=\"false\" IsInstance=\"true\" IsSettable=\"true\"&gt;<br \/>\n&lt;int&gt;\t220983296&lt;\/int&gt;<br \/>\n&lt;\/Note&gt;<br \/>\n&lt;\/MemberSet&gt;<br \/>\n&lt;\/MshObject&gt;<br \/>\n&lt;\/MshObjects&gt;<br \/>\n<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Just reading the complete Udell article again. Can&#8217;t help but feel that getting an XML representation of system processes over a certain size using a command like: &lt; MSH> get-process | pick-object name,vs | where { $_.vs -gt 150000000} | convert-xml is extremely neat. Sample results are listed below. I&#8217;m less than convinced about the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"_links":{"self":[{"href":"http:\/\/gaisan.com\/blogs\/index.php?rest_route=\/wp\/v2\/posts\/45"}],"collection":[{"href":"http:\/\/gaisan.com\/blogs\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/gaisan.com\/blogs\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/gaisan.com\/blogs\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/gaisan.com\/blogs\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=45"}],"version-history":[{"count":0,"href":"http:\/\/gaisan.com\/blogs\/index.php?rest_route=\/wp\/v2\/posts\/45\/revisions"}],"wp:attachment":[{"href":"http:\/\/gaisan.com\/blogs\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=45"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/gaisan.com\/blogs\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=45"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/gaisan.com\/blogs\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}