Hi All, It's been a while since i activated External Mails in Exchange Online Set-ExternalInOutlook -Enabled $true I have not updated my Office Version since last week.
But when i restarted Outlook today a saw a new "External" Tag in the Message Overview. Seems to be there was a Change on 10. September 2022
On the Message itself - it's still the same Tip
In OWA nothing changed and it looks still the same
Hi All, Now it's finally have come true: Signatures from Outlook for Windows and OWA are shared.
M365 Roadmap Signature cloud settings
https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=&searchterms=signature%20cloud%20settings
Let's check the Signatures on my Outlook for Windows Client
You can have multiple Signatures in Outlook
And they are now available in Exchange Online OWA
Sadly Outlook Mobile does not support it. Or not yet - don't know. But that would be much appreciated if signatures would be consistent across Clients.
Hi All, I have recently checked if there are new Drivers for my Surface Laptop 3. You need to know if you have an Intel or AMD Based device. I've checked in System Information Run > msinfo32
Download drivers and firmware for Surface
https://support.microsoft.com/en-us/surface/herunterladen-von-treibern-und-firmware-f%C3%BCr-surface-09bb2e09-2a4b-cb69-0951-078a7739e120
Regards Andres Bohren
Hi All, On 29. September Microsoft reported Zero-Day Vulnerabilities in Exchange Server and published the Advisory below.
Customer Guidance for Reported Zero-day Vulnerabilities in Microsoft Exchange Server
https://techcommunity.microsoft.com/t5/exchange-team-blog/customer-guidance-for-reported-zero-day-vulnerabilities-in/ba-p/3641494
Customer Guidance for Reported Zero-day Vulnerabilities in Microsoft Exchange Server
https://msrc-blog.microsoft.com/2022/09/29/customer-guidance-for-reported-zero-day-vulnerabilities-in-microsoft-exchange-server/ I was wondering if the Exchange Server Emergency Mitigation Service kicked in. But until FR Evening 30 September there was just the default Rule https://blog.icewolf.ch/archive/2021/09/29/exchange-server-emergency-mitigation.aspx
."C:\Program Files\Microsoft\Exchange Server\V15\scripts\Get-Mitigations.ps1" When i checked today, a new Rule has been deployed .
Hi All, A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Module. Apparently it covers the latest API version and some minor fixes.
Microsoft.Graph 1.12.2
https://www.powershellgallery.com/packages/Microsoft.Graph/1.12.2 Release Notes
https://github.com/microsoftgraph/msgraph-sdk-powershell/releases Let's check the installed Version and what's available on the PowerShell Gallery
Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script.
Hi All, A few hours ago, Microsoft has released a new Version of the SharePoint Online PowerShell Module.
Microsoft.Online.SharePoint.PowerShell 16.0.22921.12000 https://www.powershellgallery.com/packages/Microsoft.Online.SharePoint.PowerShell/16.0.22921.12000
Check what Module Version is installed and what's available from the PowerShell Gallery
Get-InstalledModule Microsoft.Online.SharePoint.PowerShell
Find-Module Microsoft.Online.SharePoint.PowerShell
Uninstall the old Module and install the new Version
Uninstall-Module Microsoft.Online.SharePoint.PowerShell
Install-Module Microsoft.Online.SharePoint.PowerShell
Get-InstalledModule Microsoft.Online.SharePoint.PowerShell
Regards Andres Bohren
Hi All, I've updated my Microsoft 365 Apps for Enterprise to 2209. There are several lightly new Designs to see... Outlook has also a refreshed Design and shows Tasks and ToDo in the Navigation Pane on the left Top.
The ToDo does not work here
I like the new Design of OneNote
Regards Andres Bohren
Hi All, A few days ago the Microsoft Teams PowerShell Module 4.7.1-Preview was released. For me a long awaited Feature with Azure AD App Authentication with a Certificate is now partly possible.
MicrosoftTeams 4.7.1-preview
https://www.powershellgallery.com/packages/MicrosoftTeams/4.7.1-preview Microsoft Teams PowerShell Release Notes
https://learn.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes Application-based authentication in Teams PowerShell Module
https://learn.microsoft.com/en-us/MicrosoftTeams/teams-powershell-application-authentication
To install the Preview Side by Side with the 4.7.0 Module you need to add the -Force Parameter
Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams -AllowPrerelease Install-Module MicrosoftTeams -AllowPrerelease -Force Get-InstalledModule MicrosoftTeams -AllVersions
Hi All, Microsoft has released another Version of theyr MSIdentityTools PowerShell Module to the Powershell Gallery.
MSIdentityTools 2.0.21
https://www.powershellgallery.com/packages/MSIdentityTools/2.0.21
Uninstall the old version of the PowerShell Module and install the newest one
Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall-Module MSIdentityTools
Install-Module MSIdentityTools
To see what commands are available use the following command Get-Command -Module MSIdentityTools
It's best to use PowerShell 7 with that Module
Get-MsIdAuthorityUri Regards Andres Bohren
Hi All, Recently Citrix has released a new version of theyr Citrix Workspace App for Windows.
Citrix Workspace app 2209 for Windows
https://www.citrix.com/de-de/downloads/workspace-app/windows/workspace-app-for-windows-latest.html Release Notes
https://docs.citrix.com/en-us/citrix-workspace-app-for-windows/about.html
This time i only noticed the Update Information in the Notification Center
As you can se the Autoupdate has sucessfully updated to the newest version
Regards Andres Bohren