Get User Information by batch number


how can user info batch number

i had tried not work

get-mailbox -identity costomeattribute2 "1234"



ilyas mohammed

hi,

you can use  "-filter" parameter or "where-object" cmdlet

get-mailbox -filter {customattribute2 -eq "1234"}  or  get-mailbox | where{$_.customattribute2 -eq "1234"}

regards,



Windows Server  >  Windows PowerShell



Comments

Popular posts from this blog

WMI Repository 4GB limit - Win 2003 Ent Question

Round Robin is killing performance on our network

Change home folder default permission?