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

some help on Event 540

WMI Repository 4GB limit - Win 2003 Ent Question

Event ID 1302 (error 1307) DFS replication service encountered an error while writing to the debug log file