remove Asymmetric Binding
Use this command to remove the Asymmetric Binding configuration. It has the same parameters as the get Asymmetric Binding command:
CentraSiteCommand remove Asymmetric Binding
[-url <CENTRASITE-URL>]
-user <USER-ID>
-password <PASSWORD>
The following table describes the complete set of input parameters that you can use with the remove Asymmetric Binding utility:
Input Parameter | Description |
-url | The fully qualified URL (http://localhost:53307/CentraSite/CentraSite) for the CentraSite registry/repository. |
-user | The user ID of a user who has the CentraSite Administrator role. |
-password | The password of the user identified by the parameter -user. |
For example (all in one line):
CentraSiteCommand remove Asymmetric Binding
[-url "http://localhost:53307/CentraSite/CentraSite"] -user "Administrator"
-password "manage"