Question : Extract Full Information from Exchange PowerShell

Hi All,

I'm hoping this is nice and easy!

I'm trying to extract infromation from Exchange PowerShell to a text file. All working fine, but some information is ending in ... (dot dot dot).

How can I get it to show me everything without having the dots?

Many thanks,

Pete

Answer : Extract Full Information from Exchange PowerShell


Export-CSV is very useful for this kind of thing (as you can open the output in Excel):

| Export-CSV "SomeFile.csv"

There's also Format-Table, Format-List and Format-Wide which can be used to output as text, and ConvertTo-Html can be used if you want a tabular view. It all depends on what you'd like to see.

Chris
Random Solutions  
 
programming4us programming4us