Skip to content

Instantly share code, notes, and snippets.

Get-SPOSite -Limit All -Template TEAMCHANNEL#1 | Select Title, Url, StorageQuota, StorageUsageCurrent, TeamsChannelType | Where-Object { $_.TeamsChannelType -eq "SharedChannel" }
#Syntax
Get-SPOSite -Limit All -Template TEAMCHANNEL#1 | Select Title, Url, StorageQuota, StorageUsageCurrent, TeamsChannelType | Where-Object { $_.TeamsChannelType -eq "SharedChannel" }
Get-SPOSite -Limit All -Template TEAMCHANNEL#1 | Select Title, Url, StorageQuota, StorageUsageCurrent, TeamsChannelType | Where-Object { $_.TeamsChannelType -eq "SharedChannel" } | Export-Csv -NoTypeInformation -Encoding UTF8 -path "<ファイル名>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment