Friends,
I try to find a way to automate the sql61props via Rest API or Powershell modules. Does anyone has experience with this? My goal is to remove the MSSQL Credentials (Impersonate Users) or replace by dummy and to disable overrideHigherLevelSettings per Client as this is now managed at Server Group.
I tried to use Get-CVClient, update $_.pseudoClientInfo.idaInfo.sql61Prop as how I want to have it and post this via Set-CVClient. The answer is that it is successful, but nothing is changed.
I also tried to update the settings directly via Submit-CVRESTRequest with the result; answer like succesful, but nothing done.
I was looking at sending an XML to send the update, but I can’t find the parameters.
Can anyone help me with this?
Thanks in advance,
Maurice