Hi,
How can i exclude only 100 mail ids among 1000 ? if i run the below command i will get the 1000 mail ids. i have a list of 100 mail ids which need to be excluded
Get-Mailbox -Filter {(RecipientTypeDetails -eq 'RoomMailbox') -and (Name -notlike "*Test*")} -RecipientTypeDetails RoomMailbox -ResultSize Unlimited
Thanks in advance
Sankar M
http://messagingdevelopment.blogspot.in/
Sankar M http://messagingdevelopment.blogspot.in/