DCOM
Distributed Component Object Model (DCOM) is a Microsoft technology that allows software components to communicate over a network, enabling remote procedure calls.
The following PowerShell code uses DCOM to create an instance of the Microsoft Management Console (MMC) on a remote machine and executes a PowerShell command payload through the MMC's shell command interface.
Last updated