Distributed Component Object Model (DCOM)
DCOM
Various technique:
The Microsoft Component Object Model (COM) is a system for creating software components that interact with each other. While COM was created for either same-process or cross-process interaction, it was extended to the Distributed Component Object Model (DCOM) for interaction between multiple computers over a network.
The MMC Application Class allows the creation of Application Objects, which expose the ExecuteShellCommand method under the Document.ActiveView property. As its name suggests, this method allows the execution of any shell command as long as the authenticated user is authorized, which is the default for local administrators.
a
Last updated