Fix: Windows 10 and 11 Update and Small Business Essentials Connector

Informationen in deutscher Sprache sind unter dem folgenden Link verfügbar.

While this blog is held in German, one article requires an addition written in English language.

For Windows 10 and 11, Microsoft provides every 6 months (since 2022 every year) a major version update to add new features to it’s client operating system.

This update, if done by an ISO or with a package from WSUS may break the Windows Server Small Business Essentials Connector by forgot to migrate the connector services registry keys.

Windows SBE services

While these five services are displayed in the services.msc they are, without corresponding registry keys, no longer functional.

Additionally the Windows 10/11 client seems to offline from Windows SBE dashboard.

Windows 10 clients offline in dashboard

To get the connector back working, I’ve written a script adding the missing registry keys from a PowerShell session. The ZIP-file contains beside the PowerShell code the REG-files containing the missing keys.

To run the script, follow the steps described bellow:

  1. Download the script and extract the content to a dedicated directory
  2. Open a PowerShell session as Administrator and jump to the directory with the PowerShell-script and the REG-files. Note, script and REG-files must live in the same directory
  3. Execute the script by running the following line of PowerShell (to workaround PowerShell Execution-Policies) and don’t miss the “-“ at the end of the script.
# Workaround some obscure PowerShell Execution-policies 😉
# don't miss the "-" at the end of the line!
Get-Content -Path .\Fix-WSeLaunchpad-1903.ps1 | PowerShell.exe -NoProfile -

A successful execution looks, like the following picture shows.

image

Note: Don’t forget to reboot your Windows 10 client, to make the connector work again.

Update October 3th, 2022

To make it short, Windows 11 22H2 Update also breaks the connector but the script will fix it.

Enjoy it, b!

Windows 10 Update 1803 und der Windows Essentials Connector

Mit dem Update auf Windows 10 Build 1803 stand natürlich wieder die Frage im Raum “Was macht der Connector für den Windows Server Essentials”?

Im Gegensatz zu diesem und dem letztem https://sbsland.me/2018/03/01/windows-server-2012-essentials-connector-und-windows-10-upgrade/Blog zu dem Thema, nimmt die Anzahl der esoterischen Maßnahmen ab Smile Mir hat genau ein (1x) weiterer Reboot des aktualisierten Windows 10 PCs genügt und der Windows Server Essentials Connector hatte wieder eine Verbindung zum Server.

Klasse, dann geht das nämlich im Herbst gleich nach dem Neustart (so als Prognose).

Enjoy it, b!

Windows 10 Anniversary Update und das Language Pack

Im Verlauf des Windows 10 Anniversary Updates wird ggf. ein vorhandenes Language Pack deinstalliert. Ich habe eigentlich ein deutsches Windows 10, betreibe es aber mit einem Englischen (en-US) Language Pack. Interessanter Weise hat bei mir Windows 10 trotzdem die Sprache angeboten, aber es ist nicht zur Anzeige gekommen.

Damit man wieder seine alte Anzeigesprache bekommt sind folgende Schritte notwendig.

  1. Download des aktuellen Language Packs, z.B. aus dem MSDN (mu_windows_10_language_pack_version_1607_updated_jul_2016_x86_x64_dvd_9058649.iso
  2. Doppelklick auf das ISO um es zu mounten (öffnen)
  3. WIN+R und ausführen von lpksetup.exe (geht natürlich auch vom Experten-GUI aus …)
  4. Auswahl des Language Packs in englischer Sprache: D:\x64\langpacks\Microsoft-Windows-Client-Language-Pack_x64_en-us.cab

    image

  5. Und das Language Pack installieren (dauert ein wenig)

Nach der Installation musste ich nichts mehr machen, das System war sofort wieder in englischer Sprache verfügbar. Sollte das nicht der Fall sein, dann einfach in den Einstellungen die entsprechende Sprache aussuchen.

Enjoy it, b!

Windows 10 / Microsoft Print to PDF, kann keine Verzeichnisse mit einem Komma

Heute kam ein Kunde auf mich zu und beklagte sich, dass der Microsoft Print to PDF Drucker PDFs mit 0 Byte Größe erstellen würde. Ich dachte zuerst an einen zu langen Pfad, konnte diesen Verdacht aber dann ausschließen. Den Rätsels Lösung ist, das dieser PDF Drucker nicht mit einem Komma im Pfadnamen umgehen kann.

T:\Test, PDF Druck liefert eine 0 Byte Große Datei.

image

T:\Test PDF Druck (hier ohne das Komma) dagegen eine funktionierende Datei welche auch von einem beliebigen PDF Reader geöffnet werden kann.

image

In diesem Fall hat das PDF 215KB.

Enjoy it, b!