Hello,
I am trying to search for a string in an output command.In Exchange, I am finding if I find a username in a result of Get-MailBoxPermission.
This is the command I run (but not work)
Powershell
Get-MailboxPermission-IdentityuserA@mycompany.com|Select-String-Pattern"userB"I am sure it is possible, and that I am not using the correct command.
Can someone help me on this?