Fix Windows Update Cannot Search for New Updates Error 80244008

All of sudden, all Windows desktops at work started having this issue when trying to connect to WSUS server for Windows updates. On Windows 7, it states that Windows could not search for new updates Errors found: Code 80244008 On Windows 10, the error message is slightly different. There were some problems installing updates, but we’ll try again later…(0x8024401f) What’s […]

Counting the Number of AD User Accounts in PowerShell

Here are some PowerShell examples that we can use to count the numbers of user accounts in Active Directory. Total number of user accounts in AD PS> (Get-ADUser -filter *).count Total number of user accounts in an OU PS> (Get-ADUser -filter * -searchbase “OU=Vancouver, OU=MyCompany, DC=Domain, DC=Local”).count Replace the SearchBase with your own OU path. Total number of enabled/disabled accounts in […]

Download Performance Tuning Guideline for Windows Server 2016

Via Windows Server Blog, This updated guide provides a comprehensive collection of technical articles with practical guidance for IT professionals and server administrators responsible for monitoring and tuning Windows Server 2016 across the most common server workloads and scenarios. With this guidance, administrators can tune server settings in Windows Server 2016 and achieve incremental performance or energy efficiency gains, especially […]

Windows Server 2016 and Windows 10 Official Documentation Links

The Windows Server 2016 and Windows 10 IT Pro documentation is now moved from TechNet to docs.microsoft.com. Following are some URLs so that you can replace your old bookmarks and access the new sites. Windows Server 2016 documentation at https://docs.microsoft.com/windows-server/windows-server-2016 Windows Server 2016 Networking documentation at https://docs.microsoft.com/windows-server/networking/networking Windows 10  and Windows 10 Mobile documentation at https://docs.microsoft.com/windows/windows-10/ /via Technet/