This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kms:start [2020/07/08 10:51] admin |
kms:start [2020/09/23 11:40] (current) admin |
||
---|---|---|---|
Line 5: | Line 5: | ||
Cette forme de licence s'applique généralement aux entreprises, aux gouvernements et aux établissements d'enseignement. Les prix des licences en volume varient en fonction du type, de la quantité et du terme d'abonnement applicable. Par exemple, les logiciels Microsoft disponibles dans le cadre des programmes de licences en volume comprennent Windows XP à Windows 10, Windows Server 2008 à Windows Server 2016, Microsoft Office 2007 et bien d'autres.\\ | Cette forme de licence s'applique généralement aux entreprises, aux gouvernements et aux établissements d'enseignement. Les prix des licences en volume varient en fonction du type, de la quantité et du terme d'abonnement applicable. Par exemple, les logiciels Microsoft disponibles dans le cadre des programmes de licences en volume comprennent Windows XP à Windows 10, Windows Server 2008 à Windows Server 2016, Microsoft Office 2007 et bien d'autres.\\ | ||
- | \\ | ||
- | Listes des serveurs de License Terminal Service : | ||
- | <WRAP center round info 60%> | ||
- | Ramsay GDS possède des CAL's DEVICES | ||
- | </WRAP> | ||
- | |||
- | ^ Serveur ^ Information ^ | ||
- | | DC1-LIC-1.gds.local | | | ||
- | | DC1-LIC-2.gds.local | | | ||
- | | DC1-LIC-3.gds.local | | | ||
- | | DC1-XA-LIC01.gds.local | Serveur licences dédié à la ferme Citrix | | ||
- | | GVA-PS-DIANETSE.gds.local | | | ||
- | | WSUS0001.gds.local | Serveur avec l'alias DNS KMS | | ||
- | Chez Ramsay GDS, il existe 2 serveurs d'activation **Ramdc1kms01p.gds.local** (Application moderne) et **kms.gds.local** (Ancienne application)\\ | ||
- | ^ Serveur ^ Information ^ | ||
- | | dc1-lic-1.gds.local | LIC 2008 R2 | | ||
- | | dc1-lic-2.gds.local | LIC 2012 R2 | | ||
- | | dc1-lic-3.gds.local | LIC 2012 R2 | | ||
- | | ramdc1kms01p | KMS Office 15 / Server 2016 | | ||
- | | wsus0001 | LIC 2008 R2 - kms.gds.local | | ||
==== Liens ==== | ==== Liens ==== | ||
[[https://www.microsoft.com/Licensing/servicecenter/default.aspx|Centre VLSC (Volume Licensing Service Center)]]\\ | [[https://www.microsoft.com/Licensing/servicecenter/default.aspx|Centre VLSC (Volume Licensing Service Center)]]\\ | ||
- | Serveur qui héberge l'application VAMT (Plus d'explication) : **Ramdc1kms01p.gds.local** (Application moderne)\\ | + | [[https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys|L'ensemble des clefs KMS disponibles]] |
- | Serveur d'activation en accès en RDP : **kms.gds.local** (Alias KMS)\\ | + | |
==== Truc et Astuce ==== | ==== Truc et Astuce ==== | ||
Line 35: | Line 14: | ||
À partir d’une invite de commande élevée en administrateur, exécutez la commande suivante :\\ | À partir d’une invite de commande élevée en administrateur, exécutez la commande suivante :\\ | ||
- | <sxh batch kms.bat> | + | <sxh> |
nslookup -type=all _vlmcs._tcp>.\kms.txt | nslookup -type=all _vlmcs._tcp>.\kms.txt | ||
notepad .\kms.txt | notepad .\kms.txt | ||
Line 41: | Line 20: | ||
</sxh> | </sxh> | ||
Si l'on est plus PowerShell, voici l'équivalent: | Si l'on est plus PowerShell, voici l'équivalent: | ||
- | <code powershell> | + | <sxh powershell> |
Resolve-DnsName $('_vlmcs._tcp.' + $((Get-CimInstance -ClassName Win32_ComputerSystem).Domain)) -Type ALL | Resolve-DnsName $('_vlmcs._tcp.' + $((Get-CimInstance -ClassName Win32_ComputerSystem).Domain)) -Type ALL | ||
- | </code> | + | </sxh> |
{{:production:nslookup_kms.png?400|}}\\ | {{:production:nslookup_kms.png?400|}}\\ | ||
En retour, vous obtiendrez le fichier texte suivant :\\ | En retour, vous obtiendrez le fichier texte suivant :\\ | ||
Line 51: | Line 30: | ||
Pour savoir qu’elle clé rentrer : [[https://technet.microsoft.com/en-us/library/jj612867(v=ws.11).aspx]]\\ | Pour savoir qu’elle clé rentrer : [[https://technet.microsoft.com/en-us/library/jj612867(v=ws.11).aspx]]\\ | ||
- | <code>cscript C:\Windows\System32\slmgr.vbs /ipk [Activation ID]</code> | + | <sxh>cscript C:\Windows\System32\slmgr.vbs /ipk [Activation ID]</sxh> |
Exemple pour installer une clé KMS sur un Windows 7 Enterprise : | Exemple pour installer une clé KMS sur un Windows 7 Enterprise : | ||
- | <code>cscript C:\Windows\System32\slmgr.vbs /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH</code> | + | <sxh>cscript C:\Windows\System32\slmgr.vbs /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH</sxh> |
+ | |||
+ | __Récupérer les informations :__ | ||
+ | |||
+ | <sxh>cscript C:\Windows\System32\slmgr.vbs -dlv</sxh> | ||
__Suppression d’une clé OS :__ | __Suppression d’une clé OS :__ | ||
- | <code>cscript C:\Windows\System32\slmgr.vbs /upk</code> | + | <sxh>cscript C:\Windows\System32\slmgr.vbs /upk</sxh> |
=== Activation Windows === | === Activation Windows === | ||
__ | __ | ||
Activation de Windows XP / 7:__ | Activation de Windows XP / 7:__ | ||
- | <code> | + | <sxh> |
cscript C:\Windows\System32\slmgr.vbs /skms kms.gds.local | cscript C:\Windows\System32\slmgr.vbs /skms kms.gds.local | ||
cscript C:\Windows\System32\slmgr.vbs /ato | cscript C:\Windows\System32\slmgr.vbs /ato | ||
cscript C:\Windows\System32\slmgr.vbs /dli | cscript C:\Windows\System32\slmgr.vbs /dli | ||
- | </code> | + | </sxh> |
__Activation de Windows 8 / 8.1 / 10:__ | __Activation de Windows 8 / 8.1 / 10:__ | ||
- | <code> | + | <sxh> |
- | cscript C:\Windows\System32\slmgr.vbs /skms ramdc1kms01p.gds.local | + | cscript C:\Windows\System32\slmgr.vbs /skms [Server KMS FQDN] |
cscript C:\Windows\System32\slmgr.vbs /ato | cscript C:\Windows\System32\slmgr.vbs /ato | ||
cscript C:\Windows\System32\slmgr.vbs /dli | cscript C:\Windows\System32\slmgr.vbs /dli | ||
- | </code> | + | </sxh> |
__Activation Windows Server 2003 / 2008 / 2008 R2 / 2012 / 2012 R2:__ | __Activation Windows Server 2003 / 2008 / 2008 R2 / 2012 / 2012 R2:__ | ||
- | <code> | + | <sxh> |
cscript C:\Windows\System32\slmgr.vbs /skms kms.gds.local | cscript C:\Windows\System32\slmgr.vbs /skms kms.gds.local | ||
cscript C:\Windows\System32\slmgr.vbs /ato | cscript C:\Windows\System32\slmgr.vbs /ato | ||
cscript C:\Windows\System32\slmgr.vbs /dli | cscript C:\Windows\System32\slmgr.vbs /dli | ||
- | </code> | + | </sxh> |
__Activation Windows Server 2016 :__ | __Activation Windows Server 2016 :__ | ||
- | <code> | + | <sxh> |
- | cscript C:\Windows\System32\slmgr.vbs /skms ramdc1kms01p.gds.local | + | cscript C:\Windows\System32\slmgr.vbs /skms [Server KMS FQDN] |
cscript C:\Windows\System32\slmgr.vbs /ato | cscript C:\Windows\System32\slmgr.vbs /ato | ||
cscript C:\Windows\System32\slmgr.vbs /dli | cscript C:\Windows\System32\slmgr.vbs /dli | ||
- | </code> | + | </sxh> |
=== Activation Suite OFFICE === | === Activation Suite OFFICE === | ||
__Activation d'Office 2010:__ | __Activation d'Office 2010:__ | ||
- | <code> | + | <sxh> |
cd "C:\Program Files (x86)\Microsoft Office\Office14" | cd "C:\Program Files (x86)\Microsoft Office\Office14" | ||
cscript ospp.vbs /sethst:kms.gds.local | cscript ospp.vbs /sethst:kms.gds.local | ||
cscript ospp.vbs /act | cscript ospp.vbs /act | ||
- | </code> | + | </sxh> |
__Activation d'Office 2013 (x86):__ | __Activation d'Office 2013 (x86):__ | ||
- | <code> | + | <sxh> |
cd "C:\Program Files (x86)\Microsoft Office\Office15" | cd "C:\Program Files (x86)\Microsoft Office\Office15" | ||
- | cscript ospp.vbs /sethst:ramdc1kms01p.gds.local | + | cscript ospp.vbs /sethst:[Server KMS FQDN] |
cscript ospp.vbs /act | cscript ospp.vbs /act | ||
- | </code> | + | </sxh> |
__Activation d'Office 2013 (x64):__ | __Activation d'Office 2013 (x64):__ | ||
- | <code batch> | + | <sxh> |
cd "C:\Program Files\Microsoft Office\Office15" | cd "C:\Program Files\Microsoft Office\Office15" | ||
- | cscript ospp.vbs /sethst:ramdc1kms01p.gds.local | + | cscript ospp.vbs /sethst:[Server KMS FQDN] |
cscript ospp.vbs /act | cscript ospp.vbs /act | ||
- | </code> | + | </sxh> |
__Activation d'Office 2016 (x86):__ | __Activation d'Office 2016 (x86):__ | ||
- | <code batch> | + | <sxh> |
cd "C:\Program Files (x86)\Microsoft Office\Office16" | cd "C:\Program Files (x86)\Microsoft Office\Office16" | ||
- | cscript ospp.vbs /sethst:ramdc1kms01p.gds.local | + | cscript ospp.vbs /sethst:[Server KMS FQDN] |
cscript ospp.vbs /act | cscript ospp.vbs /act | ||
- | </code> | + | </sxh> |
__Activation d'Office 2016 (x64):__ | __Activation d'Office 2016 (x64):__ | ||
- | <code batch> | + | <sxh> |
cd "C:\Program Files\Microsoft Office\Office16" | cd "C:\Program Files\Microsoft Office\Office16" | ||
- | cscript ospp.vbs /sethst:ramdc1kms01p.gds.local | + | cscript ospp.vbs /sethst:[Server KMS FQDN] |
cscript ospp.vbs /act | cscript ospp.vbs /act | ||
- | </code> | + | </sxh> |
==== Clef KMS ==== | ==== Clef KMS ==== | ||
- | |||
- | <WRAP center round important 60%> | ||
- | Attention, Les clefs d'installation sont mise à disposition à titre informatif. RamsayGDS doit se mettre en conformité chaque année auprès de Microsoft.\\ | ||
- | </WRAP> | ||
- | |||
=== Windows Server 2016 === | === Windows Server 2016 === | ||
\\ | \\ | ||
Line 212: | Line 190: | ||
| Windows Server 2008 Datacenter without Hyper-V | 22XQ2-VRXRG-P8D42-K34TD-G3QQC | | | Windows Server 2008 Datacenter without Hyper-V | 22XQ2-VRXRG-P8D42-K34TD-G3QQC | | ||
| Windows Server 2008 for Itanium-Based Systems | 4DWFP-JF3DJ-B7DTH-78FJB-PDRHK | | | Windows Server 2008 for Itanium-Based Systems | 4DWFP-JF3DJ-B7DTH-78FJB-PDRHK | | ||
+ |