Hi All,
Yesterday, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 13.1.0 GitHub Release Notes Az 13.1.0 I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck -ErrorAction SilentlyContinue Get-InstalledPSResource AZ.* -Scope CurrentUser -ErrorAction SilentlyContinue | Uninstall-PSResource -Scope CurrentUser -SkipDependencyCheck In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
Recently i blogged about Azure Automation Runtime Environments Preview.
I’ve written Runbooks for updating the Graph Modules for PowerShell 5.1 and 7.2 on Azure Automate.
Update Microsoft.Graph Modules on Azure Automation with Managed Identity V2 Updating PowerShell Modules on Azure Automation Runtime Environment Now it’s time to update these Runbooks for Azure Automation with Runtime Environments
Prerequisits The Automation Account needs to have a Managed Identity
Azure Permissions The Managed Identity needs to have “Contributor”
Hi All,
I am a big Fan of Azure Automation.
But recently i was stumbling about the PowerShell Support Lifecycle
In the GUI you can only add PowerShell 5.1, 7.1 and 7.2 PowerShell Modules.
I’ve written a Blog Article about updating the Modules with Managed Identity
Update Microsoft.Graph Modules on Azure Automation with Managed Identity V2 Runtime Environment Currently in Preview is the Runtime Environment
Runtime environment (preview) in Azure Automation Key benefits
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,
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,
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,
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.
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.36.2 has been released.
GitHub Release v1.36.2 Installation
Everything went smooth
Updated Azure Storage Explorer
Details from About
Regards
Andres Bohren
Azure Logo
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.36.0 has been released.
GitHub Release v1.36.0 Installation
Everything went smooth
Updated Azure Storage Explorer
Details from About
Regards
Andres Bohren
Azure Logo