Hi All,
Yesterday, Microsoft has released new Exchange Security Updates. Read more at the Blog Post from the Exchange Team
Released: June 2023 Exchange Server Security Updates In my case that’s Exchange 2016 CU23 Security Update 8
Security Update For Exchange Server 2016 CU23 SU8 (KB5025903) Description of the security update for Microsoft Exchange Server 2016: June 13, 2023 (KB5025903) Installing the Security Update
After the Security Update is installed, it is a good idea to restart the Server.
Hi All,
Lately KeePass was in the Press because of the Security Eploit below.
Simple Security Exploit Allows Retrieval Of KeePass Master Password, Patch Inbound
In short, KeePass 2.53 and earlier loads the master password into memory in plaintext when it is entered via the keyboard. This means all an attacker has to do is get their hands on a memory dump regardless of if that comes from “the process dump, swap file (pagefile.
Hi All,
Just a few Hours ago, the Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) 2.5 was released to the PowerShell Gallery.
PowerShell Gallery ORCA 2.5
Seems like some bugs have been closed ORCA Closed Issues
Check installed Module and what’s available from the PowerShell Gallery
Get-InstalledModule ORCA Find-Module ORCA Uninstall old Module and install the newest one from the PowerShell Gallery
Uninstall-Module ORCA Install-Module ORCA Get-InstalledModule ORCA Check what commands are available in the Module
Hi All,
In 2015 i wanted to know how many SMTP Servers used STARTTLS, SPF, DKIM, DMARC. I’ve programmed a Webspider with PowerShell and collected about 100'000 Domains. Then made another Script that queried those domains and made SMTP Connect to find out if STARTTLS was in the ELHO Response. The Result was a Report of about 100'000 Domains from the .ch Top Level Domain.
The Results from 2015:
About 90% of the Domains used MX About 75% of the SMTP Servers offered STARTTLS About 28% of the Domains with MX had an SPF Record About 1% or less DKIM and DMARC was barely present In 2022 i have extracted the Open Data of Switch DNS Zone Data for the .
Hi All,
Do you know the Drop Feature in Microsoft Edge?
Use Drop to share files and messages between your phone and desktop devices. Simply drag and drop files to share instantly or send notes to yourself while you browse in Microsoft Edge and stay in the flow.
Klick on the little Paperglider icon on the right Navigation and hit “Start”
I am already logged in with Edge (see icon on Top) so no furhter Authentication is needed
Hi All,
You can use Remote Desktop client for Windows to connect with Azure Virtual Desktop (AVD) od Windows 365.
What’s new in the Remote Desktop client for Windows
Installation of the Client
Default is only for user - i’ve changed it to all users for this computer
Click on “Subscribe”
Logon with your credentials
Now you see the AVD or Windows 365 Machines assigned to you
If you click on the Machine you have to login again
Hi All,
A few days ago git 2.41 has been released. Read the Blog post here: Highlights from Git 2.41
Git 2.41 Release Notes
Let’s have a look at the installed version
git -v to update use the command below
git update-git-for-windows It will automatically update your git version
Let’s check the git version after the update
git -v Regards
Andres Bohren
vscode Logo
Hi All,
In this Blog Article i show you how you can enable Hybrid Cloud Kerberos Trust. So you can use Windows Hello for Business (WHfB) to authenticate with Kerberos to your OnPremise Active Directory Resources.
Overview An Architectual Overview can be found Here Enable passwordless security key sign-in to on-premises resources by using Azure AD
Enable Cloud Kerberos Trust How SSO to on-premises resources works on Azure AD joined devices
Hi All,
Just a few Days ago, Microsoft has released Microsoft.Graph 2.0.0-rce PowerShell Modules to the PowerShell Gallery.
PowerShell Gallery Microsoft.Graph 2.0.0-rc3
Release notes
Let’s check what is installed and what is available from the PowerShell Gallery
Get-InstalledModule Microsoft.Graph -AllVersions Find-Module Microsoft.Graph -AllowPrerelease We need to list the Microsof.Graph Version 2.0.0 Modules
Get-Module Microsoft.Graph* -ListAvailable | where {$_.Version -eq "2.0.0"} Uninstall the Microsoft.Graph Version 2.0.0 Modules - now only the 1.
Hi All,
A few days ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.2.1-Preview to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.2.1-preview
Microsoft Teams PowerShell Release Notes
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module
Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams -AllowPrerelease Get-InstalledModule MicrosoftTeams -AllVersions Some basic testing
Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Tried a few of the new commandlets