Tips for IT admins In Windows 10 Get Started App

get-started-app

In Windows 10, version 1607 aka the Anniversary Update, Microsoft added a new section to the Get Started app targeting enterprise IT professionals called “Tips for IT Administrators.” This is only available with the Enterprise edition of Windows 10 version 1607 or later.

This tool enables a Windows admin to quickly access step-by-step instructions on common enterprise IT tasks, for example:

  1. Change the default browser
  2. Create a private store
  3. Work with Windows Update for Business
  4. Links to deployment and management tools, including Remote Server Administration Tools (RSAT), Microsoft Deployment Toolkit (MDT) and the Windows Assessment and Deployment Kit (Windows ADK)

To access Tips for IT Administrators:

  1. Press the Windows logo key, search for Get Started, then press Enter
  2. Go to Browse topics and select Tips for IT administrators

If you would like to see additional topics added to the Tips for IT Administrators section and have ideas or feedback for the Get Started app, send an email to: [email protected].

Follow (@Hoorge) on Twitter and join Tech Konnect on Facebook and Twitter (@TechKonnect) to stay current on technology related matters.

How To Fix: Bitlocker Recovery Key Prompts On Every Reboot

windows-10-bitlocker-featured

There are few reports of users having Bitlocker issues following the October 2016 patches.

The issue: On every reboot, the Bitlocker recovery key is required which is quite disruptive and cumbersome. As a workaround in order to solve this issue, the following steps can be taken:

On the next reboot and once in Windows, reset Bitlocker by disabling and re-enabling it.
In administraive command prompt, do the following:
manage-bde -protectors c:-disable
then do this:
manage-bde -protectors c:-enable

At this time, I’m not certain on which patch is causing the issue but I wanted to share this info to help. You can also discuss in this TechNet post.

Follow (@Hoorge) on Twitter and join Tech Konnect on Facebook and Twitter (@TechKonnect) to stay current on technology related matters.

How To Reset WSUS Server

3d human try to press a button

Sometimes, for various reasons, one must perform a WSUS reset function to make the WSUS server happy again. The reset process forces a resync of each update in the WSUS server with Microsoft services. This task can take a long time to complete as each update will be re-evaluated and re-downloaded, so be patient.

Here’s the command to run from an administrator command prompt::
%SystemDrive%\Program Files\Update Services\Tools\WsusUtil.exe reset

Follow (@Hoorge) on Twitter and join Tech Konnect on Facebook to stay current on technology related matters.