vcelestino's Posts

This definitely helps. Thanks for the recommendation. Now that you mention PowerShell, maybe even a sensor will be able to accomplish this task. This way, I can return values if it fails or succeed. ... See more...
This definitely helps. Thanks for the recommendation. Now that you mention PowerShell, maybe even a sensor will be able to accomplish this task. This way, I can return values if it fails or succeed. Something about toolsets like this, there are multiple ways to skin this cat. Cheers!
Good afternoon community. New guy here. Just reaching out to see if anyone has had experience or can even provide some good resources for SyncML XML Syntax. My challenge is to replace a registry ite... See more...
Good afternoon community. New guy here. Just reaching out to see if anyone has had experience or can even provide some good resources for SyncML XML Syntax. My challenge is to replace a registry item WebValue located at HKLM\Software\App1. I took the code from an existing profile <wap-provisioningdoc id="b046b0ed-0c4c-4161-8075-b73efa3f1053" name="customprofile">/ <characteristic type="com.airwatch.winrt.registryoperation" uuid="731b71e2-a938-4d7f-98f6-1abdca4d4b5a"> <parm RegistryPath="HKLM\SOFTWARE\App1" Action="Replace"> <Value Name="WebValue" Data="1" Type="DWORD" /> </parm> </characteristic> </wap-provisioningdoc> I can modify it ok for my needs, but just seeing if there are other sorts of resources that you've come across that can help expand my knowledge how this works. So far these have helped me: Configuration service provider reference - Windows Client Management | Microsoft Docs Understanding Windows Group Policies: VMware Workspace ONE Operational Tutorial | VMware But just seeing if there are other sources of information I may not be aware of. Thanks in advance!