GetServerServiceDetail method of the MSFT_ServerManagerTasks class

Retrieves the details of the specified Win32 services on the managed node.

Syntax

uint32 GetServerServiceDetail(
  [in]  string                   Services[],
  [in]  uint32                   BatchSize,
  [out] MSFT_ServerServiceDetail cmdletOutput[]
);

Parameters

Services [in]

The list of services to query on the managed node.

BatchSize [in]

The batch size for streamed results.

cmdletOutput [out]

An array of embedded MSFT_ServerServiceDetail instances that represent the details regarding the list of Win32 services selected from server.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Windows\ServerManager
MOF
MgmtProvider.mof
DLL
MgmtProvider.dll

See also

MSFT_ServerManagerTasks

MSFT_ServerServiceDetail