Answered How to modify RTC db by using powershell

  • Freitag, 9. März 2012 00:08
     
      Enthält Code

    Hi all,

    I need to modify some parameters into SQL db ( RTC ) of users. More in depth i need to add some code into users.

    Let me explain: by using "dbimpexp.exe" tool I have exported a xml file configuration regarding a user. Now i would like to add this part of code:

    <Publication CategoryName="userProperties" InstanceNum="83452" Version="1" LastPubTime="2012-03-08T23:17:00.043" PrevPubTime="2012-03-08T19:32:30.997">
    <Data>
    <CampOn>allow</CampOn>
    </Data>
    </Publication>

    After added this code i can import xml file by using "dbimpexp.exe" again.

    So my question is: Is there a way, for instance using lync powershell, to add this part of code, without exporting and importing XML file?

    Regards. 

Alle Antworten