![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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 Specs![]() |
![]() |
| Thread Tools | |
| |