Is there a powershell or simple method to fully deactivate sync projects programiically? Setting the dprshell.isFinalized value in the database isn't enough.

Is there a powershell or simple method to fully deactivate sync projects programiically?  Setting the dprshell.isFinalized value in the database isn't enough.  Thanks

OIM 9.1.1 (soon to be 9.2.1)

Parents
  • I also couldn't find a command-line option or vb method to de-/activate sync projects.

    Looks like there is more at play here then just changing the dprshell.isFinalized.
    The setting of dprshell.ShadowCopyMode and the removal/restore of dprshell.ShadowCopy are also involved in the procedure.

    Seems to me that there is a valid use case for having this: a command-line option or vb method to de-/activate sync projects.

    Maybe someone from Quest can shed some light on this?

    Regards,
    Niels

Reply
  • I also couldn't find a command-line option or vb method to de-/activate sync projects.

    Looks like there is more at play here then just changing the dprshell.isFinalized.
    The setting of dprshell.ShadowCopyMode and the removal/restore of dprshell.ShadowCopy are also involved in the procedure.

    Seems to me that there is a valid use case for having this: a command-line option or vb method to de-/activate sync projects.

    Maybe someone from Quest can shed some light on this?

    Regards,
    Niels

Children