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.
- blue-manFeb 15, 2018Iron ContributorHi Chris, yes found that in my research thanks. Is there no way to sync our policies from our local server to O365? I would prefer the local deployment to be authoritive and any changes we make there to flow up to O365, or is the only way to change the policy directly in O365?
- 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 : )