Mar 08 2021 12:11 PM
Sorry if this is a dumb question but XML is new to me and not having much luck with this one item. I'm looking to configure oma-uri for Zoom Client for Meetings. I was able to Ingest the admx file and create additional OMA-URI. However I'm not having much luck with ones including a URL.
from the admx file
</policy>
<policy name="ForceSSOURL_Policy" class="Machine" displayName="$(string.ForceSSOURL_Policy)" explainText="$(string.ForceSSOURL_Explain)" presentation="$(presentation.ForceSSOURL_Policy)" key="Software\Policies\Zoom\Zoom Meetings\General">
<parentCategory ref="zoomgeneral" />
<supportedOn ref="SUPPORTED_WINXPSP2" />
<elements>
<text id="ForceSSOURL_Part" valueName="ForceSSOURL" />
</elements>
</policy>
In Intune I created the OMA-URI
./Device/Vendor/MSFT/Policy/Config/CustomZoomADMX~Policy~ZoomUsCommunication~zoomgeneral/ForceSSOURL
However, no matter what I enter in the data field, fails remediation when the policy is applied to the devices. My other custom oma-uri for zoom work fine however all I had to do for those was enter <enabled/> in the data field.
Same results when I try SetSSOURL.
Any guidance is greatly appreciated.
Jim
Jul 27 2021 03:15 AM
Here's the string value that's needed... I used the User policy and it works for us.
<enabled/>
<data id="ForceSSOURL_Part" value="https://yourvanityurl.zoom.us"/>