Category Archives: Uncategorized

Pocket Guide to Core DC upgrade

Upgrade domain controllers running core server installation Check the Microsoft documentation for prereqs [1]. Mind that you’ll be prompted for a license key when running the upgrade and that different versions require different KMS keys [2]. Reboot the server Run dcdiag to check that the DC is working properly. Optionally, run systeminfo to check the… Read More: Pocket Guide to Core DC upgrade »

Pocket Guide to providing processor, core and logical processor information from ConfigMgr inventory

The information about processors, cores and logical processors is a bit confusing. However, since it may be required for Windows and SQL server licensing [1], below some queries and links. Get details about SQL Server installations: select distinct fcm.Name as [Machine Name], arp.DisplayName0, sys.Active0 , WS.LastHWScan as [Last Inventory], sys.CPUType0 as [CPU Type], p.Name0 as… Read More: Pocket Guide to providing processor, core and logical processor information… »

Get details about the updates in a Configuration Manager Update Group

The script gives you details about the updates in an update group including the size of each update. Mind that a download for a certain kb article may consist of different installation files for different releases (like x86, x64, amd etc.) or different languages. The report should help you to figure out how much content… Read More: Get details about the updates in a Configuration Manager Update… »