<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Borrowing from Windows Explorer in PowerShell part 2: extended properties</title><link>http://blogs.technet.com/b/jamesone/archive/2008/12/09/borrowing-from-windows-explorer-in-powershell-part-2-extended-properties.aspx</link><description>When I stated looking at what could be done using explorer objects from PowerShell I “discovered” the extended properties. This vary between operating systems, before Windows 2000 the set was pretty rudimentary, XP and Server 2003 had quite an extensive</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Get-ProgID</title><link>http://blogs.technet.com/b/jamesone/archive/2008/12/09/borrowing-from-windows-explorer-in-powershell-part-2-extended-properties.aspx#3216340</link><pubDate>Sun, 22 Mar 2009 03:28:35 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3216340</guid><dc:creator>PowerShell Team Blog (external)</dc:creator><description>&lt;p&gt;The other day, a friend over in Microsoft Research wanted to figure out how to get out the width and&lt;/p&gt;
&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3216340" width="1" height="1"&gt;</description></item><item><title>re: Borrowing from Windows Explorer in PowerShell part 2: extended properties</title><link>http://blogs.technet.com/b/jamesone/archive/2008/12/09/borrowing-from-windows-explorer-in-powershell-part-2-extended-properties.aspx#3167099</link><pubDate>Thu, 11 Dec 2008 19:50:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3167099</guid><dc:creator>Martin Stein (alsoknownas[a_t]l1ve[d_o_t]c0m)</dc:creator><description>&lt;p&gt;James, this is an interesting post. I caught this as a newb, looking for tips on setting up Vista within Hyper-V. &lt;/p&gt;
&lt;p&gt;The other easier way to get to many of these &amp;quot;extended properties&amp;quot; is to open Windows Explorer, right-click on any sorting bar, and select &amp;quot;More.&amp;quot; You'll see a lengthy checklist of the Explorer properties available for display. F-Stop, Exposure Time, and so on can all be displayed without having to run it through PowerShell. The only hitch, of course, is the way that Vista's folder templates tend to corrupt themselves and become unstable. (If you want me to add a comment about how to fix that problem, I think I have finally found a good solution.)&lt;/p&gt;
&lt;p&gt;Since it's rare to have this discussion, however, let me offer a potentially powerful direction for the Properties features to evolve for Windows 7. If you know anyone on the Windows Explorer, Windows 7, or PowerShell teams, I'd be grateful if you could pass this along. Here it is:&lt;/p&gt;
&lt;p&gt;MAKE THE WINDOWS EXPLORER 'COMMENTS' FIELD INTO AN ALTERNATE 'TITLING' SYSTEM FOR FILES&lt;/p&gt;
&lt;p&gt;For writers and researchers, the major drawback of File Titles is that the user must always drop 2/3 of the most important semantic data. What do I mean by this?&lt;/p&gt;
&lt;p&gt;Think about what happens when you download a document (or any file). You tend to retitle anything important so you can find it and recognize it again later. You develop your own personal system for handling the semantics of the file name, and it's usually at odds with the way previous users handled the file's semantics. The file title you choose can usually only designate one of three things: 1) the title of the file as downloaded, or 2) the official plain English file name (if it's a document), or 3) the semantic meaning that file's contents have to you -- but the Title can't handle all of these at once. By dropping 2/3 of the relevant information, the user has a much harder time locating vaguely-remembered files, even by searches, when someone else refers you back to them.&lt;/p&gt;
&lt;p&gt;Practical example: A user retitles a found document using constructs most useful to him/her. But when the user comes across that document again in a literature review, the footnotes reference that document by the official title, which the user has decided to discard. It becomes a labor-intensive process to find where the referenced document is stored, and requires an unnecessary resort to a desktop search. Note also: Tags aren't sufficient to distinguish the document from others. It requires a semantically unique designation.&lt;/p&gt;
&lt;p&gt;Now, there IS a Comments Property under NT6, which in theory should be a place for an alternate Title, but there are serious limitations. If you've ever displayed the Comments field, you'll notice immediately that Comments can't be added to several file types: HTM and MHT files, for instance. (Think about all the tutorials or online articles you've downloaded as MHTs or HTMs for future reference. Wouldn't it be nice to have that Comments field available for them?)&lt;/p&gt;
&lt;p&gt;The solution has two parts.&lt;/p&gt;
&lt;p&gt;1. EXTENDED EDITING FIELDS FOR PROPERTIES&lt;/p&gt;
&lt;p&gt;This is the logical equivalent of supplying ALL file types with their own &amp;quot;thumbnail image.&amp;quot;&lt;/p&gt;
&lt;p&gt;If we were to refine Windows Explorer, we'd add an additional editing field (like a thumbnail display) in the info margin below the Explorer window. Or, you'd want an additional place to add Properties when right-clicking file Properties (which opens an extended Properties box), or both.&lt;/p&gt;
&lt;p&gt;Ideally, Properties would be able to store several useful pieces of information beyond a single Title: 1) TAGS&lt;/p&gt;
&lt;p&gt;2) ORIGINAL TITLE (The file's original title as collected)&lt;/p&gt;
&lt;p&gt;3) OFFICIAL TITLE (The file's official name -- which in many cases is very different from the first)&lt;/p&gt;
&lt;p&gt;4) RELEVANCE FIELD 1, RELEVANCE FIELD 2 (The unique semantic description a user wants to add. It can be as verbose as the user wishes. (Relevance 1: &amp;quot;Factors mitigating against Gonzales' impeachment.&amp;quot; Relevance 2: &amp;quot;2007-04-11.&amp;quot;))&lt;/p&gt;
&lt;p&gt;One other nice touch would be: If the Explorer window's lower margin does not show these granular semantic properties fields, then they should be viewable on the TOOLTIP. The semantic info added to the ToolTip could be significantly larger, and cloud the cursor's movement. Hence, there would have to be a step between hovering over the file and displaying the granular version of the ToolTip: Hence, using WINDOW KEY + CLICK.&lt;/p&gt;
&lt;p&gt;2. GIVE USERS A SEARCH INTERFACE THAT ALLOWS THEM TO SORT / SEARCH BY ANY SEMANTIC PROPERTY, NOT JUST THE TITLE.&lt;/p&gt;
&lt;p&gt;For instance, search by any of the above fields, be it Title, Tags or Relevance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3167099" width="1" height="1"&gt;</description></item><item><title>windows 2003 time server | Digg hot tags</title><link>http://blogs.technet.com/b/jamesone/archive/2008/12/09/borrowing-from-windows-explorer-in-powershell-part-2-extended-properties.aspx#3166018</link><pubDate>Wed, 10 Dec 2008 04:09:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3166018</guid><dc:creator>windows 2003 time server | Digg hot tags</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://diggffxi.info/tags/103/200812/windows-2003-time-server.html"&gt;http://diggffxi.info/tags/103/200812/windows-2003-time-server.html&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3166018" width="1" height="1"&gt;</description></item></channel></rss>