Hi All,
Yesterday, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.23612.12000 PowerShell Module to the PowerShell Gallery
Check the installed Version and what is available from the PowerShell Gallery
Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall old PowerShell Module and install the newest one.
Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell List the Commands of the Module
Get-Command -Module Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online
Connect-SPOService -Url https://icewolfch-admin.sharepoint.com Get-SPOTenant | fl Regards
Andres Bohren
PowerShell Logo
Hi All,
Today i learned about the new Work Hours in Outlook an Microsoft Teams
You can also find this Information on the M365 Roadmap
In your Outlook on the Web Calendar you can set the Location (Office or Remote)
And add the Location to your working hours
Does not work in Outlook for Windows yet (comes in Q4 2023)
You can also find this Information on the M365 Roadmap
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.2.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.2.0
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 Modules and install the newest Module
Uninstall-Module MicrosoftTeams Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams -AllVersions Some basic testing
Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Regards
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.
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
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
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.
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.
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”
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