How to search notes deleted in Exchange 2016

 

If the notes disappear from your outlook and you can’t find them, execute the follow command in Exchange Power Shell:
 
PS C:\> Search-Mailbox agonzalez -SearchQuery kind:Notes -TargetMailbox “Support” -TargetFolder “Recover” -LogLevel full -LogOnly
The switch –logonly means you are not going to copy the information, only you want to know if the notes are in the mailbox. You will have a result something like this:
 
ResultItemsCount : 134
Then you can remove the –logonly switch and copy the information to the target folder:
 
PS C:\> Search-Mailbox agonzalez -SearchQuery kind:Notes -TargetMailbox “Support” -TargetFolder “Recover” -LogLevel full 
In this case I used the support mailbox creating a new folder called Recover where I will copy the information from agonzalez.

 

Advertisement

Error in skype for business “Create skype meeting failed. Please make sure that Skype for Business is running and signed-in and try again”

Error in Skype for business “Create Skype meeting failed. Please make sure that Skype for Business is running and signed-in and try again”
I saw an error when a user with outlook 2016 and windows 10 tried to create a Skype meeting and this message error showed up.

After check the policies configured for this user in the server, I thought it was an outlook issue related, because all policies were configured correctly.

My Troubleshooting was:
  • The first step check the Add in in outlook and verify if it was enabled. The add in was already enabled and the issue persists.
  • The second was recreate outlook and Skype profiles but the problem still was there.

As the user has two pools in Skype, I moved the user to the second pool and it solved the problem.

Now the user is able to create Skype meetings from outlook.

I hope this information helps.