202304s

Blog changed to Hugo and Azure Static Web App

Blog changed to Hugo and Azure Static Web App

Andres Bohren
Hi All, I’ was running my blog since 2007 on Subtext. At that Time i wanted to have a Blog that is using ASP.NET and MS SQL Server. To this day the Blog is running on an ol HP Server under my Desk at Home. It worked fine, but the Project was archived in 2018 and has not seen much development since 2012. It had some quirks and was designed to work without SSL/TLS.

Azure PowerShell Module Az 9.7.1 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery. Az 9.7.1 https://www.powershellgallery.com/packages/az/9.7.1 Release Notes: https://github.com/Azure/azure-powershell/releases/tag/v9.7.1-May2023 9.7.1 - May 2023 Az.DesktopVirtualization 3.1.2 * Added breaking change warnings Az.Websites 2.15.1 * Used AAD Auth instead of Basic Auth for PublishAzureWebApps Show Installed AZ Module and what's available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "

ExchangeOnlineManagement 3.2.0-Preview3 released

Andres Bohren
Hi All, Yesterday Microsoft has released the ExchangeOnlineManagement 3.2.0-Preview3 to PowerShell Gallery. ExchangeOnlineManagement 3.2.0-Preview3 https://www.powershellgallery.com/packages/ExchangeOnlineManagement/3.2.0-Preview3 Release Notes: v3.2.0-Preview3 : 1. Bug fixes in Disconnect-ExchangeOnline. 2. Bug fixes in Set-DefaultTenantMyAnalyticsFeatureConfig. 3. Preview of REST based cmdlets for SCC powershell: Added UseRPSSession parameter to Connect-IPPSSession Let's check what Module is installed and whats available from the PowerShell Gallery Get-InstalledModule ExchangeOnlineManagement -AllVersions Find-Module ExchangeOnlineManagement -AllowPrerelease Now let's uninistall the old Preview2 Module and install Preview3 Uninstall-Module ExchangeOnlineManagement -AllowPrerelease -Force Install-Module ExchangeOnlineManagement -AllowPrerelease -Force Get-InstalledModule ExchangeOnlineManagement -AllVersions Now you can use finally use REST Based Connection for Security and Compliance.

AIPService PowerShell Module 2.0.0.3 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has release a new Version of the AIPService PowerShell Module to the PowerShell Gallery. AIPService 2.0.0.3 https://www.powershellgallery.com/packages/AIPService/2.0.0.3 AIPService on Microsoft Learn https://learn.microsoft.com/en-us/powershell/module/aipservice/?view=azureipps Let's check the installed Version and what's available on the PowerShell Gallery Get-InstalledModule AIPService Find-Module AIPService Uninstall the old PowerShell Module and install the newest one Uninstall-Module AIPService Install-Module AIPService Get-Installed Module AIPService To connect use this Command Connect-AadrmService Let's check if it is enabled

Microsoft.Graph PowerShell Module 1.27.0 released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of Microsoft.Graph PowerShell Modules to the PowerShell Gallery. Microsoft.Graph 1.27.0 https://www.powershellgallery.com/packages/Microsoft.Graph/1.27.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. It takes a while until all Modules are installed. Wait until "

New Exchange Online Quarantine Notification frequency

Andres Bohren
Hi All, Almost a Year ago, Microsoft has anounced faster Quarantine Options. They anouced 1 Hour and changed it later to 4 Hours. This change has now arrived in my Tenant. Simplifying the Quarantine Experience - Part Two https://techcommunity.microsoft.com/t5/microsoft-defender-for-office/simplifying-the-quarantine-experience-part-two/bc-p/3806804/ Microsoft 365 Defender > Threat Policies > Quarantine Policy Or go direct to the Quarantine policy and select "Global settings" https://security.microsoft.com/quarantinePolicies Now you can change the Quaranine Notification frequency between 4 Hours / Daily / Weekly

Microsoft Loop Mobile Apps are released

Andres Bohren
Hi All, In a previous Blot Article i have explained how to Enable the Loop App https://blog.icewolf.ch/archive/2023/04/12/microsoft-loop-and-loop-components.aspx Today i've learned, that the Loop App for iOS and Android are here. Sure i made some Screenshots from the Installation and First Login. Search for Microsoft Loop in Apple App Store or Google Play Store and install the App After you start you get some Welcome screens Login is simple as every M365 Service

Azure PowerShell Module Az 9.7.0 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery. Az 9.7.0 https://www.powershellgallery.com/packages/AZ/9.7.0 AZ Release Notes https://github.com/Azure/azure-powershell/releases/tag/v9.7.0-May2023 Show Installed AZ Module and what's available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ #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.* Regards Andres Bohren

Git for Windows 2.40.0

Andres Bohren
Hi All, Today i have checked my Git version and realized that there is a new version since mid of March 2023. Highlights from Git 2.40 git --version Download from Git SCM Installation Release Notes Regards Andres Bohren vscode Logo

Microsoft 365 Defender Advanced Hunting with PowerShell

Andres Bohren
Hi All, You might already know, that i am a big Fan of Defender for Office 365 Advanced Hunting. It's easy and fast to analyze the last 30 Days of your Messaging Logs. Defender for Office 365 Advanced Hunting https://blog.icewolf.ch/archive/2021/08/23/defender-for-office-365-advanced-hunting.aspx I've published some of the KQL Querys in my GitHub Rpo https://github.com/BohrenAn/GitHub_PowerShellScripts/blob/main/ExchangeOnline/EOPAdvancedHunting/AdvancedHunting.kql You can find Advanced Hunting it in de Microsoft 365 Defender Portal https://security.microsoft.com/v2/advanced-hunting To Access these Querys with PowerShell we need to have an Azure Active Directory Application