Microsoft Teams Administration Cookbook by Fabrizio Volpe

Microsoft Teams Administration Cookbook by Fabrizio Volpe

Author:Fabrizio Volpe [Fabrizio Volpe]
Language: eng
Format: epub, pdf
Publisher: O'Reilly Media, Inc.
Published: 2023-07-25T00:00:00+00:00


$TeamArchived = (Get-Team | ?{$_.GroupID -eq $Team}).Archived

Then you just have to modify the $TeamList variable (the modification is in bold):

$TeamList = $TeamList + [PSCustomObject]@{TeamName = $TeamName; TeamArchived = $TeamArchived; TeamObjectID = $TeamGUID; TeamOwners = $TeamOwner -join ', '; TeamMemberCount = $TeamUserCount;TeamMembers = "$TeamMembers"; NoOfChannels = $ChannelCount; ChannelNames = $TeamChannels -join ', '; SharePointSite = $TeamGroup.SharePointSiteURL; AccessType = $TeamGroup.AccessType; TeamGuests = $TeamGuest -join ','



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.