Hi, have a problem with output of Get-AgentLog cmdlet. In the row "Recipients", I can't visualize all multiple recipients present in MSGTRK2008xxxxx-x.LOG. Instead I receive some recipients continuations from ...} I'd like visualize all recipients, not ...} Is there someone that can help me? Thank's a lot Sergio
Are you talking about Get-Messagetrackinglogs or Get-Agentlog? I think Get-Agentlog displays them by default but you should be able to do a select or a format-list. Get-AgentLog | select P1FromAddress,Recipients Get-Messagetrackinglog | select messagesubject,recipients "Minniti Sergio" wrote: > Hi, have a problem with output of Get-AgentLog cmdlet. > In the row "Recipients", I can't visualize all multiple recipients present > in MSGTRK2008xxxxx-x.LOG. Instead I receive some recipients continuations > from ...} > I'd like visualize all recipients, not ...} > Is there someone that can help me? > > Thank's a lot > > Sergio