Office 365 Channel
Question
Changing the Office 365 update channel through Configuration base will work? as Microsoft blog says it has to be done through Office Deployment Tool or GPO.
solved
0
Configuration Manager
10 months
2020-04-26T15:49:13+05:30
2020-04-26T15:49:13+05:30 3 Answers
113 views
Beginner 0
Answers ( 3 )
I think Sharad explained it well
How to Change Office 365 Update Channel with SCCM Run Script – https://www.anoopcnair.com/change-office-365-update-channel-using-sccm/
Have you already tried that?
I went through the SCCM Run Script it updates the value of CDNBaseUrl
However in our environment Test machines will be frequently changing the channel hence we want it to do it through Configuration baseline, so that machine itself can get compliant.
We have created the baseline and it also updates the value of CDNBaseUrl, I would like to know if Office update will consider it?
Basically you are using the same logic in scripts as well as in CI… isn’t it? If the script is working then your method also should also work.
I will let you test and let us know.