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

doc bug: get-content -Delimiter

Closed Thread
 
Thread Tools Display Modes
Old 05-29-2007   #1 (permalink)
Jeremy Pack
Guest


 

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
Old 05-30-2007   #2 (permalink)
Nigel Sharples
Guest


 

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


Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
top posting and sig delimiter Terry R. Vista mail 8 06-26-2007 07:36 PM
Set-Content not updating file after get-content and forEach-Object Tolli PowerShell 1 06-14-2007 09:01 PM
EMC and Microsoft Form New Enterprise Content Management Alliance, Extend Microsoft Office SharePoint Server With Content, Compliance and Archive Solutions z3r010 Vista News 0 10-03-2006 08:04 AM
Issue: getting/setting variable content using Get/Set-Content =?Utf-8?B?Um9tYW4gS3V6bWlu?= PowerShell 1 09-23-2006 04:09 AM
Weirdness with get-content | replace | set-content - file content is deleted!! Andrew Watt [MVP] PowerShell 4 05-23-2006 05:59 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 50