Azure AD Conditional Access Token protection (Preview)

Azure AD Conditional Access Token protection (Preview)

Andres Bohren
Hi All, Recently Microsoft has anounced Conditional Access Token Protection Preview. Token protection (also known as token binding) attempts to reduce attacks using token theft by ensuring a token is usable only from the intended device. When an attacker is able to steal a token, by hijacking or replay, they can impersonate their victim until the token expires or is revoked. Token theft is thought to be a relatively rare event, but the damage from it can be significant.
Bing AI in Skype Consumer

Bing AI in Skype Consumer

Andres Bohren
Hi All, Recenty, i stumbled upon the Skype (Consumer) Blog and noticed that you can now use Bing AI in Skype. Start type a message Join the waitlist Immediately try it Now you can start chat with Bing AI My question was: What’s a fine dining restaurant in bern? And the Answers are pretty good in my opinion. Regards Andres Bohren Web Logo
Surface Laptop 3 Drivers and Firmware (April 2023)

Surface Laptop 3 Drivers and Firmware (April 2023)

Andres Bohren
Hi All, It’s already more than a Month, since Microsoft released a new Version of Surface Laptop 3 with Intel Processor Drivers and Firmware. Time to update my Laptop! I’ve downloaded the MSI File and installed it on my Surface Laptop 3. After the installation has finished you need to restart your Computer. Regards Andres Bohren Hardware Logo
Passkey with Google

Passkey with Google

Andres Bohren
Hi All, A year ago, Apple, Google and Microsoft Commit to Expanded Support for FIDO Standard to Accelerate Availability of Passwordless Sign-Ins. Read more about the Passkey on the Website from FIDO Alliance What are Passkeys? Passkeys are a password replacement that provide faster, easier, and more secure sign-ins to websites and apps across a user’s devices. Unlike passwords, passkeys are resistant to phishing, are always strong, and are designed so that there are no shared secrets.
Microsoft Teams Emergency Calling Switzerland

Microsoft Teams Emergency Calling Switzerland

Andres Bohren
Hi All, A few years ago, i’ve already covered Skype for Busines Location Information Service. Now i have done some Testing with Microsoft Teams - Manage emergency calling in Switzerland. It is based on this Manual from Sunrise Note from the Sunrise Manual: To make dynamic emergency call routing working, the correct “Housekey” is required for each of your location. The “Housekey” you can find in your Sunrise Business Portal, where you can manage your static emergency call routing (based on CallerID) or you search in the tables provided by Swiss Post Open Data Portal The “Housekey” is a unique identifier per building in Switzerland.
Purview DLP in Exchange Online now detects password protected PDF

Purview DLP in Exchange Online now detects password protected PDF

Andres Bohren
Hi All, Back in January, Microsoft has annouced that the Exchange Online Transport Rule (ETR) Condition “Attachment ist Password protected” will now also support PDF Files. You can read the Documentation: Use mail flow rules to inspect message attachments in Exchange Online If you look at a PDF (File > Properties) Security > Show details Note: Files with “Permissions Password” (Print, Edit and Copy Blocks with Password) are not affected by the Condition “Attachment ist Password protected”
Exchange Online new Message Recall

Exchange Online new Message Recall

Andres Bohren
Hi All, In the last few Weeks the new funcionality of the Message Recall in Exchange Online have been arrived at my Tenant. Already in February 2023 the Exchange Team Blog has announced the Cloud-based Message Recall in Exchange Online. To Enable that you need to configure it in the Exchange Online Organization Config or by now it should alredy be deployed Set-OrganizationConfig -MessageRecallEnabled $true Set-OrganizationConfig -RecallReadMessagesEnabled $true Get-OrganizationConfig | fl *recall* You can see part’s of it also in Exchange Admin Center Settings
Blog changed to Hugo and Azure Static Web App

Blog changed to Hugo and Azure Static Web App

Andres Bohren
Hi All, I’ was running my blog since 2007 on Subtext. At that Time i wanted to have a Blog that is using ASP.NET and MS SQL Server. To this day the Blog is running on an ol HP Server under my Desk at Home. It worked fine, but the Project was archived in 2018 and has not seen much development since 2012. It had some quirks and was designed to work without SSL/TLS.

Azure PowerShell Module Az 9.7.1 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery. Az 9.7.1 Release Notes Az.DesktopVirtualization 3.1.2 Added breaking change warnings Az.Websites 2.15.1 Used AAD Auth instead of Basic Auth for PublishAzureWebApps Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub\_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1" Invoke-Expression $($ScriptFromGitHub.Content) The AZ Module is just a Wrapper Module for all AZ.

ExchangeOnlineManagement 3.2.0-Preview3 released

Andres Bohren
Hi All, Yesterday Microsoft has released the ExchangeOnlineManagement 3.2.0-Preview3 to PowerShell Gallery. ExchangeOnlineManagement 3.2.0-Preview3 Release Notes v3.2.0-Preview3: Bug fixes in Disconnect-ExchangeOnline. Bug fixes in Set-DefaultTenantMyAnalyticsFeatureConfig. Preview of REST based cmdlets for SCC powershell: Added UseRPSSession parameter to Connect-IPPSSession Let’s check what Module is installed and whats available from the PowerShell Gallery Get-InstalledModule ExchangeOnlineManagement -AllVersions Find-Module ExchangeOnlineManagement -AllowPrerelease Now let’s uninistall the old Preview2 Module and install Preview3 Uninstall-Module ExchangeOnlineManagement -AllowPrerelease -Force Install-Module ExchangeOnlineManagement -AllowPrerelease -Force Get-InstalledModule ExchangeOnlineManagement -AllVersions Now you can use finally use REST Based Connection for Security and Compliance.