Bonjour Yves,
Je souhaiterai afficher les infos de licences volumes des produits Windows et Office qui le supportent. Ces infos pourraient être affichées entre les sections « Systèmes et architectures » et « Réseaux ».
Quand je compare l’affichage de Volume Activation Management Tool (VAMT) 2.0 (http://www.microsoft.com/en-us/download/details.aspx?id=11936) et la sortie de :
wmic path SoftwareLicensingProduct where (PartialProductKey != NULL) /format:list
wmic path OfficeSoftwareProtectionProduct where (PartialProductKey != NULL) /format:list
Product Name = Name
Product Key Type = Description (après la « , »)
License Status = LicenseStatus (1 = ”Licensed”)
Status of the last action = LicenseStatusReason (0=”Successfully updated the product information”)
Genuine Status = GenuineStatus {0=” Genuine” (pour les os) ou <not availaible> (pour Office)}
Grace Expiration = GracePeriodRemaining (The remaining grace period, in minutes)
Date of Last Status Update =
Partial Product Key = PartialProductKey
Installation ID = OfflineInstallationId
Pending Confirmation ID =
Product ID = ID
Liens utiles :
Reporting Activation Information Using Volume Activation Management Tool 2.0 http://technet.microsoft.com/en-us/library/ff686879.aspx
Robust Office Inventory Scan Tool (ROISCAN) http://gallery.technet.microsoft.com/office/68b80aba-130d-4ad4-aa45-832b1ee49602
Slmgr.vbs Options for Volume Activation http://technet.microsoft.com/en-us/library/dn502540.aspx