Hi All,
I’ve tried to register a Yubikey 5 NFC with my Android OnePlus9 (has Android 13 installed).
First of all, it does not work with Chrome 114 on Android.
So i used Microsoft Edge Browser on Android to Sign in to Security Info
I’ve aded a Security Key
Selected NFC Device
Instead of NFC Key you can see a Passkey dialog
In the end i could not save it
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,
Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.23710.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,
Yesterday Microsoft has released a new Version of the Microsoft.Graph 2.x PowerShell Modules to the PowerShell Gallery. It’s the first Release Candidate - so i expect it to be GA in the next few Months.
PowerShell Gallery Microsoft.Graph 2.0.0-rc1 Microsoft.Graph Release Notes If you have already installed Microsoft Graph Modules you need to use the -Force and -AllowClobber Parameter
Get-InstalledModule Microsoft.Graph -AllVersions Find-Module Microsoft.Graph -AllowPrerelease Install-Module Microsoft.Graph -AllowPrerelease -Force -AllowClobber Get-InstalledModule Microsoft.
Hi All,
I was very surprised to see that there is new AzureADPreview PowerShell Module in the PowerShell Gallery. The Module was last updated over a year ago.
PowerShell Gallery AzureADPreview
Due the retirement of AzureAD and MSOL PowerShell Modules i was not expecting to see any updates anymore
https://aka.ms/entrachanges
Let’s install the AzureADPreview PowerShell Module side by side with the old Module by using the -Force Parameter
Get-InstalledModule AzureADPreview -AllVersions Find-Module AzureADPreview Install-Module AzureADPreview -Force Get-InstalledModule AzureADPreview -AllVersions Let’s check the count of the Commands in the old Module
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, In a previous Blot Article i have explained how to Enable the Loop App
https://blog.icewolf.ch/archive/2023/04/12/microsoft-loop-and-loop-components.aspx
Today i've learned, that the Loop App for iOS and Android are here. Sure i made some Screenshots from the Installation and First Login. Search for Microsoft Loop in Apple App Store or Google Play Store and install the App
After you start you get some Welcome screens
Login is simple as every M365 Service
Hi All, Microsoft's To Do Smart due date and reminder recocnicion was anounced over a year ago. I did try from time to time but it did not work until this week when i tried again. Don't know when exactly this became active in my Tenant but it's good that it works now.
Smart due date and reminder recognition in Microsoft To Do https://techcommunity.microsoft.com/t5/microsoft-to-do-blog/smart-due-date-and-reminder-recognition-in-microsoft-to-do/ba-p/3273521
How it works: use expressions like "
Hi All, Loop Components are available for: Microsoft Teams Chat https://blog.icewolf.ch/archive/2022/06/05/microsoft-teams-fluid-components.aspx Outlook on the Web / Outlook https://blog.topedia.com/2022/10/loop-komponenten-in-outlook-fuer-windows/
Word Online https://blog.topedia.com/2023/02/microsoft-loop-in-word-im-web/ Microsoft Whiteboard https://blog.topedia.com/2023/03/microsoft-loop-in-whiteboard/ Collaborative meeting notes Recently Microsoft announced Preview of the Loop Web App https://loop.microsoft.com/ You will encounter the following Screen as long the Admin did not set it up
Learn how to enable the Microsoft Loop app, now in Public Preview
https://techcommunity.microsoft.com/t5/microsoft-365-blog/learn-how-to-enable-the-microsoft-loop-app-now-in-public-preview/ba-p/3769013
Manage Loop experiences (Loop app and Loop components) in SharePoint
Hi All, Just a few Hours ago, a new Version of PnP.PowerShell has been released to the PowerShell Gallery. There has been a bump to Version 2 since the last Version 1.12 in November 2022.
PnP.PowerShell 2.1.1
https://www.powershellgallery.com/packages/PnP.PowerShell/2.1.1 Release Notes
https://github.com/pnp/powershell/releases
To check what version is installed and what's available from the PowerShell Gallery use the following Commands Get-InstalledModule PnP.PowerShell Find-Module PnP.PowerShell Uninstall the old version of the PowerShell Module and install the new one Uninstall-Module PnP.