Infos de licences volumes

157 views
Skip to first unread message

Olivier Mayeres

unread,
Oct 29, 2014, 6:36:31 AM10/29/14
to updaten...@googlegroups.com

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

Olivier Mayeres

unread,
Jun 4, 2019, 3:27:00 AM6/4/19
to updatengine-fr
Bonjour  Noël,
J'ai exhumé ce post.
J'ai vu que dans mon exemple il manquait un get
wmic path SoftwareLicensingProduct where (PartialProductKey != NULL) get /format:list
Voici la liste des champ qui me semble intéressant, je n'ai pas licence en KMS.
wmic path SoftwareLicensingProduct where (PartialProductKey != NULL) get Description,GracePeriodRemaining,LicenseFamily,LicenseStatus,LicenseStatusReason,Name,PartialProductKey,ProductKeyChannel /format:list

Autres lien :

Noël Martinon

unread,
Jun 4, 2019, 11:28:31 AM6/4/19
to updatengine-fr
Bonjour,

Effectivement, on peut mettre des champs supplémentaires pour ça. Je le note.
Reply all
Reply to author
Forward
0 new messages