当时新建了一个地址列表 忘了前面加*号了 导致搜不到需要的人员
New-AddressList -Name haha-财务部门 -Container '\haha\部门\' -RecipientFilter {((RecipientType -eq 'UserMailbox') -and (Department -like 'F1*'))}
现在想修改为
New-AddressList -Name haha-财务部门 -Container '\haha\部门\' -RecipientFilter {((RecipientType -eq 'UserMailbox') -and (Department -like '*F1*'))}
图形界面修改不了 请问下用什么命令 谢谢