PowerToys v0.80.0 released

PowerToys v0.80.0 released

Andres Bohren
Hi All, I noticed that Microsoft has released a new Version of PowerToys. In the Main Window click on “Install now” The Release notes can be found here Release v0.80.0 Installation in Progress What’s new Updated PowerToys Regards Andres Bohren Windows Logo
Microsoft Remote Desktop for AVD and Windows 365 1.2.5326

Microsoft Remote Desktop for AVD and Windows 365 1.2.5326

Andres Bohren
Hi All, When you start the Remote Desktop Client, it checks for Updates and will inform you in the Notification Bar and you can see also a green arrow, that indicates an Update Release Notes: What’s new in the Remote Desktop client for Windows Fixed an issue that caused the RemoteApp window to appear stretched. When users enter text into the email or URL field to search for a workspace while subscribing to a feed, screen readers now announce whether the client can find the workspace.
MicrosoftTeams PowerShell Module 6.1.0 released

MicrosoftTeams PowerShell Module 6.1.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.1.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 6.1.0 Read more details in the Release Notes. I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope CurrentUser Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-PSResource MicrosoftTeams -Scope CurrentUser Install-PSResource MicrosoftTeams -Scope CurrentUser Get-InstalledPSResource MicrosoftTeams -Scope CurrentUser Some basic testing
Azure PowerShell Module AZ 11.5.0 released

Azure PowerShell Module AZ 11.5.0 released

Andres Bohren
Hi All, Yesterday, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 11.5.0 The Release Notes shows an impressive List of Updates I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource AZ -Scope CurrentUser Find-PSResource AZ Uninstall the old Modules and install the current Modules Uninstall-PSResource AZ -Scope CurrentUser Uninstall-PSResource AZ.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24713.12007 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24713.12007 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24713.12007 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser List the Commands of the Module
Connectivity Analyzer DANE Vailidation Test

Connectivity Analyzer DANE Vailidation Test

Andres Bohren
Hi All, Somehow i missed that on the Microsoft Remote Connectivity Analyzer there exists a DNSSEC and DANE DNSSEC and DANE Validation Test Simpy enter the Domain of the MX Record You get the same Information with my Get-Mailprotection Script from the PowerShell Gallery I am using the new PSResourceGet here instead of the PowerShellGet commands. Installation of the Script Install-PSResource Get-MailProtection Get Information about a Domain - even more detailed than in the Remote Connectivity Analyzer
MSCommerce PowerShell Module 2.0 released

MSCommerce PowerShell Module 2.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of the MSCommerce PowerShell Module to the PowerShell Gallery. PowerShell Gallery MSCommerce 2.0 I also noticed, that they removed all other Versions from the PowerShell Gallery I am using the new PSResourceGet here instead of the PowerShellGet commands. List installed Module and what’s available from the PowerShell Gallery Get-InstalledPSResource MSCommerce -Scope AllUsers Find-PSResource MSCommerce Uninstall the old Module and install the new PowerShell Module
Will Azure DNS soon support DNSSEC

Will Azure DNS soon support DNSSEC

Andres Bohren
Hi All, While writing the Blog Article that Microsoft is moving to New cloud.microsoft Domain for M365 i’ve been stumbled across something very interesting. In the Article from the Exchange Team Blog from Septemer 2023, they have anounced that Inbound DANE will be available between March and July 2024 using a new Domain *.mx.microsoft Implementing Inbound SMTP DANE with DNSSEC for Exchange Online Mail Flow I’ve decided to test DNSSEC with MXToolbox
Winget on Windows Server 2025 Preview

Winget on Windows Server 2025 Preview

Andres Bohren
Hi All, If you read my Blog on a regular Base, you know i am playing around with Windows Server 2025 Preview (aka Windows Server vNext). Windows Server VNext (2025) Build 26040 Windows Server Insider Preview Build 25941 reveals new AD Forest and Domain functional Levels Recently i’ve upgraded to the Build Number 26085.1 The OS Version can also be extracted with PowerShell Get-ComputerInfo | Select-Object OSName, OSVersion, OsHardwareAbstractionLayer One of the cool things is that you can use Winget now also on Windows Server 2025
Move Azure Resources to a new Resource Group

Move Azure Resources to a new Resource Group

Andres Bohren
Hi All, In my Azure Environement i wanted to Move some Resources (Websites in my case) to another Resource group that is located in another Subscription. I’ve prepared the Target Resource group and then selected the Resources i want to move. On top i selected “Move > Move to another resource group” Now i have to select a Subscription and a Resource group Then a validation starts. Not all Resources can be moved and sometimes there are dependencys.