Icewolf.EXO.SpamAnalyze PowerShell Module 2.0.8 released

Andres Bohren
Hi All, Over a Year ago i released my first PowerShell Module in the PowerShell Gallery Icewolf.EXO.SpamAnalyze. Now it was time for an Update. Icewolf.EXO.SpamAnalyze 2.0.8 https://www.powershellgallery.com/packages/Icewolf.EXO.SpamAnalyze/2.0.8 Whats new in this release: V2.0.8 - Requires now ExchangeOnlineManagement 3.0.0 - Addet TenantAllowBlockList checks Check installed Version and what's available in the PowerShell Gallery Get-InstalledModule Icewolf.EXO.Spamanalyze Find-Module Icewolf.EXO.Spamanalyze Uninstall the old Module and install the current one Uninstall-Module Icewolf.EXO.Spamanalyze Install-Module Icewolf.EXO.Spamanalyze Get-InstalledModule Icewolf.

Microsoft.Graph PowerShell Module 1.16.0 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Module. Apparently it covers the latest API version and a minor fix. Microsoft.Graph 1.16.0 https://www.powershellgallery.com/packages/Microsoft.Graph/1.16.0 1.16.0 Release Notes https://github.com/microsoftgraph/msgraph-sdk-powershell/releases Let's check the installed Version and what's available on the PowerShell Gallery Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script.

PnP.PowerShell 1.12.0 released

Andres Bohren
Hi All, A few Hours ago, a new Version of the PnP.PowerShell Module has been released. PnP.PowerShell 1.12.0 https://www.powershellgallery.com/packages/pnp.powerShell/1.12.0 PnP.PowerShell Changelog https://github.com/pnp/powershell/blob/dev/CHANGELOG.md To check what version is installed and what's available from the PowerShell Gallery use the following Commands Get-InstalledModule PnP.PowerShell Find-Module PnP.PowerShell Uninstall the old version of the PowerShell Module and install the new one Uninstall-Module PnP.PowerShell Install-Module PnP.PowerShell Get-InstalledModule PnP.PowerShell Now you can use the PowerShell Module. Some example code below.

PowerShell 7.3.0 released

Andres Bohren
Hi All, Yesterday Microsoft has released PowerShell 7.3.0 v7.3.0 Release of PowerShell https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0 What's New in PowerShell 7.3 https://learn.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-73?view=powershell-7.3 Regards Andres Bohren

Exchange Server November 2022 Security Updates released

Andres Bohren
Hi All, Yesterday on the Patch Thuesday, Microsoft has released Security Updates for Exchange 2013/2016/2019. The November 2022 SUs contain fixes for the zero-day vulnerabilities reported publicly on September 29, 2022 (CVE-2022-41040 and CVE-2022-41082). Released: November 2022 Exchange Server Security Updates https://techcommunity.microsoft.com/t5/exchange-team-blog/released-november-2022-exchange-server-security-updates/ba-p/3669045 Security Update For Exchange Server 2016 CU23 (KB5019758) https://www.microsoft.com/en-us/download/details.aspx?id=104727 After the Reboot i've checked the Mitigations. The Mitigation is still active. ."C:\Program Files\Microsoft\Exchange Server\V15\scripts\Get-Mitigations.ps1" It's best practices to run the HealthChecker Script after the Installation of a CU or Security Update

MSIdentityTools PowerShell Module v2.0.23 released

Andres Bohren
HI All, Microsoft has released another Version of theyr MSIdentityTools PowerShell Module to the Powershell Gallery. MSIdentityTools 2.0.23 https://www.powershellgallery.com/packages/MSIdentityTools/2.0.23 Uninstall the old version of the PowerShell Module and install the newest one Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools To see what commands are available use the following command Get-Command -Module MSIdentityTools Regards Andres Bohren

Microsoft Azure Active Directory Connect 2.1.19.0

Andres Bohren
Hi All, A few days ago, Microsoft has released a new Version of Microsoft Azure Active Directory Connect. Azure AD Connect: Version release history https://learn.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-version-history There are two new Attributes, but only one is currently supported by AADConnect. How to synchronize attributes for Lifecycle workflows https://learn.microsoft.com/en-us/azure/active-directory/governance/how-to-lifecycle-workflow-sync-attributes Microsoft Azure Active Directory Connect 2.1.19.0 https://www.microsoft.com/en-us/download/details.aspx?id=47594 On the M365 Admin Center in the Health > Directory Sync Status you can find the new Version Number

PowerToys v0.64.0 released

Andres Bohren
Hi All, A few days ago, Microsoft has released the Version v0.64.0 of the PowerToys. PowerToys Release v0.64.0 https://github.com/microsoft/PowerToys/releases/ One new Tool is the "File Locksmith" that can tell you what Process is using a File and can kill that Process. And it contains now an Editor for the Hosts File Regards Andres Bohren

Microsoft.Graph PowerShell Module 1.15.0 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Module. Apparently it covers the latest API version and a minor fix. Microsoft.Graph 1.15.0 https://www.powershellgallery.com/packages/Microsoft.Graph/1.15.0 1.15.0 Release Notes https://github.com/microsoftgraph/msgraph-sdk-powershell/releases Let's check the installed Version and what's available on the PowerShell Gallery Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script.

Azure PowerShell Module Az 9.1.0 released

Andres Bohren
Hi All, Microsoft has released the AZ 9.1.0 PowerShell Module to the PowerShell Gallery this Morning. Az 9.1.0 https://www.powershellgallery.com/packages/AZ/9.1.0 Show Installed AZ Module and what's available in the PowerShell Gallery Get-InstalledModule AZ -AllVersions Find-Module AZ To uninstall all the old Modules and install the new Modules i have written a PowerShell Script that is published at my GitHub Repo. #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1" Invoke-Expression $($ScriptFromGitHub.Content) The AZ Module is just a Wrapper Module for all AZ* Modules Get-InstalledModule AZ*