Office C2R - Set Channel
Summary
This script will modify the registry to set the Update Channel for Microsoft 365 products to the value specified in the runtime variable. It will then update the result into the custom field accordingly.
Accepted Values for the variable:
- Beta Channel
- Current Channel
- Monthly Enterprise Channel
- Semi-Annual Enterprise Channel
- None
Dependencies
- PowerShell 5.0+
SetMicrosoftC2RChannel.ps1- Custom Field - cPVAL Office Channel Status
- Solution - Microsoft365 Click-to-Run Solution
Implementation
-
Export the agent procedure from ProVal's VSA RMM instance.
Name:Office C2R - Set Channel
The export will download the necessary XML file. -
Import this XML file into the partner's VSA RMM instance.
-
Export the
SetMicrosoftC2RChannel.ps1from the ProVal's Internal VSA. This is also placed under the below path:
Manage Files>Shared Files>PVAL>SetMicrosoftC2RChannel.ps1 -
Map the
SetMicrosoftC2RChannel.ps1into the 12th step of the script in the client's environment.

-
Execute the agent procedure in the partner's VSA RMM and put the channel details that you want to set:

-
After execution, the script validates the device’s channel status and updates the associated custom field accordingly.
Output
- Agent procedure log
Changelog
2026-03-11
- Initial version of the document