次の方法で共有


GetDataByFqdn method of the MsftSil_GuestTasks class

This class has been removed.

Windows Server 2012 R2: Retrieves Software Inventory Logging data from the virtual machine with the specified fully qualified domain name.

Syntax

uint32 GetDataByFqdn(
  [in]  string            fqdn,
  [out] MsftSil_GuestData objects[]
);

Parameters

fqdn [in]

The fully qualified domain name of the virtual machine.

objects [out]

A MsftSil_GuestData object that receives the Software Inventory Logging data from the guest operating system.

Return value

If this method succeeds, it returns 0. If this method fails, it returns 1. For a complete list of return values, see MI_Result enumeration.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\InventoryLogging
MOF
SILProvider.mof
DLL
SILProvider.dll

See also

MsftSil_GuestTasks