Hey Everyone:
In my environment, although technically we are a hybrid Exchange environment, all user mailboxes are in Exchange Online and we have a pure O365 Skype for Business deployment. How do I go about enabling Skype for Business conversation archiving to my users'
Exchange Online mailboxes?
In my previous company, I configured and managed a purely on-premise Exchange 2013 and Skype for Business 2015 Enterprise deployment. Once I configured Skype for Business integration with Exchange 2013, I was able to take a user that I wanted to turn Skype
conversation archiving on for and do a Set-CsUser username -ExchangeArchivingPolicy ArchivingToExchange and it would start placing the conversation histories in the users' Purges folder in their mailboxes. (We didn't have the space to turn on any sort of hold
on the mailboxes so I had to just enable the Skype archiving separately)
Here's my issue. When I connect to Skype for Business Online powershell and run
Get-CsOnlineUser USERNAME | Set-CsUser -ExchangeArchivingPolicy archivingtoexchange
I get
Unable to set "ExchangeArchivingPolicy". This parameter is restricted within Remote Tenant PowerShell.
+ CategoryInfo : InvalidArgument: (:) [Set-CsUser], ManagementException
+ FullyQualifiedErrorId : ExchangeArchivingPolicy,Microsoft.Rtc.Management.AD.Cmdlets.SetOcsUserCmdlet
+ PSComputerName : admin1a.online.lync.com
This sounds like this command is restricted in Office 365 and I cannot configure archiving this way. But there must be a way to turn archiving on for Exchange Online + Skype Online. I seem to remember reading a while back that Skype Online will follow
your mailbox's hold settings (If you have In-Place Hold enabled, Skype knows to Archive conversations to it automatically from what I remember reading).
Is this correct? And if this is correct, will this also work with litigation hold or does it have to be an in-Place hold?
We have been considering turning litigation hold on for all users across the board so this would be the most convenient method. If it has to be an in-place hold, how do I have to set the hold up to get Skype to recognize it?
Thanks ahead of time everyone