endpoint help
Returns help information about the endpoint object and its operations. The syntax is:
endpoint help [operation | -verbose]
Option
-verbose Displays information about the endpoint object.
Description Used without an argument or option, the endpoint help command returns brief information about each endpoint operation.
The optional operation argument is the name of an operation (create, delete, or show,) about which you want detailed information.
Alternatively, you can use the -verbose option for more detailed information about the endpoint object itself.
Privileges Required No special privileges are needed to use the endpoint help command.
Examples
dcecp> endpoint help create Creates RPC Endpoints for the specified interface. delete Deletes a set of RPC endpoints.
show Returns the RPC endpoints for a specified interface. help Prints a summary of command-line options. operations
Returns a list of the valid operations for this command. dcecp>
|