SMS_LastPXEAdvertisement Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
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;
};
The SMS_LastPXEAdvertisement class does not define any methods.
- AdvertisementID
Data type: String
Access type: Read/Write
Qualifiers: none
The advertisement ID.
- LastPXEAdvertisementTime
Data type: DateTime
Access type: Read/Write
Qualifiers: none
The time of last PXE advertisement for this equipment.
- NetbiosName
Data type: String
Access type: Read/Write
Qualifiers: none
NetbiosName description … The netbios name.. The default value is …
- ResourceId
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
Key of the item.
- SMBIOSGUID
Data type: String
Access type: Read/Write
Qualifiers: none
The GUID of the BIOS.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.