Hi All,
A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.25513.12000 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
Hi All,
Today, the Exchange Server Updates from November 2024 have ben re-released.
Re-release of November 2024 Exchange Server Security Update packages Released: November 2024 Exchange Server Security Updates Downloads:
Security Update For Exchange Server 2016 CU23 SU14 V2 (KB5049233) Security Update For Exchange Server 2019 CU14 SU3 V2 (KB5049233) Exchange 2019 You have to reboot the Server after the Installation
There is a new Version of Healthchecker
Exchange 2016 You have to reboot the Server after the Installation
Hi All,
I am over a year at the Social Media Plattform Bluesky you can find my Profile here Andres Bohren
One thing i was missing was the Statistics until i found Bsky Hub
You can simply create an Account
Add a Profile you want to have the Statistics
Enter the Bluesky Profile Handle
Then you get all the Stats you want
The only thing i am missing is to have the possibility to add Two-Factor Authentication
Hi All,
A few weeks ago, i did read the Article The latest enhancements in Microsoft Authenticator on the Entra Blog.
The Process of storing a Passkey in Authenticator App has been massivly improved.
I’ve tested this on my Android 14 Device.
The Passkey has been created
It’s explained how to use the Passkey
If you click on the URL and choose to use a Passkey
It still does not work in the Browser
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.