Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

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.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

Last remnant of MSH naming in PowerShell 1.0?

Closed Thread
 
Thread Tools Display Modes
Old 11-15-2006   #1 (permalink)
Andrew Watt [MVP]
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
 
Old 11-15-2006   #2 (permalink)
Marcel J. Ortiz [MSFT]
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



 
Old 11-16-2006   #3 (permalink)
Andrew Watt [MVP]
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

>

 
Old 11-17-2006   #4 (permalink)
Alex K. Angelopoulos [MVP]
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

>>



 
 
Closed Thread

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








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49