169 private links
Recommandations pour une installation propre de SQL Server (partitionnement Data, logs, backups, etc.).
Si jamais une clé de type "OEM" ne fonctionne plus après réinstall...
SLIC licensing.
Grab a copy of the OEM certificate. C:\Windows\system32\OEM\oem-cert.xrm-ms. Find your OEM key, mine is HP, so 74T2M-DKDBC-788W3-H689G-6P6GT for Windows 7.
On new system, install the key.
cscript "%Windir%\System32\slmgr.vbs" -ipk 74T2M-DKDBC-788W3-H689G-6P6GT Copy the oem-cert.XRM-MS to C:\Windows\system32\OEM (you might have to create the OEM directory).
Install cert license. cscript "%Windir%\System32\slmgr.vbs" -ilc "%Windir%\system32\OEM\oem-cert.XRM-MS" /f
If you need the certificate license, see: http://www.squidworks.net/wp-content/uploads/2015/03/SLIC.zip
Tool pour gérer les bonnes pratiques de chiffrement sur les serveurs Windows.
Applique ceci : https://support.microsoft.com/en-us/help/245030/how-to-restrict-the-use-of-certain-cryptographic-algorithms-and-protoc
Dans des contextes exceptionnels, il se peut qu'on doive encore faire recours à XP. Mais quand tu ne peux plus activer ta clé légitime, il est nécessaire de recourir à la méthode du registre.
Piqure de rappel pour Sysprep. Attention, grâce aux joyeuseté engendrée par le Windows Store : https://support.microsoft.com/fr-ch/help/4057974/miracastview-cause-sysprep-error-windows-10-version-1709. Une fois Miracast recopié, ne pas oublier de relancer la ligne de commande PS.
"%WINDIR%\system32\sysprep\sysprep.exe /generalize /shutdown /oobe"
Pour rappel. Ouvrir Computer Management de différence façon quand la GUI est dysfonctionnelle.
SLUI si l'interface et planté
slmgr.vbs /ipk <Your product key>
Changer le comportement des mises à jour sous WinSrv2016
Et pour les versions non serveur : https://www.howtogeek.com/224471/how-to-prevent-windows-10-from-automatically-downloading-updates/
Rappel sur la gestion de la table de routage sous Windows.
Maj + Reboot pour réinitialiser.
Pour dégager la mise à jour Windows 10 dont on ne voudrait pas.
Nettoyage de la mise à jour vers Windows 10,
Installation du FTP natif de Windows Server
Comment faire un certificat multi-domaine avec une CA local sous Windows serveur.
Ça aussi : https://technet.microsoft.com/en-us/library/ff625722(v=ws.10).aspx
La clé qui change le nom m'a bien servi.
Apologies for the late reply, I was out of office for a while now.
Try adding the license server name here and see if it works:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService\Parameters\LicenseServers
To select a specific license server, follow these steps, and then quit Registry Editor.
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService\Parameters - On the Edit menu, point to New, and then click Key.
- Name the new key "LicenseServers"
- Locate and then click the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService\Parameters\LicenseServers - For each licensing server to which you would like to point the Terminal Services server, point to New on the Edit menu, and then click Key.
- Name the new key "ServerName" where ServerName is the NetBIOS name of the license server that you want to use, and then press ENTER.
Note: The new key name can be any of the following designations that represent the license server:
-->The NetBIOS name of the server
-->The fully qualified domain name (FQDN) of the server
-->The IP Address of the server
- Restart your computer.
HTH and once again sorry for replying late.
Façon non scriptée de monter les lecteurs réseau et qui fonctionne très bien.
Emplacement des configurations nécessaires pour la gestion des mises à jour via GPO.
gpresult /Z pour voir résultat.
Quand un problème de MàJ cache un soucis plus sérieux.
Tuer un service qui ne veut pas mourir.
Ordre résolution de noms d'hôte sous windows.