LOOP

List SharePoint Embedded containers with PowerShell

List SharePoint Embedded containers with PowerShell

Hi All,

In this Blog Article i show you how to list the SharePoin Online Embedded containers.

SharePoint Online Admin Center

Let’s have a view in SharePoint Online Admin Center Active Containers

PowerShell

To use the Microsoft.Online.SharePoint.PowerShell in PowerShell 7 you need to use the Parameter -UseWindowsPowerShell in Import-Module.

#Import Sharepoint Online Powershell Module in Powershell 7
Import-Module Microsoft.Online.SharePoint.PowerShell -UseWindowsPowerShell -WarningAction SilentlyContinue
Connect-SPOService -Url https://icewolfch-admin.sharepoint.com

These are the ID’s of the two Container Types

Microsoft Loop now supports code component

Microsoft Loop now supports code component

Hi All,

I recently saw, that the Loop Web now supports “code” Components.

Just type “/” and select “</> Code”.

There are a variety of Programming Languages supported for Syntax Highlighting

I just used an old PowerShell Script

The “code” Component is also supported by the Loop App from the Microsoft Store

You can copy the Link from the Loop app, and paste it into Teams.