interface IADsComputerOperations: IDispatch
{
// Methods.
HRESULT Shutdown ([in]boolean bReboot);
};
Method | Syntax | Description |
ShutDown | Method | Causes the machine to be shut down. If bReboot is TRUE, then the machine will reboot after shutting down. |