We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
hi @morgantechspace , have added these properties to be returned when using Get-PnPTenantSite cmdlet. It will be available in tomorrow's nightly
Sorry, something went wrong.
Thanks @gautamdsheth
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: