SYSTEM MANAGEMENT

PowerShellGet 2.9.0-Preview

PowerShellGet 2.9.0-Preview

Hi All,

A new Preview Version of PowerShellGet is available. This is the compatibility module CompatPowerShellGet to allow for PowerShellGet v2 syntax but actually using PSResourceGet for older scripts.

Get-InstalledModule PowerShellGet
Find-Module PowerShellGet -AllowPrerelease
Install-Module PowerShellGet -AllowPrerelease -Force
Get-InstalledModule PowerShellGet -AllVersions

#PS5
Get-Module
Get-InstalledModule MicrosoftTeams
Get-Module MicrosoftTeams -ListAvailable

#PS7
Import-Module PowerShellGet -RequiredVersion 2.9.0
Get-Module
Get-InstalledModule MicrosoftTeams
Get-Module MicrosoftTeams -ListAvailable

I’ve created an GitHub Issue for the Get-InstalledModule Error

Windows Server Insider Preview Build 25941 reveals new AD Forest and Domain functional Levels

Windows Server Insider Preview Build 25941 reveals new AD Forest and Domain functional Levels

Hi All,

I saw some News about a new Windows Server Insider Preview. It seems that this is a very early Preview of Windows Server 2025.

I’ve seen Screenshot of new Active Directory Forest and Domain functional Levels. Time to test it myself.

Refrences:

I’ve downloaded the *.iso File and uploaded it on my ESXi Server and created a new VM.

Exchange Online Mail flow Alert policies

Hi All,

Maybe you have noticed the new Mail flow Alert policies in Exchange Admin Center.

You can define new Alert policies, define the Severity, the Insight, the recipient, the Notification Limit and sometimes also the Threshold for the Alert.

For me it’s a little bit odd to send an Email in case something does not work well with the Mailflow.

It could be that you get the Email very late or even when the issue is already resolved. As far as i know there is still no dedicated API to get to Informations like these… Let me know if i am wrong.

Winget Packetmanager on Windows 10 Insider Preview

Hallo zusammen,

Auf meiner VM mit Windows 10 Insider Preview habe ich etwas mit Winget herumgespielt.

Dazu muss der App-Installer aus dem Microsoft Store installiert werden.

Der folgende Befehl zeigt alle Optionen in der cmd an

winget

Einige Experimental Features kann man nur in der settings.json aktivieren (%LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json)

Dokumentation dazu gibt's hier: https://github.com/microsoft/winget-cli/blob/master/doc/Settings.md  

Ich habe mal das List command aktiviert

"experimentalFeatures": {
    "list": true
},

Windows Management Framework 5.1 for Windows Server 2012R2

Hallo zusammen,

In meinem LAB habe ich einen Windows Server 2012 R2. Damit die PowerShell Module über die PowerShell Gallery installiert werden können, muss das Windows Management Framework 5.1 installiert werden.

Wie man sieht ist auf dem Server PowerShell 4.0 installiert.

Get-Host

Nun wird das Windows Management Framework 5.1 (WMF 5.1) heruntergeladen.

Nun kann das WMF installiert werden.

Windows Admin Center 2009

Hallo zusammen,

In meinem LAB habe ich das Windows Admin Center auf dem Windows Server 2019 Core auf die Version 2009 aktualisiert.

Wie man sieht, gibt es ein Update fürs Admin Center. Die neue Version kann man unter folgendem Link herunterladen.

Windows Admin Center

https://www.microsoft.com/en-us/evalcenter/evaluate-windows-admin-center

Das Update habe ich auf einem anderen Server heruntergeladen und auf den Core Server kopiert. Auf dem Core Server habe ich dann das MSI ausgeführt.

Symantec Endpoint Protection 14.3 (14.3.558.0000)

Hallo zusammen,

Es gibt ein Security Update für Symantec Endpoint Protection.

Symantec Endpoint Protection Security Update SYMSA1762

https://support.broadcom.com/security-advisory/security-advisory-detail.html?notificationId=SYMSA1762

Nachdem letztes Jahr Broadcom die Enterprise Business Sparte von Symantec übernommen hat, war dies mein erstes mal, dass ich über die Broadcom Seite das update herunterladen musste.

Anscheinend ist das Broadcom überfodert, wie folgender Artikel zeigt: https://www.heise.de/security/meldung/Kunden-klagen-nach-Symantec-Uebernahme-durch-Broadcom-ueber-Lizenzprobleme-4676196.html

Auch ich musste erst meinen Account über ein Passwort Reset zurücksetzen. Danach konnte ich mich dann einloggen.