Skip to content

Get-PnPTenantSite: Missing Teams related properties (ex: IsTeamsConnected) #2636

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
morgantechspace opened this issue Dec 13, 2022 · 2 comments · Fixed by #2656
Closed

Get-PnPTenantSite: Missing Teams related properties (ex: IsTeamsConnected) #2636

morgantechspace opened this issue Dec 13, 2022 · 2 comments · Fixed by #2656

Comments

@morgantechspace
Copy link

morgantechspace commented Dec 13, 2022

The Get-SPOSite cmdlet now supports the following Teams-related properties that are currently missing in the Get-PnPTenantSite cmdlet.

$Sites = Get-SPOSite
$Sites[0] | Select Team | FL

IsTeamsConnected : False
IsTeamsChannelConnected : False
TeamsChannelType : None

@wobba @alirobe @jackpoz @erwinvanhunen

@gautamdsheth
Copy link
Collaborator

hi @morgantechspace , have added these properties to be returned when using Get-PnPTenantSite cmdlet.
It will be available in tomorrow's nightly

@morgantechspace
Copy link
Author

hi @morgantechspace , have added these properties to be returned when using Get-PnPTenantSite cmdlet. It will be available in tomorrow's nightly

Thanks @gautamdsheth

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants