![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest
Posts: n/a
| Last remnant of MSH naming in PowerShell 1.0? Is the namespace declaration on the helpItems element in microsoft.powershell.commands.management.dll-help.xml the last remnant of MSH naming in PowerShell? Or are there others that I haven't noticed yet? Andrew Watt MVP |
| | #2 (permalink) |
| Guest
Posts: n/a
| Re: Last remnant of MSH naming in PowerShell 1.0? >Is the namespace declaration on the helpItems element in >microsoft.powershell.commands.management.dll-help.xml the last remnant >of MSH naming in PowerShell? > >Or are there others that I haven't noticed yet? Does that mean you're actually reading that xml file? You're a braver man than I. ![]() PS>pushd $pshome PS>dir *.xml, *.ps1xml, *.txt | select-string msh Microsoft.PowerShell.Commands.Management.dll-Help.xml:3:<helpItems xmlns="http://msh" schema="maml"> Microsoft.PowerShell.Commands.Utility.dll-Help.xml:3:<helpItems xmlns="http://msh" schema="maml"> Microsoft.PowerShell.ConsoleHost.dll-Help.xml:3:<helpItems xmlns="http://msh" schema="maml"> Microsoft.PowerShell.Security.dll-Help.xml:3:<helpItems xmlns="http://msh" schema="maml"> System.Management.Automation.dll-Help.xml:3:<helpItems xmlns="http://msh" schema="maml"> PowerShellCore.format.ps1xml:523: <Name>MshSignature</Name> PowerShellCore.format.ps1xml:525: <TypeName>System.Management.Automation.MshSignature</TypeName> PowerShellCore.format.ps1xml:979: <Name>System.Management.Automation.MshSignature</Name> PowerShellCore.format.ps1xml:981: <TypeName>System.Management.Automation.MshSignature</TypeName> These should be fixed. Please open bugs on any instances of MSH you find. Thank you. "Andrew Watt [MVP]" <SVGDeveloper@aol.com> wrote in message news:0j9ml2lk0giaqq5rtvskja6e6el8t0drn6@4ax.com... > Is the namespace declaration on the helpItems element in > microsoft.powershell.commands.management.dll-help.xml the last remnant > of MSH naming in PowerShell? > > Or are there others that I haven't noticed yet? > > Andrew Watt MVP |
| | #3 (permalink) |
| Guest
Posts: n/a
| Re: Last remnant of MSH naming in PowerShell 1.0? I'm quite comfortable (sometimes) reading XML. ![]() Bug posted: https://connect.microsoft.com/feedba...8424&SiteID=99 Andrew Watt MVP On Wed, 15 Nov 2006 12:01:23 -0800, "Marcel J. Ortiz [MSFT]" <mosoto@online.microsoft.com> wrote: >Does that mean you're actually reading that xml file? You're a braver man >than I. ![]() > >PS>pushd $pshome >PS>dir *.xml, *.ps1xml, *.txt | select-string msh > >Microsoft.PowerShell.Commands.Management.dll-Help.xml:3:<helpItems >xmlns="http://msh" schema="maml"> >Microsoft.PowerShell.Commands.Utility.dll-Help.xml:3:<helpItems >xmlns="http://msh" schema="maml"> >Microsoft.PowerShell.ConsoleHost.dll-Help.xml:3:<helpItems >xmlns="http://msh" schema="maml"> >Microsoft.PowerShell.Security.dll-Help.xml:3:<helpItems xmlns="http://msh" >schema="maml"> >System.Management.Automation.dll-Help.xml:3:<helpItems xmlns="http://msh" >schema="maml"> >PowerShellCore.format.ps1xml:523: <Name>MshSignature</Name> >PowerShellCore.format.ps1xml:525: ><TypeName>System.Management.Automation.MshSignature</TypeName> >PowerShellCore.format.ps1xml:979: ><Name>System.Management.Automation.MshSignature</Name> >PowerShellCore.format.ps1xml:981: ><TypeName>System.Management.Automation.MshSignature</TypeName> > > >These should be fixed. Please open bugs on any instances of MSH you find. >Thank you. > > > > > >"Andrew Watt [MVP]" <SVGDeveloper@aol.com> wrote in message >news:0j9ml2lk0giaqq5rtvskja6e6el8t0drn6@4ax.com... >> Is the namespace declaration on the helpItems element in >> microsoft.powershell.commands.management.dll-help.xml the last remnant >> of MSH naming in PowerShell? >> >> Or are there others that I haven't noticed yet? >> >> Andrew Watt MVP > |
| | #4 (permalink) |
| Guest
Posts: n/a
| Re: Last remnant of MSH naming in PowerShell 1.0? Based on his buggage, I believe that Andrew reads the binary. The XML is just for entertainment. ![]() "Andrew Watt [MVP]" <SVGDeveloper@aol.com> wrote in message news:mg3ol25h08pjnqvchj3s46mvf4ah896ab9@4ax.com... > I'm quite comfortable (sometimes) reading XML. ![]() > > Bug posted: > https://connect.microsoft.com/feedba...8424&SiteID=99 > > Andrew Watt MVP > > On Wed, 15 Nov 2006 12:01:23 -0800, "Marcel J. Ortiz [MSFT]" > <mosoto@online.microsoft.com> wrote: > >>Does that mean you're actually reading that xml file? You're a braver man >>than I. ![]() >> >>PS>pushd $pshome >>PS>dir *.xml, *.ps1xml, *.txt | select-string msh >> >>Microsoft.PowerShell.Commands.Management.dll-Help.xml:3:<helpItems >>xmlns="http://msh" schema="maml"> >>Microsoft.PowerShell.Commands.Utility.dll-Help.xml:3:<helpItems >>xmlns="http://msh" schema="maml"> >>Microsoft.PowerShell.ConsoleHost.dll-Help.xml:3:<helpItems >>xmlns="http://msh" schema="maml"> >>Microsoft.PowerShell.Security.dll-Help.xml:3:<helpItems xmlns="http://msh" >>schema="maml"> >>System.Management.Automation.dll-Help.xml:3:<helpItems xmlns="http://msh" >>schema="maml"> >>PowerShellCore.format.ps1xml:523: <Name>MshSignature</Name> >>PowerShellCore.format.ps1xml:525: >><TypeName>System.Management.Automation.MshSignature</TypeName> >>PowerShellCore.format.ps1xml:979: >><Name>System.Management.Automation.MshSignature</Name> >>PowerShellCore.format.ps1xml:981: >><TypeName>System.Management.Automation.MshSignature</TypeName> >> >> >>These should be fixed. Please open bugs on any instances of MSH you find. >>Thank you. >> >> >> >> >> >>"Andrew Watt [MVP]" <SVGDeveloper@aol.com> wrote in message >>news:0j9ml2lk0giaqq5rtvskja6e6el8t0drn6@4ax.com... >>> Is the namespace declaration on the helpItems element in >>> microsoft.powershell.commands.management.dll-help.xml the last remnant >>> of MSH naming in PowerShell? >>> >>> Or are there others that I haven't noticed yet? >>> >>> Andrew Watt MVP >> |
| |
| |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Naming Folders | Sara V. in Phoenix | Vista file management | 4 | 07-05-2008 09:28 PM |
| OK, Naming my computer.. HELP!! | xguntherc | General Discussion | 16 | 05-24-2008 10:13 PM |
| NEW FOLDERS AUTOMATICALLY NAMING THEMSELVES | Alain Miller (Trinidad) | Vista performance & maintenance | 4 | 10-24-2007 09:05 AM |
| RC2 - Doc bug or file naming issue? | Andrew Watt [MVP] | PowerShell | 1 | 10-12-2006 10:25 AM |
| Naming a file with only an extension and no name | cynistersix | Vista General | 1 | 06-13-2006 06:20 PM |