Search

  • Re: Get-mailbox and Pipe

    Hi, Thanks for your answer. Your outputs looks to be OK. I can give the next example, where you can see my problem: PS C:\SCRIPTS\ps> "*test*" | Get-Mailbox -filter { emailaddresses -like $_ } |select name,emailaddresses |ft -autosize Name EmailAddresses ---- -------------- ELC Test {SMTP:test.elc@skoda.cz, X400:C=us;A= ;P=SKODA;O=Exchange;S=ELC;G=Test;} User Testovaci {X400:C=us;A= ;P=SKODA;O=Exchange;S=User;G=Testovaci;, SMTP:test.user@skoda.cz} Vag Test {SMTP:test.vag@skoda.cz, X400
    Posted to PowerShell for Exchange (Forum) by jan.bezdek on 03-09-2012
  • Get-mailbox and Pipe

    Hello, Why the following cmd-lets return the different results? I expected the same output. "*info*" | Get-Mailbox -filter { emailaddresses -like $_ } |select name,emailaddresses |ft -autosize Name EmailAddresses ---- -------------- Sys_ucet_sluzeb {SMTP:sysinfo@skoda.cz, X400:C=us;A= ;P=SKODA;O=Exchange;S=sysinfo;} Get-Mailbox -filter { emailaddresses -like "*info*" } |select name,emailaddresses |ft -autosize Name EmailAddresses ---- -------------- Sys_ucet_sluzeb {SMTP:sysinfo
    Posted to PowerShell for Exchange (Forum) by jan.bezdek on 09-12-2011
Page 1 of 1 (2 items) | RSS | More Search Options
Copyright 2012 PowerShell.com. All rights reserved.