This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C# equivalent of Deprovision-QADUser

is there an equivalent Deprovision-QADUser in C#.?

 

Parents
  • Just to add to Shawn's comment...

    Note the way the object bind is prefixed - with "EDMS://"

    This indicates that you are binding to the object by way of the ARS server (and in doing so, getting access to the ARS virtual schema).  In order for this to work, you need to make sure you have the ARS ADSI Provider installed on the machine where you execute this code (that is if you are not running it on the ARS server itself).

Reply
  • Just to add to Shawn's comment...

    Note the way the object bind is prefixed - with "EDMS://"

    This indicates that you are binding to the object by way of the ARS server (and in doing so, getting access to the ARS virtual schema).  In order for this to work, you need to make sure you have the ARS ADSI Provider installed on the machine where you execute this code (that is if you are not running it on the ARS server itself).

Children
No Data