Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - doc bug: get-content -Delimiter

Reply
 
Old 05-29-2007   #1 (permalink)
Jeremy Pack


 
 

doc bug: get-content -Delimiter

CWhile I'm here as I can't log bugs with Powershell though connect. Please
could somebody log that:
the -delimiter of get-content is not documented:

does not appear in the help:

SYNTAX
Get-Content [-path] <string[]> [-totalCount <long>] [-readCount <long>]
[-include <string[]>] [-exclude <string[]>]
[-filter <string>] [-force] [-credential <PSCredential>] [-encoding
{<Unknown> | <String> | <Unicode> | <Byte> | <
BigEndianUnicode> | <UTF8> | <UTF7> | <Ascii>}] [<CommonParameters>]

Get-Content [-literalPath] <string[]> [-totalCount <long>] [-readCount
<long>] [-include <string[]>] [-exclude <str
ing[]>] [-filter <string>] [-force] [-credential <PSCredential>]
[-encoding {<Unknown> | <String> | <Unicode> | <By
te> | <BigEndianUnicode> | <UTF8> | <UTF7> | <Ascii>}]
[<CommonParameters>]

:J

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/communities...ows.powershell

My System SpecsSystem Spec
Old 05-30-2007   #2 (permalink)
Nigel Sharples


 
 

Re: doc bug: get-content -Delimiter

The -delimiter parameter is a dynamic parameter for the filesystem provider.

type 'get-help filesystem' to see filesystem provider help.

Regards,

--
Nigel Sharples [MSFT]
Windows PowerShell
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.

"Jeremy Pack" <JeremyPack@discussions.microsoft.com> wrote in message
news:24431FEF-2152-4611-A5DC-F3FD292AFAC9@microsoft.com...
> CWhile I'm here as I can't log bugs with Powershell though connect. Please
> could somebody log that:
> the -delimiter of get-content is not documented:
>
> does not appear in the help:
>
> SYNTAX
> Get-Content [-path] <string[]> [-totalCount <long>] [-readCount <long>]
> [-include <string[]>] [-exclude <string[]>]
> [-filter <string>] [-force] [-credential <PSCredential>] [-encoding
> {<Unknown> | <String> | <Unicode> | <Byte> | <
> BigEndianUnicode> | <UTF8> | <UTF7> | <Ascii>}] [<CommonParameters>]
>
> Get-Content [-literalPath] <string[]> [-totalCount <long>] [-readCount
> <long>] [-include <string[]>] [-exclude <str
> ing[]>] [-filter <string>] [-force] [-credential <PSCredential>]
> [-encoding {<Unknown> | <String> | <Unicode> | <By
> te> | <BigEndianUnicode> | <UTF8> | <UTF7> | <Ascii>}]
> [<CommonParameters>]
>
> :J
>
> ----------------
> This post is a suggestion for Microsoft, and Microsoft responds to the
> suggestions with the most votes. To vote for this suggestion, click the "I
> Agree" button in the message pane. If you do not see the button, follow
> this
> link to open the suggestion in the Microsoft Web-based Newsreader and then
> click "I Agree" in the message pane.
>
> http://www.microsoft.com/communities...ows.powershell


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
top posting and sig delimiter Vista mail
Set-Content not updating file after get-content and forEach-Object PowerShell
EMC and Microsoft Form New Enterprise Content Management Alliance, Extend Microsoft Office SharePoint Server With Content, Compliance and Archive Solutions Vista News
Issue: getting/setting variable content using Get/Set-Content PowerShell
Weirdness with get-content | replace | set-content - file content is deleted!! PowerShell


Vista Forums 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 Ltd

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