< Back

Export-ArchivedTeams

Sat Jan 18, 2020 4:50 pm

NAME Export-ArchivedTeams



SYNOPSIS

Export Archived Teams into CSV file.





SYNTAX

Export-ArchivedTeams [-ExportPath] <String> [<CommonParameters>]





DESCRIPTION

Using this script, you can Export archived Mirosoft Teams into csv file and this function use the

SharePointPnPPowerShellOnline Module.





PARAMETERS

-ExportPath <String>

Provide the CSV file path to export Archived Teams details.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Export-ArchivedTeams -ExportPath "C:\\temp\\ArchivedTeamsDetails.CSV"



Export Archived Teams into CSV file.











RELATED LINKS