Hi All,
It’s again Patchday and Microsoft has released Security Updates for Exchange 2016 and 2019.
Exchange Team Blog Released: November 2023 Exchange Server Security Updates Updates:
Security Update For Exchange Server 2019 CU12 SU11 (KB5032146) Security Update For Exchange Server 2019 CU13 SU4 (KB5032146) Security Update For Exchange Server 2016 CU23 SU11 (KB5032147) I’ve downloaded the - MonitorExchangeAuthCertificate
And checked the Exchange Auth Certificate
.\MonitorExchangeAuthCertificate.ps1 Run the Setup after downloading
Hi All,
Just a few Days ago, Microsoft has released the Version 2.9.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
It seems that once again the PowerShell Gallery Download Statistics don’t work.
PowerShell Gallery Microsoft.Graph 2.9.0 PowerShell Gallery Microsoft.Graph.Beta 2.9.0 Read more in the Release Notes
Refreshes the SDK with the latest APIs Fixes escaping of filter values with displayName Fixes interactive browser credentials error Fixes Invalid JWT token using a personal account I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.32.0 has been released.
The Release notes can be found here:
Storage Explorer Version 1.32.0 Installation
Everything went smooth
Regards
Andres Bohren
Azure Logo
Hi All,
Convert Synced Account to Cloud Only When we look at the User Object the Value of “On-premises sync enabled” is now set to Yes
First we need to capture the ObjectID of the Entra ID User Object
Connect-MgGraph -Scope User.ReadWrite.All -NoWelcome Get-MgUser -UserId TestSharedMailbox@icewolf.ch $DirectoryObjectId = (Get-MgUser -UserId TestSharedMailbox@icewolf.ch).id $DirectoryObjectId Connect-ExchangeOnline -ShowBanner:$false Get-Mailbox TestSharedMailbox@icewolf.ch | ft UserPrincipalName, DisplayName, RecipientTypeDetails Move the User Object to an Active Directory OU that is not in the Sync Scope
Hi All,
Today i have received a notifications, that there is a new Jabra Direct release available.
Jabra Direct Release Notes
Updated Software
No Updates available
Current Version of Jabra Direct
Regards
Andres Bohren
Unified Messaging Logo
Hi All,
Today i have noticed that there is a new Product that is available for SelfService Purchase. As always i disable it for SelfService Purchase.
Connect-MSCommerce There is a new Product, that can be disabled
CFQ7TTC0N8SS AllowSelfServicePurchase Microsoft ClipChamp Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0N8SS -Enabled $false Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Regards
Andres Bohren
M365 Logo
PowerShell Logo
Hi All,
I noticed that Microsoft has released a new Version of PowerToys.
In the Main Window click on “Install now”
Installation in Progress
The Release notes can be found here
Release v0.75.1 There is a new Dashboard that shows the Enabled Modules and the most important Keyboard Shortcuts
Regards
Andres Bohren
Windows Logo
Hi All,
Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.2 Preview to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.7.2
Read more details in the Release Notes
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Find-PSResource MicrosoftTeams -Prerelease Uninstall the old Module and install the newest Module