Forum Discussion
Office365 - Conversation History
- Feb 15, 2018
Hi Craig, you will need to modify the existing SfBO Client Policy that is assigned to that user, or create a new SfBO Client Policy and assign it to that user (performed through PowerShell).
The two settings you need to set within that client policy are;
1.) EnableCallLogAutoArchive $False
2.) EnableIMAutoArchive $False
Both of these are enabled by default in the SfBO default Client Policy, but changing them to false will fix your problem.
Kind regards
Ben
When connected to Skype for Business Online trough PowerShell you could use this:
https://docs.microsoft.com/en-us/powershell/module/skype/set-csclientpolicy?view=skype-ps
Let me know if you need any more explanation.
- Ben DonaldsonFeb 16, 2018Iron Contributor
You'll need to manage the policy directly in O365 I'm afraid blue-man. Client policies are relative to where the user is homed, so on-premises client policies can't be applied to users that are homed in SfBO.
Kind regards
Ben- blue-manFeb 16, 2018Iron Contributor
Thank you Ben and I made sure I got your name right this time : )
- Ben DonaldsonFeb 16, 2018Iron Contributor
No problem... sorry it's resulted in more work!