Hi All,
Recently i’ve blogged about Azure DNS finally supports DNSSEC (Preview).
Today i want to show you how to enable DNSSEC on a Zone hosted in Azure by using the AZ PowerShell
Connect to Azure and list the Azure DNS Zones
Connect-AzAccount -Tenant icewolfch.onmicrosoft.com Get-AzDnsZone -ResourceGroupName rg_prod | ft name, ZoneType, ResourceGroupName, SigningKeys List a specific Zone (it is DNSSEC Enabled)
Get-AzDnsDnssecConfig -ResourceGroupName rg_prod -ZoneName icewolf.ch List a specific Zone (it is not DNSSEC Enabled)
Hi All,
I’ve blogged about Azure Arc enabled Server with Azure Connected Machine Agent with my Windows Server 2025 Preview earlyer this year.
There are constantly some improvements like Windows Server 2025 Hotpatching Preview.
Today i want to write about Licensing the Windows 2025 Azure Arc managed Server.
Configure Windows Server Pay-as-you-go with Azure Arc Process Let’s look at the Server. As you can see the Windows Server 2025 is not Licensed yet.
Hi All,
A few Hors ago, Microsoft has released the Version 2.25.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.25.0 PowerShell Gallery Microsoft.Graph.Beta 2.25.0 Release Notes
Adds Beta Cmdlets for paths under the directory.publicKeyInfrastructureRoot tag [v2] Examples Update Updates wrong Connect-MgBetaGraph to Connect-MgGraph Handles + character in supported equality and function operators in filter expressions Update CONTRIBUTING.md - fixing link by @mmascolino I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
On Ignite there was the anouncement, that Azure DNS finally supports DNSSEC (in public Preview).
DNSSEC overview (Preview) How to sign your Azure Public DNS zone with DNSSEC (Preview) Setup Bevore changing anythin i did run a check on Verisign Labs DNSSEC
Let’s go to Azure Portal and navigate to a DNS Zone. You can now see a “DNSSEC” Icon.
Now let’s “Enable DNSSEC”
Confirm
After a few Seconds you see DNSSEC delegation information
Hi All,
Yesterday i have received an Update Notification for my OnePlus 9 Android Smartphone.
OnePlus Community [OxygenOS 14.0.0.710 for the OnePlus 9/9 Pro The Update include an Update to Android 14 and integrates the 202410 Android security patch to enhance system security.
Install the Update and after a Reboot the System Update finishes it’s tasks
New Software Update Screen
Android Version
App Optimization after the Update
Regards
Andres Bohren
Hi All,
A few hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 13.0.0 The Release Notes contains a lot 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 -SkipDependencyCheck -ErrorAction SilentlyContinue Get-InstalledPSResource AZ.
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.7.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 6.7.0
Read more details in the Release Notes
Adds LobbyChats, NoiseSuppressionForDialInParticipants parameters to [New|Set]-CsTeamsMeetingPolicy. Adds AIInterpreter, VoiceSimulationInInterpretation parameters to [New|Set]-CsTeamsCallingPolicy. Adds RecordingForTownhall, RecordingForWebinar, TranscriptionForTownhall, TranscriptionForWebinar parameters to [New|Set]-CsTeamsEventsPolicy. Adds FileTypeCheck, UrlReputationCheck parameters to [New|Set]-CsTeamsMessagingConfiguration. Adds AllowedTrialTenantDomains parameter to [New|Set]-CsTenantFederationSettings. Adds UserNameExtension parameter to [New|Set]-CsAutoAttendant cmdlets. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
In the M365 Message Center is the annoucement that in December Microsoft Places will be rolled out in early December.
I’ve already blogged about Microsoft Places Preview a few months ago.
In the past Weeks the Microsoft Places Licencse has been rolled out to all Tenants
List Service Plans of an SKU with Microsoft.Graph PowerShell
Connect-MgGraph -Scopes Directory.Read.All -NoWelcome Get-MgSubscribedSku | ft SkuId, SkuPartNumber, ServicePlans Get-MgSubscribedSku | where {$_.
Hi All,
Today i was notified, that a new Version of the Microsoft Remote Desktop Client is available
Release Notes: What’s new in the Remote Desktop client for Windows
The Release notes are not yet updated When you start the Microsoft Remote Desktop Client, it checks for Updates and you can see a green arrow, that indicates an Update
Installing the Update
You can check the Versions by selecting the three dots on top right and select “About”
Hi All,
A day ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 12.5.0 The Release Notes contains a lot 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 -SkipDependencyCheck -ErrorAction SilentlyContinue Get-InstalledPSResource AZ.