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

directory stack

After enabling Windows Server 2012 R2 DHCP Failover Getting Packet dropped because of Client ID hash mismatch

WMI Repository 4GB limit - Win 2003 Ent Question