Re: What happened to the out-excel cmdlet?
The workaround below assumes that Excel is associated with csv files on the
machine.
--
Abhishek Agrawal [MSFT]
MSH Team
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
"Abhishek Agrawal [MSFT]" <abhiag@xxxxxxxxxxxxx> wrote in message
news:OQ4VOb2JGHA.648@xxxxxxxxxxxxxxxxxxxxxxx
> out-excel was a demo cmdlet. But you can get something similar to
> out-excel by using export-csv to put the data in a file and doing an
> invoke-item on the file.
>
> MSH> get-process | export-csv process.csv ; invoke-item process.csv
>
> --
> Abhishek Agrawal [MSFT]
> MSH Team
> Microsoft Corporation
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
> "Andrew Watt [MVP]" <SVGDeveloper@xxxxxxx> wrote in message
> news:23d1u19v94tu4nsigg6ltpfm9q2gnp5pbu@xxxxxxxxxx
>>I am reasonably sure that "way back" there was a demo of an out-excel
>> (or similarly named) cmdlet.
>>
>> What happened to it? Has it been removed from Monad version 1? Or has
>> the approach been re-thought?
>>
>> Thanks
>>
>> Andrew Watt
>> MVP
>
>
.
Relevant Pages
- Re: MMS conference in San Diego
... Jeffrey Snover [MSFT] ... Microsoft Corporation ... This posting is provided "AS IS" with no warranties, ... (microsoft.public.windows.server.scripting) - Re: [MSH] get-childitem and file attributes...
... James W. Truher [MSFT] ... Monad Program Management ... Microsoft Corporation ... This posting is provided "AS IS" with no warranties, ... (microsoft.public.windows.server.scripting) - Re: How to get a list of writable files using monad
... Jeff Jones [MSFT] ... Microsoft Corporation ... This posting is provided "AS IS" with no warranties, ... "adam" wrote: ... (microsoft.public.windows.server.scripting) - Re: [msh] xml help ?
... James W. Truher [MSFT] ... Monad Program Management ... Microsoft Corporation ... This posting is provided "AS IS" with no warranties, ... (microsoft.public.windows.server.scripting) - RE: Two problems: license and burning
... Mike Poz [MSFT] ... This posting is provided "AS IS" with no warranties, and confers no rights. ... (microsoft.public.windowsmedia.player) |
|