Re: Help with powershell syntax

2009-01-14 Thread John Cook
You could pipe it to HTML, don't have access to it right now but Google is your friend. John W. Cook Systems Administrator Partnership For Strong Families Sent to you from my Blackberry in the Cloud - Original Message - From: Rausch, Michael D michael.rau...@nwa.com To: MS-Exchange

RE: Help with powershell syntax

2009-01-14 Thread Robinson, Chuck
] Sent: Wednesday, January 14, 2009 3:55 PM To: MS-Exchange Admin Issues Subject: Re: Help with powershell syntax You could pipe it to HTML, don't have access to it right now but Google is your friend. John W. Cook Systems Administrator Partnership For Strong Families Sent to you from my Blackberry

RE: Help with powershell syntax

2009-01-14 Thread Rausch, Michael D
That did it! Thanks much! Mike -Original Message- From: Robinson, Chuck [mailto:chuck.robin...@emc.com] Sent: Wednesday, January 14, 2009 3:07 PM To: MS-Exchange Admin Issues Subject: RE: Help with powershell syntax I quite certain the ouput is an object, so you need to replace

RE: Help with powershell syntax

2009-01-14 Thread Rausch, Michael D
...@emc.com] Sent: Wednesday, January 14, 2009 3:07 PM To: MS-Exchange Admin Issues Subject: RE: Help with powershell syntax I quite certain the ouput is an object, so you need to replace the | format table with a select statement. get-mailboxstatistics -database 'servername\storage group name

RE: Help with powershell syntax

2009-01-14 Thread Campbell, Rob
= $(get-user $mbx.distinguishedname).department} -Original Message- From: Rausch, Michael D [mailto:michael.rau...@nwa.com] Sent: Wednesday, January 14, 2009 3:57 PM To: MS-Exchange Admin Issues Subject: RE: Help with powershell syntax Ok, one more question. Get-mailboxstatistics only

RE: Help with powershell syntax

2009-01-14 Thread Robinson, Chuck
, 2009 4:57 PM To: MS-Exchange Admin Issues Subject: RE: Help with powershell syntax Ok, one more question. Get-mailboxstatistics only pulls specific mailbox information (duh). Is there any way I can get other information into the table I am creating (like Alias, Department, etc

RE: Help with powershell syntax

2009-01-14 Thread Campbell, Rob
, Chuck [mailto:chuck.robin...@emc.com] Sent: Wednesday, January 14, 2009 3:07 PM To: MS-Exchange Admin Issues Subject: RE: Help with powershell syntax I quite certain the ouput is an object, so you need to replace the | format table with a select statement. get-mailboxstatistics -database 'servername