The SMS_LastPXEAdvertisement Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the last PXE advertisement.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_LastPXEAdvertisement : SMS_BaseClass
{
	String AdvertisementID;
	DateTime LastPXEAdvertisementTime;
	String NetbiosName;
	UInt32 ResourceId;
	String SMBIOSGUID;
};

Methods

The SMS_LastPXEAdvertisement class does not define any methods.

Properties

AdvertisementID

Data type: StringAccess type: Read/Write Qualifiers: noneThe advertisement ID.
LastPXEAdvertisementTime

Data type: DateTimeAccess type: Read/Write Qualifiers: noneThe time of last PXE advertisement for this equipment.
NetbiosName

Data type: StringAccess type: Read/Write Qualifiers: noneNetbiosName description … The netbios name.. The default value is …
ResourceId

Data type: UInt32Access type: Read/Write Qualifiers: [key]Key of the item.
SMBIOSGUID

Data type: StringAccess type: Read/Write Qualifiers: noneThe GUID of the BIOS.

Remarks

Requirements

Runtime Requirements

Development Requirements